PR 45107. [Michael Ströder <michael stroeder.com>,
Peter Sylvester <peter.sylvester edelweb.fr>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@811812
13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.2.14
+ *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
+ type. PR 45107. [Michael Ströder <michael stroeder.com>,
+ Peter Sylvester <peter.sylvester edelweb.fr>]
+
*) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
defined session identifiers encoded in the URL when caching.
[Ruediger Pluem]
-0: wrowe; Please refer to man 'access' BUGS section about linux 2.4
vs 2.6 kernels, potentially a suspect test for root.
- * mod_ssl: Map the _UID variable to NID_userId, where defined by OpenSSL.
- (PR: 45107)
- Trunk Patch: http://svn.apache.org/viewvc?view=rev&revision=787683
- 2.2.x Patch: http://people.apache.org/~fuankg/diffs/backport_r787683.diff
- +1: fuankg, rpluem, minfrin
-
PATCHES/ISSUES THAT ARE STALLED
* srclib/pcre and vendor/pcre
{ "G", NID_givenName },
{ "S", NID_surname },
{ "D", NID_description },
-#ifdef NID_x500UniqueIdentifier /* new name as of Openssl 0.9.7 */
- { "UID", NID_x500UniqueIdentifier },
-#else /* old name, OpenSSL < 0.9.7 */
- { "UID", NID_uniqueIdentifier },
+#ifdef NID_userId
+ { "UID", NID_userId },
#endif
{ "Email", NID_pkcs9_emailAddress },
{ NULL, 0 }