]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/provider_core.c
Update copyright year
[thirdparty/openssl.git] / crypto / provider_core.c
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
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23  Matt CaswellUpdate copyright year
2020-03-30  Nicola TuveriFix off-by-1 bug on provider_activate with custom error...
2020-03-15  Shane LontisAdd RSA sign to the fips provider
2020-03-07  Paulicmdline app: add provider commandline options.
2020-01-21  Richard LevittePROV: Add support for error queue marks and implement...
2020-01-15  Shane LontisAdd FIPS Self test kats for digests
2019-12-14  Rich SalzDeprecate most of debug-memory
2019-11-29  Richard LevittePROV BIO: add a BIO_vprintf() upcall, and a provider...
2019-11-29  Matt CaswellDisable mem leak checking for the self test lock
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-15  Shane LontisAdd fips module integrity check
2019-09-06  Pauliossl_provider_library_context(NULL) returns NULL.
2019-08-18  Shane LontisAdd fips provider code for handling self test data
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
next