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/09/22 12:01:33 UTC

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

Author: martin
Date: Thu Sep 22 03:01:28 2005
New Revision: 290925

URL: http://svn.apache.org/viewcvs?rev=290925&view=rev
Log:
Reflect current implementation

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/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en?rev=290925&r1=290924&r2=290925&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en Thu Sep 22 03:01:28 2005
@@ -1395,7 +1395,7 @@
            | word "<strong>&gt;</strong>"  word | word "<strong>gt</strong>" word
            | word "<strong>&gt;=</strong>" word | word "<strong>ge</strong>" word
            | word "<strong>in</strong>" "<strong>{</strong>" wordlist "<strong>}</strong>"
-           | word "<strong>in</strong>" "<strong>OID(</strong>" word "<strong>)</strong>"
+           | word "<strong>in</strong>" "<strong>PeerExtList(</strong>" word "<strong>)</strong>"
            | word "<strong>=~</strong>" regex
            | word "<strong>!~</strong>" regex
 
@@ -1437,10 +1437,11 @@
             and %{TIME_HOUR} &gt;= 8 and %{TIME_HOUR} &lt;= 20       ) \<br />
            or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
 </code></p></div>
-<p>The <code>OID()</code> function expects to find zero or more instances
-of the given OID in the client certificate, and compares the left-hand side
-string against the value of matching OID attributes. Every matching OID is
-checked, until a match is found.
+<p>The <code>PeerExtList(<em>object id</em>)</code> function expects to find
+zero or more instances of the X.509 Certificate Extension (as identified by
+the given <em>object id</em>) in the client certificate, and compares the
+left-hand side string against the value of any matching attribute value. Every
+extension with the specified object id is checked, until a match is found.
 </p>
 
 <p><em>Standard CGI/1.0 and Apache variables:</em></p>
@@ -1719,4 +1720,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=290925&r1=290924&r2=290925&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Thu Sep 22 03:01:28 2005
@@ -1216,7 +1216,7 @@
            | word "<strong>&gt;</strong>"  word | word "<strong>gt</strong>" word
            | word "<strong>&gt;=</strong>" word | word "<strong>ge</strong>" word
            | word "<strong>in</strong>" "<strong>{</strong>" wordlist "<strong>}</strong>"
-           | word "<strong>in</strong>" "<strong>OID(</strong>" word "<strong>)</strong>"
+           | word "<strong>in</strong>" "<strong>PeerExtList(</strong>" word "<strong>)</strong>"
            | word "<strong>=~</strong>" regex
            | word "<strong>!~</strong>" regex
 
@@ -1259,10 +1259,11 @@
             and %{TIME_HOUR} &gt;= 8 and %{TIME_HOUR} &lt;= 20       ) \<br />
            or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
 </example>
-<p>The <code>OID()</code> function expects to find zero or more instances
-of the given OID in the client certificate, and compares the left-hand side
-string against the value of matching OID attributes. Every matching OID is
-checked, until a match is found.
+<p>The <code>PeerExtList(<em>object id</em>)</code> function expects to find
+zero or more instances of the X.509 Certificate Extension (as identified by
+the given <em>object id</em>) in the client certificate, and compares the
+left-hand side string against the value of any matching attribute value. Every
+extension with the specified object id is checked, until a match is found.
 </p>
 
 <p><em>Standard CGI/1.0 and Apache variables:</em></p>