CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/05/02 20:52:00
Modified files:
lib/libcrypto/asn1: t_crl.c t_req.c
Log message:
Align CRL and CSR version printing with certs
Only print specified 0-based versions and print them with the 1-based
human interpretation. Use a colon and error check the BIO_printf()
calls. (There's a lot more to clean up in here, but that's for another
day).
Notably, X509_CRL_print_ex() is missing... I guess that's better than
having one with signature and semantics differing from X509_print_ex()
und X509_REQ_print_ex().
ok beck