From: Kaspar Brand Date: Sun, 1 Feb 2015 08:06:53 +0000 (+0000) Subject: propose mod_ssl subjectAltname extraction patch X-Git-Tag: 2.4.13~456 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25643dca56406ad6e4557b3be49ca4ded3c830d;p=thirdparty%2Fapache%2Fhttpd.git propose mod_ssl subjectAltname extraction patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1656268 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 564442054de..50d72ef2f96 100644 --- a/STATUS +++ b/STATUS @@ -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