]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix output corruption in req command
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 8 Sep 2023 08:33:24 +0000 (10:33 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 9 Sep 2023 14:44:33 +0000 (16:44 +0200)
commitd2873946dfaff5537ea3d1adf3890e33a3f276ff
tree9361aa662416aceb12bc656de827bd04f510bc03
parentaff99225f946d8f538b5e0cb95fc65d5cd36b99b
Fix output corruption in req command

when used in conjunction with -out and -modulus options.

Fixes #21403

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22026)
apps/req.c
test/recipes/25-test_req.t