CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/01 08:11:38
Modified files:
usr.sbin/rpki-client: cert.c cms.c crl.c extern.h print.c
validate.c x509.c
Log message:
Normalize the nid printing
OBJ_nid2* can return NULL if the gloriously consistent objects.txt
database doesn't specify a long or a short name. So try the long name
first, fall back to the short name, and if both fail, use "unknown".
Always include the nid as a decimal.
ok claudio
