MCPcopy Create free account
hub / github.com/secdev/scapy / verifyCert

Method verifyCert

scapy/layers/tls/cert.py:673–675  ·  view source on GitHub ↗

Verifies either a Cert or an X509_Cert.

(self, cert)

Source from the content-addressed store, hash-verified

671 return self.signTBSCert(cert.tbsCertificate, h=None)
672
673 def verifyCert(self, cert):
674 """Verifies either a Cert or an X509_Cert."""
675 return self.pubkey.verifyCert(cert)
676
677 def verifyCsr(self, cert):
678 """Verifies either a CSR."""

Callers

nothing calls this directly

Calls 1

verifyCertMethod · 0.45

Tested by

no test coverage detected