summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-03-03 15:52:18 +0000
committerStefan Eissing <icing@apache.org>2021-03-03 15:52:18 +0000
commit695140822068a20a7016b26b2c2c41f45efbac68 (patch)
tree4ca2a76f75aca7e5edd31de08d62b41a22e571a3 /CHANGES
parent33af74c29fbd85890f1f6e6454a81bab7a01de41 (diff)
downloadhttpd-695140822068a20a7016b26b2c2c41f45efbac68.tar.gz
Changed ap_ssl_answer_challenge() and its hook to provide PEM data for
certificate and key instead of file names. Added support for this in mod_ssl and verified with a local mod_md version that uses it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887151 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b444557f8a..66c13a0b0e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,7 +30,8 @@ Changes with Apache 2.5.1
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.
+ for the ACME protocol for an SSL module like mod_ssl. The function
+ and its hook provide PEM encoded data instead of file names.
- 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.