Changeset f042405 in mod_gnutls
- Timestamp:
- Jan 26, 2020, 8:11:20 AM (15 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 72ebe64
- Parents:
- 47c2384
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r47c2384 rf042405 1 1 ** Version 0.10.0 (UNRELEASED) 2 - Support for stapling mutiple OCSP responses (TLS 1.3 only) 2 3 - Support for stapling multiple OCSP responses (TLS 1.3 4 only). mod_gnutls will staple for as many consecutive certificates 5 in the certificate chain as possible. 6 7 - Support for TLS 1.3 post-handshake authentication, used if TLS 8 client authentication is required only for some resources on the 9 server. Rehandshake (for older TLS versions) is not supported. 10 3 11 - The test infrastructure has been mostly rewritten in Python, note 4 12 the new dependencies (Python 3, Pyyaml). 13 5 14 - Server certificates are checked for the must-staple TLS feature 6 15 extension, stapling must be enabled if so. 16 7 17 - Compatibility fix for GnuTLS 3.6.11 in the test suite: Handle 8 18 certificate type in TLS session information strings -
configure.ac
r47c2384 rf042405 1 AC_INIT(mod_gnutls, 0. 9.1)1 AC_INIT(mod_gnutls, 0.10.0) 2 2 OOO_CONFIG_NICE(config.nice) 3 3 MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
Note: See TracChangeset
for help on using the changeset viewer.