Home
last modified time | relevance | path

Searched refs:CA_CERTS (Results 1 – 6 of 6) sorted by relevance

/external/python/httplib2/tests/
Dtest_https.py11 http = httplib2.Http(ca_certs=tests.CA_CERTS)
18 http = httplib2.Http(ca_certs=tests.CA_CERTS)
39 http = httplib2.Http(ca_certs=tests.CA_CERTS)
120 http = httplib2.Http(ca_certs=tests.CA_CERTS, tls_minimum_version="TLSv1_2")
134 http = httplib2.Http(ca_certs=tests.CA_CERTS, tls_maximum_version="TLSv1")
145 context.load_verify_locations(cafile=tests.CA_CERTS)
153 http = httplib2.Http(ca_certs=tests.CA_CERTS)
168 context.load_verify_locations(cafile=tests.CA_CERTS)
176 http = httplib2.Http(ca_certs=tests.CA_CERTS)
199 http = httplib2.Http(ca_certs=tests.CA_CERTS)
Dtest_proxy.py205 http = httplib2.Http(ca_certs=tests.CA_CERTS)
D__init__.py31 CA_CERTS = os.path.join(tls_dir, "ca.pem") variable
/external/python/httplib2/
DCHANGELOG220 CA_CERTS file. Just create a module named ca_certs_locater that has a method
221 get() that returns the file location of the CA_CERTS file.
/external/python/httplib2/python2/httplib2/
D__init__.py280 CA_CERTS = certs.where() variable
1292 ca_certs = CA_CERTS
/external/python/httplib2/python3/httplib2/
D__init__.py172 CA_CERTS = certs.where() variable
1264 self.ca_certs = ca_certs if ca_certs else CA_CERTS