CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2020/04/10 01:05:24
Modified files: lib/libcrypto/asn1: t_x509.c Log message: When printing the serialNumber, fall back to the colon separated hex bytes in case ASN1_INTEGER_get() failed. This happens more often since asn1/a_int.c -r1.34. Matches OpenSSL behavior. Issue in openssl x509 -text output reported by sthen ok jsing sthen