Home
last modified time | relevance | path

Searched refs:CLIENT_PEM (Results 1 – 2 of 2) sorted by relevance

/external/python/httplib2/tests/
Dtest_https.py156 http.add_certificate(tests.CLIENT_PEM, tests.CLIENT_PEM, uri_parsed.netloc)
D__init__.py33 CLIENT_PEM = os.path.join(tls_dir, "client.pem") variable