Fix serial number printing in crl_print() for large serials.
authorclaudio <claudio@openbsd.org>
Thu, 10 Feb 2022 17:33:28 +0000 (17:33 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 10 Feb 2022 17:33:28 +0000 (17:33 +0000)
commit7cdd491f062abed9dba71d7c9c05f6ef8d0987a3
treeb517f279cb68a61ba632d26b951b8a81ed2117f2
parent5b502423fc47d301e4ac163c1ddbcfd552e38e0a
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@
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/mft.c
usr.sbin/rpki-client/print.c
usr.sbin/rpki-client/x509.c