]> git.ipfire.org Git - thirdparty/dehydrated.git/commit
implement workaround for openssl regression (fixes #981) master
authorLukas Schauer <lukas@schauer.dev>
Fri, 24 Oct 2025 07:14:05 +0000 (09:14 +0200)
committerLukas Schauer <lukas@schauer.dev>
Fri, 24 Oct 2025 07:22:31 +0000 (09:22 +0200)
commit1dbbc64ce947af000b764e806429e3f87cb3a55e
tree010451db35746ac3eeae5484c3d991fed12545cb
parent12877bb23836f08078ee77e78e39247eb7736789
implement workaround for openssl regression (fixes #981)

The introduction of the `-multi` option to the x509 subcommand
introduced a regression to the `-checkend` behaviour, preventing
openssl to correctly indicate the certificate expiry status via
its exit code.

This commit introduces a (maybe temporary) workaround by instead
checking the output string.
dehydrated