Thanks to visit codestin.com Credit goes to github.com
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 6592d7f commit 9ef1b06Copy full SHA for 9ef1b06
1 file changed
Doc/library/ssl.rst
@@ -49,6 +49,9 @@ For more sophisticated applications, the :class:`ssl.SSLContext` class
49
helps manage settings and certificates, which can then be inherited
50
by SSL sockets created through the :meth:`SSLContext.wrap_socket` method.
51
52
+.. versionchanged:: 3.5.3
53
+ Updated to support linking with OpenSSL 1.1.0
54
+
55
.. versionchanged:: 3.6
56
57
OpenSSL 0.9.8, 1.0.0 and 1.0.1 are deprecated and no longer supported.
0 commit comments