summaryrefslogtreecommitdiffstats
path: root/crypto/provider_conf.c
AgeCommit message (Expand)Author
2023-12-27Fix remaining provider config settings to be decisive in valueNeil Horman
2023-12-21Detect and prevent recursive config parsingNeil Horman
2023-12-21Make the activate setting more intuitiveNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-08-30OSSL_PROVIDER_load_exDmitry Belyavskiy
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2021-12-01Refactor: a separate func for provider activation from configDmitry Belyavskiy
2021-11-12Correctly activate the provider in OSSL_PROVIDER_try_loadMatt Caswell
2021-11-12Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-11-12Add return value NULL checks that were missingPauli
2021-08-27Add locking for the provider_conf.cMatt Caswell
2021-08-27When activating providers via config check we've not already activated themMatt Caswell
2021-07-28Ensure any default_properties still apply even in the event of a provider loa...Matt Caswell
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell
2021-06-24make struct provider_info_st a full typeMatt Caswell
2021-06-24Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24Add a new provider to the store only after we activate itMatt Caswell
2021-06-24Instantiate configuration supplied providers when we need themMatt Caswell
2021-06-02Add NCONF_get0_libctx()Rich Salz
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-04-28Store the list of activated providers in the libctxMatt Caswell
2021-03-11Update copyright yearMatt Caswell
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-08-28provider_conf: report missing section on errorPauli
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2019-08-01Load the config file by defaultMatt Caswell
2019-07-16Provider config module: allow providers to already be loadedRichard Levitte
2019-04-05Rename the PROVIDER_CONF trace to CONFRichard Levitte
2019-04-03Replumbing: add a configuration module for providersRichard Levitte