8000 [3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) by miss-islington · Pull Request #17499 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) #17499

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 2 commits into from
Dec 7, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Update ssl.rst
Change versionchanged to 3.8.1
  • Loading branch information
tiran authored Dec 7, 2019
commit def34a223b144d85f762b688fac5304974137e45
2 changes: 1 addition & 1 deletion Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ SSL sockets also have the following additional methods and attributes:
The returned dictionary includes additional X509v3 extension items
such as ``crlDistributionPoints``, ``caIssuers`` and ``OCSP`` URIs.

.. versionchanged:: 3.9
.. versionchanged:: 3.8.1
IPv6 address strings no longer have a trailing new line.

.. method:: SSLSocket.cipher()
Expand Down
0