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

Method isSelfSigned

scapy/layers/tls/cert.py:1394–1395  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1392 return other.sid == self.sid
1393
1394 def isSelfSigned(self):
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)

Callers 3

__init__Method · 0.45
_rec_showMethod · 0.45
signMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected