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 alex, christian.heimes, dstufft, janssen
Date 2017-03-14.16:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489510110.3.0.277271708945.issue29810@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I'm planning a PEP to make the SSL module a bit more sane:

1) deprecate all protocols except for PROTOCOL_TLS_CLIENT / PROTOCOL_TLS_SERVER
2) deprecate purpose in favor of PROTOCOL_TLS_*
3) PROTOCOL_TLS_CLIENT defaults to CERT_REQUIRED, match_hostname=True
History
Date User Action Args
2017-03-14 16:48:30christian.heimessetrecipients: + christian.heimes, janssen, alex, dstufft
2017-03-14 16:48:30christian.heimessetmessageid: <1489510110.3.0.277271708945.issue29810@psf.upfronthosting.co.za>
2017-03-14 16:48:30christian.heimeslinkissue29810 messages
2017-03-14 16:48:30christian.heimescreate