aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * and now do that properlyDaniel Gultsch2015-07-211-1/+1
| * bugfix: also add no-permanent-storage to message hintsDaniel Gultsch2015-07-211-1/+1
| * Use properly fixed numeral values in Trust enumAndreas Straub2015-07-211-4/+26
| * Remove unused importAndreas Straub2015-07-211-1/+0
| * Switch payload encryption to AES-GCMAndreas Straub2015-07-213-17/+46
| * Also decrypt messages from UNTRUSTED sessionsAndreas Straub2015-07-201-1/+1
| * Refactor axolotl send processing/caching flowAndreas Straub2015-07-201-9/+8
| * Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub2015-07-201-6/+6
| * Add purge axolotl key optionAndreas Straub2015-07-202-30/+61
| * attempt to fix the delay problemDaniel Gultsch2015-07-201-5/+5
| * Lock TrustKeys if no trusted keys are availableAndreas Straub2015-07-201-0/+8
| * Optimize importsAndreas Straub2015-07-204-27/+24
| * Ask for key trust when sending messagesAndreas Straub2015-07-191-37/+88
| * Send correct body for HTTP filesAndreas Straub2015-07-191-1/+7
| * Fix trust status for outgoing messagesAndreas Straub2015-07-191-8/+8
| * Ensure that available sessions are always usedAndreas Straub2015-07-191-9/+30
| * Fix and expand key regeneration functionAndreas Straub2015-07-191-9/+18
| * Overhauled Message taggingAndreas Straub2015-07-192-43/+68
| * Use full int range for device IDsAndreas Straub2015-07-191-1/+1
| * Clean up unused constantAndreas Straub2015-07-191-1/+0
| * Make some fields finalAndreas Straub2015-07-191-3/+3
| * Clean up loggingAndreas Straub2015-07-191-54/+61
| * Add basic PEP managemend UI to EditAccountActivityAndreas Straub2015-07-191-0/+33
| * Fix devicelist update handlingAndreas Straub2015-07-191-0/+5
| * Only cache session if successfully establishedAndreas Straub2015-07-191-1/+6
| * Return empty set on invalid PEP devicelistAndreas Straub2015-07-191-1/+2
| * Trust all IdentityKeysAndreas Straub2015-07-191-2/+3