aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed package id inside manifest and projectChristian Schneppe2016-07-296-529/+0
|
* optimize importsChristian Schneppe2016-05-311-0/+1
|
* handle invalid base64 is SASl SCRAM responseDaniel Gultsch2016-05-131-5/+9
|
* code clean upDaniel Gultsch2015-10-122-3/+2
|
* enable SASL EXTERNAL (certificate loginDaniel Gultsch2015-10-111-0/+29
|
* catch null pointer in ScramSHA1 saslDaniel Gultsch2015-08-161-0/+3
|
* added null check in sasl response verifierDaniel Gultsch2015-07-101-1/+1
|
* prefer PLAIN over DIGEST-MD5Daniel Gultsch2015-01-021-1/+1
| | | | | DIGEST-MD5 seems to be broken for a lot of cases (OpenFire) switched priority of PLAIN to not cause any security errors
* fixed digest-md5iNPUTmice2014-12-041-0/+4
|
* Make sure SASL tokenizer strips stringsSam Whited2014-12-022-1/+5
| | | | Fix DIGEST-MD5 auth (make sure we're not splitting on BASE64 `==')
* remove unused imports.Michael2014-11-211-2/+0
|
* Don't escape passwords in SASLSam Whited2014-11-151-2/+2
| | | | Fixes #671
* Cache SCRAM-SHA-1 keys for current sessionSam Whited2014-11-151-10/+47
|
* Add auth method pinningSam Whited2014-11-154-3/+30
|
* Improve auth error handling and state machineSam Whited2014-11-154-32/+36
|
* Add SCRAM-SHA1 supportSam Whited2014-11-146-80/+375
| | | | | | | Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
* Refactor authentication codeSam Whited2014-11-123-0/+124