Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/scripts/
Dget-remote-certificate.py24 def strip_to_x509_cert(certfile_contents, outfile=None): argument
27 certfile_contents, re.MULTILINE | re.DOTALL)
/external/python/cpython2/Tools/ssl/
Dget-remote-certificate.py22 def strip_to_x509_cert(certfile_contents, outfile=None): argument
25 certfile_contents, re.MULTILINE | re.DOTALL)