summaryrefslogtreecommitdiff
path: root/crypto/threads_none.c
Commit message (Expand)AuthorAgeFilesLines
* CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation errorTomas Mraz2022-10-051-2/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-2/+2
* Add some more CRYPTO_atomic functionsMatt Caswell2020-12-311-0/+16
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-0/+13
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov2018-08-171-12/+0
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-2/+5
* Add atomic write callPauli2017-10-101-1/+7
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-0/+6
* Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell2017-08-211-3/+6
* Add missing include of cryptlib.hRich Salz2017-08-061-1/+1
* Fix build with no-threads no-ecDr. Stephen Henson2017-06-301-0/+1
* Add fork handlers, based on pthread_atforkRich Salz2017-06-291-0/+5
* Copyright consolidation 04/10Rich Salz2016-05-171-46/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Implement new multi-threading APIAlessandro Ghedini2016-02-261-0/+165