aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/axolotl/CryptoFailedException.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-04implement self healing omemoChristian Schneppe1-0/+4
after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
2017-01-16partially improved logging for receiving omemo messagesChristian Schneppe1-0/+5
2016-11-19reformat codeChristian Schneppe1-3/+3
2016-07-29changed package id inside manifest and projectChristian Schneppe1-1/+1
2015-07-21Switch payload encryption to AES-GCMAndreas Straub1-0/+7
This also ensures that the IV is generated with proper randomness.