CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/22 22:59:35
Modified files:
usr.sbin/rpki-client: extern.h parser.c validate.c
Log message:
Simplify valid_cert() and valid_roa() by passing in struct auth instead
of looking it up again. For this valid_roa() needs to be moved up in
proc_parser_roa() also move out the assignment of the TAL id. Not the
right thing to alter an object in a validation function.
OK tb@
