From: Yann Ylavic Date: Thu, 16 Nov 2023 12:06:45 +0000 (+0000) Subject: Propose OpenSSL 3 -Werror backport X-Git-Tag: 2.4.59-rc1-candidate~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ebe14b652672273e68087d406110d8655c762b;p=thirdparty%2Fapache%2Fhttpd.git Propose OpenSSL 3 -Werror backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6670d8ef6c5..b6e6ccba5d9 100644 --- a/STATUS +++ b/STATUS @@ -220,6 +220,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: svn merge -c 1874101 ^/httpd/httpd/trunk . +1: gbechis + *) 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 + 2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/381.diff + (https://github.com/apache/httpd/pull/381) + +1: ylavic, + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]