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 Michael.Gubser
Recipients Michael.Gubser
Date 2014-01-28.16:25:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390926316.58.0.114750274783.issue20419@psf.upfronthosting.co.za>
In-reply-to
Content
One can only set the ECDH curve name via SSLContext.set_ecdh_curve(). ssl.wrap_socket() doesn't have a parameter to use it for the wrapping of the basic socket. Therefore one always has to do the detour over SSLContext.
History
Date User Action Args
2014-01-28 16:25:16Michael.Gubsersetrecipients: + Michael.Gubser
2014-01-28 16:25:16Michael.Gubsersetmessageid: <1390926316.58.0.114750274783.issue20419@psf.upfronthosting.co.za>
2014-01-28 16:25:16Michael.Gubserlinkissue20419 messages
2014-01-28 16:25:16Michael.Gubsercreate