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

Class CMS_RevocationInfoChoice

scapy/layers/x509.py:1331–1337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1329# RFC3852 sect 10.2.1
1330
1331class CMS_RevocationInfoChoice(ASN1_Packet):
1332 ASN1_codec = ASN1_Codecs.BER
1333 ASN1_root = ASN1F_CHOICE(
1334 "crl", None,
1335 ASN1F_PACKET("crl", X509_CRL(), X509_Cert),
1336 # -- TODO: 1
1337 )
1338
1339
1340# RFC3852 sect 10.2.2

Callers 1

signMethod · 0.90

Calls 3

ASN1F_CHOICEClass · 0.90
ASN1F_PACKETClass · 0.90
X509_CRLClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…