mirror of https://github.com/python/cpython
Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache.
This commit is contained in:
parent
036e41de52
commit
4a6cf6c9d1
|
@ -1305,8 +1305,8 @@ use the ``openssl ciphers`` command on your system.
|
||||||
Class :class:`socket.socket`
|
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>`_
|
`SSL/TLS Strong Encryption: An Introduction <http://httpd.apache.org/docs/trunk/en/ssl/ssl_intro.html>`_
|
||||||
Debby Koren
|
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>`_
|
`RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management <http://www.ietf.org/rfc/rfc1422>`_
|
||||||
Steve Kent
|
Steve Kent
|
||||||
|
|
Loading…
Reference in New Issue