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 2022/05/24 09:07:28 UTC

svn commit: r1901204 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/ab_tls13.txt

Author: ylavic
Date: Tue May 24 09:07:27 2022
New Revision: 1901204

URL: http://svn.apache.org/viewvc?rev=1901204&view=rev
Log:
Sync CHANGES [skip ci]

Removed:
    httpd/httpd/branches/2.4.x/changes-entries/ab_tls13.txt
Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1901204&r1=1901203&r2=1901204&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Tue May 24 09:07:27 2022
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.54
 
+  *) ab: Allow for TLSv1.3 when the SSL library supports it.
+     [abhilash1232 gmail.com, xiaolongx.jiang intel.com, Yann Ylavic]
+
   *) core: Disable TCP_NOPUSH optimization on OSX since it might introduce
      transmission delays.  PR 66019.  [Yann Ylavic]