[issue19689] ssl.create_default_context()

Christian Heimes report at bugs.python.org
Fri Nov 22 20:24:50 CET 2013


Christian Heimes added the comment:

Antoine and I have agreed upon a slightly different API. I'm going to split it up into one public API that creates a best practice context and one internal stdlib API to unify all places that deals with SSL sockets.

AP:
how about we use more strict and modern settings for the public API? TLSv1, no insecure stuff like RC4, MD5, DSS etc. https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/

----------

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


More information about the Python-bugs-list mailing list