Home
last modified time | relevance | path

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

/external/python/pyopenssl/tests/
Dtest_ssl.py646 def _use_certificate_file_test(self, certificate_file): argument
655 with open(certificate_file, "wb") as pem_file:
659 ctx.use_certificate_file(certificate_file)