From: Joe Orton Date: Mon, 24 May 2010 08:33:02 +0000 (+0000) Subject: - wording tweaks for PeerExtList() X-Git-Tag: 2.3.6~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3d1f4ba0eac588e7c88dc418a4b4f0959619295;p=apache - wording tweaks for PeerExtList() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947561 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index e513b252b4..1405b8ed8f 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1603,7 +1603,7 @@ immediately executed for every request.

The PeerExtList(object-ID) function expects to find zero or more instances of the X.509 certificate extension -identified by the given object ID in the client certificate. +identified by the given object ID (OID) in the client certificate. The expression evaluates to true if the left-hand side string matches exactly against the value of an extension identified with this OID. (If multiple extensions with the same OID are present, at least one @@ -1617,14 +1617,14 @@ SSLRequire "foobar" in PeerExtList("1.2.3.4.5.6")