]> granicus.if.org Git - python/commit
[3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 May 2018 14:26:19 +0000 (07:26 -0700)
committerChristian Heimes <christian@python.org>
Wed, 16 May 2018 14:26:19 +0000 (10:26 -0400)
commite2db6ad1d96ca3e8bd29178f7093785c5d550bb7
treee60689d69c53f2c31dee33dee279cbc0767f0388
parent51b2f6d3a3d6433b832f30d03382653f92a31cdf
[3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877)

The ssl module now contains OP_NO_RENEGOTIATION constant, available with
OpenSSL 1.1.0h or 1.1.1.

Note, OpenSSL 1.1.0h hasn't been released yet.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 67c48016638aac9a15afe6fd6754d53d2bdd6b76)

Co-authored-by: Christian Heimes <christian@python.org>
Doc/library/ssl.rst
Misc/NEWS.d/next/Library/2018-02-26-09-08-07.bpo-32257.6ElnUt.rst [new file with mode: 0644]
Modules/_ssl.c