HomeSort by relevance Sort by last modified time
    Searched refs:get_host_cert (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
certutils_test.py 83 cert_str = certutils.get_host_cert('localhost', server.server_port)
88 cert_str = certutils.get_host_cert('not_a_valid_host_name_2472341234234234')
certutils.py 146 def get_host_cert(host, port=443): function
httparchive.py 435 self[request] = create_response(200, body=certutils.get_host_cert(host))
    [all...]

Completed in 938 milliseconds