From c3d1f4ba0eac588e7c88dc418a4b4f0959619295 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 24 May 2010 08:33:02 +0000 Subject: [PATCH] - wording tweaks for PeerExtList() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947561 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.html.en | 10 +++++----- docs/manual/mod/mod_ssl.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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")