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 christian.heimes
Recipients alex, christian.heimes, dstufft, janssen, sruester
Date 2018-02-16.16:56:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518800213.25.0.467229070634.issue32858@psf.upfronthosting.co.za>
In-reply-to
Content
When I replace the current implementation of SSLContext.set_ecdh_curve() with an implementation based on SSL_CTX_set1_curves_list(), then I'm able to configure X25519 curve for ECDH.
History
Date User Action Args
2018-02-16 16:56:53christian.heimessetrecipients: + christian.heimes, janssen, alex, dstufft, sruester
2018-02-16 16:56:53christian.heimessetmessageid: <1518800213.25.0.467229070634.issue32858@psf.upfronthosting.co.za>
2018-02-16 16:56:53christian.heimeslinkissue32858 messages
2018-02-16 16:56:53christian.heimescreate