aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-20display toast on pgp errorDaniel Gultsch1-1/+1
2016-06-19synchronize message body changes for message correctionDaniel Gultsch1-51/+53
2016-06-19replace corrected messages in decryption queueDaniel Gultsch1-0/+5
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-8/+29
2016-06-14remove messages from decryption queue when trimming a conversationDaniel Gultsch1-0/+4
2016-06-14refactored pgp decryptionDaniel Gultsch2-245/+164
2016-05-31optimize importsChristian Schneppe2-4/+5
2016-05-25sending warning to receiving client if that client doesn't support omemo.Daniel Gultsch1-1/+1
2016-05-25only publish keys if omemo is enabledDaniel Gultsch1-1/+3
2016-05-19resetting fetch status error when mutual subscription is reestablishedDaniel Gultsch1-0/+18
2016-05-19synchronize around identity key generationDaniel Gultsch1-7/+9
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-1/+0
2016-05-13make omemo default when all resources support itDaniel Gultsch1-0/+1
2016-05-13stop processing PreKeyWhisperMessage if there is no PreKeyIdDaniel Gultsch1-3/+5
2016-05-13handle invalid base64 is SASl SCRAM responseDaniel Gultsch1-5/+9
2016-05-12make omemo default when all resources support itDaniel Gultsch1-0/+1
2016-05-10stop processing PreKeyWhisperMessage if there is no PreKeyIdDaniel Gultsch1-3/+5
2016-05-07handle invalid base64 is SASl SCRAM responseDaniel Gultsch1-5/+9
2016-05-05Remove copy of innerkeySebastian1-1/+0
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-1/+4
2016-05-04spelling fixesklemens1-1/+1
2016-05-03Renaming of variableSebastian1-6/+6
2016-04-05better detect broken pepDaniel Gultsch1-2/+9
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-2/+1
2016-03-23only add image files to media scannerDaniel Gultsch1-3/+1
2016-03-01let users confirm each member in a conference even if that contact is already...Daniel Gultsch1-1/+1
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-55/+99
2016-02-21check for uuid change when decrypting pgp messagesDaniel Gultsch1-7/+6
2016-02-02re-read common name from certificates on startupDaniel Gultsch1-0/+25
2016-01-23show fetch errors in trust keys activityDaniel Gultsch1-0/+13
2015-12-31Fix OMEMO session creating logginAndreas Straub1-1/+1
2015-12-23show certificate informationDaniel Gultsch2-0/+8
2015-12-23save certificate when verifying with x509Daniel Gultsch2-2/+10
2015-12-19store identity key in XmppAxolotlSession instead of the fingerprintDaniel Gultsch2-23/+27
2015-12-19add more debugging to certificate checks after new omemo session was establishedDaniel Gultsch1-0/+4
2015-12-12some more NPE checksDaniel Gultsch1-1/+1
2015-12-12also verify sessions in CBE mode that got created by key transport messagesDaniel Gultsch1-2/+14
2015-12-10some more NPE checksDaniel Gultsch1-1/+1
2015-12-08also verify sessions in CBE mode that got created by key transport messagesDaniel Gultsch1-2/+14
2015-11-26encrypt pgp messages to selfDaniel Gultsch1-8/+8
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-2/+10
2015-11-15PgpEngine: Get account from conversation instead of from contact. fixes #1568...fiaxh1-3/+3
2015-11-09Use OpenPGP-API 9.0fiaxh1-13/+29
2015-10-31indicate cbe in chat message hintDaniel Gultsch1-0/+16
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch2-5/+29
2015-10-30fixed session objects not being build on start upDaniel Gultsch1-1/+0
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch1-0/+1
2015-10-28Decrypt PGP messages in backgroundfiaxh2-0/+181
2015-10-17don't retry building broken omemo keysDaniel Gultsch1-4/+15
2015-10-17load axolotl session cache on first device updateDaniel Gultsch1-2/+6