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 pitrou
Recipients naif, pitrou
Date 2011-12-18.16:31:11
SpamBayes Score 5.0447293e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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".
History
Date User Action Args
2011-12-18 16:32:12pitrousetrecipients: + pitrou, naif
2011-12-18 16:32:12pitrousetmessageid: <[email protected]>
2011-12-18 16:31:11pitroulinkissue13627 messages
2011-12-18 16:31:11pitroucreate