aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 availableCryptoNextBetaAndreas 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
* Refresh PEP on session establishAndreas Straub2015-07-191-0/+18
* Fix asynchronous axolotl message sendingAndreas Straub2015-07-191-6/+23
* Properly track message senderAndreas Straub2015-07-192-11/+12
* Rework PEP content verificationAndreas Straub2015-07-191-47/+61
* Formatting fixesAndreas Straub2015-07-191-2/+2
* When receiving, add mock session if none existsAndreas Straub2015-07-191-1/+1
* Tag messages with originating sessionAndreas Straub2015-07-191-0/+5
* Fetch bundles on-demand, encrypt in backgroundAndreas Straub2015-07-191-42/+91
* Use bareJid for own session retrievalAndreas Straub2015-07-191-1/+1
* Migrate to new PEP layoutAndreas Straub2015-07-191-118/+134