CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/22 14:50:26
Modified files:
usr.bin/openssl: apps.c
Log message:
Fix UTF-8 issuer printing
If no field separator is specified, default to using the comma plus space
separation, unless the compat flag is set.
Fixes an a bug with printing issuers and other things that contain UTF-8
Reported by Jean-Luc Duprat
The very simple fix ix is a joint effort by Henson and Levitte
Fixes libressl/portable issue #845
ok jsing
