summaryrefslogtreecommitdiffstats
path: root/crypto/initthread.c
AgeCommit message (Expand)Author
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