Lines Matching refs:SIGNING_CA
125 SIGNING_CA = data_file("capath", "ceff1710.0") variable
318 client_context.load_verify_locations(SIGNING_CA)
322 server_context.load_verify_locations(SIGNING_CA)
1632 with open(SIGNING_CA) as f:
1634 ctx = ssl.create_default_context(cafile=SIGNING_CA, capath=CAPATH,
1943 ca_certs=SIGNING_CA) as s:
1962 ca_certs=SIGNING_CA)
1972 ca_certs=SIGNING_CA,
2005 ctx.load_verify_locations(SIGNING_CA)
2046 with open(SIGNING_CA) as f:
2107 _test_get_server_certificate(self, *self.server_addr, cert=SIGNING_CA)
2202 ctx.load_verify_locations(SIGNING_CA)
2783 ctx.load_verify_locations(SIGNING_CA)
2971 client_context.load_verify_locations(SIGNING_CA)
2992 client_context.load_verify_locations(SIGNING_CA)
3026 context.load_verify_locations(SIGNING_CA)
3410 context = ssl.create_default_context(cafile=SIGNING_CA)
3694 context.load_verify_locations(SIGNING_CA)
4116 client_context.load_verify_locations(SIGNING_CA)
4255 context.load_verify_locations(SIGNING_CA)
4562 server_context.load_verify_locations(SIGNING_CA)
4740 SIGNED_CERTFILE, SIGNED_CERTFILE2, SIGNING_CA,