-*- coding: utf-8 -*-
Changes with Apache 2.4.49
+ *) mod_md: fixed a potential null pointer dereference if ACME/OCSP
+ server returned 2xx responses without content type. Reported by chuangwen.
+ [chuangwen, Stefan Eissing]
+
+ *) mod_md:
+ - Domain names in `<MDomain ...>` can now appear in quoted form.
+ - Fixed a failure in ACME challenge selection that aborted further searches
+ when the tls-alpn-01 method did not seem to be suitable.
+ - Changed the tls-alpn-01 setup to only become unsuitable when none of the
+ dns names showed support for a configured 'Protocols ... acme-tls/1'. This
+ allows use of tls-alpn-01 for dns names that are not mapped to a VirtualHost.
+ [Stefan Eissing]
+
*) Add CPING to health check logic. [Jean-Frederic Clere]
*) core: Split ap_create_request() from ap_read_request(). [Graham Leggett]
+++ /dev/null
- *) mod_md:
- - Domain names in `<MDomain ...>` can now appear in quoted form.
- - Fixed a failure in ACME challenge selection that aborted further searches
- when the tls-alpn-01 method did not seem to be suitable.
- - Changed the tls-alpn-01 setup to only become unsuitable when none of the
- dns names showed support for a configured 'Protocols ... acme-tls/1'. This
- allows use of tls-alpn-01 for dns names that are not mapped to a VirtualHost.
- [Stefan Eissing]
+++ /dev/null
- *) mod_md: fixed a potential null pointer dereference if ACME/OCSP
- server returned 2xx responses without content type. Reported by chuangwen.
- [chuangwen, Stefan Eissing]