aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/threads_none.c
Commit message (Expand)AuthorAgeFilesLines
* 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