Home
last modified time | relevance | path

Searched refs:get_host_cert (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dcertutils_test.py83 cert_str = certutils.get_host_cert('localhost', server.server_port)
88 cert_str = certutils.get_host_cert('not_a_valid_host_name_2472341234234234')
Dcertutils.py149 def get_host_cert(host, port=443): function
Dhttparchive.py436 self[request] = create_response(200, body=certutils.get_host_cert(host))