CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/18 11:19:47
Modified files:
usr.sbin/rpki-client: parser.c
Log message:
Pass the X509_V_FLAG_CRL_CHECK flag as argument to valid_x509().
For mfts this flag is cleared since the CRL is referenced by the MFT itself.
Also remove some if (crl != NULL) checks since they are not needed.
The functions protected by it are all handling NULL as an input.
OK job@ tb@
