Prov: add an option to force provider fetches to not be cached.
authorPauli <ppzgs1@gmail.com>
Mon, 8 Feb 2021 01:03:01 +0000 (11:03 +1000)
committerPauli <ppzgs1@gmail.com>
Fri, 12 Feb 2021 02:28:55 +0000 (12:28 +1000)
commit7dce37e2ec3d580eccce65c32f8d60dea600a28a
tree4691397be7030fde07088a3ac9fa6c211217e4ec
parent499f2ae9e989015b75c5a3895994f26bc0a7334a
Prov: add an option to force provider fetches to not be cached.

If the macro OSSL_FORCE_NO_CACHE_FETCH is defined, no provider will have its
fetches cached.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14126)
crypto/provider_core.c