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

Class X509_ExtInvalidityDate

scapy/layers/x509.py:637–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635
636
637class X509_ExtInvalidityDate(ASN1_Packet):
638 ASN1_codec = ASN1_Codecs.BER
639 ASN1_root = ASN1F_GENERALIZED_TIME("invalidityDate", str(ZuluTime(+86400)))
640
641
642class X509_ExtSubjectAltName(ASN1_Packet):

Callers

nothing calls this directly

Calls 2

ZuluTimeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…