[Python-Dev] Backport ssl.MemoryBIO on Python 2.7? (original) (raw)
Victor Stinner victor.stinner at gmail.com
Thu May 25 09:03:59 EDT 2017
- Previous message (by thread): [Python-Dev] Backport ssl.MemoryBIO on Python 2.7?
- Next message (by thread): [Python-Dev] Backport ssl.MemoryBIO on Python 2.7?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le 25 mai 2017 1:26 PM, "Antoine Pitrou" <solipsis at pitrou.net> a écrit :
System admins can add the company CA at the system level in the system's CA cert store, they have no need for a Python API.
If I understood correctly, since the Python ssl module is unable to load system CAs (at least on Python 2.7) on Windows and macOS, bundled CAs are needed (like certfi package).
Actually, they certainly don't want to modify every Python application to add a company CA.
Yes.
Hum, maybe a short PEP is needed for Python 2.7 to clarify the indirect advantages of the backport.
Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170525/a7233139/attachment.html>
- Previous message (by thread): [Python-Dev] Backport ssl.MemoryBIO on Python 2.7?
- Next message (by thread): [Python-Dev] Backport ssl.MemoryBIO on Python 2.7?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]