bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility … · python/cpython@d16d72f

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.