summaryrefslogtreecommitdiffstats
path: root/crypto/provider_core.c
AgeCommit message (Expand)Author
2023-12-04After initializing a provider, check if its output dispatch table is NULLRichard Levitte
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-09-27fips: use seed source requestedPauli
2023-09-07Copyright year updatesMatt Caswell
2023-08-30OSSL_PROVIDER_load_exDmitry Belyavskiy
2023-08-15Remove include/internal/decoder.h, as it's superfluousRichard Levitte
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2023-07-17Optimise PKEY decodersMatt Caswell
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-01provider: update to structure based atomicsPauli
2023-06-02Avoid taking a write lock in ossl_provider_doall_activated()Matt Caswell
2023-05-01provider_core: sort provider stack on findPauli
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2022-12-06Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills
2022-10-25Fix a lock in provider_remove_store_methods()Matt Caswell
2022-10-20Finer grained error records for provider load/init failuresRichard Levitte
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
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-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
2022-05-03Update copyright yearMatt Caswell
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2021-12-17ossl_provider_add_to_store: Avoid use-after-freeTomas Mraz
2021-11-12Hold the flag_lock when calling child callbacksMatt Caswell
2021-11-12Use a write lock during ossl_provider_find()Matt Caswell
2021-11-12Don't bail out during provider deactivation if we don't have storeMatt Caswell
2021-11-12Don't try and do ossl_provider_find in ossl_provider_newMatt Caswell
2021-11-12Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-11-10prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli
2021-10-22Permit no/empty digest in core_obj_add_sigidMichael Baentsch
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