Hi,

Please find attached my patch for trunk/mod/mod_ssl.xml
This has been brought about following issue 38698 [http://issues.apache.org/bugzilla/show_bug.cgi?id=38698]


Cheers,
Tony


Index: mod_ssl.xml
===================================================================
--- mod_ssl.xml (revision 545655)
+++ mod_ssl.xml (working copy)
@@ -519,21 +519,21 @@
 <li><code>SSLv2</code>
     <p>
     This is the Secure Sockets Layer (SSL) protocol, version 2.0. It is the
-    original SSL protocol as designed by Netscape Corporation.</p></li>
+    original SSL protocol as designed by Netscape Corporation.  It's use has
+    been depreciated in recent years because of weaknesses in the security
+    of the protocol.</p></li>
 
 <li><code>SSLv3</code>
     <p>
     This is the Secure Sockets Layer (SSL) protocol, version 3.0. It is the
-    successor to SSLv2 and the currently (as of February 1999) de-facto
-    standardized SSL protocol from Netscape Corporation. It's supported by
-    almost all popular browsers.</p></li>
+    successor to SSLv2 and is the de-facto standardized SSL protocol from 
+    Netscape Corporation. It's supported by almost all popular 
browsers.</p></li>
 
 <li><code>TLSv1</code>
     <p>
     This is the Transport Layer Security (TLS) protocol, version 1.0. It is the
-    successor to SSLv3 and currently (as of February 1999) still under
-    construction by the Internet Engineering Task Force (IETF). It's still
-    not supported by any popular browsers.</p></li>
+    successor to SSLv3 and is defined in <a 
href="http://www.ietf.org/rfc/rfc2246.txt";>RFC2246</a>.
+    It's supported by almost all popular browsers.</p></li>
 
 <li><code>All</code>
     <p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to