Home
last modified time | relevance | path

Searched refs:notBefore (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/openssl/test/
Ddanetest.in56 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 …]
Ddane-cross.in27 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
Ddanetest.pem3 notBefore=Dec 13 23:13:08 2015 GMT
/third_party/openssl/crypto/x509/
Dv3_pku.c30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
Dx509_set.c82 return ossl_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()
Dx509_r2x.c50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_pku.c30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
Dx509_set.c82 return ossl_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()
Dx509_r2x.c50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509()
/third_party/openssl/doc/man3/
DOSSL_CRMF_MSG_set0_validity.pod19 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>.
DX509_get0_notBefore.pod31 X509_get0_notBefore() and X509_get0_notAfter() return the B<notBefore>
41 X509_set1_notBefore() and X509_set1_notAfter() set the B<notBefore>
/third_party/node/test/fixtures/x509-escaping/
Dcreate-certs.js296 notBefore: { type: 'utcTime', value: now }, property
450 notBefore: { type: 'utcTime', value: now }, property
602 notBefore: { type: 'utcTime', value: now }, property
/third_party/openssl/crypto/asn1/
Dx_val.c16 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dx_val.c16 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/x509/
Dcert.js73 get notBefore() { getter in X509Certificate
153 return this.notBefore <= date && date <= this.notAfter;
/third_party/curl/lib/vtls/
Dx509asn1.h58 struct Curl_asn1Element notBefore; member
/third_party/node/deps/openssl/openssl/crypto/crmf/
Dcrmf_lib.c259 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity() argument
271 vld->notBefore = notBefore; in OSSL_CRMF_MSG_set0_validity()
Dcrmf_local.h287 /* 0 */ ASN1_TIME *notBefore; member
/third_party/openssl/crypto/crmf/
Dcrmf_lib.c259 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity() argument
271 vld->notBefore = notBefore; in OSSL_CRMF_MSG_set0_validity()
Dcrmf_local.h287 /* 0 */ ASN1_TIME *notBefore; member
/third_party/node/test/fixtures/0-dns/
Dcreate-cert.js40 { notBefore: { type: 'utcTime', value: now }, property
/third_party/openssl/crypto/cmp/
Dcmp_msg.c312 ASN1_TIME *notBefore = ASN1_TIME_adj(NULL, now, 0, 0); in OSSL_CMP_CTX_setup_CRM() local
315 if (notBefore == NULL in OSSL_CMP_CTX_setup_CRM()
317 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) { in OSSL_CMP_CTX_setup_CRM()
318 ASN1_TIME_free(notBefore); in OSSL_CMP_CTX_setup_CRM()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_msg.c312 ASN1_TIME *notBefore = ASN1_TIME_adj(NULL, now, 0, 0); in OSSL_CMP_CTX_setup_CRM() local
315 if (notBefore == NULL in OSSL_CMP_CTX_setup_CRM()
317 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) { in OSSL_CMP_CTX_setup_CRM()
318 ASN1_TIME_free(notBefore); in OSSL_CMP_CTX_setup_CRM()
/third_party/cups/
Dohos-add-openssl.patch90 + ASN1_TIME *notBefore, // Initial date
147 + notBefore = ASN1_TIME_new();
148 + ASN1_TIME_set(notBefore, curtime);
149 + X509_set_notBefore(cert, notBefore);
150 + ASN1_TIME_free(notBefore);
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/
Dcertificate.js10 start: leaf.notBefore,

123456789