CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/21 09:46:01
Modified files:
usr.sbin/rpki-client: filemode.c
Log message:
rpki-client: print unknown cert extensions as a hexdump
Instead of X509_FLAG_COMPAT, pass X509V3_EXT_DUMP_UNKNOWN to
X509_print_ex_fp(). This avoids nasty-looking vomit from
ASN1_STRING_print() and uses BIO_dump_indent(), which was recently
ported to use CBS/CBB.
ok job
