Skip to content

Commit 9ef1b06

Browse files
storymode7ncoghlan
authored andcommitted
bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)
1 parent 6592d7f commit 9ef1b06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Doc/library/ssl.rst

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ For more sophisticated applications, the :class:`ssl.SSLContext` class
4949
helps manage settings and certificates, which can then be inherited
5050
by SSL sockets created through the :meth:`SSLContext.wrap_socket` method.
5151

52+
.. versionchanged:: 3.5.3
53+
Updated to support linking with OpenSSL 1.1.0
54+
5255
.. versionchanged:: 3.6
5356

5457
OpenSSL 0.9.8, 1.0.0 and 1.0.1 are deprecated and no longer supported.

0 commit comments

Comments
 (0)