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 <1324225932.36.0.218373310434.issue13627@psf.upfronthosting.co.za>
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: <1324225932.36.0.218373310434.issue13627@psf.upfronthosting.co.za>
2011-12-18 16:31:11pitroulinkissue13627 messages
2011-12-18 16:31:11pitroucreate