Implement some code to print crls with -f.
authorclaudio <claudio@openbsd.org>
Thu, 10 Feb 2022 15:33:47 +0000 (15:33 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 10 Feb 2022 15:33:47 +0000 (15:33 +0000)
commit220c707c546f15d12bd824192a3a93c5d17b88f6
tree94b8b4ff1c5d94cce8fa966935b73208fbd5be34
parent67c62ab6c696ea492e2932404757cada0287e5dc
Implement some code to print crls with -f.
For this introduce x509_get_time() that converts a ASN1_TIME to time_t.
Also move time2str() to print.c where it makes more sense.
This needs more work but that will happen in tree.
OK tb@
usr.sbin/rpki-client/crl.c
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/parser.c
usr.sbin/rpki-client/print.c
usr.sbin/rpki-client/roa.c
usr.sbin/rpki-client/x509.c