Lines Matching refs:capath
128 .. function:: create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, capath=None, cadata=…
135 *cafile*, *capath*, *cadata* represent optional CA certificates to
146 and either loads CA certificates (when at least one of *cafile*, *capath* or
465 Returns a named tuple with paths to OpenSSL's default cafile and capath.
471 * :attr:`capath` - resolved path to capath or ``None`` if the directory doesn't exist,
474 * :attr:`openssl_capath_env` - OpenSSL's environment key that points to a capath,
475 * :attr:`openssl_capath` - hard coded path to a capath directory
1591 .. method:: SSLContext.load_verify_locations(cafile=None, capath=None, cadata=None)
1595 :data:`CERT_NONE`. At least one of *cafile* or *capath* must be specified.
1606 The *capath* string, if present, is
1613 certificates. Like with *capath* extra lines around PEM-encoded
1625 does not contain certificates from *capath* unless a certificate was
1629 Certificates in a capath directory aren't loaded unless they have