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

Class OCSP_GoodInfo

scapy/layers/x509.py:1847–1849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1845
1846
1847class OCSP_GoodInfo(ASN1_Packet):
1848 ASN1_codec = ASN1_Codecs.BER
1849 ASN1_root = ASN1F_NULL("info", 0)
1850
1851
1852class OCSP_RevokedInfo(ASN1_Packet):

Callers 2

OCSP_CertStatusClass · 0.85
OCSP_SingleResponseClass · 0.85

Calls 1

ASN1F_NULLClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…