openssl/openssl

OpenSSL cannot correctly parse the authorityCertIssuer field containing the characters Ö and ü.

Open

#27 207 ouverte le 31 mars 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C (11 262 forks)batch import
help wantedtriaged: feature

Métriques du dépôt

Stars
 (30 157 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Version: OpenSSL 3.4.1 11 Feb 2025 (Library: OpenSSL 3.4.1 11 Feb 2025)

Hello, developer. I have a CRL file, and its authorityCertIssuer field contains the characters Ö and ü. When I parse this file using OpenSSL, it only displays the UTF8String encoding of these characters. Is this a bug?

Command: openssl crl -in crl_ü.der -inform DER -text -noout

Test Case:

crl_ü.zip

Guide contributeur