]> granicus.if.org Git - python/commitdiff
bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Jun 2018 10:22:40 +0000 (03:22 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 10:22:40 +0000 (03:22 -0700)
(cherry picked from commit 9ef1b0690b90c526798b6b3125b0fa7ae98319a2)

Co-authored-by: Mayank Singhal <17mayank.singhal@gmail.com>
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.