]> granicus.if.org Git - python/commit
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)
authorChristian Heimes <christian@python.org>
Tue, 15 May 2018 20:25:40 +0000 (16:25 -0400)
committerNed Deily <nad@python.org>
Tue, 15 May 2018 20:25:40 +0000 (16:25 -0400)
commit67c48016638aac9a15afe6fd6754d53d2bdd6b76
tree0865baa109afe92af0728aa78b5d801c249922dc
parent19177fbd5d6d9b29ccc302d65f9d9417ece082ce
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)

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>
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