You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2010/05/24 10:33:02 UTC

svn commit: r947561 - in /httpd/httpd/trunk/docs/manual/mod: mod_ssl.html.en mod_ssl.xml

Author: jorton
Date: Mon May 24 08:33:02 2010
New Revision: 947561

URL: http://svn.apache.org/viewvc?rev=947561&view=rev
Log:
- wording tweaks for PeerExtList()

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en?rev=947561&r1=947560&r2=947561&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en Mon May 24 08:33:02 2010
@@ -1603,7 +1603,7 @@ immediately executed for every request.<
 
 <p>The <code>PeerExtList(<em>object-ID</em>)</code> function expects
 to find zero or more instances of the X.509 certificate extension
-identified by the given <em>object ID</em> in the client certificate.
+identified by the given <em>object ID</em> (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.
 
 <ul>
 
-<li><p>The string used for the object-ID can be either be a descriptive
-name as recognized by the SSL library, such as <code>"nsComment"</code>,
-or a numeric OID, such as <code>"1.2.3.4.5.6"</code>.</p></li>
+<li><p>The object ID can be specified either as a descriptive
+name recognized by the SSL library, such as <code>"nsComment"</code>,
+or as a numeric OID, such as <code>"1.2.3.4.5.6"</code>.</p></li>
 
 <li><p>Expressions with types known to the SSL library are rendered to
 a string before comparison.  For an extension with a type not
 recognized by the SSL library, mod_ssl will parse the value if it is
-one of the primitive ASN.1 type UTF8String, IA5String, VisibleString,
+one of the primitive ASN.1 types UTF8String, IA5String, VisibleString,
 or BMPString.  For an extension of one of these types, the string
 value will be converted to UTF-8 if necessary, then compared against
 the left-hand-side expression.</p></li>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=947561&r1=947560&r2=947561&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Mon May 24 08:33:02 2010
@@ -1263,7 +1263,7 @@ immediately executed for every request.<
 
 <p>The <code>PeerExtList(<em>object-ID</em>)</code> function expects
 to find zero or more instances of the X.509 certificate extension
-identified by the given <em>object ID</em> in the client certificate.
+identified by the given <em>object ID</em> (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
@@ -1277,14 +1277,14 @@ SSLRequire "foobar" in PeerExtList("1.2.
 
 <ul>
 
-<li><p>The string used for the object-ID can be either be a descriptive
-name as recognized by the SSL library, such as <code>"nsComment"</code>,
-or a numeric OID, such as <code>"1.2.3.4.5.6"</code>.</p></li>
+<li><p>The object ID can be specified either as a descriptive
+name recognized by the SSL library, such as <code>"nsComment"</code>,
+or as a numeric OID, such as <code>"1.2.3.4.5.6"</code>.</p></li>
 
 <li><p>Expressions with types known to the SSL library are rendered to
 a string before comparison.  For an extension with a type not
 recognized by the SSL library, mod_ssl will parse the value if it is
-one of the primitive ASN.1 type UTF8String, IA5String, VisibleString,
+one of the primitive ASN.1 types UTF8String, IA5String, VisibleString,
 or BMPString.  For an extension of one of these types, the string
 value will be converted to UTF-8 if necessary, then compared against
 the left-hand-side expression.</p></li>