CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/03 09:21:37
Modified files:
usr.sbin/rpki-client: cert.c extern.h filemode.c
Log message:
rpki-client: rename cert_parse() into cert_parse_filemode()
Now that we added more specialized parsing functions, cert_parse() should
only be used in filemode. Make this more explicit by adjusting its name.
Keep the magic der == NUL check for now for consistency with the other API
parsing a cert from its DER.
ok claudio
