[issue10443] add wrapper for SSL_CTX_set_default_verify_paths

Antoine Pitrou report at bugs.python.org
Wed Nov 17 13:04:48 CET 2010


New submission from Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10443>
_______________________________________


More information about the Python-bugs-list mailing list