Message 275871 - Python tracker (original) (raw)

Message275871

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:45 christian.heimes set recipients: + christian.heimes, python-dev
2016-09-11 22:09:45 christian.heimes set messageid: 1473631785.51.0.634407437553.issue28085@psf.upfronthosting.co.za
2016-09-11 22:09:45 christian.heimes link issue28085 messages
2016-09-11 22:09:45 christian.heimes create