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: v2.7.6rc1~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e8534e2aebef95bb656ff1136b5bce60e587724;p=python 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 01072c458b..550c249894 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -641,10 +641,10 @@ And go back to listening for new client connections. .. 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