/freebsd/crypto/openssl/test/ |
H A 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 176 notBefore=Dec 14 00:10:34 2015 GMT 191 notBefore=Dec 14 00:10:34 2015 GMT [all …]
|
H A 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
|
H A D | danetest.pem | 3 notBefore=Dec 13 23:13:08 2015 GMT
|
/freebsd/crypto/openssl/crypto/x509/ |
H A 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);
|
H A D | x509_set.c | 82 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()
|
H A D | x509_r2x.c | 50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509()
|
/freebsd/crypto/openssl/doc/man3/ |
H A 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>.
|
H A 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>
|
H A D | X509_STORE_CTX_get_error.pod | 151 The certificate is not yet valid: the C<notBefore> date is after the 168 format error in certificate's notBefore field> 170 The certificate C<notBefore> field contains an invalid time.
|
H A D | X509_STORE_CTX_set_verify_cb.pod | 174 BIO_printf(bio_err, "notBefore=");
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ca.c | 58 time_t notBefore; member 136 tbs->notBefore = t; in hx509_ca_tbs_set_notBefore() 250 tbs->notBefore = hx509_cert_get_notBefore(cert); in hx509_ca_tbs_set_template() 996 time_t notBefore; in ca_sign() local 1009 notBefore = tbs->notBefore; in ca_sign() 1010 if (notBefore == 0) in ca_sign() 1011 notBefore = time(NULL) - 3600 * 24; in ca_sign() 1116 tbsc->validity.notBefore.element = choice_Time_generalTime; in ca_sign() 1117 tbsc->validity.notBefore.u.generalTime = notBefore; in ca_sign()
|
H A D | crmf.asn1 | 83 notBefore [0] Time OPTIONAL,
|
H A D | cert.c | 1445 return _hx509_Time2time_t(&p->data->tbsCertificate.validity.notBefore); in hx509_cert_get_notBefore() 2221 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore); in hx509_verify_path() 2365 time_t notBefore = in hx509_verify_path() local 2366 _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore); in hx509_verify_path() 2369 notBefore); in hx509_verify_path() 3064 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore); in _hx509_query_match_cert()
|
H A D | print.c | 934 Time2string(&t->validity.notBefore, &str); in hx509_validate_cert()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | x_val.c | 16 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 259 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity() argument 271 vld->notBefore = notBefore; in OSSL_CRMF_MSG_set0_validity()
|
H A D | crmf_local.h | 287 /* 0 */ ASN1_TIME *notBefore; member
|
H A D | crmf_asn.c | 179 ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notBefore, ASN1_TIME, 0),
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 312 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()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crmf.h.in | 136 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
|
H A D | crmf.h | 183 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 253 Prints out the start date of the certificate, that is the notBefore 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 D | openssl-ocsp.pod.in | 278 in an OCSP response. Each certificate status response includes a B<notBefore> 288 B<notBefore> field is checked to see it is not older than I<age> seconds old.
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | rfc2459.asn1 | 191 notBefore Time,
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal.t0 | 702 \ date and time ("na" = notAfter, "nb = notBefore). Returned value: 703 \ -1 current date/time is before the notBefore date
|