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 pitrou
Recipients christian.heimes, giampaolo.rodola, janssen, pitrou
Date 2014-01-28.16:36:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390927014.41.0.169425093715.issue20421@psf.upfronthosting.co.za>
In-reply-to
Content
SSL sockets should provide a way to query the current protocol version (e.g. "TLSv1.2"). OpenSSL makes it easy through SSL_get_version().

Open question is whether we return the string returned by SSL_get_version(), or we convert it to one of the constants ssl.PROTOCOL_XXX.
History
Date User Action Args
2014-01-28 16:36:54pitrousetrecipients: + pitrou, janssen, giampaolo.rodola, christian.heimes
2014-01-28 16:36:54pitrousetmessageid: <1390927014.41.0.169425093715.issue20421@psf.upfronthosting.co.za>
2014-01-28 16:36:54pitroulinkissue20421 messages
2014-01-28 16:36:54pitroucreate