/third_party/openssl/test/ |
D | danetest.in | 57 notAfter=Dec 13 00:10:34 2015 GMT 72 notAfter=Dec 13 00:10:34 2015 GMT 87 notAfter=Dec 13 00:10:34 2015 GMT 102 notAfter=Dec 13 00:10:34 2015 GMT 117 notAfter=Dec 13 00:10:34 2015 GMT 132 notAfter=Dec 13 00:10:34 2015 GMT 147 notAfter=Dec 13 00:10:34 2015 GMT 162 notAfter=Dec 13 00:10:34 2015 GMT 179 notAfter=Apr 15 23:23:52 3015 GMT 194 notAfter=Apr 15 23:20:09 3015 GMT [all …]
|
D | dane-cross.in | 28 notAfter=Jan 16 08:19:49 2116 GMT 51 notAfter=Jan 16 08:19:49 2116 GMT 73 notAfter=Aug 31 18:36:38 2121 GMT 95 notAfter=Aug 31 18:33:26 2121 GMT
|
D | danetest.pem | 4 notAfter=Apr 15 23:13:08 3015 GMT
|
/third_party/openssl/crypto/x509/ |
D | v3_pku.c | 31 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notAfter, ASN1_GENERALIZEDTIME, 1) 44 if (usage->notAfter) 47 if (usage->notAfter) { 49 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
|
D | x509_set.c | 89 return ossl_x509_set1_time(&x->cert_info.validity.notAfter, tm); in X509_set1_notAfter() 123 return x->cert_info.validity.notAfter; in X509_get0_notAfter() 133 return x->cert_info.validity.notAfter; in X509_getm_notAfter()
|
D | x509_r2x.c | 52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_pku.c | 31 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notAfter, ASN1_GENERALIZEDTIME, 1) 44 if (usage->notAfter) 47 if (usage->notAfter) { 49 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
|
D | x509_set.c | 89 return ossl_x509_set1_time(&x->cert_info.validity.notAfter, tm); in X509_set1_notAfter() 123 return x->cert_info.validity.notAfter; in X509_get0_notAfter() 133 return x->cert_info.validity.notAfter; in X509_getm_notAfter()
|
D | x509_r2x.c | 52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
|
/third_party/openssl/doc/man3/ |
D | OSSL_CRMF_MSG_set0_validity.pod | 19 ASN1_TIME *notBefore, ASN1_TIME *notAfter); 43 OSSL_CRMF_MSG_set0_validity() sets the I<notBefore> and I<notAfter> fields 45 Any of the I<notBefore> and I<notAfter> parameters may be NULL, 47 On success ownership of I<notBefore> and I<notAfter> is transferred to I<crm>.
|
D | X509_get0_notBefore.pod | 32 and B<notAfter> fields of certificate B<x> respectively. The value 42 and B<notAfter> fields of B<x> to B<tm>. Ownership of the passed
|
/third_party/node/test/fixtures/x509-escaping/ |
D | create-certs.js | 297 notAfter: { type: 'utcTime', value: now + days * 86400000 } property 451 notAfter: { type: 'utcTime', value: now + days * 86400000 } property 603 notAfter: { type: 'utcTime', value: now + days * 86400000 } property
|
/third_party/openssl/crypto/asn1/ |
D | x_val.c | 17 ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | x_val.c | 17 ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
|
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/x509/ |
D | cert.js | 77 get notAfter() { getter in X509Certificate 153 return this.notBefore <= date && date <= this.notAfter;
|
/third_party/curl/lib/vtls/ |
D | x509asn1.h | 59 struct Curl_asn1Element notAfter; member
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
D | crmf_lib.c | 259 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity() argument 272 vld->notAfter = notAfter; in OSSL_CRMF_MSG_set0_validity()
|
D | crmf_local.h | 288 /* 1 */ ASN1_TIME *notAfter; member
|
/third_party/openssl/crypto/crmf/ |
D | crmf_lib.c | 259 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity() argument 272 vld->notAfter = notAfter; in OSSL_CRMF_MSG_set0_validity()
|
D | crmf_local.h | 288 /* 1 */ ASN1_TIME *notAfter; member
|
/third_party/node/test/fixtures/0-dns/ |
D | create-cert.js | 41 notAfter: { type: 'utcTime', value: now + days * 86400000} }, property
|
/third_party/openssl/crypto/cmp/ |
D | cmp_msg.c | 313 ASN1_TIME *notAfter = ASN1_TIME_adj(NULL, now, ctx->days, 0); in OSSL_CMP_CTX_setup_CRM() local 316 || notAfter == NULL in OSSL_CMP_CTX_setup_CRM() 317 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) { in OSSL_CMP_CTX_setup_CRM() 319 ASN1_TIME_free(notAfter); in OSSL_CMP_CTX_setup_CRM()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
D | cmp_msg.c | 313 ASN1_TIME *notAfter = ASN1_TIME_adj(NULL, now, ctx->days, 0); in OSSL_CMP_CTX_setup_CRM() local 316 || notAfter == NULL in OSSL_CMP_CTX_setup_CRM() 317 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) { in OSSL_CMP_CTX_setup_CRM() 319 ASN1_TIME_free(notAfter); in OSSL_CMP_CTX_setup_CRM()
|
/third_party/cups/ |
D | ohos-add-openssl.patch | 91 + *notAfter; // Expiration date 152 + notAfter = ASN1_TIME_new(); 153 + ASN1_TIME_set(notAfter, expiration_date); 154 + X509_set_notAfter(cert, notAfter); 155 + ASN1_TIME_free(notAfter); 1464 +// 'http_get_date()' - Get the notBefore or notAfter date of a certificate. 1469 + int which) // I - 0 for notBefore, 1 for notAfter
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/ |
D | certificate.js | 11 end: leaf.notAfter,
|