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

Method verifyCsr

scapy/layers/tls/cert.py:677–679  ·  view source on GitHub ↗

Verifies either a CSR.

(self, cert)

Source from the content-addressed store, hash-verified

675 return self.pubkey.verifyCert(cert)
676
677 def verifyCsr(self, cert):
678 """Verifies either a CSR."""
679 return self.pubkey.verifyCsr(cert)
680
681 @property
682 def pem(self):

Callers

nothing calls this directly

Calls 1

verifyCsrMethod · 0.45

Tested by

no test coverage detected