| 635 | |
| 636 | |
| 637 | class X509_ExtInvalidityDate(ASN1_Packet): |
| 638 | ASN1_codec = ASN1_Codecs.BER |
| 639 | ASN1_root = ASN1F_GENERALIZED_TIME("invalidityDate", str(ZuluTime(+86400))) |
| 640 | |
| 641 | |
| 642 | class X509_ExtSubjectAltName(ASN1_Packet): |
nothing calls this directly
no test coverage detected
searching dependent graphs…