summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/Makefile
diff options
context:
space:
mode:
authorJob Snijders <job@cvs.openbsd.org>2022-11-26 12:02:38 +0000
committerJob Snijders <job@cvs.openbsd.org>2022-11-26 12:02:38 +0000
commit4ea2a921404cdda1ff1bad4f43ab63d1285d0dc9 (patch)
tree210c0772e4c9c9829a112f97740091a5379f46a5 /usr.sbin/rpki-client/Makefile
parentd1d229ade7b80ff97c085161ad43e70f187f28bd (diff)
Add support for authenticating geofeed data CSV files in filemode
RFC 9092 describes a scheme in which an authenticator is appended to a geofeed (RFC 8805) file. It is a digest of the main body of the file signed by the private key of the relevant RPKI certificate for a covering address range. The authenticator is a detached CMS signature. with and OK tb@
Diffstat (limited to 'usr.sbin/rpki-client/Makefile')
-rw-r--r--usr.sbin/rpki-client/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/rpki-client/Makefile b/usr.sbin/rpki-client/Makefile
index 37393fbb3f4..052ee49d035 100644
--- a/usr.sbin/rpki-client/Makefile
+++ b/usr.sbin/rpki-client/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.27 2022/11/02 12:43:02 job Exp $
+# $OpenBSD: Makefile,v 1.28 2022/11/26 12:02:36 job Exp $
PROG= rpki-client
-SRCS= as.c aspa.c cert.c cms.c crl.c encoding.c filemode.c gbr.c http.c io.c \
- ip.c log.c main.c mft.c mkdir.c output.c output-bgpd.c output-bird.c \
- output-csv.c output-json.c parser.c print.c repo.c roa.c rrdp.c \
- rrdp_delta.c rrdp_notification.c rrdp_snapshot.c rrdp_util.c \
- rsc.c rsync.c tak.c tal.c validate.c x509.c
+SRCS= as.c aspa.c cert.c cms.c crl.c encoding.c filemode.c gbr.c geofeed.c \
+ http.c io.c ip.c log.c main.c mft.c mkdir.c output.c output-bgpd.c \
+ output-bird.c output-csv.c output-json.c parser.c print.c repo.c \
+ roa.c rrdp.c rrdp_delta.c rrdp_notification.c rrdp_snapshot.c \
+ rrdp_util.c rsc.c rsync.c tak.c tal.c validate.c x509.c
MAN= rpki-client.8
LDADD+= -lexpat -ltls -lssl -lcrypto -lutil