openssl/openssl

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

开放

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

 (2 条评论) (0 个反应) (0 位负责人)C (11,262 个派生)batch import
help wantedtriaged: feature

仓库指标

星标
 (30,157 个星标)
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

贡献者指南