8000 [3.10] Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (GH-92634) by miss-islington · Pull Request #92950 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.10] Doc: amend ssl.PROTOCOL_SSLv2 and ssl 8000 .PROTOCOL_SSLv3 wording (GH-92634) #92950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ Constants
Selects SSL version 2 as the channel encryption protocol.

This protocol is not available if OpenSSL is compiled with the
``OPENSSL_NO_SSL2`` flag.
``no-ssl2`` option.

.. warning::

Expand All @@ -728,8 +728,8 @@ Constants

Selects SSL version 3 as the channel encryption protocol.

This protocol is not be available if OpenSSL is compiled with the
``OPENSSL_NO_SSLv3`` flag.
This protocol is not available if OpenSSL is compiled with the
``no-ssl3`` option.

.. warning::

Expand Down
0