aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/axolotl/XmppAxolotlMessage.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-20use bouncycastle provider up to api 27Christian Schneppe1-2/+2
2018-10-20go back to 16 byte IVs for OMEMOChristian Schneppe1-12/+12
2018-10-04use 12 byte IV for omemo and http uploadChristian Schneppe1-1/+1
2018-09-26do not use BC provider on android 22+Christian Schneppe1-2/+3
2018-05-16make session completion work with untrusted devices as wellChristian Schneppe1-4/+8
2018-04-23create dedicated exception for not encrypted for this deviceChristian Schneppe1-1/+1
2018-04-12figure out fallbacks with omemo source idChristian Schneppe1-0/+12
2018-04-02migrate to xmpp-addrChristian Schneppe1-1/+1
2018-01-21properly handle key transport messages. use prekeyparsing only when that attr...Christian Schneppe1-13/+12
2017-01-16partially improved logging for receiving omemo messagesChristian Schneppe1-7/+7
2017-01-14treat omemo keys >= 32 bytes as containing auth tag. add config flag to put a...Christian Schneppe1-1/+27
2017-01-09adding prekey='true' to omemo messages if applicableChristian Schneppe1-6/+10
2016-12-25added omemo padding but disabled by Config.java flagChristian Schneppe1-2/+18
2016-11-19reformat codeChristian Schneppe1-223/+223
2016-11-18use base64.nowrap for omemo keysChristian Schneppe1-8/+8
2016-10-08be more careful parsing integers in omemoChristian Schneppe1-2/+6
2016-07-29changed package id inside manifest and projectChristian Schneppe1-4/+4
2016-06-30don't crash on broken base64 in omemo messages. fixes #1934Daniel Gultsch1-3/+3
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