summaryrefslogtreecommitdiffstats
path: root/crypto/initthread.c
AgeCommit message (Expand)Author
2023-10-26crypto/initthread.c: fix misspelled OSSL_provider_init() in commentMatthias St. Pierre
2023-09-28Copyright year updatesMatt Caswell
2023-09-27Fix a mem leak when the FIPS provider is used in a different threadMatt Caswell
2023-09-27fips: use seed source requestedPauli
2022-05-03Update copyright yearMatt Caswell
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2021-11-12Avoid a race in init_thread_stop()Matt Caswell
2021-05-24Fix a memleak in the FIPS providerMatt Caswell
2021-05-24core: condition out more in FIPS buildsPauli
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-03-14Convert a TODO(3.0) in OPENSSL_thread_stop_ex to a commentMatt Caswell
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-01-28Update copyright yearRichard Levitte
2021-01-14Fix a crash with multi-threaded applications using the FIPS moduleMatt Caswell
2020-12-03remove unused return value assignmentsPauli
2020-11-02Prevent potential UAF in init_thread_deregister()jwalch
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-05Fix coverity CID #1454815 - NULL ptr dereference in initthread.cShane Lontis
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-01-20Fix init_thread_stopMatt Caswell
2019-11-22Thread: Avoid a NULL dereference after failed initialisation.Pauli
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-18Fix init_get_thread_local()Dr. Matthias St. Pierre
2019-07-16remove end of line spacesPauli
2019-07-02Fix TyposAntoine Cœur
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell
2019-06-17Standardise the function naming conventions in initthread.cMatt Caswell
2019-06-17Add the function OPENSSL_thread_stop_ex()Matt Caswell
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell
2019-06-17Split thread intialisation and handling out of init.cMatt Caswell