CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/21 10:06:52
Modified files:
usr.sbin/rpki-client: parser.c
Log message:
rpki-client: refactor manifest/crl parsing a bit
Now that we always try to load the CRL from both locations, we can deal
with loading the DER directly in proc_parser_mft_pre(), so shuffle the
code around to accomplish that. This should make an upcoming diff by
claudio a bit simpler.
ok claudio
