1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
profanity/src/omemo
Paul Fariello ad21021ce7 Fix issue with first encrypted message
When decrypting first message with prekey, libsignal wants to remove
used prekey from storage. Return value on success should be 0.

We used to return number of deleted keys. Thus libsignal was considering
we failed to remove the key and we were ignoring plaintext.
2019-04-10 17:24:56 +02:00
..
crypto.c Check received gcm tag 2019-04-10 16:31:45 +02:00
crypto.h Check received gcm tag 2019-04-10 16:31:45 +02:00
omemo.c Try to start sessions with every jid in roster 2019-04-10 17:24:56 +02:00
omemo.h Try to start sessions with every jid in roster 2019-04-10 17:24:56 +02:00
store.c Fix issue with first encrypted message 2019-04-10 17:24:56 +02:00
store.h Rework trusted fingerprint storage 2019-04-10 17:23:46 +02:00