- Added initial support for the
SSL_CONF_*
API family and a subset of the available configuration commands. This allows use of thessl_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
andPrivateKey
commands by @cpu in #32 - Implement
SSL_CONF_cmd
VerifyCAPath
andVerifyCADir
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