]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct referenced OpenSSL version.
authorRainer Jung <rjung@apache.org>
Mon, 15 Mar 2010 16:02:10 +0000 (16:02 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 15 Mar 2010 16:02:10 +0000 (16:02 +0000)
Backport of r923313.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@923314 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index a3635a00ab763df6594d8003687d03aa055fdc4f..f441b72556577287f0757c2449d62310e9bfa625 100644 (file)
@@ -1827,8 +1827,8 @@ during a renegotiation.  This vulnerability allowed an attacker to
 server.  A protocol extension was developed which fixed this
 vulnerability if supported by both client and server.</p>
 
-<p>If <module>mod_ssl</module> is linked against OpenSSL version 1.0.0
-Beta 5 or later, by default renegotiation is only supported with
+<p>If <module>mod_ssl</module> is linked against OpenSSL version 0.9.8m
+or later, by default renegotiation is only supported with
 clients supporting the new protocol extension.  If this directive is
 enabled, renegotiation will be allowed with old (unpatched) clients,
 albeit insecurely.</p>