]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Changed ap_ssl_answer_challenge() and its hook to provide PEM data for
authorStefan Eissing <icing@apache.org>
Wed, 3 Mar 2021 15:52:18 +0000 (15:52 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 3 Mar 2021 15:52:18 +0000 (15:52 +0000)
commit695140822068a20a7016b26b2c2c41f45efbac68
tree4ca2a76f75aca7e5edd31de08d62b41a22e571a3
parent33af74c29fbd85890f1f6e6454a81bab7a01de41
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
CHANGES
include/http_protocol.h
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_util_ssl.c
modules/ssl/ssl_util_ssl.h
server/protocol.c