diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-11-02 12:43:03 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-11-02 12:43:03 +0000 |
commit | e17f607fbc86892fab7be337c821a84027f605fb (patch) | |
tree | edb189f0266296419ebca13718f32624812cc990 /usr.sbin/rpki-client/rpki-client.8 | |
parent | b931f2967cb6eae6a9015527fc4eb5053f70d6b2 (diff) |
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@
Diffstat (limited to 'usr.sbin/rpki-client/rpki-client.8')
-rw-r--r-- | usr.sbin/rpki-client/rpki-client.8 | 6 |
1 files changed, 4 insertions, 2 deletions
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 <kristaps@bsd.lv> .\" @@ -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 |