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 @@ -221,7 +221,7 @@ instead.
221221
222222 The *ciphers * parameter sets the available ciphers for this SSL object.
223223 It should be a string in the `OpenSSL cipher list format
224- <https://wiki .openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT > `_.
224+ <https://www .openssl.org/docs/manmaster/man1/ciphers.html > `_.
225225
226226 The parameter ``do_handshake_on_connect `` specifies whether to do the SSL
227227 handshake automatically after doing a :meth: `socket.connect `, or whether the
@@ -1465,7 +1465,7 @@ to speed up repeated connections from the same clients.
14651465
14661466 Set the available ciphers for sockets created with this context.
14671467 It should be a string in the `OpenSSL cipher list format
1468- <https://wiki .openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT > `_.
1468+ <https://www .openssl.org/docs/manmaster/man1/ciphers.html > `_.
14691469 If no cipher can be selected (because compile-time options or other
14701470 configuration forbids use of all the specified ciphers), an
14711471 :class: `SSLError ` will be raised.
Original file line number Diff line number Diff line change @@ -1727,6 +1727,7 @@ Gordon Worley
17271727Darren Worrall
17281728Thomas Wouters
17291729Daniel Wozniak
1730+ Marcin Niemira
17301731Wei Wu
17311732Heiko Wundram
17321733Doug Wyatt
You can’t perform that action at this time.
0 commit comments