aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-12Imports organizedsteckbrief1-0/+1
2015-10-12code clean upDaniel Gultsch2-3/+2
2015-10-11enable SASL EXTERNAL (certificate logincbeDaniel Gultsch1-0/+29
2015-08-16catch null pointer in ScramSHA1 saslDaniel Gultsch1-0/+3
2015-08-11Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe1-1/+1
2015-07-10added null check in sasl response verifierDaniel Gultsch1-1/+1
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief5-493/+0
2015-01-02prefer PLAIN over DIGEST-MD5Daniel Gultsch1-1/+1
2014-12-04fixed digest-md5iNPUTmice1-0/+4
2014-12-02Make sure SASL tokenizer strips stringsSam Whited2-1/+5
2014-11-21remove unused imports.Michael1-2/+0
2014-11-15Don't escape passwords in SASLSam Whited1-2/+2
2014-11-15Cache SCRAM-SHA-1 keys for current sessionSam Whited1-10/+47
2014-11-15Add auth method pinningSam Whited4-3/+30
2014-11-15Improve auth error handling and state machineSam Whited4-32/+36
2014-11-14Add SCRAM-SHA1 supportSam Whited6-80/+375
2014-11-12Refactor authentication codeSam Whited3-0/+124