You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add unstable support for the post-quantum ML-DSA signature algorithms when using aws-lc-rs. Enable the aws-lc-rs-unstable feature to expose these algorithms (only works when aws-lc-rs-fips is not enabled).
Use new UnsupportedSignatureAlgorithmContext, UnsupportedCrlSignatureAlgorithmContext, UnsupportedSignatureAlgorithmForPublicKeyContext and UnsupportedCrlSignatureAlgorithmForPublicKeyContext error variants which contain additional context about the error condition. The related contextless variants have been deprecated.
What's Changed
Do not include bettertls README file in published crates by @decathorpe in #351
deps: Update aws-lc-rs in lockfile by @ognevny in #355
Inline signature verifications test macros by @djc in #358
ci: test more feature flag combinations by @djc in #359
Add unstable support for ML-DSA signature algorithms by @djc in #348
Add context to signature-related errors by @djc in #357