/third_party/openssl/test/ |
D | danetest.in | 56 notBefore=Dec 14 00:10:34 2015 GMT 71 notBefore=Dec 14 00:10:34 2015 GMT 86 notBefore=Dec 14 00:10:34 2015 GMT 101 notBefore=Dec 14 00:10:34 2015 GMT 116 notBefore=Dec 14 00:10:34 2015 GMT 131 notBefore=Dec 14 00:10:34 2015 GMT 146 notBefore=Dec 14 00:10:34 2015 GMT 161 notBefore=Dec 14 00:10:34 2015 GMT 178 notBefore=Dec 13 23:23:52 2015 GMT 193 notBefore=Dec 13 23:20:09 2015 GMT [all …]
|
D | dane-cross.in | 27 notBefore=Jan 15 08:19:49 2016 GMT 50 notBefore=Jan 15 08:19:49 2016 GMT 72 notBefore=Aug 30 18:36:38 2021 GMT 94 notBefore=Aug 30 18:33:26 2021 GMT
|
D | danetest.pem | 3 notBefore=Dec 13 23:13:08 2015 GMT
|
/third_party/openssl/crypto/x509v3/ |
D | v3_pku.c | 30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0), 41 if (usage->notBefore) { 43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
|
/third_party/openssl/crypto/x509/ |
D | x509_set.c | 82 return x509_set1_time(&x->cert_info.validity.notBefore, tm); in X509_set1_notBefore() 118 return x->cert_info.validity.notBefore; in X509_get0_notBefore() 128 return x->cert_info.validity.notBefore; in X509_getm_notBefore()
|
D | x509_r2x.c | 50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509()
|
/third_party/openssl/crypto/asn1/ |
D | x_val.c | 16 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
|
/third_party/node/test/fixtures/x509-escaping/ |
D | create-certs.js | 296 notBefore: { type: 'utcTime', value: now }, property 450 notBefore: { type: 'utcTime', value: now }, property 602 notBefore: { type: 'utcTime', value: now }, property
|
/third_party/openssl/doc/man3/ |
D | X509_get0_notBefore.pod | 31 X509_get0_notBefore() and X509_get0_notAfter() return the B<notBefore> 41 X509_set1_notBefore() and X509_set1_notAfter() set the B<notBefore>
|
D | X509_STORE_CTX_get_error.pod | 137 the certificate is not yet valid: the notBefore date is after the current time. 151 =item B<X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD: format error in certificate's notBefore field> 153 the certificate notBefore field contains an invalid time.
|
D | X509_STORE_CTX_set_verify_cb.pod | 166 BIO_printf(bio_err, "notBefore=");
|
/third_party/curl/lib/ |
D | x509asn1.h | 107 struct Curl_asn1Element notBefore; member
|
D | x509asn1.c | 764 ccp = getASN1Element(&cert->notBefore, elem.beg, elem.end); in Curl_parseX509() 1030 ccp = ASN1tostr(&cert.notBefore, 0); in Curl_extract_certinfo()
|
/third_party/node/test/fixtures/0-dns/ |
D | create-cert.js | 40 { notBefore: { type: 'utcTime', value: now }, property
|
/third_party/curl/lib/vtls/ |
D | nss.c | 953 PRTime notBefore, notAfter; in display_cert_info() local 960 CERT_GetCertTimes(cert, ¬Before, ¬After); in display_cert_info() 961 PR_ExplodeTime(notBefore, PR_GMTParameters, &printableTime); in display_cert_info()
|
/third_party/openssl/doc/man1/ |
D | verify.pod | 387 the validity period as specified by the C<notBefore> and C<notAfter> fields 462 The certificate is not yet valid: the notBefore date is after the 480 The certificate notBefore field contains an invalid time.
|
D | ocsp.pod | 294 in an OCSP response. Each certificate status response includes a B<notBefore> 304 B<notBefore> field is checked to see it is not older than B<age> seconds old.
|
D | x509.pod | 144 When signing a certificate, preserve the "notBefore" and "notAfter" dates instead 245 Prints out the start date of the certificate, that is the notBefore date. 653 Don't print the validity, that is the B<notBefore> and B<notAfter> fields.
|
/third_party/openssl/include/openssl/ |
D | x509v3.h | 109 ASN1_GENERALIZEDTIME *notBefore; member
|
D | x509.h | 67 ASN1_TIME *notBefore; member
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.data | 1248 X509 CRT ASN1 (TBS, inv Validity, notBefore missing) 1252 X509 CRT ASN1 (TBS, inv Validity, notBefore inv tag) 1256 X509 CRT ASN1 (TBS, inv Validity, notBefore no length) 1260 X509 CRT ASN1 (TBS, inv Validity, notBefore inv length encoding) 1264 X509 CRT ASN1 (TBS, inv Validity, notBefore length out of bounds) 1268 X509 CRT ASN1 (TBS, inv Validity, notBefore empty) 1272 X509 CRT ASN1 (TBS, inv Validity, notBefore invalid) 1907 X509 CRT ASN1 (GeneralizedTime in notBefore, UTCTime in notAfter) 1911 X509 CRT ASN1 (UTCTime in notBefore, GeneralizedTime in notAfter)
|
/third_party/python/Doc/library/ |
D | ssl.rst | 405 string representing the "notBefore" or "notAfter" date from a 421 "notBefore" or "notAfter" dates must use GMT (:rfc:`5280`). 1263 'notBefore': 'Nov 21 03:09:52 2011 GMT', 1296 and ``notBefore``. 2112 valid. This is expressed as two fields, called "notBefore" and "notAfter". 2289 'notBefore': 'Sep 5 00:00:00 2014 GMT',
|
/third_party/python/Modules/ |
D | _ssl.c | 1561 const ASN1_TIME *notBefore, *notAfter; in _decode_certificate() local 1625 notBefore = X509_get0_notBefore(certificate); in _decode_certificate() 1626 ASN1_TIME_print(biobuf, notBefore); in _decode_certificate()
|
/third_party/mbedtls/ |
D | ChangeLog | 3669 * Check notBefore timestamp of certificates and CRLs from the future. 3974 * Check notBefore timestamp of certificates and CRLs from the future.
|
/third_party/python/Misc/ |
D | HISTORY | 11588 sockets now has additional items such as ``issuer`` and ``notBefore``.
|