CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/28 01:28:34
Modified files:
usr.sbin/rpki-client: cert.c extern.h filemode.c
Log message:
rpki-client: rename ta_parse() to ta_validate() and document it
ta_parse() only parses the TAL's SPKI, so it is misnamed. What it really
does is it compares the TA's SPKI to the TAL's SPKI and checks that it is
a curently valid, self-signed cert.
ok claudio
