summaryrefslogtreecommitdiffstats
path: root/crypto/threads_none.c
AgeCommit message (Expand)Author
2024-04-24Add CRYPTO_atomic_store apiNeil Horman
2024-04-19Make rcu_thread_key context-awareNeil Horman
2024-04-09Copyright year updatesRichard Levitte
2024-02-01RCU lock implementationNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2022-10-05CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation errorTomas Mraz
2021-04-08Update copyright yearMatt Caswell
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2020-12-31Add some more CRYPTO_atomic functionsMatt Caswell
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov
2018-04-17Update copyright yearRichard Levitte
2018-04-05Set error code if alloc returns NULLRich Salz
2017-10-10Add atomic write callPauli
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli
2017-08-21Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell
2017-08-06Add missing include of cryptlib.hRich Salz
2017-06-30Fix build with no-threads no-ecDr. Stephen Henson
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-02-26Implement new multi-threading APIAlessandro Ghedini