CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/02/10 10:33:28
Modified files: usr.sbin/rpki-client: extern.h mft.c print.c x509.c Log message: Fix serial number printing in crl_print() for large serials. Create a common x509_convert_seqnum() function to convert the various ASN1_INTEGERs into hexnumbers and use this for mft and crl handling. With and OK tb@, also OK job@