]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix pvk encoder to properly query for the passphrase
authorTomas Mraz <tomas@openssl.org>
Thu, 2 Dec 2021 21:04:21 +0000 (22:04 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 Dec 2021 15:38:03 +0000 (16:38 +0100)
commitbaa88d9d170b95fd6f177b3e5f8d8818e024a55d
tree15409ac507a2527785f4ef593aacfd8e5d2af804
parent3dbf82438004b31258627f324841476c4f586c19
Fix pvk encoder to properly query for the passphrase

The passphrase callback data was not properly initialized.

Fixes #17054

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17181)
crypto/passphrase.c
include/internal/passphrase.h
providers/implementations/encode_decode/encode_key2ms.c