]> granicus.if.org Git - python/commitdiff
bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)
authorMayank Singhal <17mayank.singhal@gmail.com>
Tue, 5 Jun 2018 14:14:37 +0000 (19:44 +0530)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 5 Jun 2018 14:14:37 +0000 (00:14 +1000)
Doc/library/ssl.rst

index 7a058245ca82b8795989f3f739aefee678403ace..625c692f5211f83dcc6735ca94f0124778fe8b6a 100644 (file)
@@ -49,6 +49,9 @@ For more sophisticated applications, the :class:`ssl.SSLContext` class
 helps manage settings and certificates, which can then be inherited
 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
 
    OpenSSL 0.9.8, 1.0.0 and 1.0.1 are deprecated and no longer supported.