Searched refs:not_before (Results 1 – 11 of 11) sorted by relevance
| /freebsd/lib/libsecureboot/ |
| H A D | vets.c | 459 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 D | x509v3.h | 60 os_time_t not_before; member
|
| H A D | x509v3.c | 720 &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 D | x509.c | 344 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 D | req.c | 308 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 D | openssl-x509.pod.in | 57 [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 D | openssl-req.pod.in | 40 [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 D | openssl-ca.pod.in | 33 [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 D | crypto_openssl.c | 4444 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 D | NEWS.md | 238 * New options `-not_before` and `-not_after` for explicit setting start and
|
| H A D | CHANGES.md | 826 * Added options `-not_before` and `-not_after` for explicit setting
|