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

(cherry picked from commit 9c5ba09748)

Co-authored-by: Marcin Niemira <marcin@niemira.net>
This commit is contained in:
Miss Islington (bot) 2018-07-07 15:47:35 -07:00 committed by GitHub
parent 6d16a91200
commit a912305512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View 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.

View File

@ -1775,6 +1775,7 @@ Gordon Worley
Darren Worrall
Thomas Wouters
Daniel Wozniak
Marcin Niemira
Wei Wu
Heiko Wundram
Doug Wyatt