aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactored whispermessage processingDaniel Gultsch2017-01-151-1/+1
* partially improved logging for receiving omemo messagesDaniel Gultsch2017-01-141-1/+6
* don't allow to purge keys. offer distrut insteadDaniel Gultsch2017-01-121-2/+4
* treat omemo keys >= 32 bytes as containing auth tag. add config flag to put a...Daniel Gultsch2017-01-091-23/+24
* don't throw assertion error when building session with same device id from ot...Daniel Gultsch2016-12-281-1/+6
* disable removing of broken devices by defaultDaniel Gultsch2016-12-181-10/+12
* remove broken devices only once to prevent loopsDaniel Gultsch2016-12-181-2/+5
* remove own fetch errors from device announcementDaniel Gultsch2016-12-161-29/+45
* use prepped string when building axolotl sessionDaniel Gultsch2016-12-011-3/+3
* update the conversations view (and the lock icon) after receiving device listDaniel Gultsch2016-11-241-0/+1
* introduced blind trust before verification modeDaniel Gultsch2016-11-231-2/+21
* remove omemo devices from annoucement after 7 days of inactivityDaniel Gultsch2016-11-191-21/+47
* save last activation time in fingerprint statusDaniel Gultsch2016-11-191-5/+13
* show 'clear devices' button underneath own devicesDaniel Gultsch2016-11-181-23/+2
* removed some unecessary logging from omemo message generationDaniel Gultsch2016-11-181-4/+0
* removed some very verbose logging from axolotl serviceDaniel Gultsch2016-11-181-1/+0
* put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch2016-11-171-1/+7
* parse omemo fingerprints from urisDaniel Gultsch2016-11-171-10/+17
* refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch2016-11-141-43/+32
* write prepped string to db. use display version everywhere elseDaniel Gultsch2016-10-201-16/+16
* respond to chat marker request only when mutual presence subscription existsDaniel Gultsch2016-10-071-1/+1
* 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
* provide hint on why conference can not be encryptedDaniel Gultsch2016-09-081-2/+26
* 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
* 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
* spelling fixesklemens2016-05-041-1/+1
* better detect broken pepDaniel Gultsch2016-04-051-2/+9
* 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
* 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-231-0/+4
* save certificate when verifying with x509Daniel Gultsch2015-12-231-2/+4
* store identity key in XmppAxolotlSession instead of the fingerprintDaniel Gultsch2015-12-191-13/+12
* 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
* indicate cbe in chat message hintDaniel Gultsch2015-10-311-0/+16
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-311-1/+5
* fixed session objects not being build on start upDaniel Gultsch2015-10-301-1/+0
* push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch2015-10-291-0/+1
* don't retry building broken omemo keysDaniel Gultsch2015-10-171-4/+15
* load axolotl session cache on first device updateDaniel Gultsch2015-10-171-2/+6
* improved error reporting in trust keys activityDaniel Gultsch2015-10-171-7/+19
* introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-19/+67
* add config variable to enable x509 verificationDaniel Gultsch2015-10-121-3/+3