provider: disable fall-backs if OSSL_PROVIDER_load() fails.
[openssl.git] / include / internal / provider.h
2020-08-14 Pauliprovider: disable fall-backs if OSSL_PROVIDER_load...
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-19 Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-05 Matt CaswellImplement OSSL_PROVIDER_get0_provider_ctx()
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-04-23 Matt CaswellUpdate copyright year
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-01 Matt CaswellLoad the config file by default
2019-07-26 Richard LevitteAdd functions to see if a provider is available for...
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-02 Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-05-31 Richard LevitteConstify OSSL_PROVIDER getter input parameters
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-03 Richard LevitteReplumbing: add a configuration module for providers
2019-04-03 Richard LevitteReplumbing: add functionality to set provider parameters
2019-03-19 Richard LevitteReplumbing: add fallback provider capability
2019-03-12 Richard LevitteReplumbing: Add support for the provider query_operatio...
2019-03-12 Richard LevitteReplumbing: Add an OSSL_PROVIDER iterator with callback
2019-03-11 Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER