aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/initthread.c
Commit message (Expand)AuthorAgeFilesLines
* 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