Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ isIssuerCert
Method
isIssuerCert
scapy/layers/tls/cert.py:1012–1013 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
1010
return
other.pubkey.verifyCert(self)
1011
1012
def
isIssuerCert(self, other):
1013
return
self.isIssuer(other)
1014
1015
def
isSelfSigned(self):
1016
""
"
Callers
nothing calls this directly
Calls
1
isIssuer
Method · 0.95
Tested by
no test coverage detected