You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by kb...@apache.org on 2015/02/01 09:06:54 UTC

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

Author: kbrand
Date: Sun Feb  1 08:06:53 2015
New Revision: 1656268

URL: http://svn.apache.org/r1656268
Log:
propose mod_ssl subjectAltname extraction patch

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=1656268&r1=1656267&r2=1656268&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Feb  1 08:06:53 2015
@@ -267,6 +267,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: ylavic, jailletc36
 
+   * mod_ssl: Add support for extracting subjectAltName entries of type
+     rfc822Name and dNSName into SSL_{CLIENT,SERVER}_SAN_{Email,DNS}_n
+     variables. (also covers PR57207)
+     trunk patch: https://svn.apache.org/r1650047
+     2.4.x patch: trunk patch works (modulo CHANGES)
+     +1: kbrand
 
 OTHER PROPOSALS