Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/
Dcert.py908 def verifyChainFromCAFile(self, cafile, untrusted_file=None): argument
924 if untrusted_file:
926 f = open(untrusted_file)
935 def verifyChainFromCAPath(self, capath, untrusted_file=None): argument
951 if untrusted_file:
953 f = open(untrusted_file)