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 sruester
Recipients sruester
Date 2018-02-16.16:03:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518796997.98.0.467229070634.issue32858@psf.upfronthosting.co.za>
In-reply-to
Content
Tested with OpenSSL v1.1.0g, Python does not support selection of curve Curve25519 with _ssl.ctx.set_ecdh_curve("X25519").

Additionally the DH key exchange parameters (which curve has been chosen, what DH bit size was used) are not available through any SSL or Context method.
History
Date User Action Args
2018-02-16 16:03:18sruestersetrecipients: + sruester
2018-02-16 16:03:17sruestersetmessageid: <1518796997.98.0.467229070634.issue32858@psf.upfronthosting.co.za>
2018-02-16 16:03:17sruesterlinkissue32858 messages
2018-02-16 16:03:17sruestercreate