Home
last modified time | relevance | path

Searched refs:not_before (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libsecureboot/
H A Dvets.c459 time_t not_before; in verify_time_cb() local
467 not_before = ((not_before_days - X509_DAYS_TO_UTC0) * SECONDS_PER_DAY) + not_before_seconds; in verify_time_cb()
469 if (ve_utc < not_before) in verify_time_cb()
477 gdate(nb_date, sizeof(nb_date), not_before), in verify_time_cb()
/freebsd/contrib/wpa/src/tls/
H A Dx509v3.h60 os_time_t not_before; member
H A Dx509v3.c720 &cert->not_before) < 0) { in x509_parse_validity()
739 (unsigned long) cert->not_before, in x509_parse_validity()
2163 (unsigned long) cert->not_before || in x509_certificate_chain_validate()
2168 now.sec, cert->not_before, cert->not_after); in x509_certificate_chain_validate()
/freebsd/crypto/openssl/apps/
H A Dx509.c344 char *prog, *not_before = NULL, *not_after = NULL; in x509_main() local
442 not_before = opt_arg(); in x509_main()
683 if (preserve_dates && not_before != NULL) { in x509_main()
917 if (!preserve_dates && !set_cert_times(x, not_before, not_after, days, 1)) in x509_main()
H A Dreq.c308 char *not_before = NULL, *not_after = NULL; in req_main() local
472 not_before = opt_arg(); in req_main()
556 if (not_before != NULL) in req_main()
869 if (!set_cert_times(new_x509, not_before, not_after, days, 1)) in req_main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-x509.pod.in57 [B<-not_before> I<date>]
189 B<-not_before> and B<-not_after>.
383 =item B<-not_before> I<date>
416 Cannot be used together with the options B<-days>, B<-not_before> and B<-not_after>.
H A Dopenssl-req.pod.in40 [B<-not_before> I<date>]
339 =item B<-not_before> I<date>
365 Regardless of the option B<-not_before>, the days are always counted from
H A Dopenssl-ca.pod.in33 [B<-not_before> I<date>]
232 =item B<-startdate> I<date>, B<-not_before> I<date>
254 Regardless of the option B<-not_before>, the days are always counted from
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4444 const ASN1_TIME *not_before, *not_after; in crypto_rsa_key_read_public() local
4456 not_before = X509_get0_notBefore(x509); in crypto_rsa_key_read_public()
4458 if (!not_before || !not_after) in crypto_rsa_key_read_public()
4460 res_before = X509_cmp_current_time(not_before); in crypto_rsa_key_read_public()
/freebsd/crypto/openssl/
H A DNEWS.md238 * New options `-not_before` and `-not_after` for explicit setting start and
H A DCHANGES.md826 * Added options `-not_before` and `-not_after` for explicit setting