aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/provider_core.c
Commit message (Expand)AuthorAgeFilesLines
* ossl_provider_add_to_store: Avoid use-after-freeTomas Mraz2021-12-171-1/+4
* Hold the flag_lock when calling child callbacksMatt Caswell2021-11-121-14/+11
* Use a write lock during ossl_provider_find()Matt Caswell2021-11-121-1/+5
* Don't bail out during provider deactivation if we don't have storeMatt Caswell2021-11-121-6/+13
* Don't try and do ossl_provider_find in ossl_provider_newMatt Caswell2021-11-121-8/+5
* Don't attempt to deactive child providers if we don't need toMatt Caswell2021-11-121-12/+19
* prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli2021-11-101-12/+1
* Permit no/empty digest in core_obj_add_sigidMichael Baentsch2021-10-221-3/+6
* Refactor provider_core.c to adhere to the locking rulesMatt Caswell2021-08-311-54/+102
* Add commentary about lock usage in provider_core.cMatt Caswell2021-08-311-0/+83
* Fix a race in ossl_provider_add_to_store()Matt Caswell2021-06-241-17/+53
* Move OPENSSL_add_builtin back into provider.cMatt Caswell2021-06-241-23/+0
* make struct provider_info_st a full typeMatt Caswell2021-06-241-9/+9
* Don't skip the current provider in ossl_provider_register_child_cbMatt Caswell2021-06-241-7/+1
* Don't hold any locks while calling the provider init functionMatt Caswell2021-06-241-55/+59
* Only associate a provider with a store once it has been added to itMatt Caswell2021-06-241-4/+7
* Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell2021-06-241-35/+10
* Set use_fallbacks to zero when we add a provider to the storeMatt Caswell2021-06-241-17/+8
* Remove flag_couldbechildMatt Caswell2021-06-241-22/+8
* Add a new provider to the store only after we activate itMatt Caswell2021-06-241-16/+25
* Instantiate configuration supplied providers when we need themMatt Caswell2021-06-241-37/+99
* Instantiate user-added builtin providers when we need themMatt Caswell2021-06-241-3/+81
* Instantiate predefined providers just-in-timeMatt Caswell2021-06-241-64/+70
* Add various OBJ functions as callbacksMatt Caswell2021-06-161-0/+37
* ossl_provider_set_module_path: Prevent potential UAFTomas Mraz2021-06-111-0/+1
* crypto: remove TODOsPauli2021-06-021-2/+0
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-011-1/+1
* Fix a memleak in the FIPS providerMatt Caswell2021-05-241-2/+3
* Update documentation for global properties mirroringMatt Caswell2021-05-201-4/+4
* Add a callback for providers to know about global properties changesMatt Caswell2021-05-201-0/+36
* provider: fix coverity 1484884: uninitialised lock usePauli2021-05-181-1/+1
* Init the child providers immediately on creation of the child libctxMatt Caswell2021-05-151-6/+0
* Exclude child provider code from the FIPS moduleMatt Caswell2021-05-111-19/+49
* Don't convert pre-existing providers into childrenMatt Caswell2021-05-111-7/+54
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-111-11/+99
* Register callbacks with core for child provider creation/deletionMatt Caswell2021-05-111-19/+177
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-111-6/+40
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* Only load the config file into the default libctx if necessaryMatt Caswell2021-05-111-2/+3
* provider: use a read lock when looking for a providerPauli2021-05-071-1/+1
* provider: flush the store cache when providers are loaded/unloaded.Pauli2021-05-071-15/+78
* Properly protect access to the provider flag_activated fieldMatt Caswell2021-04-281-41/+69
* property: check return values from the property locking calls.Pauli2021-04-081-1/+1
* Adds a new lock to read default_path and uses a strdup() on default_path befo...Sahana Prasad2021-04-071-5/+20
* Ensure we deregister thread handlers even after a failed initMatt Caswell2021-03-181-7/+6
* Add ossl_provider symbolsShane Lontis2021-03-181-1/+1
* core_get_libctx: use assert() instead of ossl_assert()Tomas Mraz2021-03-161-1/+2
* provider_core: Remove two TODO 3.0Tomas Mraz2021-03-161-4/+10
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-12/+26
* rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli2021-03-121-4/+4