If the first serializer we find is the desired one that's ok
[openssl.git] / crypto / initthread.c
2020-01-20 Matt CaswellFix init_thread_stop
2019-11-22 PauliThread: Avoid a NULL dereference after failed initialis...
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-07-18 Dr. Matthias St... Fix init_get_thread_local()
2019-07-16 Pauliremove end of line spaces
2019-07-02 Antoine CœurFix Typos
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-17 Matt CaswellStandardise the function naming conventions in initthread.c
2019-06-17 Matt CaswellAdd the function OPENSSL_thread_stop_ex()
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellProvide a version of ossl_init_thread_start that works...
2019-06-17 Matt CaswellSplit thread intialisation and handling out of init.c