mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)
(cherry picked from commit 19e4d9346d
)
This commit is contained in:
parent
97be14996b
commit
6b44ad1abd
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ instead.
|
||||||
|
|
||||||
The *ciphers* parameter sets the available ciphers for this SSL object.
|
The *ciphers* parameter sets the available ciphers for this SSL object.
|
||||||
It should be a string in the `OpenSSL cipher list format
|
It should be a string in the `OpenSSL cipher list format
|
||||||
<https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`_.
|
<https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_.
|
||||||
|
|
||||||
The parameter ``do_handshake_on_connect`` specifies whether to do the SSL
|
The parameter ``do_handshake_on_connect`` specifies whether to do the SSL
|
||||||
handshake automatically after doing a :meth:`socket.connect`, or whether the
|
handshake automatically after doing a :meth:`socket.connect`, or whether the
|
||||||
|
@ -1445,7 +1445,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://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`_.
|
<https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_.
|
||||||
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue