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 2016/03/01 16:31:58 UTC

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

Author: ylavic
Date: Tue Mar  1 15:31:58 2016
New Revision: 1733089

URL: http://svn.apache.org/viewvc?rev=1733089&view=rev
Log:
Rephrase r1733088 since leaking means horrible things in cryptography.
This is not a security fix :p

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1733089&r1=1733088&r2=1733089&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Mar  1 15:31:58 2016
@@ -1,7 +1,7 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_ssl: Fix possibly leaking custom [EC]DH params on restart.
+  *) mod_ssl: Fix a possible memory leak on restart for custom [EC]DH params.
      [Jan Kaluza, Yann Ylavic]
 
   *) prefork: Initialize the POD when running in ONE_PROCESS (or -X) mode to