CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/03 11:07:08
Modified files:
usr.sbin/rpki-client: aspa.c extern.h mft.c roa.c rsc.c spl.c
tak.c
Log message:
rpki-client: add OID getter to struct signed_obj
This simply returns the OID ASN1_OBJECT created by x509_init_oid()
appropriate for each signed object. We need this for CMS validation.
Since these aren't runtime constants, they can't hang directly off
the static structs.
ok claudio
