New submission from Matthew Hughes <matthewhughes...@gmail.com>:
While investigating Python's SSL I noticed there was no interface for interacting with OpenSSL's SSL_CTX_{get,set}_security_level (https://www.openssl.org/docs/manmaster/man3/SSL_CTX_get_security_level.html) so I thought I'd look into adding one (see attached patch). I'd be happy to put up a PR, but I have node idea if this feature would actually be desired. ---------- assignee: christian.heimes components: SSL files: add_ssl_context_security_level.patch keywords: patch messages: 372839 nosy: christian.heimes, mhughes priority: normal severity: normal status: open title: Interface to OpenSSL's security level type: enhancement Added file: https://bugs.python.org/file49291/add_ssl_context_security_level.patch _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41195> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com