Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/scripts/
Dget-remote-certificate.py15 def fetch_server_certificate (host, port): function
80 sys.stdout.buffer.write(fetch_server_certificate(host, int(port)))
/external/python/cpython2/Tools/ssl/
Dget-remote-certificate.py11 def fetch_server_certificate (host, port): function
78 sys.stdout.write(fetch_server_certificate(host, int(port)))