Skip to content

Release: v1.5.7

Compare
Choose a tag to compare
@crypto-transport-libs-ci-bot crypto-transport-libs-ci-bot released this 01 Nov 17:32
9f4baec

Weekly release for November 01 2024

Summary

  • Adds the s2n_connection_get_certificate_match() API, which allows users to determine whether the server was able to provide the client with a certificate chain that matched the client's SNI extension.
  • Adds the s2n_cleanup_final() API, which allows users to completely cleanup and deinitialize s2n-tls, regardless of the s2n-tls atexit configuration.
  • Fixes poll_flush() in the rust bindings to properly flush pending send data without producing an error.

What's Changed

Full Changelog: v1.5.6...v1.5.7