From: Mayank Singhal <17mayank.singhal@gmail.com> Date: Sat, 9 Jun 2018 01:26:13 +0000 (+0530) Subject: [2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541) X-Git-Tag: v2.7.16rc1~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=458ed1b237150f5c59b6ab3e1a5241a672ac8cbd;p=thirdparty%2FPython%2Fcpython.git [2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541) --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index a612e6ebd392..fe506685b2d0 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -24,6 +24,9 @@ sockets, both client-side and server-side. This module uses the OpenSSL library. It is available on all modern Unix systems, Windows, Mac OS X, and probably additional platforms, as long as OpenSSL is installed on that platform. +.. versionchanged:: 2.7.13 + Updated to support linking with OpenSSL 1.1.0 + .. note:: Some behavior may be platform dependent, since calls are made to the