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, gvanrossum, janssen, pitrou
Date 2013-11-22.19:24:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385148290.12.0.826847423651.issue19689@psf.upfronthosting.co.za>
In-reply-to
Content
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/
History
Date User Action Args
2013-11-22 19:24:50christian.heimessetrecipients: + christian.heimes, gvanrossum, janssen, pitrou
2013-11-22 19:24:50christian.heimessetmessageid: <1385148290.12.0.826847423651.issue19689@psf.upfronthosting.co.za>
2013-11-22 19:24:50christian.heimeslinkissue19689 messages
2013-11-22 19:24:49christian.heimescreate