CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/04/21 06:59:03
Modified files: usr.sbin/rpki-client: cert.c extern.h filemode.c parser.c Log message: Further refactor and cleanup filemode.c mainly remove the copies of proc_parser_cert_validate() and proc_parser_root_cert() adjust parse_load_certchain() and parse_load_ta() respectivly. Also cleanup the functions in parser.c and make it possible to call ta_parse and cert_parse with a NULL cert. OK tb@