Fix grammar in certificates.txt
[openssl.git] / crypto / provider_conf.c
2023-12-27 Neil HormanFix remaining provider config settings to be decisive...
2023-12-21 Neil HormanDetect and prevent recursive config parsing
2023-12-21 Neil HormanMake the activate setting more intuitive
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
2022-05-03 Matt CaswellUpdate copyright year
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2021-12-01 Dmitry BelyavskiyRefactor: a separate func for provider activation from...
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-11-12 PauliAdd return value NULL checks that were missing
2021-08-26 Matt CaswellAdd locking for the provider_conf.c
2021-08-26 Matt CaswellWhen activating providers via config check we've not...
2021-07-28 Matt CaswellEnsure any default_properties still apply even in the...
2021-06-24 Matt CaswellFix a race in ossl_provider_add_to_store()
2021-06-24 Matt Caswellmake struct provider_info_st a full type
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 configuration supplied providers when we...
2021-06-02 Rich SalzAdd NCONF_get0_libctx()
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-04-28 Matt CaswellStore the list of activated providers in the libctx
2021-03-11 Matt CaswellUpdate copyright year
2021-02-23 Pauliprovider: add option to load a provider without disabli...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
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-09-13 Matt CaswellFix safestack issues in conf.h
2020-08-28 Pauliprovider_conf: report missing section on error
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-20 Shane LontisAdd support for passing the libctx to the config loader
2019-08-01 Matt CaswellLoad the config file by default
2019-07-16 Richard LevitteProvider config module: allow providers to already...
2019-04-05 Richard LevitteRename the PROVIDER_CONF trace to CONF
2019-04-03 Richard LevitteReplumbing: add a configuration module for providers