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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17134>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to