Searched refs:not_before (Results 1 – 7 of 7) sorted by relevance
/openssl/apps/ |
H A D | x509.c | 287 char *prog, *not_before = NULL, *not_after = NULL; in x509_main() local 385 not_before = opt_arg(); in x509_main() 624 if (preserve_dates && not_before != NULL) { in x509_main() 861 if (!preserve_dates && !set_cert_times(x, not_before, not_after, days, 1)) in x509_main()
|
H A D | req.c | 269 char *not_before = NULL, *not_after = NULL; in req_main() local 433 not_before = opt_arg(); in req_main() 517 if (not_before != NULL) in req_main() 832 if (!set_cert_times(new_x509, not_before, not_after, days, 1)) in req_main()
|
/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
|
/openssl/ |
H A D | NEWS.md | 101 * New options `-not_before` and `-not_after` for explicit setting start and
|
H A D | CHANGES.md | 178 * Added options `-not_before` and `-not_after` for explicit setting
|
Completed in 55 milliseconds