openssl/openssl

The handling of the CRL Number field by OpenSSL

Open

#27,085 opened on Mar 18, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C (11,262 forks)batch import
branch: masterhelp wantedtriaged: feature

Repository metrics

Stars
 (30,157 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Describtion: Hello Developer, I have a CRL file with a CRL Number value of -36. According to RFC5280, the CRL Number value should be a non-negative integer, but OpenSSL successfully printed this CRL without any errors.

Command: openssl crl -inform DER -in crl_file_test_.der -text

Test case:

crl_file_test_.zip

Contributor guide