Skip to content

[BUG / possible BUG] Invalid JSON in cert_caIssuers #3003

@pboguslawski

Description

@pboguslawski

UTF-8 chars in cert_caIssuers are broken in JSON output; i.e. for CA name

C=PL, O=Paweł, CN=Test

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions