]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1853133: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 7 Feb 2019 22:23:27 +0000 (22:23 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 7 Feb 2019 22:23:27 +0000 (22:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853166 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index cb75679700cbeac9f1a94775392d1d488bd719b8..80b3102ea8b5838cbb4f486066d7f2ef033df565 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_ssl: Don't unset FIPS mode on restart unless it's forced by
+     configuration (SSLFIPS on) and not active by default in OpenSSL.
+     PR 63136. [Yann Ylavic]
+
   *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be specified per 
      Location/Directory, e.g. disabling PUSH for a specific set of resources. [Stefan Eissing]