Skip to content

Release: v1.5.13

Latest
Compare
Choose a tag to compare
@crypto-transport-libs-ci-bot crypto-transport-libs-ci-bot released this 22 Feb 00:15
21cefc1

Weekly release for February 22 2025

Release Summary

  • Add bindings for the External PSK functionality.
  • Adds 20250211, a TLS 1.3-exclusive security policy intended for RFC 9151 migration.
  • A breaking change was made to the renegotiation callback interface. This only affects Rust customers using the unstable-renegotiate
    feature.
  • Adds an option to prevent s2n-tls from overriding the libcrypto RAND engine.
  • Adds async support to s2n_cert_validation_callback.
  • Reduced connection memory usage by an estimated 4 to 5 percent.
  • A successful cert validation callback should return only S2N_SUCCESS. Previously, both 0 and any positive return value were considered successful.

What's Changed

Full Changelog: v1.5.12...v1.5.13