Home
last modified time | relevance | path

Searched refs:notAfter (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Ddanetest.in57 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
177 notAfter=Dec 13 00:10:34 2015 GMT
192 notAfter=Dec 13 00:10:34 2015 GMT
[all …]
H A Ddane-cross.in28 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
H A Ddanetest.pem4 notAfter=Apr 15 23:13:08 3015 GMT
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_pku.c31 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);
H A Dx509_set.c89 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()
H A Dx509_r2x.c52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
/freebsd/crypto/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.pod32 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
H A DX509_STORE_CTX_get_error.pod156 The certificate has expired: that is the C<notAfter> date is before the
173 format error in certificate's notAfter field>
175 The certificate C<notAfter> field contains an invalid time.
H A DX509_STORE_CTX_set_verify_cb.pod180 BIO_printf(bio_err, "notAfter=");
/freebsd/crypto/heimdal/lib/hx509/
H A Dca.c59 time_t notAfter; member
157 tbs->notAfter = t; in hx509_ca_tbs_set_notAfter()
252 tbs->notAfter = hx509_cert_get_notAfter(cert); in hx509_ca_tbs_set_template()
997 time_t notAfter; in ca_sign() local
1012 notAfter = tbs->notAfter; in ca_sign()
1013 if (notAfter == 0) in ca_sign()
1014 notAfter = time(NULL) + 3600 * 24 * 365; in ca_sign()
1118 tbsc->validity.notAfter.element = choice_Time_generalTime; in ca_sign()
1119 tbsc->validity.notAfter.u.generalTime = notAfter; in ca_sign()
H A Dcrmf.asn184 notAfter [1] Time OPTIONAL
H A Dcert.c1461 return _hx509_Time2time_t(&p->data->tbsCertificate.validity.notAfter); in hx509_cert_get_notAfter()
2227 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter); in hx509_verify_path()
3067 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter); in _hx509_query_match_cert()
H A Dprint.c937 Time2string(&t->validity.notAfter, &str); in hx509_validate_cert()
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_val.c17 ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c259 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity() argument
272 vld->notAfter = notAfter; in OSSL_CRMF_MSG_set0_validity()
H A Dcrmf_local.h288 /* 1 */ ASN1_TIME *notAfter; member
H A Dcrmf_asn.c180 ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notAfter, ASN1_TIME, 1)
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c313 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()
/freebsd/crypto/openssl/include/openssl/
H A Dcrmf.h.in136 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
H A Dcrmf.h183 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-x509.pod.in257 Prints out the expiry date of the certificate, that is the notAfter date.
382 When signing a certificate, preserve "notBefore" and "notAfter" dates of any
626 Don't print the validity, that is the B<notBefore> and B<notAfter> fields.
H A Dopenssl-ocsp.pod.in279 time and an optional B<notAfter> time. The current time should fall between
286 If the B<notAfter> time is omitted from a response then this means that new
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1192 notAfter Time
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.t0702 \ date and time ("na" = notAfter, "nb = notBefore). Returned value:
705 \ +1 current date/time is after the notAfter range

12