aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* indicate cbe in chat message hintDaniel Gultsch2015-10-311-0/+16
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-312-5/+29
* fixed session objects not being build on start upDaniel Gultsch2015-10-301-1/+0
* Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-302-0/+181
|\
| * Decrypt PGP messages in backgroundfiaxh2015-10-282-0/+181
* | 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
* moved other name parsing into seperate methodDaniel Gultsch2015-10-151-40/+45
* use constants for oids in xmppdomainverifierDaniel Gultsch2015-10-151-2/+5
* more checks for xmppdomainverifier and better wildcard handlingDaniel Gultsch2015-10-151-4/+10
* use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixe...Daniel Gultsch2015-10-151-0/+113
* add config variable to enable x509 verificationDaniel Gultsch2015-10-121-3/+3
* code clean upDaniel Gultsch2015-10-123-16/+3
* enable SASL EXTERNAL (certificate logincbeDaniel Gultsch2015-10-111-0/+29
* add menu item in account details to renew certificateDaniel Gultsch2015-10-111-23/+82
* Clean upAndreas Straub2015-10-112-13/+5
* be more careful when publishing device bundleDaniel Gultsch2015-09-171-0/+14
* indicate broken pep in server infoDaniel Gultsch2015-09-061-0/+4
* Only show that have sessions in fingerprint listAndreas Straub2015-09-062-5/+21
* Don't manually add keys to the storeAndreas Straub2015-09-061-2/+0
* Never build a session with oneselfAndreas Straub2015-09-052-9/+12
* use same method to add message hints to otr message everywhere it is neededDaniel Gultsch2015-09-011-4/+2
* Fix error handling for announce check retrievalAndreas Straub2015-08-261-3/+3
* Only announce device after publishing bundleAndreas Straub2015-08-261-6/+18
* Fix key publishingAndreas Straub2015-08-261-72/+68
* Add more logging to pep attemp counter logicAndreas Straub2015-08-251-0/+1
* Limit number of PEP publish triesAndreas Straub2015-08-251-9/+42
* Pass through device IDs when updating own listAndreas Straub2015-08-251-17/+17
* cleared up some error messages in axolotl service and execute publishOwnDevic...Daniel Gultsch2015-08-251-3/+7
* Add error handling to OMEMO PEP codeAndreas Straub2015-08-231-116/+131
* catch null pointer in ScramSHA1 saslDaniel Gultsch2015-08-161-0/+3
* Increase number of published prekeys for releaseAndreas Straub2015-08-071-1/+1
* Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-013-79/+94
* Provide process function for key transport messageAndreas Straub2015-07-313-18/+83
* Refactor axolotl message processing workflowAndreas Straub2015-07-313-152/+116
* Reformat codeAndreas Straub2015-07-313-86/+87
* Change to new wire protocol versionAndreas Straub2015-07-314-72/+111
* Fix NPE: consider unknown keys UNDECIDEDAndreas Straub2015-07-291-1/+2
* Refactor out inner classes, cache trust storeAndreas Straub2015-07-294-563/+613
* Always build own device session automaticallyAndreas Straub2015-07-221-6/+13
* Add INACTIVE state for removed keysAndreas Straub2015-07-211-11/+43
* Fill own device sessions into SessionMapAndreas Straub2015-07-211-7/+14