Home
last modified time | relevance | path

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

/openssl/test/
H A 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
176 notBefore=Dec 14 00:10:34 2015 GMT
191 notBefore=Dec 14 00:10:34 2015 GMT
[all …]
H A 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
H A Ddanetest.pem3 notBefore=Dec 13 23:13:08 2015 GMT
/openssl/crypto/x509/
H A Dv3_pku.c30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
H A Dx509_set.c94 &x->cert_info.validity.notBefore, tm); in X509_set1_notBefore()
134 return x->cert_info.validity.notBefore; in X509_get0_notBefore()
144 return x->cert_info.validity.notBefore; in X509_getm_notBefore()
H A Dx509_r2x.c50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509()
H A Dx509aset.c171 return replace_gentime(&x->acinfo->validityPeriod.notBefore, time); in X509_ACERT_set1_notBefore()
H A Dx509_acert.c182 return x->acinfo->validityPeriod.notBefore; in X509_ACERT_get0_notBefore()
/openssl/doc/man3/
H A 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>.
H A DX509_get0_notBefore.pod39 X509_get0_notBefore() and X509_get0_notAfter() return the B<notBefore>
49 X509_set1_notBefore() and X509_set1_notAfter() set the B<notBefore>
55 the B<notBefore> and B<notAfter> fields of certificate B<x> respectively.
59 X509_ACERT_set1_notBefore() and X509_ACERT_set1_notAfter() set the B<notBefore>
H A DX509_STORE_CTX_get_error.pod153 The certificate is not yet valid: the C<notBefore> date is after the
170 format error in certificate's notBefore field>
172 The certificate C<notBefore> field contains an invalid time.
H A DX509_STORE_CTX_set_verify_cb.pod194 BIO_printf(bio_err, "notBefore=");
/openssl/crypto/asn1/
H A Dx_val.c16 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
/openssl/crypto/crmf/
H A Dcrmf_local.h288 /* 0 */ ASN1_TIME *notBefore; member
H A Dcrmf_lib.c257 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity() argument
269 vld->notBefore = notBefore; in OSSL_CRMF_MSG_set0_validity()
H A Dcrmf_asn.c173 ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notBefore, ASN1_TIME, 0),
/openssl/crypto/cmp/
H A Dcmp_msg.c311 ASN1_TIME *notBefore = ASN1_TIME_adj(NULL, now, 0, 0); in OSSL_CMP_CTX_setup_CRM() local
314 if (notBefore == NULL in OSSL_CMP_CTX_setup_CRM()
316 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) { in OSSL_CMP_CTX_setup_CRM()
317 ASN1_TIME_free(notBefore); in OSSL_CMP_CTX_setup_CRM()
/openssl/include/openssl/
H A Dcrmf.h.in143 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
H A Dx509v3.h.in135 ASN1_GENERALIZEDTIME *notBefore; member
H A Dx509.h.in97 ASN1_TIME *notBefore; member
/openssl/doc/man1/
H A Dopenssl-x509.pod.in262 Prints out the start date of the certificate, that is the notBefore date.
414 When signing a certificate, preserve "notBefore" and "notAfter" dates of any
675 Don't print the validity, that is the B<notBefore> and B<notAfter> fields.
H A Dopenssl-ocsp.pod.in288 in an OCSP response. Each certificate status response includes a B<notBefore>
298 B<notBefore> field is checked to see it is not older than I<age> seconds old.
H A Dopenssl-verification-options.pod172 the validity period as specified by the C<notBefore> and C<notAfter> fields

Completed in 40 milliseconds