]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Fix caIssuers validation for TA children
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 29 Sep 2025 23:50:53 +0000 (17:50 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 29 Sep 2025 23:50:53 +0000 (17:50 -0600)
commit0924f3dccb9debf1212267e302bb032a69a9af47
tree2928346f345de0d3825eaf89918c7a804e3ebdf4
parenta414468d00d0a3be4b6bd8ae902a325336622f6a
Fix caIssuers validation for TA children

It was comparing the caIssuers URI to the parent's URL.
The problem was that caIssuers is always an rsync URI, and the TA is the only
file that can be downloaded directly via HTTP (using an HTTP URL).

It's one of those rare situations in which URI != URL.
src/object/certificate.c