- Timestamp:
- Aug 22, 2015, 3:53:31 PM (6 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports
- Children:
- b837187
- Parents:
- 2db6923 (diff), 4addf74 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r2db6923 r71e9a5c 1 1 **TODO: 2 - Fix support for proxy termination3 2 - Handle Unclean Shutdowns 4 3 - make session cache use generic apache caches 4 5 ** Version 0.7 (2015-07-12) 6 - Security fix for TLS client authentication (CVE-2015-2091) 7 - Bug fixes that enable support for reverse proxy operation 8 - Various test suite improvements. Tests are configured through autoconf, 9 so the test suite now works for builds without Monkeysphere support. 10 - Add support for TLS connections to back end servers when operating as a 11 reverse proxy (X.509 authentication only at the moment). 12 - PKCS #11 support for server keys and certificates 13 - Use strict compiler arguments by default (-Wall -Werror -Wextra) 14 - Allow limiting the size of certificates exported as SSL_SERVER_CERT 15 and SSL_CLIENT_CERT through the GnuTLSExportCertificates directive 5 16 6 17 ** Version 0.6 (2014-02-17) … … 88 99 - Added support for subject alternative names in certificates. 89 100 Only one per certificate is supported. 90 - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, 101 - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, 91 102 SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE 92 103 - The compatibility mode can now be enabled explicitely with the
Note: See TracChangeset
for help on using the changeset viewer.