MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / crl_path

Method crl_path

mitmproxy/addons/tlsconfig.py:582–583  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

580 )
581
582 def crl_path(self) -> str:
583 return f"/mitmproxy-{self.certstore.default_ca.serial}.crl"
584
585 def get_cert(self, conn_context: context.Context) -> certs.CertStoreEntry:
586 """

Callers 4

test_crl_substitutionMethod · 0.95
test_crl_requestMethod · 0.95
get_certMethod · 0.95
requestMethod · 0.95

Calls

no outgoing calls

Tested by 2

test_crl_substitutionMethod · 0.76
test_crl_requestMethod · 0.76