You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2019/02/07 22:23:28 UTC

svn commit: r1853166 - /httpd/httpd/trunk/CHANGES

Author: ylavic
Date: Thu Feb  7 22:23:27 2019
New Revision: 1853166

URL: http://svn.apache.org/viewvc?rev=1853166&view=rev
Log:
Follow up to r1853133: CHANGES entry.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1853166&r1=1853165&r2=1853166&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Feb  7 22:23:27 2019
@@ -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]