EVP: Make the SIGNATURE implementation leaner
[openssl.git] / crypto / threads_win.c
2019-09-11 Dr. Matthias St... crypto/threads_win.c: fix preprocessor indentation
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-03-29 Soujyu TanakaAvoid linking error for InitializeCriticalSectionAndSpi...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-17 Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-05-23 David BenjaminSave and restore the Windows error around TlsGetValue.
2018-04-17 Richard LevitteUpdate copyright year
2018-04-05 Rich SalzSet error code if alloc returns NULL
2017-10-10 PauliReturn a value from atomic read on Windows.
2017-10-09 PauliAdd atomic write call
2017-10-09 PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-06-29 Rich SalzAdd fork handlers, based on pthread_atfork
2016-11-14 Matt CaswellRevert "Fixed deadlock in CRYPTO_THREAD_run_once for...
2016-11-13 DKFixed deadlock in CRYPTO_THREAD_run_once for Windows
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-05-20 Matt CaswellFix Windows 64 bit crashes
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-04-02 MatFix: CRYPTO_THREAD_run_once
2016-03-10 MatFix return type for CRYPTO_THREAD_run_once
2016-03-04 FdaSilvaYYGH773: Possible leak on CRYPTO_THREAD_lock_new failure
2016-02-26 Alessandro GhediniImplement new multi-threading API