Check all possible storage areas for a matching CRL
authorjob <job@openbsd.org>
Tue, 21 Feb 2023 11:13:05 +0000 (11:13 +0000)
committerjob <job@openbsd.org>
Tue, 21 Feb 2023 11:13:05 +0000 (11:13 +0000)
commit061a04ee8b274d3b6fe1f5a87472164c4731ac4f
tree797cbf53300a1e7326b993d763ad6ce1b5773509
parent797cceee728f53256e7696af4456493737a92932
Check all possible storage areas for a matching CRL

This change makes proc_parser_mft_pre() -> parse_load_crl_from_mft()
search in both DIR_TEMP and DIR_VALID for a CRL with a matching SHA256
hash, increasing our chances of constructing a full publication point.

With and OK tb@ claudio@
usr.sbin/rpki-client/parser.c