diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2020-12-09 11:29:05 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2020-12-09 11:29:05 +0000 |
commit | 326d9ca56c756a29e19fe4a8ed3ce48ab5660b09 (patch) | |
tree | bf73d735d83c9deb95488355b9cc0ad69e4505e5 /usr.sbin/rpki-client/Makefile | |
parent | dcb3fadfbd8947301edec86cdc040d5f0adfa73a (diff) |
Validate ghostbuster records (RFC 6493) but for now do nothing with the
provided vcard payload. This change verifies the certificate of the .gbr
file and makes sure it is valid (like we do for e.g. .roa files).
OK job@
Diffstat (limited to 'usr.sbin/rpki-client/Makefile')
-rw-r--r-- | usr.sbin/rpki-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/Makefile b/usr.sbin/rpki-client/Makefile index 2065b598963..ba83ccaa3c9 100644 --- a/usr.sbin/rpki-client/Makefile +++ b/usr.sbin/rpki-client/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.14 2019/12/04 12:40:17 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2020/12/09 11:29:04 claudio Exp $ PROG= rpki-client -SRCS= as.c cert.c cms.c crl.c io.c ip.c log.c main.c mft.c output.c \ +SRCS= as.c cert.c cms.c crl.c gbr.c io.c ip.c log.c main.c mft.c output.c \ output-bgpd.c output-bird.c output-csv.c output-json.c \ roa.c rsync.c tal.c validate.c x509.c MAN= rpki-client.8 |