summaryrefslogtreecommitdiffstats
path: root/crypto/provider_core.c
AgeCommit message (Expand)Author
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-10-03fips: use seed source requestedPauli
2023-09-19Copyright year updatesRichard Levitte
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-11-09prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli
2022-10-25Finer grained error records for provider load/init failuresRichard Levitte
2022-10-25Fix a lock in provider_remove_store_methods()Matt Caswell
2022-07-20Coverity 1503321 & 1503327: dereference after null checkPauli
2022-07-17Coverity 1503321 & 1503327: dereference after null checkPauli
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-06-28crypto/provider_core.c: Avoid calling unlock two timesPeiwei Hu
2022-06-24Avoid including decoder/encoder/store headers into fips moduleTomas Mraz
2022-06-21Update copyright yearMatt Caswell
2022-06-02Don't call ossl_provider_free() without first setting refcntMatt Caswell
2022-06-02Fix a memory leak is ossl_provider_doall_activatedMatt Caswell
2022-05-05Add method store cache flush and method removal to non-EVP operationsRichard Levitte
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte
2021-12-24permitting no/empty digest in core_obj_add_sigid for openssl-3.0Michael Baentsch
2021-12-17ossl_provider_add_to_store: Avoid use-after-freeTomas Mraz
2021-11-15Hold the flag_lock when calling child callbacksMatt Caswell
2021-11-15Use a write lock during ossl_provider_find()Matt Caswell
2021-11-15Don't bail out during provider deactivation if we don't have storeMatt Caswell
2021-11-15Don't try and do ossl_provider_find in ossl_provider_newMatt Caswell
2021-11-15Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-08-31Refactor provider_core.c to adhere to the locking rulesMatt Caswell
2021-08-31Add commentary about lock usage in provider_core.cMatt Caswell
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell
2021-06-24Move OPENSSL_add_builtin back into provider.cMatt Caswell
2021-06-24make struct provider_info_st a full typeMatt Caswell
2021-06-24Don't skip the current provider in ossl_provider_register_child_cbMatt Caswell
2021-06-24Don't hold any locks while calling the provider init functionMatt Caswell
2021-06-24Only associate a provider with a store once it has been added to itMatt 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-24Remove flag_couldbechildMatt 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-24Instantiate user-added builtin providers when we need themMatt Caswell
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell
2021-06-16Add various OBJ functions as callbacksMatt Caswell
2021-06-11ossl_provider_set_module_path: Prevent potential UAFTomas Mraz
2021-06-02crypto: remove TODOsPauli
2021-06-01Rename also the OSSL_PROVIDER_name() functionTomas Mraz
2021-05-24Fix a memleak in the FIPS providerMatt Caswell
2021-05-20Update documentation for global properties mirroringMatt Caswell
2021-05-20Add a callback for providers to know about global properties changesMatt Caswell
2021-05-18provider: fix coverity 1484884: uninitialised lock usePauli