CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/03 08:40:09
Modified files:
usr.sbin/rpki-client: aspa.c cert.c extern.h roa.c rsc.c
validate.c x509.c
Log message:
Introduce x509_any_inherit() for objects which may not have inherit elements
Unify conformance checking of Trust Anchors, ROAs, ASPAs, RSCs - none of which
may have any 'inherit' elements in the RFC 3779 IP/AS Resources extension of
the X509 certificate.
OK tb@
