]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/provider.c
Correct top for EC/DSA nonces if BN_DEBUG is on
[thirdparty/openssl.git] / crypto / provider.c
2023-09-07  Matt CaswellCopyright year updates
2023-08-30  Dmitry BelyavskiyOSSL_PROVIDER_load_ex
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-11-12  Matt CaswellCorrectly activate the provider in OSSL_PROVIDER_try_load
2021-11-12  Matt CaswellDon't attempt to deactive child providers if we don...
2021-06-24  Matt CaswellFix a race in ossl_provider_add_to_store()
2021-06-24  Matt CaswellMove OPENSSL_add_builtin back into provider.c
2021-06-24  Matt CaswellMerge ossl_provider_activate() and ossl_provider_activa...
2021-06-24  Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-24  Matt CaswellAdd a new provider to the store only after we activate it
2021-06-24  Matt CaswellInstantiate user-added builtin providers when we need...
2021-06-24  Matt CaswellInstantiate predefined providers just-in-time
2021-06-01  Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-05-11  Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11  Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-03-11  Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
2021-03-11  Matt CaswellUpdate copyright year
2021-02-24  Pauliprovider: add an unquery function to allow providers...
2021-02-23  Pauliprovider: add option to load a provider without disabli...
2020-12-17  Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
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-19  Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-05  Matt CaswellImplement OSSL_PROVIDER_get0_provider_ctx()
2020-06-05  Matt CaswellEnable applications to directly call a provider's query...
2020-06-04  Matt CaswellUpdate copyright year
2020-05-20  Richard LevitteAdd OSSL_PROVIDER_do_all()
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-23  Richard LevitteAdd OSSL_PROVIDER_name()
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-05-31  Richard LevitteConstify OSSL_PROVIDER getter input parameters
2019-03-11  Richard LevitteReplumbing: New public API to load or add providers