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:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395501960.09.0.688073990043.issue21015@psf.upfronthosting.co.za>
In-reply-to
Content
The reason I made a default argument to set_ecdh_curve is that I couldn't find any information about what happens if you set a ecdh curve _twice_ within a a OpenSSL SSL Context. So I played it safe and made it a default argument that only gets called if you haven't called it. That preserves the users ability to specify their own curve for sure.
History
Date User Action Args
2014-03-22 15:26:00dstufftsetrecipients: + dstufft, ncoghlan, pitrou, christian.heimes
2014-03-22 15:26:00dstufftsetmessageid: <1395501960.09.0.688073990043.issue21015@psf.upfronthosting.co.za>
2014-03-22 15:26:00dstufftlinkissue21015 messages
2014-03-22 15:25:59dstufftcreate