CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/05/09 11:02:34
Modified files:
usr.sbin/rpki-client: Makefile extern.h filemode.c mft.c print.c
rpki-client.8
Added files:
usr.sbin/rpki-client: rsc.c
Log message:
Add preliminary support for decoding RSC objects in filemode
This implements decoding support for draft-ietf-sidrops-rpki-rsc-06
There are three major outstanding issues:
* The wire image might still change to conform to the more widely deployed
3779 API in libressl/openssl. IETF discussion ongoing.
* Whether the resources listed in the ResourceBlock are contained within
the EE's RFC 3779 extension is not hooked up yet.
* There is a fair bit of duplicity between rsc.c and cert.c, look for XXX
OK tb@