aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/axolotl/XmppAxolotlMessage.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-05Remove copy of innerkeySebastian1-1/+0
2015-07-31Provide process function for key transport messageAndreas Straub1-1/+32
2015-07-31Refactor axolotl message processing workflowAndreas Straub1-85/+57
2015-07-31Reformat codeAndreas Straub1-14/+14
2015-07-31Change to new wire protocol versionAndreas Straub1-50/+93
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-4/+4
2015-07-21Switch payload encryption to AES-GCMAndreas Straub1-11/+17
2015-07-20Add purge axolotl key optionAndreas Straub1-2/+5
2015-07-20Optimize importsAndreas Straub1-2/+1
2015-07-19Overhauled Message taggingAndreas Straub1-3/+8
2015-07-19Properly track message senderAndreas Straub1-7/+8
2015-07-19Tag messages with originating sessionAndreas Straub1-0/+5
2015-07-19Reformat code to use tabsAndreas Straub1-160/+160
2015-07-19Reworked axolotl protocol layerAndreas Straub1-0/+180
2015-07-19CryptoNext persistance layer mockupAndreas Straub1-0/+4