commit | 8e836bb21ce73f0794fd769db5883c29680dfe47 | [log] [tgz] |
---|---|---|
author | matthewhughes934 <34972397+matthewhughes934@users.noreply.github.com> | Fri Jul 17 09:59:15 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Jul 17 01:59:15 2020 -0700 |
tree | b19c7a0296b157bb6654f175ff608b61521a4910 | |
parent | 38d3864efe914fda64553e2ec75c9ec15574483f [diff] |
bpo-41195: Add getter for Openssl security level (GH-21282) Add an accessor under SSLContext.security_level as a wrapper around SSL_CTX_get_security_level, see: https://www.openssl.org/docs/manmaster/man3/SSL_CTX_get_security_level.html ------ This is my first time contributing, so please pull me up on all the things I missed or did incorrectly. Automerge-Triggered-By: @tiran