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

Method verify

scapy/layers/tls/cert.py:416–420  ·  view source on GitHub ↗

Verify signed data.

(self, msg, sig, h="sha256", **kwargs)

Source from the content-addressed store, hash-verified

414
415 @crypto_validator
416 def verify(self, msg, sig, h="sha256", **kwargs):
417 """
418 Verify signed data.
419 """
420 raise NotImplementedError
421
422
423class PubKeyRSA(PubKey, _EncryptAndVerifyRSA):

Callers 2

verifyCertMethod · 0.95
verifyCsrMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected