New submission from Antoine Pitrou <pit...@free.fr>:

SSL_CTX_set_default_verify_paths allows to select the system-wide CA 
certificates on an SSL context, if OpenSSL was built with the right options.

We could also try to expose those default paths by calling 
X509_get_default_cert_file() / X509_get_default_cert_dir(), but these seem even 
less documented (private?).

----------
components: Library (Lib)
messages: 121351
nosy: pitrou
priority: normal
severity: normal
status: open
title: add wrapper for SSL_CTX_set_default_verify_paths
type: feature request
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10443>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to