We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547c822 commit 226a13aCopy full SHA for 226a13a
Doc/library/ssl.rst
@@ -1687,7 +1687,7 @@ to speed up repeated connections from the same clients.
1687
Set the allowed ciphers for sockets created with this context when
1688
connecting using TLS 1.2 and earlier. It should be a string in the `OpenSSL
1689
cipher list format <https://docs.openssl.org/master/man1/ciphers/>`_.
1690
- To set allowed TLS 1.3 ciphers, use :meth:`SSHContext.set_ciphersuites`.
+ To set allowed TLS 1.3 ciphers, use :meth:`SSLContext.set_ciphersuites`.
1691
below. If no cipher can be selected (because compile-time options or other
1692
configuration forbids use of all the specified ciphers), an
1693
:class:`SSLError` will be raised.
0 commit comments