diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:57:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:57:42 (GMT) |
commit | bad8d4bb53577fbea939d3490713dc9d941eb27f (patch) | |
tree | 4c0c54f3f3d2a671f754cead2fafe30cddead67f /Doc/library/ssl.rst | |
parent | 794e9bf1fe5bd0000f90c1502b16c96eb68a59af (diff) | |
parent | b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3 (diff) | |
download | cpython-bad8d4bb53577fbea939d3490713dc9d941eb27f.zip cpython-bad8d4bb53577fbea939d3490713dc9d941eb27f.tar.gz cpython-bad8d4bb53577fbea939d3490713dc9d941eb27f.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index a470c4d..6599f88 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1976,10 +1976,10 @@ successful call of :func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or `RFC 4366: Transport Layer Security (TLS) Extensions <http://www.ietf.org/rfc/rfc4366>`_ Blake-Wilson et. al. - `RFC 5246: The Transport Layer Security (TLS) Protocol Version 1.2 <http://www.ietf.org/rfc/rfc5246>`_ + `RFC 5246: The Transport Layer Security (TLS) Protocol Version 1.2 <http://tools.ietf.org/html/rfc5246>`_ T. Dierks et. al. - `RFC 6066: Transport Layer Security (TLS) Extensions <http://www.ietf.org/rfc/rfc6066>`_ + `RFC 6066: Transport Layer Security (TLS) Extensions <http://tools.ietf.org/html/rfc6066>`_ D. Eastlake `IANA TLS: Transport Layer Security (TLS) Parameters <http://www.iana.org/assignments/tls-parameters/tls-parameters.xml>`_ |