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

Method verify

scapy/layers/tls/cert.py:1397–1398  ·  view source on GitHub ↗
(self, msg, sig, t="pkcs", h="sha256", mgf=None, L=None)

Source from the content-addressed store, hash-verified

1395 return True
1396
1397 def verify(self, msg, sig, t="pkcs", h="sha256", mgf=None, L=None):
1398 return self.pubkey.verify(msg, sig, t=t, h=h, mgf=mgf, L=L)
1399
1400 def export(self, filename, fmt=None):
1401 """

Callers

nothing calls this directly

Calls 1

verifyMethod · 0.45

Tested by

no test coverage detected