CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/27 03:29:41
Modified files: lib/libcrypto/asn1: t_x509.c Log message: X509_NAME_print(): remove no longer useful length check This was needed to avoid truncation on BIO_write(). With the switch to BIO_printf() in the previous commit this is no longer needed.