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 christian.heimes, sruester
Date 2018-02-20.09:58:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519120722.76.0.467229070634.issue32883@psf.upfronthosting.co.za>
In-reply-to
Content
Using python it is not possible to retrieve information about the key exchange/agreement method that was used during session setup.

A method should be added to a suitable SSL* object that allows to retrieve information such as whether ECDH with which curves, or DH, or neither was used.
History
Date User Action Args
2018-02-20 09:58:42sruestersetrecipients: + sruester, christian.heimes
2018-02-20 09:58:42sruestersetmessageid: <1519120722.76.0.467229070634.issue32883@psf.upfronthosting.co.za>
2018-02-20 09:58:42sruesterlinkissue32883 messages
2018-02-20 09:58:42sruestercreate