Home
last modified time | relevance | path

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

/openssl/apps/
H A Dx509.c287 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 Dreq.c269 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 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
/openssl/
H A DNEWS.md101 * New options `-not_before` and `-not_after` for explicit setting start and
H A DCHANGES.md178 * Added options `-not_before` and `-not_after` for explicit setting

Completed in 72 milliseconds