aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* retrigger key selection if openpgp key was deletedDaniel Gultsch2016-10-191-2/+7
* small code reformation in pgp decryption serviceDaniel Gultsch2016-10-171-2/+4
* synchronize access to json key storage in account modelDaniel Gultsch2016-10-131-19/+21
* respond to chat marker request only when mutual presence subscription existsDaniel Gultsch2016-10-071-1/+1
* be more careful parsing integers in omemoDaniel Gultsch2016-10-061-2/+6
* fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch2016-10-031-1/+2
* when activating omemo in conference always check preferencesDaniel Gultsch2016-10-031-14/+14
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-181-1/+5
* Support ANONYMOUS SASLSam Whited2016-09-121-0/+28
* provide hint on why conference can not be encryptedDaniel Gultsch2016-09-081-2/+26
* add more logging to pgp engineDaniel Gultsch2016-08-301-11/+18
* don't crash on broken base64 in omemo messages. fixes #1934Daniel Gultsch2016-06-291-3/+3
* display toast on pgp errorDaniel Gultsch2016-06-191-1/+1
* synchronize message body changes for message correctionDaniel Gultsch2016-06-161-51/+53
* replace corrected messages in decryption queueDaniel Gultsch2016-06-151-0/+5
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-8/+29
* remove messages from decryption queue when trimming a conversationDaniel Gultsch2016-06-131-0/+4
* refactored pgp decryptionDaniel Gultsch2016-06-132-250/+162
* sending warning to receiving client if that client doesn't support omemo.Daniel Gultsch2016-05-251-1/+1
* only publish keys if omemo is enabledDaniel Gultsch2016-05-251-1/+3
* resetting fetch status error when mutual subscription is reestablishedshow_members_in_conferenceDaniel Gultsch2016-05-191-0/+18
* synchronize around identity key generationDaniel Gultsch2016-05-191-7/+9
* keep conference members in memory and show them in conference detailsDaniel Gultsch2016-05-161-1/+0
* make omemo default when all resources support itDaniel Gultsch2016-05-121-0/+1
* stop processing PreKeyWhisperMessage if there is no PreKeyIdDaniel Gultsch2016-05-101-3/+5
* handle invalid base64 is SASl SCRAM responseDaniel Gultsch2016-05-071-5/+9
* Remove copy of innerkeySebastian2016-05-051-1/+0
* republish pgp signature when changing statusDaniel Gultsch2016-05-051-1/+4
* spelling fixesklemens2016-05-041-1/+1
* Renaming of variableSebastian2016-05-031-6/+6
* better detect broken pepDaniel Gultsch2016-04-051-2/+9
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-2/+1
* only add image files to media scannerDaniel Gultsch2016-03-231-3/+1
* let users confirm each member in a conference even if that contact is already...Daniel Gultsch2016-03-011-1/+1
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-291-55/+99
* check for uuid change when decrypting pgp messagesDaniel Gultsch2016-02-211-7/+6
* re-read common name from certificates on startupDaniel Gultsch2016-02-021-0/+25
* show fetch errors in trust keys activityDaniel Gultsch2016-01-231-0/+13
* Fix OMEMO session creating logginAndreas Straub2015-12-311-1/+1
* show certificate informationDaniel Gultsch2015-12-232-0/+8
* save certificate when verifying with x509Daniel Gultsch2015-12-232-2/+10
* store identity key in XmppAxolotlSession instead of the fingerprintDaniel Gultsch2015-12-192-23/+27
* add more debugging to certificate checks after new omemo session was establishedDaniel Gultsch2015-12-191-0/+4
* some more NPE checksDaniel Gultsch2015-12-101-1/+1
* also verify sessions in CBE mode that got created by key transport messagesDaniel Gultsch2015-12-081-2/+14
* encrypt pgp messages to selfDaniel Gultsch2015-11-261-8/+8
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-2/+10
* Merge pull request #1558 from fiaxh/pgp_api_9.0Daniel Gultsch2015-11-241-13/+29
|\
| * Use OpenPGP-API 9.0fiaxh2015-11-091-13/+29
* | PgpEngine: Get account from conversation instead of from contact. fixes #1568...fiaxh2015-11-151-3/+3
|/