diff options
author | Stefan Eissing <icing@apache.org> | 2021-03-02 15:21:18 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2021-03-02 15:21:18 +0100 |
commit | 5dc01860dbf5273e0557f8912c36667aeb450a3e (patch) | |
tree | ecdc92e22e0a70c82ac47d5fdce0c6cda06554b5 /CHANGES | |
parent | Sync CHANGES entries. [skip ci]. (diff) | |
download | apache2-5dc01860dbf5273e0557f8912c36667aeb450a3e.tar.xz apache2-5dc01860dbf5273e0557f8912c36667aeb450a3e.zip |
Adding more ap_ssl_* functions and hooks to the core server.
- ap_ssl_add_cert_files() to enable other modules like mod_md to provide
certificate and keys for an SSL module like mod_ssl.
- ap_ssl_add_fallback_cert_files() to enable other modules like mod_md to
provide a fallback certificate in case no 'proper' certificate is
available for an SSL module like mod_ssl.
- ap_ssl_answer_challenge() to enable other modules like mod_md to
provide a certificate as used in the RFC 8555 'tls-alpn-01' challenge
for the ACME protocol for an SSL module like mod_ssl.
- Hooks for 'ssl_add_cert_files', 'ssl_add_fallback_cert_files' and
'ssl_answer_challenge' where modules like mod_md can provide providers
to the above mentioned functions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887085 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -23,6 +23,17 @@ Changes with Apache 2.5.1 server/connection/request. - Hooks for 'ssl_conn_is_ssl' and 'ssl_var_lookup' where modules providing SSL can install their own value supplying functions. + - ap_ssl_add_cert_files() to enable other modules like mod_md to provide + certificate and keys for an SSL module like mod_ssl. + - ap_ssl_add_fallback_cert_files() to enable other modules like mod_md to + provide a fallback certificate in case no 'proper' certificate is + available for an SSL module like mod_ssl. + - ap_ssl_answer_challenge() to enable other modules like mod_md to + provide a certificate as used in the RFC 8555 'tls-alpn-01' challenge + for the ACME protocol for an SSL module like mod_ssl. + - Hooks for 'ssl_add_cert_files', 'ssl_add_fallback_cert_files' and + 'ssl_answer_challenge' where modules like mod_md can provide providers + to the above mentioned functions. [Stefan Eissing] *) mod_http2: new option 'H2OutputBuffering on/off' which controls the |