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

Class X509_RDN

scapy/layers/x509.py:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342
343
344class X509_RDN(ASN1_Packet):
345 ASN1_codec = ASN1_Codecs.BER
346 ASN1_root = ASN1F_SET_OF("rdn", [X509_AttributeTypeAndValue()],
347 X509_AttributeTypeAndValue)
348
349
350class X509_OtherName(ASN1_Packet):

Callers 2

x509.pyFile · 0.85

Calls 2

ASN1F_SET_OFClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…