Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / provider_core.c
5 days ago Neil HormanFix up path generation to use OPENSSL_MODULES
5 days ago Neil Hormanset module path from template
11 days ago Tomas Mrazossl_provider_new(): Fix memory leak on error
12 days ago Oleg Bulatovcrypto/provider_core.c: Allocate activatecnt_lock
2023-12-04 Richard LevitteAfter initializing a provider, check if its output...
2023-10-20 Matthias St. Pierrerand: add callbacks to cleanup the user entropy resp...
2023-09-27 Paulifips: use seed source requested
2023-09-07 Matt CaswellCopyright year updates
2023-08-30 Dmitry BelyavskiyOSSL_PROVIDER_load_ex
2023-08-15 Richard LevitteRemove include/internal/decoder.h, as it's superfluous
2023-08-04 Paulino_autoload: make the no-autoload-config option work...
2023-07-16 Matt CaswellOptimise PKEY decoders
2023-07-04 Paulifix memory allocation and reference counting issues
2023-07-01 Pauliprovider: update to structure based atomics
2023-06-01 Matt CaswellAvoid taking a write lock in ossl_provider_doall_activa...
2023-05-01 Pauliprovider_core: sort provider stack on find
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-12-06 Patrick MillsImplement OSSL_PROVIDER_get0_default_search_path, add...
2022-10-25 Matt CaswellFix a lock in provider_remove_store_methods()
2022-10-20 Richard LevitteFiner grained error records for provider load/init...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-20 PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-17 PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-06-28 Peiwei Hucrypto/provider_core.c: Avoid calling unlock two times
2022-06-24 Tomas MrazAvoid including decoder/encoder/store headers into...
2022-06-02 Matt CaswellDon't call ossl_provider_free() without first setting...
2022-06-02 Matt CaswellFix a memory leak is ossl_provider_doall_activated
2022-05-05 Richard LevitteAdd method store cache flush and method removal to...
2022-05-05 Richard LevitteMake it possible to remove methods by the provider...
2022-05-05 Richard LevitteDon't empty the method store when flushing the query...
2022-05-05 Richard LevitteDrop ossl_provider_clear_all_operation_bits() and all...
2022-05-03 Matt CaswellUpdate copyright year
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2021-12-17 Tomas Mrazossl_provider_add_to_store: Avoid use-after-free
2021-11-12 Matt CaswellHold the flag_lock when calling child callbacks
2021-11-12 Matt CaswellUse a write lock during ossl_provider_find()
2021-11-12 Matt CaswellDon't bail out during provider deactivation if we don...
2021-11-12 Matt CaswellDon't try and do ossl_provider_find in ossl_provider_new
2021-11-12 Matt CaswellDon't attempt to deactive child providers if we don...
2021-11-09 Pauliprov: remove unused field `flag_fallback` and function...
2021-10-22 Michael BaentschPermit no/empty digest in core_obj_add_sigid
2021-08-31 Matt CaswellRefactor provider_core.c to adhere to the locking rules
2021-08-31 Matt CaswellAdd commentary about lock usage in provider_core.c
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 Caswellmake struct provider_info_st a full type
2021-06-24 Matt CaswellDon't skip the current provider in ossl_provider_regist...
2021-06-24 Matt CaswellDon't hold any locks while calling the provider init...
2021-06-24 Matt CaswellOnly associate a provider with a store once it has...
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 CaswellRemove flag_couldbechild
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-24 Matt CaswellInstantiate user-added builtin providers when we need...
2021-06-24 Matt CaswellInstantiate predefined providers just-in-time
2021-06-16 Matt CaswellAdd various OBJ functions as callbacks
2021-06-10 Tomas Mrazossl_provider_set_module_path: Prevent potential UAF
2021-06-02 Paulicrypto: remove TODOs
2021-06-01 Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-05-23 Matt CaswellFix a memleak in the FIPS provider
2021-05-20 Matt CaswellUpdate documentation for global properties mirroring
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-18 Pauliprovider: fix coverity 1484884: uninitialised lock use
2021-05-15 Matt CaswellInit the child providers immediately on creation of...
2021-05-11 Matt CaswellExclude child provider code from the FIPS module
2021-05-11 Matt CaswellDon't convert pre-existing providers into children
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellRegister callbacks with core for child provider creatio...
2021-05-11 Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-11 Matt CaswellOnly load the config file into the default libctx if...
2021-05-07 Pauliprovider: use a read lock when looking for a provider
2021-05-07 Pauliprovider: flush the store cache when providers are...
2021-04-28 Matt CaswellProperly protect access to the provider flag_activated...
2021-04-08 Pauliproperty: check return values from the property locking...
2021-04-07 Sahana PrasadAdds a new lock to read default_path and uses a strdup...
2021-03-18 Matt CaswellEnsure we deregister thread handlers even after a faile...
2021-03-18 Shane LontisAdd ossl_provider symbols
2021-03-16 Tomas Mrazcore_get_libctx: use assert() instead of ossl_assert()
2021-03-16 Tomas Mrazprovider_core: Remove two TODO 3.0
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11 Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
2021-03-11 Paulicore: modify ossl_provider_forall_loaded() to avoid...
2021-03-10 PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2021-03-04 Richard LevitteMake provider provider_init thread safe, and flag check...
2021-03-04 Richard LevitteMake ossl_provider_disable_fallback_loading() thread...
2021-02-24 Pauliprovider: add an unquery function to allow providers...
2021-02-23 Pauliprovider: add option to load a provider without disabli...
2021-02-12 PauliProv: add an option to force provider fetches to not...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-14 Matt CaswellFix an issue in provider_activate_fallbacks()
2021-01-14 Matt CaswellLock the provider operation_bits
2020-12-17 Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-13 Richard Levittecrypto/provider_core.c: fix a couple of faulty ERR_rais...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
next