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, python-dev
Date 2016-09-11.22:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473631785.51.0.634407437553.issue28085@psf.upfronthosting.co.za>
In-reply-to
Content
I pushed basic support for PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER in 3ea641343244. I have another patch that removes PROTOCOL_TLS again and changes create_default_context() to return either a server and client SSLContext. The change is a small possibility to break code that used the create_default_context() in a wrong way.
History
Date User Action Args
2016-09-11 22:09:45christian.heimessetrecipients: + christian.heimes, python-dev
2016-09-11 22:09:45christian.heimessetmessageid: <1473631785.51.0.634407437553.issue28085@psf.upfronthosting.co.za>
2016-09-11 22:09:45christian.heimeslinkissue28085 messages
2016-09-11 22:09:45christian.heimescreate