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