You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2005/07/21 13:58:45 UTC

svn commit: r220040 - /httpd/httpd/trunk/CHANGES

Author: martin
Date: Thu Jul 21 04:58:44 2005
New Revision: 220040

URL: http://svn.apache.org/viewcvs?rev=220040&view=rev
Log:
Document change to mod_ssl's SSLRequire directive, bump version to 2.3.0 as already done in the ap_release.h header

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=220040&r1=220039&r2=220040&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Jul 21 04:58:44 2005
@@ -1,4 +1,10 @@
                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.3.0
+  *) Teach mod_ssl to use arbitraty OIDs in an SSLRequire directive,
+     allowing string-valued client certificate attributes to be used for
+     access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
+     [Martin Kraemer, David Reid]
+
 Changes with Apache 2.1.7
   [Remove entries to the current 2.0 section below, when backported]