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 dstufft
Recipients christian.heimes, dstufft, ncoghlan, pitrou
Date 2014-03-22.15:31:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395502280.48.0.0233655277823.issue21015@psf.upfronthosting.co.za>
In-reply-to
Content
I know it doesn't segfault or raise an error if you do that, but I don't know if it:

1) Replaces the already called ECDH Curve
2) Adds to the already called ECDH Curve
3) Silently Does Nothing.

If it's 2 or 3 then your patch will make SSLContext().set_ecdh_curve() a no-op and take away users ability to set their own curve.
History
Date User Action Args
2014-03-22 15:31:20dstufftsetrecipients: + dstufft, ncoghlan, pitrou, christian.heimes
2014-03-22 15:31:20dstufftsetmessageid: <1395502280.48.0.0233655277823.issue21015@psf.upfronthosting.co.za>
2014-03-22 15:31:20dstufftlinkissue21015 messages
2014-03-22 15:31:20dstufftcreate