Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 openssl#12830 Reviewed-by: Tim Hudson <[email protected]> (Merged from openssl#12831)
- Loading branch information