[issue17134] Use Windows' certificate store for CA certs

Jean-Paul Calderone report at bugs.python.org
Fri Jun 7 13:47:29 CEST 2013


Jean-Paul Calderone added the comment:

> Sounds promising. Do you think this should be hooked into SSLContext.set_default_verify_paths, or be exposed as a separate method?

If there were an API which exposed the certificate material, then this would be more useful to libraries trying to do other things (present debugging information, use an alternate SSL implementation *wink*, etc).  If this is *only* wrapped up inside set_default_verify_paths then many of these extra things are impossible with a seconding binding to the same API.

----------
nosy: +exarkun

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


More information about the Python-bugs-list mailing list