Signal-Android/app/src/main/java/org/thoughtcrime/securesms/crypto
Greyson Parrelli 0558d5f0b3 Clear sender key shared state on archive and prekey message receive.
We need to clear the sender key shared state whenever a registrationId
changes. We don't have good hooks for that on Android, so instead we're
just going to reset on every archive and prekey receive. It's a little
overzealous, but given these are rare events anyway, it shouldn't be a
big deal.
2022-02-10 10:35:22 -05:00
..
storage Clear sender key shared state on archive and prekey message receive. 2022-02-10 10:35:22 -05:00
AsymmetricMasterCipher.java
AsymmetricMasterSecret.java
AttachmentSecret.java
AttachmentSecretProvider.java
ClassicDecryptingPartInputStream.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
DatabaseSecret.java
DatabaseSecretProvider.java
IdentityKeyParcelable.java
IdentityKeyUtil.java Add partial support for operating as a linked device. 2022-01-24 12:04:48 -05:00
InvalidPassphraseException.java
KeyStoreHelper.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
MasterCipher.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
MasterSecret.java
MasterSecretUtil.java
ModernDecryptingPartInputStream.java
ModernEncryptingPartOutputStream.java
PreKeyUtil.java Add the ability to have separate ACI and PNI protocol stores. 2022-02-01 13:41:31 -05:00
ProfileKeyUtil.java
PublicKey.java Use Log.tag where appropriate. 2021-03-31 16:02:32 -03:00
ReentrantSessionLock.java Clean up message processing locks. 2021-06-18 15:10:15 -04:00
SecurityEvent.java
SenderKeyUtil.java Add the ability to have separate ACI and PNI protocol stores. 2022-02-01 13:41:31 -05:00
SessionUtil.java Add the ability to have separate ACI and PNI protocol stores. 2022-02-01 13:41:31 -05:00
UnidentifiedAccessUtil.java Update handling of unrestricted UD access. 2021-08-04 10:36:49 -04:00