summaryrefslogtreecommitdiff
path: root/crypto/threads_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation errorTomas Mraz2022-10-051-4/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Never use `__atomic_*` on macOS 10.7 and 10.8Kirill A. Korinsky2022-04-221-3/+15
* Some platforms don't have pthread_atforkMatt Caswell2022-03-101-18/+1
* Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker2021-07-021-2/+6
* Add assert.h to threads_pthread.c for NonStop thread compiles.Randall S. Becker2021-06-231-0/+2
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-2/+2
* Fix error-checking compiles for mutexRich Salz2021-03-121-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Don't make pthreads mutexes recursive.Rich Salz2021-02-051-8/+17
* Add some more CRYPTO_atomic functionsMatt Caswell2020-12-311-1/+49
* Fix no-threadsMatt Caswell2020-12-141-15/+0
* Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker2020-11-041-0/+21
* todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...Pauli2020-09-281-2/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-1/+5
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-0/+10
* use native atomic increment function on SolarisVladimir Kotal2019-08-091-0/+10
* Make core code available within the FIPS moduleMatt Caswell2019-05-231-4/+8
* 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-38/+0
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-4/+10
* Return a value from atomic read on Windows.Pauli2017-10-111-1/+1
* Add atomic write callPauli2017-10-101-0/+19
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-0/+19
* Put thread-fork-init inside a run-once guardRich Salz2017-08-181-2/+11
* Add missing include of cryptlib.hRich Salz2017-08-061-1/+1
* Add fork handlers, based on pthread_atforkRich Salz2017-06-291-0/+10
* Grouped data declarations [skip ci]Dmitry Kostjuchenko2017-02-031-1/+0
* Removed tab spaces.Dmitry Kostjuchenko2017-02-031-2/+2
* Corrections according the review comments.Dmitry Kostjuchenko2017-02-031-21/+22
* Compile fix on platforms with missing pthread_rwlock_t.Dmitry Kostjuchenko2017-02-031-0/+41
* CRYPTO_atomic_add(): check that the object is lock freeRichard Levitte2016-08-241-3/+5
* CRYPTO_atomic_add(): use acquire release memory order rather than relaxedRichard Levitte2016-08-241-2/+2
* Check for __GNUC__ to use GNU C atomic buildinsRichard Levitte2016-08-241-3/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-46/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* GH773: Possible leak on CRYPTO_THREAD_lock_new failureFdaSilvaYY2016-03-031-1/+3
* Implement new multi-threading APIAlessandro Ghedini2016-02-261-0/+167