[New-bugs-announce] [issue41195] Interface to OpenSSL's security level

Matthew Hughes report at bugs.python.org
Thu Jul 2 06:28:17 EDT 2020


New submission from Matthew Hughes <matthewhughes934 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue41195>
_______________________________________


More information about the New-bugs-announce mailing list