aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl/ScramSha1.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add SCRAM-SHA-2 supportSam Whited2017-01-151-209/+1
* handle invalid base64 is SASl SCRAM responseDaniel Gultsch2016-05-071-5/+9
* code clean upDaniel Gultsch2015-10-121-2/+1
* catch null pointer in ScramSHA1 saslDaniel Gultsch2015-08-161-0/+3
* added null check in sasl response verifierDaniel Gultsch2015-07-101-1/+1
* 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-151-1/+7
* Improve auth error handling and state machineSam Whited2014-11-151-11/+2
* Add SCRAM-SHA1 supportSam Whited2014-11-141-0/+198