Skip to content

Releases: rustls/rustls-openssl-compat

v/0.2.1

28 Jun 17:49
@cpu cpu
Compare
Choose a tag to compare
  • Added initial support for the SSL_CONF_* API family and a subset of the available configuration commands. This allows use of the ssl_conf_command Nginx 1.19.4+ directive.
  • Added initial support for TLS session tickets and associated APIs for disabling their use, and configuring the number of tickets sent to a peer.

What's Changed

  • Matrix updates for curl/nginx versions used by ubuntu 24.04 by @cpu in #28
  • Start of SSL_CONF_* API support, Ubuntu 24.04 in CI by @cpu in #29
  • Implement SSL_CONF_cmd VerifyMode command. by @cpu in #31
  • Implement SSL_CONF_cmd Certificate and PrivateKey commands by @cpu in #32
  • Implement SSL_CONF_cmd VerifyCAPath and VerifyCADir commands by @cpu in #33
  • disable nginx session tickets for resumption test by @cpu in #34
  • Initial server-side session ticket support by @cpu in #35
  • 0.2.1 release preparation by @cpu in #36

Full Changelog: v/0.2.0...v/0.2.1

v/0.2.0

07 May 15:19
@ctz ctz
Compare
Choose a tag to compare

Add support for nginx on Ubuntu 24.04 LTS.

What's Changed

  • Ubuntu 24.04 & Nginx 1.24.0 compat work by @cpu in #20
  • Starting support for curl 8.5.0 by @cpu in #21
  • Extend signing key algorithm support by @ctz in #23
  • Improve? test reliability by @ctz in #24
  • Prepare 0.2.0 by @ctz in #25

Full Changelog: v/0.1.0...v/0.2.0

v/0.1.0

01 May 15:23
@ctz ctz
Compare
Choose a tag to compare

Initial release supporting nginx and curl on Ubuntu 22.04.

What's Changed

  • curl client checkpoint by @ctz in #1
  • Misc quality improvements by @ctz in #3
  • Run integration tests with valgrind by @ctz in #5
  • impl SSL_CTX_set_default_verify_paths and friends by @cpu in #2
  • run clippy on tests, fix findings by @cpu in #6
  • Basic server support by @ctz in #7
  • Bump rustls from 0.23.4 to 0.23.5 in /rustls-libssl by @dependabot in #8
  • Remove locking by @ctz in #9
  • Working towards nginx support by @ctz in #12
  • Backport ASAN build fixes from rustls-ffi by @cpu in #10
  • deps: update aws-lc-rs by @cpu in #14
  • Server-side resumption support by @ctz in #13
  • Packaging/release work by @ctz in #19

New Contributors

  • @ctz made their first contribution in #1
  • @cpu made their first contribution in #2
  • @dependabot made their first contribution in #8

Full Changelog: https://github.com/rustls/rustls-openssl-compat/commits/v/0.1.0