]> granicus.if.org Git - python/commitdiff
closes bpo-34050: Fix link in SSL docs (GH-8173)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Jul 2018 22:47:35 +0000 (15:47 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Jul 2018 22:47:35 +0000 (15:47 -0700)
(cherry picked from commit 9c5ba097485c8c643b670acd4026f4382bc92f4b)

Co-authored-by: Marcin Niemira <marcin@niemira.net>
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 b1e4ec68e35c50fe1aee451df8aee1b70b1f366b..dcd0ca77a40b1fc0c11ff1d29ec319c3adfb164e 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1775,6 +1775,7 @@ Gordon Worley
 Darren Worrall
 Thomas Wouters
 Daniel Wozniak
+Marcin Niemira
 Wei Wu
 Heiko Wundram
 Doug Wyatt