Skip to content

0.103.4

Latest
Compare
Choose a tag to compare
@djc djc released this 10 Jul 11:24
v/0.103.4
  • 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
  • Upgrade to rcgen 0.14 by @djc in #363
  • Declare ML-DSA as not FIPS approved in the API by @ctz in #364
  • Bump version to 0.103.4 by @djc in #361