mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)
This commit is contained in:
parent
6592d7fe11
commit
9ef1b0690b
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ For more sophisticated applications, the :class:`ssl.SSLContext` class
|
||||||
helps manage settings and certificates, which can then be inherited
|
helps manage settings and certificates, which can then be inherited
|
||||||
by SSL sockets created through the :meth:`SSLContext.wrap_socket` method.
|
by SSL sockets created through the :meth:`SSLContext.wrap_socket` method.
|
||||||
|
|
||||||
|
.. versionchanged:: 3.5.3
|
||||||
|
Updated to support linking with OpenSSL 1.1.0
|
||||||
|
|
||||||
.. versionchanged:: 3.6
|
.. versionchanged:: 3.6
|
||||||
|
|
||||||
OpenSSL 0.9.8, 1.0.0 and 1.0.1 are deprecated and no longer supported.
|
OpenSSL 0.9.8, 1.0.0 and 1.0.1 are deprecated and no longer supported.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue