pem_read_bio_key: Add passphrase caching to avoid asking for password twice
authorTomas Mraz <tomas@openssl.org>
Tue, 29 Jun 2021 14:24:59 +0000 (16:24 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 2 Jul 2021 13:33:34 +0000 (15:33 +0200)
commit66a7c9f34b46edd462d647ae2febe8276bb9b4f7
treedff5f1d161135e8fe7022cf601a60d661dcdf2ed
parentfbbd425336144455f4a976acd7b890352ef7ed38
pem_read_bio_key: Add passphrase caching to avoid asking for password twice

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15949)
crypto/pem/pem_pkey.c