]> git.ipfire.org Git - thirdparty/openssl.git/commit
ASN.1: Raise additional errors in crl_set_issuers()
authorDaniel Kubec <kubec@openssl.org>
Sat, 24 Jan 2026 19:50:42 +0000 (20:50 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 3 Feb 2026 09:01:47 +0000 (10:01 +0100)
commitdc01d6cfa1211a2ca9ff793e4381c9ad268ec996
tree8f5b9ecaf1e5a9e8f38e0efc99d9fb1f10af9dd9
parent24b51ab61c39a71343cf81de057354dc6406ab0d
ASN.1: Raise additional errors in crl_set_issuers()

Additional ASN.1 parsing errors are now raised to the error stack,
allowing invalid CRLs to be rejected early with detailed error messages.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Tue Feb  3 09:02:15 2026
(Merged from https://github.com/openssl/openssl/pull/29750)
crypto/x509/x_crl.c
test/crltest.c
test/errtest.c
test/testutil.h
test/testutil/load.c
test/testutil/tests.c
test/x509_internal_test.c