aboutsummaryrefslogtreecommitdiff
path: root/crypto/initthread.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-24Fix a memleak in the FIPS providerMatt Caswell1-5/+10
2021-05-24core: condition out more in FIPS buildsPauli1-0/+4
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell1-0/+1
2021-03-14Convert a TODO(3.0) in OPENSSL_thread_stop_ex to a commentMatt Caswell1-3/+3
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz1-5/+9
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-14Fix a crash with multi-threaded applications using the FIPS moduleMatt Caswell1-2/+4
2020-12-03remove unused return value assignmentsPauli1-1/+1
2020-11-02Prevent potential UAF in init_thread_deregister()jwalch1-0/+2
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-15/+15
2020-09-05Fix coverity CID #1454815 - NULL ptr dereference in initthread.cShane Lontis1-1/+2
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre1-1/+1
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell1-1/+1
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-9/+9
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-20Fix init_thread_stopMatt Caswell1-5/+10
2019-11-22Thread: Avoid a NULL dereference after failed initialisation.Pauli1-0/+2
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-07-18Fix init_get_thread_local()Dr. Matthias St. Pierre1-26/+38
2019-07-16remove end of line spacesPauli1-1/+1
2019-07-02Fix TyposAntoine Cœur1-1/+1
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell1-6/+161
2019-06-17Standardise the function naming conventions in initthread.cMatt Caswell1-15/+15
2019-06-17Add the function OPENSSL_thread_stop_ex()Matt Caswell1-0/+11
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell1-46/+102
2019-06-17Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell1-11/+74
2019-06-17Split thread intialisation and handling out of init.cMatt Caswell1-0/+129