diff options
author | Yann Ylavic <ylavic@apache.org> | 2023-11-16 12:44:31 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2023-11-16 12:44:31 +0100 |
commit | 0b06bfae4d5b9c6ac6e54f890cd9fb65116038ff (patch) | |
tree | 26e968cbd8d2c89bf1d98bf9e2f562a475c77905 /changes-entries | |
parent | ci: Disable ASan's LeakSanitizer. (diff) | |
download | apache2-0b06bfae4d5b9c6ac6e54f890cd9fb65116038ff.tar.xz apache2-0b06bfae4d5b9c6ac6e54f890cd9fb65116038ff.zip |
Follow up to r1908537: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/openssl3.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes-entries/openssl3.txt b/changes-entries/openssl3.txt new file mode 100644 index 0000000000..07f39b16e0 --- /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 ] |