diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 16:20:31 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 16:20:31 (GMT) |
commit | 4e8534e2aebef95bb656ff1136b5bce60e587724 (patch) | |
tree | b6ca51e87ad64162bca2c25e0ac4d435cd8f33a0 | |
parent | 60ccf0a8c959af6fbc20c2e98c63f70100d5b3dc (diff) | |
download | cpython-4e8534e2aebef95bb656ff1136b5bce60e587724.zip cpython-4e8534e2aebef95bb656ff1136b5bce60e587724.tar.gz cpython-4e8534e2aebef95bb656ff1136b5bce60e587724.tar.bz2 |
Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache.
-rw-r--r-- | Doc/library/ssl.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 01072c4..550c249 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) <http://www3.rad.com/networks/applications/secure/tls.htm>`_ - Debby Koren + `SSL/TLS Strong Encryption: An Introduction <http://httpd.apache.org/docs/trunk/en/ssl/ssl_intro.html>`_ + Intro from the Apache webserver documentation `RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management <http://www.ietf.org/rfc/rfc1422>`_ Steve Kent |