From e17f607fbc86892fab7be337c821a84027f605fb Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Wed, 2 Nov 2022 12:43:03 +0000 Subject: 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@ --- usr.sbin/rpki-client/rpki-client.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rpki-client/rpki-client.8') diff --git a/usr.sbin/rpki-client/rpki-client.8 b/usr.sbin/rpki-client/rpki-client.8 index bcb85b2005c..c5d5cd03dbf 100644 --- a/usr.sbin/rpki-client/rpki-client.8 +++ b/usr.sbin/rpki-client/rpki-client.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpki-client.8,v 1.73 2022/09/05 20:08:26 job Exp $ +.\" $OpenBSD: rpki-client.8,v 1.74 2022/11/02 12:43:02 job Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 5 2022 $ +.Dd $Mdocdate: November 2 2022 $ .Dt RPKI-CLIENT 8 .Os .Sh NAME @@ -305,6 +305,8 @@ Resource Public Key Infrastructure (RPKI) Trust Anchor Locator. A profile for Resource Public Key Infrastructure (RPKI) Signed Checklists (RSC). .It draft-ietf-sidrops-aspa-profile-10 A Profile for Autonomous System Provider Authorization (ASPA). +.It draft-ietf-sidrops-signed-tal-12 +RPKI Signed Object for Trust Anchor Key. .El .Sh HISTORY .Nm -- cgit v1.2.3