Evgeny Kapun added the comment:

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.

----------
resolution: not a bug -> 
status: closed -> open
title: ssl server doesn't work with ECC certificates -> ssl should raise an 
exception when trying to load an unusable key (ECC key not using a named curve)

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26254>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to