CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/27 01:27:15
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
rpki-client: split ta_check_validity() out of ta_parse()
The check that a TA is currently valid is only done here right now. It
should probably be done in cert_check_validity_period() instead. This is
left for a later diff.
ok claudio job
