This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author abacabadabacaba
Recipients abacabadabacaba, benjamin.peterson
Date 2016-02-02.00:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454374361.7.0.27292641905.issue26254@psf.upfronthosting.co.za>
In-reply-to
Content
So, it looks like OpenSSL doesn't support keys using arbitrary curves at all. Then why don't I get an exception when trying to load such a key? Instead it just quietly disables all authenticated ciphersuites (anonymous ciphersuites still work) and then I get a confusing exception about lack of shared ciphers. I think that if it can't use a key, it should raise an exception right away.
History
Date User Action Args
2016-02-02 00:52:41abacabadabacabasetrecipients: + abacabadabacaba, benjamin.peterson
2016-02-02 00:52:41abacabadabacabasetmessageid: <1454374361.7.0.27292641905.issue26254@psf.upfronthosting.co.za>
2016-02-02 00:52:41abacabadabacabalinkissue26254 messages
2016-02-02 00:52:41abacabadabacabacreate