]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport to v2.4.
authorGraham Leggett <minfrin@apache.org>
Sat, 18 Nov 2023 11:34:12 +0000 (11:34 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 18 Nov 2023 11:34:12 +0000 (11:34 +0000)
commit28f6fc01c379282b647758c68ab59074dc4533df
tree1aaa126a48e15e23a2b95e325a2f1cf5e9c07712
parentbe6a1dc899463b2045179e8c4c6674a79697a65e
Backport to v2.4.

  *) mod_ssl: Improve compatibility with OpenSSL 3, fix build warnings about
     deprecated ENGINE_ API, honor OPENSSL_API_COMPAT setting while defaulting
     to compatibitily with version 1.1.1 (including ENGINEs / SSLCryptoDevice).
     mod_ssl: Disable the OpenSSL ENGINE API when OPENSSL_NO_ENGINE is set.
     Allow for "SSLCryptoDevice builtin" if the ENGINE API is not available,
     notably with OpenSSL >= 3.  PR 68080.
     trunk patch: http://svn.apache.org/r1908537
                  http://svn.apache.org/r1908539
                  http://svn.apache.org/r1908542
                  http://svn.apache.org/r1913616
                  http://svn.apache.org/r1913815
                  http://svn.apache.org/r1913816
                  http://svn.apache.org/r1908542
                  http://svn.apache.org/r1913832
     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/381.diff
                  (https://github.com/apache/httpd/pull/381)
     +1: ylavic, jorton, minfrin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913912 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
.github/workflows/linux.yml
CHANGES
STATUS
modules/md/md_crypt.c
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl_openssl.h
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_io.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_engine_pphrase.c
modules/ssl/ssl_private.h
modules/ssl/ssl_util.c
modules/ssl/ssl_util_ssl.c
modules/ssl/ssl_util_stapling.c
support/ab.c