]> git.ipfire.org Git - thirdparty/openssl.git/commit
STORE: Fix the repeated prompting of passphrase
authorRichard Levitte <levitte@openssl.org>
Wed, 28 Apr 2021 07:50:42 +0000 (09:50 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 30 Apr 2021 14:02:29 +0000 (16:02 +0200)
commitb7f7a15f6ace4e6e25f8222a9996159582983aa8
treecbf9d98311c9b3d78e6aeac42fbbdcc2c42d5610
parentb594a227178ccd812e5bb196bcb59ebc52d538ab
STORE: Fix the repeated prompting of passphrase

OSSL_STORE's loading function could prompt repeatedly for the same
passphrase.  It turns out that OSSL_STORE_load() wasn't caching the
passphrase properly.  Fixed in this change.

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