Age | Commit message (Collapse) | Author |
|
|
|
Moved 'hexifying' of hashes into its own class, such that it can be
shared between all hashes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only one basic test, more to follow.
|
|
Still need to do some cleanup and polishing.
|
|
|
|
Actually found out that I implemented the old RFC. Need to reimplement
SCRAM-SHA1 from scratch based on
http://tools.ietf.org/html/draft-ietf-sasl-scram-10
Disabling for now.
|
|
|
|
|
|
|
|
|
|
|
|
We don't authenticate with SCRAM-SHA1 yet.
|
|
|
|
|
|
|
|
|
|
Connections now fallback on other DNS entries upon failure,
taking into account SRV priorities.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still needs unit testing
|
|
|
|
|
|
|