You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sc...@apache.org on 2007/02/24 17:07:30 UTC

svn commit: r511290 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_ssl.html.en mod_ssl.xml

Author: sctemme
Date: Sat Feb 24 08:07:29 2007
New Revision: 511290

URL: http://svn.apache.org/viewvc?view=rev&rev=511290
Log:
Hardware crypto support is less experimental in 2.2

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en?view=diff&rev=511290&r1=511289&r2=511290
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en Sat Feb 24 08:07:29 2007
@@ -585,7 +585,8 @@
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available if mod_ssl is built using <code>-DSSL_ENGINE_EXPERIMENTAL</code></td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.1 and later, if using -engine flavor of OpenSSL 
+               0.9.6, or OpenSSL 0.9.7 or later</td></tr>
 </table>
 <p>
 This directive enables use of a cryptographic hardware accelerator

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml?view=diff&rev=511290&r1=511289&r2=511290
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml Sat Feb 24 08:07:29 2007
@@ -1684,7 +1684,8 @@
 <syntax>SSLCryptoDevice <em>engine</em></syntax>
 <default>SSLCryptoDevice builtin</default>
 <contextlist><context>server config</context></contextlist>
-<compatibility>Available if mod_ssl is built using <code>-DSSL_ENGINE_EXPERIMENTAL</code></compatibility>
+<compatibility>Available in Apache 2.1 and later, if using -engine flavor of OpenSSL 
+               0.9.6, or OpenSSL 0.9.7 or later</compatibility>
 
 <usage>
 <p>