summaryrefslogtreecommitdiff
path: root/crypto/initthread.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-12/+5
* Avoid a race in init_thread_stop()Matt Caswell2021-11-121-0/+15
* Fix a memleak in the FIPS providerMatt Caswell2021-05-241-5/+10
* core: condition out more in FIPS buildsPauli2021-05-241-0/+4
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* Convert a TODO(3.0) in OPENSSL_thread_stop_ex to a commentMatt Caswell2021-03-141-3/+3
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-5/+9
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Fix a crash with multi-threaded applications using the FIPS moduleMatt Caswell2021-01-141-2/+4
* remove unused return value assignmentsPauli2020-12-031-1/+1
* Prevent potential UAF in init_thread_deregister()jwalch2020-11-021-0/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-15/+15
* Fix coverity CID #1454815 - NULL ptr dereference in initthread.cShane Lontis2020-09-051-1/+2
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-1/+1
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-9/+9
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix init_thread_stopMatt Caswell2020-01-201-5/+10
* Thread: Avoid a NULL dereference after failed initialisation.Pauli2019-11-221-0/+2
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-101-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix init_get_thread_local()Dr. Matthias St. Pierre2019-07-181-26/+38
* remove end of line spacesPauli2019-07-161-1/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Provide an ability to deregister thread stop handlersMatt Caswell2019-06-191-6/+161
* Standardise the function naming conventions in initthread.cMatt Caswell2019-06-171-15/+15
* Add the function OPENSSL_thread_stop_ex()Matt Caswell2019-06-171-0/+11
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-171-46/+102
* Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell2019-06-171-11/+74
* Split thread intialisation and handling out of init.cMatt Caswell2019-06-171-0/+129