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.13:47:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519134467.67.0.467229070634.issue32883@psf.upfronthosting.co.za>
In-reply-to
Content
How about a new method crypto_information() and making cipher() a wrapper around that one? The former could return a named tupple with handshake information together with all other relevant crypto information about the current session.

This would eliminate the need to define several new methods while keeping backwards compatibility of cipher().
History
Date User Action Args
2018-02-20 13:47:47sruestersetrecipients: + sruester, christian.heimes
2018-02-20 13:47:47sruestersetmessageid: <1519134467.67.0.467229070634.issue32883@psf.upfronthosting.co.za>
2018-02-20 13:47:47sruesterlinkissue32883 messages
2018-02-20 13:47:47sruestercreate