UTF-8 chars in cert_caIssuers are broken in JSON output; i.e. for CA name
JSON output contains
},{
"id" : "clientAuth_CA_list",
"severity" : "INFO",
"finding" : "CN=Test,O=Pawe\C5\82,C=PL"
},{
but should contain ł instead of \C5\82.
Removing -nameopt RFC2253 resolves this issue for us (testssl installed in Debian 13 from testssl.sh package).