From: Yann Ylavic Date: Thu, 16 Nov 2023 11:44:31 +0000 (+0000) Subject: Follow up to r1908537: CHANGES entry. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b06bfae4d5b9c6ac6e54f890cd9fb65116038ff;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1908537: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913832 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/openssl3.txt b/changes-entries/openssl3.txt new file mode 100644 index 00000000000..07f39b16e08 --- /dev/null +++ b/changes-entries/openssl3.txt @@ -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 ]