Searched refs:UTCTime (Results 1 – 8 of 8) sorted by relevance
26 UTCTime: 23, property
197 if (der.peek() === asn1.Ber.UTCTime) {198 return (utcTimeToDate(der.readString(asn1.Ber.UTCTime)));534 der.writeString(dateToUTCTime(cert.validFrom), asn1.Ber.UTCTime);535 der.writeString(dateToUTCTime(cert.validUntil), asn1.Ber.UTCTime);
175 date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure), or182 date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure), or751 B<-enddate> and B<-days>) will be encoded as UTCTime if the dates are
80 Encodes an ASN1 B<UTCTime> structure, the value should be in
138 in RFC5280: if the date can be represented by UTCTime it is used, else
1907 X509 CRT ASN1 (GeneralizedTime in notBefore, UTCTime in notAfter)1911 X509 CRT ASN1 (UTCTime in notBefore, GeneralizedTime in notAfter)
7352 *) Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().13514 functions. Also ASN1_TIME suite which is a CHOICE of UTCTime or13516 al: it's just almost always a UTCTime. Note this patch adds new error
4484 * Corrected parsing of UTCTime dates before 1990 and