]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178)
authorBenjamin Peterson <benjamin@python.org>
Sat, 7 Jul 2018 23:03:37 +0000 (16:03 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Jul 2018 23:03:37 +0000 (16:03 -0700)
(cherry picked from commit 9c5ba097485c8c643b670acd4026f4382bc92f4b)

Co-authored-by: Marcin Niemira <marcin@niemira.net>
Doc/library/ssl.rst
Misc/ACKS

index 58689041a38cae58023fb5fbb1727db04adcd46d..25ecfaec2565f27fe7c321d4636ef4e124722890 100644 (file)
@@ -221,7 +221,7 @@ instead.
 
    The *ciphers* parameter sets the available ciphers for this SSL object.
    It should be a string in the `OpenSSL cipher list format
-   <https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_.
+   <https://www.openssl.org/docs/manmaster/man1/ciphers.html>`_.
 
    The parameter ``do_handshake_on_connect`` specifies whether to do the SSL
    handshake automatically after doing a :meth:`socket.connect`, or whether the
@@ -1465,7 +1465,7 @@ to speed up repeated connections from the same clients.
 
    Set the available ciphers for sockets created with this context.
    It should be a string in the `OpenSSL cipher list format
-   <https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_.
+   <https://www.openssl.org/docs/manmaster/man1/ciphers.html>`_.
    If no cipher can be selected (because compile-time options or other
    configuration forbids use of all the specified ciphers), an
    :class:`SSLError` will be raised.
index ca578b4a39bbdfb7b264e9a7eab73cedb8c33320..64a007236b6579b9805f8f8df13e8d2aaf091503 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1727,6 +1727,7 @@ Gordon Worley
 Darren Worrall
 Thomas Wouters
 Daniel Wozniak
+Marcin Niemira
 Wei Wu
 Heiko Wundram
 Doug Wyatt