Searched refs:not_after (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 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 D | req.c | 269 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 D | openssl-x509.pod.in | 58 [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 D | openssl-req.pod.in | 41 [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 D | openssl-ca.pod.in | 35 [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 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 99 milliseconds