Fix UTF-8 issuer printing
authortb <tb@openbsd.org>
Sat, 22 Apr 2023 20:50:26 +0000 (20:50 +0000)
committertb <tb@openbsd.org>
Sat, 22 Apr 2023 20:50:26 +0000 (20:50 +0000)
commit07cb660d0a2f8acefd3816d5394e4d833ca399af
treee234eb6301420b6b6d352e781598b77d3095f7ca
parent68534885df588d7cfe8322bf0cba289cb6284425
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
usr.bin/openssl/apps.c