CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/18 06:46:07
Modified files:
usr.sbin/rpki-client: parser.c
Log message:
Unify the various X509_verify_cert() calls and the boiler plate code around
it into its own function valid_x509(). Simplifies the code substantially.
This may report a few more errors for .roa and .gbr files but IMO that
special case was a left-over from long time ago.
OK tb@
