CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/01/19 08:50:31
Modified files: usr.sbin/rpki-client: extern.h main.c parser.c Log message: Implement a filemode where the passed file from the command line is printed in human readable form and is also verified against the valid cache of rpki-client. To validate the file the chain is explored backwards by looking at the Authority Information Access URI and X509v3 CRL Distribution Point of the cert. Once the trust anchor is found this chain can be verified. Feedback and OK job@ tb@