From: Tony Stevenson Date: Thu, 2 Aug 2007 11:31:50 +0000 (+0000) Subject: Updated ad per PR 38698. X-Git-Tag: 2.2.5~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6326cffcaf1c07191db7eff4af328e5764cbb4f2;p=thirdparty%2Fapache%2Fhttpd.git Updated ad per PR 38698. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562080 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 16f640f1540..0251cc8e599 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -929,21 +929,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 d1683367c1e..15124e4e043 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1,4 +1,4 @@ - + @@ -521,21 +521,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