aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl/DigestMd5.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-04fixed digest-md5iNPUTmice1-0/+4
2014-12-02Make sure SASL tokenizer strips stringsSam Whited1-1/+1
Fix DIGEST-MD5 auth (make sure we're not splitting on BASE64 `==')
2014-11-15Add auth method pinningSam Whited1-1/+7
2014-11-15Improve auth error handling and state machineSam Whited1-10/+7
2014-11-14Add SCRAM-SHA1 supportSam Whited1-53/+65
Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
2014-11-12Refactor authentication codeSam Whited1-0/+72