Add Attribute Certificate suport comments to CHANGES and NEWS
[openssl.git] / crypto / initthread.c
2023-10-26 Matthias St. Pierrecrypto/initthread.c: fix misspelled OSSL_provider_init...
2023-09-28 Matt CaswellCopyright year updates
2023-09-27 Matt CaswellFix a mem leak when the FIPS provider is used in a...
2023-09-27 Paulifips: use seed source requested
2022-05-03 Matt CaswellUpdate copyright year
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2021-11-12 Matt CaswellAvoid a race in init_thread_stop()
2021-05-23 Matt CaswellFix a memleak in the FIPS provider
2021-05-23 Paulicore: condition out more in FIPS builds
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-03-14 Matt CaswellConvert a TODO(3.0) in OPENSSL_thread_stop_ex to a...
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-01-28 Richard LevitteUpdate copyright year
2021-01-14 Matt CaswellFix a crash with multi-threaded applications using...
2020-12-03 Pauliremove unused return value assignments
2020-11-02 jwalchPrevent potential UAF in init_thread_deregister()
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-05 Shane LontisFix coverity CID #1454815 - NULL ptr dereference in...
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-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-01-20 Matt CaswellFix init_thread_stop
2019-11-22 PauliThread: Avoid a NULL dereference after failed initialis...
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-07-18 Dr. Matthias St... Fix init_get_thread_local()
2019-07-16 Pauliremove end of line spaces
2019-07-02 Antoine CœurFix Typos
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-17 Matt CaswellStandardise the function naming conventions in initthread.c
2019-06-17 Matt CaswellAdd the function OPENSSL_thread_stop_ex()
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellProvide a version of ossl_init_thread_start that works...
2019-06-17 Matt CaswellSplit thread intialisation and handling out of init.c