[issue26254] ssl should raise an exception when trying to load an unusable key (ECC key not using a named curve)

Christian Heimes report at bugs.python.org
Thu Sep 15 04:20:23 EDT 2016


Christian Heimes added the comment:

The SSL module uses SSL_CTX_check_private_key() to verify the private key. Further validations are up to OpenSSL or you.

----------
assignee:  -> christian.heimes
components: +SSL
nosy: +christian.heimes
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26254>
_______________________________________


More information about the Python-bugs-list mailing list