Skip to content

Commit

Permalink
Release version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airtower-luna committed Aug 14, 2021
1 parent 7677448 commit b6ce8ad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
** Version 0.12.0 (UNRELEASED)
** Version 0.12.0 (2021-08-14)

- Three fixes that make mod_gnutls compatible with the Let's Encrypt
OCSP responder for OCSP stapling:

1. Support OCSP responses that are signed directly with the private
key of the CA and do not embed a signer certificate.

2. If the path part of OCSP URI provided in the certificate is
empty, use "/".

3. Use SHA1 for issuer name hash and issuer key hash in OCSP
requests. Support for that is required by RFC 5019 and referenced
in CAB Forum Baseline Requirements, too. This particular hash
doesn't need to be cryptographically secure.

- Remove insecure algorithms that are still included in the GnuTLS
priority set "NORMAL" from the default priorities: plain RSA key
exchange, TLS 1.0, TLS 1.1

- Fix virtual host references when retrieving OCSP responses for
stapling.

- Share server instances for tests where reasonably possible with the
same server configuration. Starting/stopping server instances is the
slowest part of the tests, so this is a nice performance
improvement. The Automake test harness now reports fewer tests, but
some include a lot more client connections and requests to keep
coverage at least as good as before.

- Some minor cleanup of tests and logging infrastructure.
- Various improvements to tests and logging infrastructure.

** Version 0.11.0 (2020-06-27)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(mod_gnutls, 0.11.0)
AC_INIT(mod_gnutls, 0.12.0)
OOO_CONFIG_NICE(config.nice)
MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
AC_PREREQ(2.53)
Expand Down

0 comments on commit b6ce8ad

Please sign in to comment.