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 alex, christian.heimes, dstufft, janssen, sruester
Date 2018-02-16.17:46:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518803210.44.0.467229070634.issue32858@psf.upfronthosting.co.za>
In-reply-to
Content
I'd really love to see kxinfo() or a similar method in the standard. I chose to implement it similar to cipher() which seemed to be a good idea then. If there are any objections, please let's discuss how that information can be made available otherwise.
If that's ok, I will open another pull request which only contains kxinfo or similar. It is, however, not sufficient without set_ecdh_curve's support for X25519 in some cases (my case ^^).

Changing the implementation of set_ecdh_curve seems necessary anyway, as it does not support X25519 at all, and it does not allow defining multiple curves.

Maybe we can do both, update PEP 543 to address the needs and implement it (in an OpenSSL centric way) for the current version.
History
Date User Action Args
2018-02-16 17:46:50sruestersetrecipients: + sruester, janssen, christian.heimes, alex, dstufft
2018-02-16 17:46:50sruestersetmessageid: <1518803210.44.0.467229070634.issue32858@psf.upfronthosting.co.za>
2018-02-16 17:46:50sruesterlinkissue32858 messages
2018-02-16 17:46:50sruestercreate