Home
last modified time | relevance | path

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

/unit/test/unit/applications/
H A Dtls.py39 def certificate_load(self, crt, key=None): argument
41 key = crt
/unit/test/
H A Dtest_tls.py323 with open(crt_path, 'wb') as crt, open(end_path, 'rb') as end, open(
326 crt.write(end.read() + int.read())