Rework the repository handling. Split the handling of trust anchors into
authorclaudio <claudio@openbsd.org>
Tue, 16 Feb 2021 08:52:00 +0000 (08:52 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 16 Feb 2021 08:52:00 +0000 (08:52 +0000)
commit402543e65506e01812240db8c3010392e2495574
tree1c4268c2286b32abd9c8f205520f96867736c09e
parent69d2b5abe04505748a2109c921ec9c4c760aa419
Rework the repository handling. Split the handling of trust anchors into
ta_lookup() while regular repositories (to fetch .mft files) are handled
by repo_lookup(). Also the cache directory layout changed; moving the
trust anchors to ./ta/{tal basename}/ the other repositories end up in
./rsync/
OK tb@
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/rsync.c