aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl/DigestMd5.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-91/+0
| | | | | | "renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
* fixed digest-md5iNPUTmice2014-12-041-0/+4
|
* Make sure SASL tokenizer strips stringsSam Whited2014-12-021-1/+1
| | | | Fix DIGEST-MD5 auth (make sure we're not splitting on BASE64 `==')
* Add auth method pinningSam Whited2014-11-151-1/+7
|
* Improve auth error handling and state machineSam Whited2014-11-151-10/+7
|
* Add SCRAM-SHA1 supportSam Whited2014-11-141-53/+65
| | | | | | | Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
* Refactor authentication codeSam Whited2014-11-121-0/+72