CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/12 02:45:34
Modified files:
usr.sbin/rpki-client: cert.c extern.h x509.c
Log message:
Generalize sbgp_sia_location() to x509_location()
AIA and CRL URIs can reuse the code in sbgp_sia_location and thus get the
same checks as the SIA locations. This eliminates some more duplication
and makes the checks more stringent in that embedded NULs and "./" are no
longer allowed.
ok claudio
