]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Separate rsync fallbacks from RRDP fallbacks
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 13 Nov 2024 22:25:19 +0000 (16:25 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 13 Nov 2024 22:25:19 +0000 (16:25 -0600)
commitc72177ada4b8ecdad26583fba0a04f3246c0d440
treec52d5f9144e8fbe082939b58bd3c398cd46c6674
parent666f49a3326e728caa06d1c8f4af0826df25a95e
Separate rsync fallbacks from RRDP fallbacks

Both used to be indexed by caRepository, inducing possible collision.
RRDP fallbacks are now indexed by rkiNotify+caRepository, ensuring
they're caged separately.
src/cache.c
src/cache.h
src/object/certificate.c
src/rrdp.c
src/rrdp.h
test/cache_test.c
test/rrdp_update_test.c