bin2bn(): When len==0, just return a zero BIGNUM
[openssl.git] / crypto / provider_core.c
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
2020-10-03 Nicola TuveriFix segfault on missing provider_query_operation()
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-09-02 Todd ShortFix use of OPENSSL_realloc in provider
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-07-24 Richard LevitteCORE: Add upcalls for BIO_gets() and BIO_puts()
2020-07-21 Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-08 Matt CaswellFix OSSL_PROVIDER_get_capabilities()
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
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-06-04 Richard LevitteCORE: make sure activated fallback providers stay activated
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-12 Richard LevitteCORE: Attach the provider context to the provider late
next