Releases: FreeDSx/SASL
Releases · FreeDSx/SASL
Release list
0.2.1
What's Changed
- Allow specifying server vs client mode when creating a challenge. by @ChadSikorra in #6
Full Changelog: 0.2.0...0.2.1
0.2.0
- Fix CRAM-MD5 server challenge to store the encoded challenge string (e.g. ) in the SASL context rather than the raw nonce, so the password callable receives the value the client used for its HMAC per RFC 2195.
- Add SCRAM support (RFC 5802 / RFC 7677) covering all standard variants: SCRAM-SHA-1, SCRAM-SHA-224, SCRAM-SHA-256, SCRAM-SHA-384, SCRAM-SHA-512, SCRAM-SHA3-512, and their respective -PLUS channel-binding counterparts.