]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/pkcs12: Not writing the private key file until the import password is verified
authornaaysayer <note11781@gmail.com>
Sat, 2 Mar 2024 09:35:35 +0000 (13:35 +0400)
committerTomas Mraz <tomas@openssl.org>
Tue, 14 May 2024 13:36:33 +0000 (15:36 +0200)
commitf5462572a1873482ce38646cbf00dfc483f02068
tree8db4b846d9e88625443f5cfd68526f657daf9af4
parent125719ba1190d2f3e0587221514ddfb8c5e11ef7
apps/pkcs12: Not writing the private key file until the import password is verified

Fixes #904

CLA: trivial

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23729)
apps/pkcs12.c