CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/08 07:33:49
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
Tigthen cert_parse_ee_cert() and ta_parse()
Require that a cert fed to cert_parse_ee_cert() have an EE cert purpose.
Instead of throwing a warning for BGPsec router certs, check for the TA
purpose in ta_parse() and reject everything else.
ok job
