[issue29810] Rename ssl.Purpose.{CLIENT,SERVER}_AUTH

Christian Heimes report at bugs.python.org
Tue Mar 14 12:48:30 EDT 2017


Christian Heimes added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29810>
_______________________________________


More information about the Python-bugs-list mailing list