openssl/include
Matt Caswell 589fbc18aa Don't try and load the config file while already loading the config file
Calls to the API function EVP_default_properties_enable_fips() will
automatically attempt to load the default config file if it is not
already loaded. Therefore this function should not be called from inside
code to process the config file.

Fixes #16165

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16168)
2021-07-28 10:35:06 +10:00
..
crypto Don't try and load the config file while already loading the config file 2021-07-28 10:35:06 +10:00
internal Fix a race in ossl_provider_add_to_store() 2021-06-24 14:48:15 +01:00
openssl Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcs 2021-07-27 10:34:44 +01:00