openssl/openssl

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

Open

#27,207 创建于 2025年3月31日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C (11,262 fork)batch import
help wantedtriaged: feature

仓库指标

Star
 (30,157 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南