CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/03/19 05:18:38
Modified files:
lib/libcrypto/asn1: a_strex.c
Log message:
Fix traditional SSLeay X509_NAME printing
The gibberish that was there before the rewrite didn't actually skip names
whose SN representation was different start with /O= or /OU= (with one or
two capital letters between '/' and '='), it simply failed to separate
them, resulting in nonsense such as
CN=Microsec e-Szigno Root CA 2009/[email protected]
So ditch the code doing that, simplifying this now internal function
quite a bit.
ok jsing