aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/sasl/SaslMechanism.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-01use base64 instead of base36 when creating random stringsChristian Schneppe1-0/+4
2016-11-19reformat codeChristian Schneppe1-52/+55
2016-07-29changed package id inside manifest and projectChristian Schneppe1-3/+3
2015-10-12code clean upDaniel Gultsch1-1/+1
2014-11-15Add auth method pinningSam Whited1-0/+9
2014-11-15Improve auth error handling and state machineSam Whited1-0/+27
2014-11-14Add SCRAM-SHA1 supportSam Whited1-15/+14
Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
2014-11-12Refactor authentication codeSam Whited1-0/+27