commit | 67c48016638aac9a15afe6fd6754d53d2bdd6b76 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Tue May 15 16:25:40 2018 -0400 |
committer | Ned Deily <nad@python.org> | Tue May 15 16:25:40 2018 -0400 |
tree | 0865baa109afe92af0728aa78b5d801c249922dc | |
parent | 19177fbd5d6d9b29ccc302d65f9d9417ece082ce [diff] |
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>