diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-08-30 18:56:50 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-08-30 18:56:50 +0000 |
commit | 975df0051921999deb5f9ec410f0c48df8270c15 (patch) | |
tree | b7abb2c9c6cd453d07661cc69182b1d73bec21e0 /usr.sbin/rpki-client/rpki-client.8 | |
parent | 52e475daa87fd022cbb6bd58c7331e04fccef8f1 (diff) |
Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)
ASPA objects are published in the RPKI and can be used to detect and
mitigate BGP route leaks. Validated ASPA Payloads are visible through
filemode (-f) and the JSON output format (-j).
With feedback from tb@
OK claudio@ 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 57fdcbb6f07..59dc93080c1 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.70 2022/08/25 18:12:05 job Exp $ +.\" $OpenBSD: rpki-client.8,v 1.71 2022/08/30 18:56:49 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: August 25 2022 $ +.Dd $Mdocdate: August 30 2022 $ .Dt RPKI-CLIENT 8 .Os .Sh NAME @@ -301,6 +301,8 @@ Certification Requests. Resource Public Key Infrastructure (RPKI) Trust Anchor Locator. .It draft-ietf-sidrops-rpki-rsc-08 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). .El .Sh HISTORY .Nm |