summaryrefslogtreecommitdiffstats
path: root/crypto/threads_pthread.c
AgeCommit message (Expand)Author
2024-04-24Add CRYPTO_atomic_store apiNeil Horman
2024-04-24Fix list appending in win ossl_rcu_callNeil Horman
2024-04-24Make thread sanitizer cope with rcu locksNeil Horman
2024-04-23crypto/threads_pthread.c: Fix typos found by codespellLogan Upchurch
2024-04-19Make rcu_thread_key context-awareNeil Horman
2024-04-16crypto/threads_pthread.c: refactor all atomics fallbacks for type safetyRichard Levitte
2024-04-16crypto/threads_pthread.c: Cleanup misaligned preprocessor directivesRichard Levitte
2024-04-10Ensure proper memory barriers around ossl_rcu_deref/ossl_rcu_assign_ptrNeil Horman
2024-04-09Copyright year updatesRichard Levitte
2024-02-14Fix the grammar as suggsted in the reviewDimitri Papadopoulos
2024-02-14Fix new typos found by codespellDimitri Papadopoulos
2024-02-01RCU lock implementationNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-08-17issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2022-10-05CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation errorTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-22Never use `__atomic_*` on macOS 10.7 and 10.8Kirill A. Korinsky
2022-03-10Some platforms don't have pthread_atforkMatt Caswell
2021-07-02Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker
2021-06-23Add assert.h to threads_pthread.c for NonStop thread compiles.Randall S. Becker
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12Fix error-checking compiles for mutexRich Salz
2021-02-18Update copyright yearMatt Caswell
2021-02-05Don't make pthreads mutexes recursive.Rich Salz
2020-12-31Add some more CRYPTO_atomic functionsMatt Caswell
2020-12-14Fix no-threadsMatt Caswell
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker
2020-09-28todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...Pauli
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-05-15Update copyright yearMatt Caswell
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-08-09use native atomic increment function on SolarisVladimir Kotal
2019-05-23Make core code available within the FIPS moduleMatt Caswell
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-11Return a value from atomic read on Windows.Pauli
2017-10-10Add atomic write callPauli
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli
2017-08-18Put thread-fork-init inside a run-once guardRich Salz
2017-08-06Add missing include of cryptlib.hRich Salz
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2017-02-03Grouped data declarations [skip ci]Dmitry Kostjuchenko
2017-02-03Removed tab spaces.Dmitry Kostjuchenko
2017-02-03Corrections according the review comments.Dmitry Kostjuchenko
2017-02-03Compile fix on platforms with missing pthread_rwlock_t.Dmitry Kostjuchenko
2016-08-24CRYPTO_atomic_add(): check that the object is lock freeRichard Levitte