Changeset b6ce8ad in mod_gnutls
- Timestamp:
- Aug 14, 2021, 7:54:22 AM (20 months ago)
- Branches:
- main, master
- Children:
- a66a7f7, ae5d70e
- Parents:
- 7677448
- git-author:
- Fiona Klute <fiona.klute@…> (08/14/21 07:53:27)
- git-committer:
- Fiona Klute <fiona.klute@…> (08/14/21 07:54:22)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r7677448 rb6ce8ad 1 ** Version 0.12.0 (UNRELEASED) 1 ** Version 0.12.0 (2021-08-14) 2 3 - Three fixes that make mod_gnutls compatible with the Let's Encrypt 4 OCSP responder for OCSP stapling: 5 6 1. Support OCSP responses that are signed directly with the private 7 key of the CA and do not embed a signer certificate. 8 9 2. If the path part of OCSP URI provided in the certificate is 10 empty, use "/". 11 12 3. Use SHA1 for issuer name hash and issuer key hash in OCSP 13 requests. Support for that is required by RFC 5019 and referenced 14 in CAB Forum Baseline Requirements, too. This particular hash 15 doesn't need to be cryptographically secure. 2 16 3 17 - Remove insecure algorithms that are still included in the GnuTLS 4 18 priority set "NORMAL" from the default priorities: plain RSA key 5 19 exchange, TLS 1.0, TLS 1.1 20 21 - Fix virtual host references when retrieving OCSP responses for 22 stapling. 6 23 7 24 - Share server instances for tests where reasonably possible with the … … 12 29 coverage at least as good as before. 13 30 14 - Some minor cleanup oftests and logging infrastructure.31 - Various improvements to tests and logging infrastructure. 15 32 16 33 ** Version 0.11.0 (2020-06-27) -
configure.ac
r7677448 rb6ce8ad 1 AC_INIT(mod_gnutls, 0.1 1.0)1 AC_INIT(mod_gnutls, 0.12.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.