]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes bpo-34050: Fix link in SSL docs (GH-8173)
authorMarcin Niemira <marcin@niemira.net>
Sat, 7 Jul 2018 22:24:20 +0000 (00:24 +0200)
committerBenjamin Peterson <benjamin@python.org>
Sat, 7 Jul 2018 22:24:20 +0000 (15:24 -0700)
Doc/library/ssl.rst
Misc/ACKS

index 3964d025eb16ba0a463117075a814c875e7a29d4..99d1d774b4aed41fdfb5cf4a7c29485af2d51e51 100644 (file)
@@ -1607,7 +1607,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 25d1db078105bf14fbbf84079fb802b7373016d6..8e1b6f73d706cd5b5c345e51e542c4c42994eed0 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1784,6 +1784,7 @@ Gordon Worley
 Darren Worrall
 Thomas Wouters
 Daniel Wozniak
+Marcin Niemira
 Wei Wu
 Heiko Wundram
 Doug Wyatt