Commit 9c5ba097 authored by Marcin Niemira's avatar Marcin Niemira Committed by Benjamin Peterson

closes bpo-34050: Fix link in SSL docs (GH-8173)

parent 9b50a7f2
...@@ -1607,7 +1607,7 @@ to speed up repeated connections from the same clients. ...@@ -1607,7 +1607,7 @@ to speed up repeated connections from the same clients.
Set the available ciphers for sockets created with this context. Set the available ciphers for sockets created with this context.
It should be a string in the `OpenSSL cipher list format 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 If no cipher can be selected (because compile-time options or other
configuration forbids use of all the specified ciphers), an configuration forbids use of all the specified ciphers), an
:class:`SSLError` will be raised. :class:`SSLError` will be raised.
......
...@@ -1784,6 +1784,7 @@ Gordon Worley ...@@ -1784,6 +1784,7 @@ Gordon Worley
Darren Worrall Darren Worrall
Thomas Wouters Thomas Wouters
Daniel Wozniak Daniel Wozniak
Marcin Niemira
Wei Wu Wei Wu
Heiko Wundram Heiko Wundram
Doug Wyatt Doug Wyatt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment