aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add SCRAM-SHA-2 supportSam Whited2017-01-153-209/+259
* Support ANONYMOUS SASLSam Whited2016-09-121-0/+28
* handle invalid base64 is SASl SCRAM responseDaniel Gultsch2016-05-071-5/+9
* code clean upDaniel Gultsch2015-10-122-3/+2
* enable SASL EXTERNAL (certificate logincbeDaniel Gultsch2015-10-111-0/+29
* catch null pointer in ScramSHA1 saslDaniel Gultsch2015-08-161-0/+3
* added null check in sasl response verifierDaniel Gultsch2015-07-101-1/+1
* prefer PLAIN over DIGEST-MD5Daniel Gultsch2015-01-021-1/+1
* fixed digest-md5iNPUTmice2014-12-041-0/+4
* Make sure SASL tokenizer strips stringsSam Whited2014-12-022-1/+5
* remove unused imports.Michael2014-11-211-2/+0
* Don't escape passwords in SASLSam Whited2014-11-151-2/+2
* Cache SCRAM-SHA-1 keys for current sessionSam Whited2014-11-151-10/+47
* Add auth method pinningSam Whited2014-11-154-3/+30
* Improve auth error handling and state machineSam Whited2014-11-154-32/+36
* Add SCRAM-SHA1 supportSam Whited2014-11-146-80/+375
* Refactor authentication codeSam Whited2014-11-123-0/+124