CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/02/10 08:33:47
Modified files: usr.sbin/rpki-client: crl.c extern.h parser.c print.c roa.c x509.c Log message: 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@