aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl/ScramSha1.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-232/+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-151-1/+7
* Improve auth error handling and state machineSam Whited2014-11-151-11/+2
* Add SCRAM-SHA1 supportSam Whited2014-11-141-0/+198