aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/sasl/DigestMd5.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-03use random string generator instead of BigInteger in DigestMd5Christian Schneppe1-2/+1
2016-11-19reformat codeChristian Schneppe1-70/+70
2016-07-29changed package id inside manifest and projectChristian Schneppe1-4/+4
2014-12-04fixed digest-md5iNPUTmice1-0/+4
2014-12-02Make sure SASL tokenizer strips stringsSam Whited1-1/+1
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
2014-11-12Refactor authentication codeSam Whited1-0/+72