Changeset d4c9331 in mod_gnutls
- Timestamp:
- Nov 29, 2019, 12:49:56 PM (2 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- e376ed8
- Parents:
- dcec209
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rdcec209 rd4c9331 1 ** Version 0.9.1 (2019-11-29) 2 - Fix possible segfault (NULL pointer dereference) on failed TLS 3 handshake. Calling ssl_var_lookup() after a failed handshake could 4 lead to GnuTLS session information functions being called on a NULL 5 session pointer, leading to segfault. 6 - Remove URLs from expected error responses in the test suite. Apache 7 HTTPD removed request URLs from canned error messages to prevent 8 misleading text/links being displayed via crafted links 9 (CVE-2019-10092). Adjust the expected error responses in our tests 10 so they can pass again. 11 - Test suite: Ignore "Content-Length" header of responses. Thanks to 12 Krista Karppinen! 13 - Add a section about module dependencies on socache to the handbook 14 - Restructure the manpage build and move it to section 5 (config 15 files) 16 - Test suite: Restructure certificate directories 17 1 18 ** Version 0.9.0 (2019-01-23) 2 19 - Security fix: Refuse to send or receive any data over a failed TLS -
configure.ac
rdcec209 rd4c9331 1 AC_INIT(mod_gnutls, 0.9. 0)1 AC_INIT(mod_gnutls, 0.9.1) 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.