Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1847
class
OCSP_GoodInfo(ASN1_Packet):
1848
ASN1_codec = ASN1_Codecs.BER
1849
ASN1_root = ASN1F_NULL(
"info"
, 0)
1850
1851
1852
class
OCSP_RevokedInfo(ASN1_Packet):
Callers
2
OCSP_CertStatus
Class · 0.85
OCSP_SingleResponse
Class · 0.85
Calls
1
ASN1F_NULL
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…