CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/04/01 07:27:38
Modified files: usr.sbin/rpki-client: cert.c Log message: Move the TA specific checks from cert_parse_inner() to ta_parse() and the regular cert checks from cert_parse_inner() to cert_parse(). OK tb@