From: Tony Stevenson Date: Thu, 2 Aug 2007 11:34:22 +0000 (+0000) Subject: Updated ad per PR 38698. X-Git-Tag: 2.3.0~1655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f8f96f189d20d5b509f9727a9b3355c707b7737;p=apache Updated ad per PR 38698. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@562081 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index bb6a0016ef..03349deac0 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -925,21 +925,20 @@ The available (case-insensitive) protocols are:

  • SSLv2

    This is the Secure Sockets Layer (SSL) protocol, version 2.0. It is the - original SSL protocol as designed by Netscape Corporation.

  • + original SSL protocol as designed by Netscape Corporation. Though it's + use has been deprecated, because of weaknesses in the security of the protocol.

  • SSLv3

    - 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 + This is the Secure Sockets Layer (SSL) protocol, version 3.0, from the Netscape Corportaion. + It is the successor to SSLv2 and the predecessor to TLSv1. It's supported by almost all popular browsers.

  • TLSv1

    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.

  • + successor to SSLv3 and is defined in RFC2246. + Which has been obsoleted by RFC4346.

  • All

    diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 3b172a8e90..1bee7b76e6 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1,4 +1,4 @@ - + @@ -519,21 +519,20 @@ The available (case-insensitive) protocols are:

  • SSLv2

    This is the Secure Sockets Layer (SSL) protocol, version 2.0. It is the - original SSL protocol as designed by Netscape Corporation.

  • + original SSL protocol as designed by Netscape Corporation. Though it's + use has been deprecated, because of weaknesses in the security of the protocol.

  • SSLv3

    - 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 + This is the Secure Sockets Layer (SSL) protocol, version 3.0, from the Netscape Corportaion. + It is the successor to SSLv2 and the predecessor to TLSv1. It's supported by almost all popular browsers.

  • TLSv1

    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.

  • + successor to SSLv3 and is defined in RFC2246. + Which has been obsoleted by RFC4346.

  • All