CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/11/02 06:43:02
Modified files:
usr.sbin/rpki-client: Makefile extern.h filemode.c main.c mft.c
output-json.c parser.c print.c
rpki-client.8 rsync.c x509.c
Added files:
usr.sbin/rpki-client: tak.c
Log message:
Add support for draft-ietf-sidrops-signed-tal-12
Add support validation of Signed Objects containing Trust Anchor Keys
(TAKs - aka 'Signed TALs'). Signed TALs provide a mechanism for RIRs
to distribute and sign the next Trust Anchor with the current Trust
Anchor. This might be an improvement over visiting RIR websites and
copy+pasting TAL data by hand.
OK tb@