aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/crypto/sasl/ScramSha1.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-4/+4
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 Whited1-1/+7
2014-11-15Improve auth error handling and state machineSam Whited1-11/+2
2014-11-14Add SCRAM-SHA1 supportSam Whited1-0/+198