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/07/01 15:17:48 UTC

svn commit: r1750963 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Fri Jul  1 15:17:48 2016
New Revision: 1750963

URL: http://svn.apache.org/viewvc?rev=1750963&view=rev
Log:
Propose ab SNI extension.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1750963&r1=1750962&r2=1750963&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Jul  1 15:17:48 2016
@@ -151,6 +151,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x: trunk patch works
      +1: elukey
 
+  *) ab: Set the Server Name Indication (SNI) extension on outgoing TLS
+     connections (unless -I is specified), according to the Host header (if
+     any) or the requested URL's hostname otherwise.
+     trunk patch: http://svn.apache.org/r1750854
+                  http://svn.apache.org/r1750855
+                  http://svn.apache.org/r1750947
+                  http://svn.apache.org/r1750955
+                  http://svn.apache.org/r1750960
+     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-ab_sni.patch
+                  (needed to adapt CHANGES entry since r1750854)
+     +1: ylavic
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED