From: Martin Kraemer Date: Thu, 21 Jul 2005 11:58:44 +0000 (+0000) Subject: Document change to mod_ssl's SSLRequire directive, bump version to 2.3.0 as already... X-Git-Tag: 2.1.7~5^2~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fa4c5f91e1117b62e5d27bd9bc1d08f45a1d6ad;p=apache Document change to mod_ssl's SSLRequire directive, bump version to 2.3.0 as already done in the ap_release.h header git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220040 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d8cb523903..14ab18208c 100644 --- a/CHANGES +++ b/CHANGES @@ -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]