From: Georg Brandl Date: Sun, 6 Oct 2013 16:20:31 +0000 (+0200) Subject: Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. X-Git-Tag: v3.4.0a4~232^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a6cf6c9d15a7944860349c87cdf4bbfcc4b9910;p=thirdparty%2FPython%2Fcpython.git Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index abb95c377c2a..af727ebf5a1d 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1303,10 +1303,10 @@ use the ``openssl ciphers`` command on your system. .. seealso:: Class :class:`socket.socket` - Documentation of underlying :mod:`socket` class + Documentation of underlying :mod:`socket` class - `TLS (Transport Layer Security) and SSL (Secure Socket Layer) `_ - Debby Koren + `SSL/TLS Strong Encryption: An Introduction `_ + Intro from the Apache webserver documentation `RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management `_ Steve Kent