File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ instead.
214
214
215
215
The *ciphers * parameter sets the available ciphers for this SSL object.
216
216
It should be a string in the `OpenSSL cipher list format
217
- <https://wiki .openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT > `_.
217
+ <https://www .openssl.org/docs/manmaster/man1/ciphers.html > `_.
218
218
219
219
The parameter ``do_handshake_on_connect `` specifies whether to do the SSL
220
220
handshake automatically after doing a :meth: `socket.connect `, or whether the
@@ -1170,7 +1170,7 @@ to speed up repeated connections from the same clients.
1170
1170
1171
1171
Set the available ciphers for sockets created with this context.
1172
1172
It should be a string in the `OpenSSL cipher list format
1173
- <https://wiki .openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT > `_.
1173
+ <https://www .openssl.org/docs/manmaster/man1/ciphers.html > `_.
1174
1174
If no cipher can be selected (because compile-time options or other
1175
1175
configuration forbids use of all the specified ciphers), an
1176
1176
:class: `SSLError ` will be raised.
Original file line number Diff line number Diff line change @@ -1565,6 +1565,7 @@ Gordon Worley
1565
1565
Darren Worrall
1566
1566
Thomas Wouters
1567
1567
Daniel Wozniak
1568
+ Marcin Niemira
1568
1569
Heiko Wundram
1569
1570
Doug Wyatt
1570
1571
Xiang Zhang
You can’t perform that action at this time.
0 commit comments