]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
authorStefan Eissing <icing@apache.org>
Fri, 26 Mar 2021 11:27:34 +0000 (11:27 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 26 Mar 2021 11:27:34 +0000 (11:27 +0000)
commit587d17015167f442c98efaf497504fe3825a3fe7
treeb0eef6fc010df94ef358fb3b00e205bea1b27c87
parent0bc464744b44f182dc0e3276d44a077ec44a1367
  *) core: provide ap_ssl_* functions in new http_ssl.h header file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888083 13f79535-47bb-0310-9956-ffa450edef68
23 files changed:
CMakeLists.txt
build/nw_export.inc
changes-entries/core_httpd_ssl.txt [new file with mode: 0644]
include/ap_mmn.h
include/http_protocol.h
include/http_ssl.h [new file with mode: 0644]
libhttpd.dsp
modules/filters/mod_deflate.c
modules/http2/h2_alt_svc.c
modules/http2/h2_conn_io.c
modules/http2/h2_h2.c
modules/http2/h2_switch.c
modules/loggers/mod_log_json.c
modules/mappers/mod_rewrite.c
modules/md/mod_md.c
modules/metadata/mod_headers.c
modules/proxy/mod_proxy.h
modules/ssl/ssl_private.h
server/Makefile.in
server/core.c
server/protocol.c
server/ssl.c [new file with mode: 0644]
server/util_expr_eval.c