mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +00:00
closes bpo-34050: Fix link in SSL docs (GH-8173)
This commit is contained in:
parent
9b50a7f29b
commit
9c5ba09748
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1784,6 +1784,7 @@ Gordon Worley
|
|||
Darren Worrall
|
||||
Thomas Wouters
|
||||
Daniel Wozniak
|
||||
Marcin Niemira
|
||||
Wei Wu
|
||||
Heiko Wundram
|
||||
Doug Wyatt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue