]> git.ipfire.org Git - thirdparty/openssl.git/commit
genpkey: Avoid leaving empty file if encryption passphrase does not match
authorshridhar kalavagunta <coolshrid@hotmail.com>
Thu, 28 Nov 2024 17:30:50 +0000 (11:30 -0600)
committerTomas Mraz <tomas@openssl.org>
Wed, 15 Jan 2025 12:26:41 +0000 (13:26 +0100)
commit21f72fa4c8534e918b5cb1b7612a6682d9932977
tree2d7bbb2c0a0c8937f372dec32e25685e89e9ce56
parentc37f564bb8e25f825ff722642aaf735e8d74abb4
genpkey: Avoid leaving empty file if encryption passphrase does not match

Fixes #25440

Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26081)
apps/genpkey.c
apps/include/apps.h
apps/lib/apps.c