Antoine Pitrou <pit...@free.fr> added the comment:

Ok, so you are talking specifically about ECDH? Or is there something to be 
done for generic EC support?

OpenSSL has a SSL_CTX_set_tmp_dh() function (macro, actually), but it's 
undocumented. Best bet is probably to follow ssl/ssltest.c (OpenSSL source 
tree), lines 825 and following, under "#ifndef OPENSSL_NO_ECDH".

----------

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

Reply via email to