CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/11/26 05:02:37
Modified files:
usr.sbin/rpki-client: Makefile cms.c extern.h filemode.c mft.c
print.c rpki-client.8 validate.c x509.c
Added files:
usr.sbin/rpki-client: geofeed.c
Log message:
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@