session-android/src/org/thoughtcrime/securesms/crypto
Moxie Marlinspike 19dddd7adf Support for an 'end session' protocol message.
1) On the push side, this message is a flag in PushMessageContent.
   Any secure message with that flag will terminate the current
   sessin.

2) On the SMS side, there is an "end session" wire type and
   the convention that a message with this wire type must be
   secure and contain the string "TERMINATE."
2014-02-19 13:50:32 -08:00
..
protocol Support for Axolotl protocol. 2014-01-06 14:37:52 -08:00
AsymmetricMasterCipher.java Migrate to Curve25519. 2014-01-06 14:36:22 -08:00
AsymmetricMasterSecret.java Migrate to Curve25519. 2014-01-06 14:36:22 -08:00
DecryptingPartInputStream.java collection of fixes based on comments/small aesthetic stuff // FREEBIE 2014-02-18 16:42:44 -08:00
DecryptingQueue.java Support for an 'end session' protocol message. 2014-02-19 13:50:32 -08:00
EncryptingPartOutputStream.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
IdentityKeyUtil.java Support for Axolotl protocol. 2014-01-06 14:37:52 -08:00
InvalidPassphraseException.java Initial Project Import 2011-12-20 10:20:44 -08:00
KeyExchangeInitiator.java Support for multi-device. 2014-02-02 19:38:06 -08:00
KeyExchangeProcessor.java Support for an 'end session' protocol message. 2014-02-19 13:50:32 -08:00
KeyExchangeProcessorV1.java Support for an 'end session' protocol message. 2014-02-19 13:50:32 -08:00
KeyExchangeProcessorV2.java Support for an 'end session' protocol message. 2014-02-19 13:50:32 -08:00
MasterSecretUtil.java Migrate to Curve25519. 2014-01-06 14:36:22 -08:00
PRNGFixes.java Update PRNG fix code sample. 2013-10-13 04:06:58 -07:00
PublicKeyAndVersion.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00