Files
amcs/vendor/mellium.im/sasl/CHANGELOG.md
Hein 1adf50e3db
CI / build-and-test (push) Failing after 1s
Release / release (push) Failing after 19m26s
fix(go.sum): update ResolveSpec dependency to v1.0.87
2026-06-23 13:17:16 +02:00

29 lines
628 B
Markdown

# Changelog
All notable changes to this project will be documented in this file.
## v0.3.1 — 2022-12-28
### Fixed
- Sometimes the nonce was not set on the SASL state machine, resulting in
authentication failing
## v0.3.0 — 2022-08-15
### Added
- Support for tls-exporter channel binding method as defined in [RFC 9266]
- Support for fast XOR using SIMD/VSX on more architectures
### Fixed
- Return an error if no tls-unique channel binding (CB) data is present in the
TLS connection state (or no connection state exists) and we use SCRAM with CB
[RFC 9266]: https://datatracker.ietf.org/doc/html/rfc9266