]> git.ipfire.org Git - thirdparty/openssl.git/commit
fix(x509.c): Fixed regression of openssl x509 -checkend return values
authorsnowdroppe <stefanrieche@gmail.com>
Sat, 15 Nov 2025 19:58:46 +0000 (19:58 +0000)
committerTomas Mraz <tomas@openssl.org>
Mon, 1 Dec 2025 10:46:49 +0000 (11:46 +0100)
commit679a10110e4e60dbfe8acc87f5c697cebd501876
tree60f2abf699d4d6903b3b7daa3f18f164793e81fb
parent7e50e034b0ca20dc492cfcffb41f974451da8ea9
fix(x509.c): Fixed regression of openssl x509 -checkend return values

Fixes #28928

Also adds functionality to -checkend to account for -multi behaviour.
Man page and unit tests updated accordingly.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29155)
apps/x509.c
doc/man1/openssl-x509.pod.in
test/recipes/25-test_x509.t