]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1908537: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 16 Nov 2023 11:44:31 +0000 (11:44 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 16 Nov 2023 11:44:31 +0000 (11:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913832 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/openssl3.txt [new file with mode: 0644]

diff --git a/changes-entries/openssl3.txt b/changes-entries/openssl3.txt
new file mode 100644 (file)
index 0000000..07f39b1
--- /dev/null
@@ -0,0 +1,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).
+     [ Yann Ylavic ]