Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dcrl.cc291 *out_only_contains_cert_type = ContainedCertsType::CA_CERTS; in ParseIssuingDistributionPoint()
579 case ContainedCertsType::CA_CERTS: in CheckCRL()
H A Dcrl.h154 CA_CERTS, enumerator
/aosp_15_r20/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.
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/python3/httplib2/
H A D__init__.py165 CA_CERTS = certs.where() variable
1251 self.ca_certs = ca_certs if ca_certs else CA_CERTS
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/python2/httplib2/
H A D__init__.py273 CA_CERTS = certs.where() variable
1263 ca_certs = CA_CERTS
/aosp_15_r20/external/python/httplib2/python2/httplib2/
D__init__.py280 CA_CERTS = certs.where() variable
1292 ca_certs = CA_CERTS
/aosp_15_r20/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