aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adding prekey='true' to omemo messages if applicableDaniel Gultsch2017-01-092-11/+29
|
* don't throw assertion error when building session with same device id from ↵Daniel Gultsch2016-12-281-1/+6
| | | | other contact
* added omemo padding but disabled by Config.java flagDaniel Gultsch2016-12-201-2/+18
|
* 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-233-3/+38
| | | | read more about the concept on https://gultsch.de/trust.html
* remove omemo devices from annoucement after 7 days of inactivityDaniel Gultsch2016-11-192-21/+51
|
* save last activation time in fingerprint statusDaniel Gultsch2016-11-194-7/+49
|
* show 'clear devices' button underneath own devicesDaniel Gultsch2016-11-182-23/+6
|
* 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-172-2/+8
|
* parse omemo fingerprints from urisDaniel Gultsch2016-11-174-13/+46
|
* use base64.nowrap for omemo keysDaniel Gultsch2016-11-171-3/+3
|
* fixed enabling trust toggle. unknown->untrustedDaniel Gultsch2016-11-151-1/+5
|
* refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch2016-11-144-175/+200
|
* write prepped string to db. use display version everywhere elseDaniel Gultsch2016-10-201-16/+16
|
* 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
| | | | fixes #1873
* 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
| | | | fixes #1832
* handle invalid base64 is SASl SCRAM responseDaniel Gultsch2016-05-071-5/+9
|
* Remove copy of innerkeySebastian2016-05-051-1/+0
| | | The line overwrites this.innerkey with the value that was already there.
* republish pgp signature when changing statusDaniel Gultsch2016-05-051-1/+4
|
* spelling fixesklemens2016-05-041-1/+1
|
* Renaming of variableSebastian2016-05-031-6/+6
| | | Was probably just a copy/paste typo.