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

Method verify

scapy/layers/tls/cert.py:1275–1277  ·  view source on GitHub ↗
(self, anchors)

Source from the content-addressed store, hash-verified

1273 return other.pubkey.verifyCert(self)
1274
1275 def verify(self, anchors):
1276 # Return True iff the CRL is signed by one of the provided anchors.
1277 return any(self.isIssuer(a) for a in anchors)
1278
1279 def show(self):
1280 print("Version: %d" % self.version)

Callers 10

verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
_verify_sigMethod · 0.45

Calls 1

isIssuerMethod · 0.95

Tested by

no test coverage detected