summaryrefslogtreecommitdiff
path: root/crypto/provider_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-11/+4
* Refactor: a separate func for provider activation from configDmitry Belyavskiy2021-12-011-65/+75
* Correctly activate the provider in OSSL_PROVIDER_try_loadMatt Caswell2021-11-121-2/+13
* Don't attempt to deactive child providers if we don't need toMatt Caswell2021-11-121-1/+1
* Add return value NULL checks that were missingPauli2021-11-121-4/+5
* Add locking for the provider_conf.cMatt Caswell2021-08-271-36/+53
* When activating providers via config check we've not already activated themMatt Caswell2021-08-271-2/+23
* Ensure any default_properties still apply even in the event of a provider loa...Matt Caswell2021-07-281-1/+15
* Fix a race in ossl_provider_add_to_store()Matt Caswell2021-06-241-3/+3
* make struct provider_info_st a full typeMatt Caswell2021-06-241-2/+2
* Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell2021-06-241-1/+1
* Set use_fallbacks to zero when we add a provider to the storeMatt Caswell2021-06-241-2/+2
* Add a new provider to the store only after we activate itMatt Caswell2021-06-241-1/+4
* Instantiate configuration supplied providers when we need themMatt Caswell2021-06-241-24/+59
* Add NCONF_get0_libctx()Rich Salz2021-06-021-1/+2
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-111-2/+2
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+2
* Store the list of activated providers in the libctxMatt Caswell2021-04-281-13/+37
* Update copyright yearMatt Caswell2021-03-111-1/+1
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-231-1/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-2/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Fix safestack issues in conf.hMatt Caswell2020-09-131-1/+0
* provider_conf: report missing section on errorPauli2020-08-281-0/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-1/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add support for passing the libctx to the config loaderShane Lontis2020-03-201-1/+1
* Load the config file by defaultMatt Caswell2019-08-011-2/+2
* Provider config module: allow providers to already be loadedRichard Levitte2019-07-161-1/+3
* Rename the PROVIDER_CONF trace to CONFRichard Levitte2019-04-051-7/+12
* Replumbing: add a configuration module for providersRichard Levitte2019-04-031-0/+179