apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified
authorChris Novakovic <chris@chrisn.me.uk>
Thu, 3 Sep 2020 22:42:56 +0000 (23:42 +0100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Fri, 11 Sep 2020 11:32:27 +0000 (14:32 +0300)
commit64713cb10de05c2e3ac63300f4073b11f57287ba
treeb04238b1ae2aa8d38dbce0fb089e36fec0b65a2f
parent0e60ce6334c86d271df5342029639048a635fefa
apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified

When generating a CRL using the "ca" utility, allow values for the
lastUpdate and nextUpdate fields to be specified using the command line
options -crl_lastupdate and -crl_nextupdate respectively.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12784)
CHANGES.md
apps/ca.c
apps/include/apps.h
apps/lib/apps.c
doc/man1/openssl-ca.pod.in
test/recipes/80-test_ca.t
test/recipes/80-test_ca_data/revoked.key [new file with mode: 0644]