Home
last modified time | relevance | path

Searched refs:preserve_dates (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/
H A Dx509.c302 int preserve_dates = 0; in x509_main() local
607 preserve_dates = 1; in x509_main()
624 if (preserve_dates && not_before != NULL) { in x509_main()
628 if (preserve_dates && not_after != NULL) { in x509_main()
632 if (preserve_dates && days != UNSET_DAYS) { in x509_main()
761 if (preserve_dates) in x509_main()
764 preserve_dates = 0; in x509_main()
861 if (!preserve_dates && !set_cert_times(x, not_before, not_after, days, 1)) in x509_main()
/openssl/doc/man1/
H A Dopenssl-x509.pod.in60 [B<-preserve_dates>]
185 Unless the B<-preserve_dates> option is supplied,
391 Cannot be used together with the B<-preserve_dates> option.
401 Cannot be used together with the B<-preserve_dates> option.
409 Cannot be used together with the option B<-preserve_dates>.
412 =item B<-preserve_dates>

Completed in 9 milliseconds