anotherim/src/main/java/eu/siacs/conversations/crypto/axolotl
Andreas Straub 92b5081b5e Add INACTIVE state for removed keys
We introduce a new trust state: INACTIVE. This state is intended for
old keys that have been removed.

When a TRUSTED device is removed from the PEP devicelist, it's status
will be set to INACTIVE. INACTIVE keys are shown in the UI as greyed
out, non-interactible key rows. Messages are not encrypted for INACTIVE
devices.

When an INACTIVE device reappears in PEP, or a message is received from
an INACTIVE device, it is set back to trusted.
2015-07-21 14:24:59 +02:00
..
AxolotlService.java Add INACTIVE state for removed keys 2015-07-21 14:24:59 +02:00
CryptoFailedException.java Switch payload encryption to AES-GCM 2015-07-21 01:17:14 +02:00
NoSessionsCreatedException.java Reworked axolotl protocol layer 2015-07-19 21:32:25 +02:00
XmppAxolotlMessage.java Switch payload encryption to AES-GCM 2015-07-21 01:17:14 +02:00