Add support for draft-ietf-sidrops-signed-tal-12
authorjob <job@openbsd.org>
Wed, 2 Nov 2022 12:43:02 +0000 (12:43 +0000)
committerjob <job@openbsd.org>
Wed, 2 Nov 2022 12:43:02 +0000 (12:43 +0000)
commitee2a33daaeea41bd3caa3faa3d08e73f5cec094a
treef44bc57488aaf33bb13ea56b237b5d7609728061
parentd8c9362364cf5488fa2dd7d5028e96f0f2707863
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@
12 files changed:
usr.sbin/rpki-client/Makefile
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/filemode.c
usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/mft.c
usr.sbin/rpki-client/output-json.c
usr.sbin/rpki-client/parser.c
usr.sbin/rpki-client/print.c
usr.sbin/rpki-client/rpki-client.8
usr.sbin/rpki-client/rsync.c
usr.sbin/rpki-client/tak.c [new file with mode: 0644]
usr.sbin/rpki-client/x509.c