Home
last modified time | relevance | path

Searched refs:not_after (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
388 not_after = opt_arg(); in x509_main()
628 if (preserve_dates && not_after != NULL) { in x509_main()
638 else if (not_after != 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
436 not_after = opt_arg(); in req_main()
519 if (not_after != NULL) in req_main()
830 else if (not_after != 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.in58 [B<-not_after> I<date>]
189 B<-not_before> and B<-not_after>.
393 =item B<-not_after> I<date>
410 If option B<-not_after> is set, the explicit expiry date takes precedence.
416 Cannot be used together with the options B<-days>, B<-not_before> and B<-not_after>.
H A Dopenssl-req.pod.in41 [B<-not_after> I<date>]
348 =item B<-not_after> I<date>
367 When used together with the option B<-not_after>, the explicit expiry
H A Dopenssl-ca.pod.in35 [B<-not_after> I<date>]
240 =item B<-enddate> I<date>, B<-not_after> I<date>
256 When used together with the option B<-not_after>/B<-startdate>, the explicit
/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 99 milliseconds