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 baebeb5 commit 141abfcCopy full SHA for 141abfc
Doc/library/ssl.rst
@@ -206,8 +206,9 @@ instead.
206
.. rubric:: Footnotes
207
.. [1] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
208
.. [2] :class:`SSLContext` disables SSLv3 with :data:`OP_NO_SSLv3` by default.
209
- .. [3] TLS 1.3 protocol is will be available with :data:`PROTOCOL_TLS` in
210
- OpenSSL >= 1.1.1. There is no dedicated PROTOCOL for just TLSv1.3.
+ .. [3] TLS 1.3 protocol will be available with :data:`PROTOCOL_TLS` in
+ OpenSSL >= 1.1.1. There is no dedicated PROTOCOL constant for just
211
+ TLS 1.3.
212
213
.. note::
214
0 commit comments