openssl/crypto/store
Richard Levitte 9f604ca13d STORE: Fix OSSL_STORE_attach() to check |ui_method| before use
ossl_pw_set_ui_method() demands that the passed |ui_method| be
non-NULL, and OSSL_STORE_attach() didn't check it beforehand.

While we're at it, we remove the passphrase caching that's set at the
library level, and trust the implementations to deal with that on
their own as needed.

Fixes #12830

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12831)
2020-09-10 13:39:30 +02:00
..
build.info STORE: Deprecate legacy / ENGINE functions 2020-09-03 17:48:32 +02:00
store_err.c STORE: Distinguish public keys from private keys 2020-08-20 12:37:35 +02:00
store_init.c STORE: Move the built-in 'file:' loader to become an engine module 2020-09-03 17:48:32 +02:00
store_lib.c STORE: Fix OSSL_STORE_attach() to check |ui_method| before use 2020-09-10 13:39:30 +02:00
store_local.h STORE: Deprecate legacy / ENGINE functions 2020-09-03 17:48:32 +02:00
store_meth.c STORE: Add the base functions to support provider based loaders 2020-08-24 10:02:25 +02:00
store_register.c STORE: Change all error recording to use ERR_raise() / ERR_raise_data() 2020-08-24 10:02:26 +02:00
store_result.c STORE: Stop the flood of errors 2020-09-03 17:48:32 +02:00
store_strings.c STORE: Distinguish public keys from private keys 2020-08-20 12:37:35 +02:00