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 christian.heimes, sruester
Date 2018-02-20.10:16:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519121767.3.0.467229070634.issue32883@psf.upfronthosting.co.za>
In-reply-to
Content
I'd prefer to have a generic handshake info method that returns a structured object like a named tuple with handshake information. We could start with key exchange / key agreement, TLS version, cipher suite, etc. Later the method could be extended and include information such as signature algorithms, offered suites and versions (server-side), and more.
History
Date User Action Args
2018-02-20 10:16:07christian.heimessetrecipients: + christian.heimes, sruester
2018-02-20 10:16:07christian.heimessetmessageid: <1519121767.3.0.467229070634.issue32883@psf.upfronthosting.co.za>
2018-02-20 10:16:07christian.heimeslinkissue32883 messages
2018-02-20 10:16:07christian.heimescreate