Fix race for X509 store found by thread sanitizer
[openssl.git] / crypto / threads_none.c
7 days ago Neil HormanAdd CRYPTO_atomic_store api
11 days ago Neil HormanMake rcu_thread_key context-aware
2024-04-09 Richard LevitteCopyright year updates
2024-02-01 Neil HormanRCU lock implementation
2023-09-07 Matt CaswellCopyright year updates
2023-05-24 Hugo LandauQUIC: Fix bugs where threading is disabled
2022-10-04 Tomas MrazCRYPTO_THREAD_lock_new(): Avoid infinite recursion...
2021-04-08 Matt CaswellUpdate copyright year
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2020-12-31 Matt CaswellAdd some more CRYPTO_atomic functions
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-17 Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-04-17 Richard LevitteUpdate copyright year
2018-04-05 Rich SalzSet error code if alloc returns NULL
2017-10-09 PauliAdd atomic write call
2017-10-09 PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/threads_none.c
2017-08-06 Rich SalzAdd missing include of cryptlib.h
2017-06-30 Dr. Stephen HensonFix build with no-threads no-ec
2017-06-29 Rich SalzAdd fork handlers, based on pthread_atfork
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-02-26 Alessandro GhediniImplement new multi-threading API