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

Method sign

scapy/layers/tls/cert.py:709–713  ·  view source on GitHub ↗

Sign data.

(self, data, h="sha256", **kwargs)

Source from the content-addressed store, hash-verified

707
708 @crypto_validator
709 def sign(self, data, h="sha256", **kwargs):
710 """
711 Sign data.
712 """
713 raise NotImplementedError
714
715 @crypto_validator
716 def verify(self, msg, sig, h="sha256", **kwargs):

Callers 6

signTBSCertMethod · 0.95
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
_update_sigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected