summaryrefslogtreecommitdiffstats
path: root/include/internal/provider.h
AgeCommit message (Expand)Author
2022-06-21Update copyright yearMatt Caswell
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte
2021-11-15Stop receiving child callbacks in a child libctx when appropriateMatt Caswell
2021-11-15Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-06-24Fix a race in ossl_provider_add_to_store()Matt 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 predefined providers just-in-timeMatt Caswell
2021-05-20Add a callback for providers to know about global properties changesMatt Caswell
2021-05-15Init the child providers immediately on creation of the child libctxMatt Caswell
2021-05-11Don't convert pre-existing providers into childrenMatt Caswell
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-07provider: flush the store cache when providers are loaded/unloaded.Pauli
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli
2021-02-18Update copyright yearMatt Caswell
2021-02-10include/internal: add a few missing #pragma once directivesFdaSilvaYY
2020-12-17CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-08-14provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell
2020-06-05Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-01Load the config file by defaultMatt Caswell
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte
2019-07-02ossl_provider_upref to ossl_provider_up_refRichard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-05-31Constify OSSL_PROVIDER getter input parametersRichard Levitte
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-03Replumbing: add a configuration module for providersRichard Levitte
2019-04-03Replumbing: add functionality to set provider parametersRichard Levitte
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte
2019-03-12Replumbing: Add support for the provider query_operation functionRichard Levitte
2019-03-12Replumbing: Add an OSSL_PROVIDER iterator with callbackRichard Levitte
2019-03-11Replumbing: Add the Provider Object, type OSSL_PROVIDERRichard Levitte