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

Class X509_ExtNameRelativeToCRLIssuer

scapy/layers/x509.py:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486
487
488class X509_ExtNameRelativeToCRLIssuer(ASN1_Packet):
489 ASN1_codec = ASN1_Codecs.BER
490 ASN1_root = ASN1F_PACKET("nameRelativeToCRLIssuer", X509_RDN(), X509_RDN,
491 implicit_tag=0xa1)
492
493
494class X509_ExtDistributionPointName(ASN1_Packet):

Callers

nothing calls this directly

Calls 2

ASN1F_PACKETClass · 0.90
X509_RDNClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…