Home
last modified time | relevance | path

Searched refs:capath_buf (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_ssl.c4057 const char *cafile_buf = NULL, *capath_buf = NULL; in _ssl__SSLContext_load_verify_locations_impl() local
4139 capath_buf = PyBytes_AS_STRING(capath_bytes); in _ssl__SSLContext_load_verify_locations_impl()
4141 r = SSL_CTX_load_verify_locations(self->ctx, cafile_buf, capath_buf); in _ssl__SSLContext_load_verify_locations_impl()

Completed in 7 milliseconds