summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-05-31 23:01:24 +0000
committerYann Ylavic <ylavic@apache.org>2022-05-31 23:01:24 +0000
commit5af4eef2fd20507611db42121b5a4e22bdf97528 (patch)
treebb980d333c0ecb0e8f9b2eb9d4608b48317c8941 /changes-entries
parent9ba58c7c30f4b56004e26017592d9cea5d97d0d6 (diff)
downloadhttpd-5af4eef2fd20507611db42121b5a4e22bdf97528.tar.gz
mod_ssl: SSLFIPS compatible with OpenSSL 3.0. PR 66063.
* modules/ssl/ssl_private.h(): #define modssl_fips_is_enabled() and modssl_fips_enable() to wrap the native OpenSSL FIPS functions available on OPENSSL_VERSION_NUMBER. * modules/ssl/ssl_engine_init.c(ssl_init_Module, modssl_fips_cleanup): Use the new wrappers instead of the OPENSSL_VERSION_NUMBER < 3.0 functions. Submitted by: Petr Sumbera <petr.sumbera oracle.com>, ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901470 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/ssl_fips_30.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/ssl_fips_30.txt b/changes-entries/ssl_fips_30.txt
new file mode 100644
index 0000000000..b5f35ec0d2
--- /dev/null
+++ b/changes-entries/ssl_fips_30.txt
@@ -0,0 +1,2 @@
+ *) mod_ssl: SSLFIPS compatible with OpenSSL 3.0. PR 66063.
+ [Petr Sumbera <petr.sumbera oracle.com>, Yann Ylavic] \ No newline at end of file