]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/threads_pthread.c
CMS KEMRecipientInfo support requires HKDF with fixed digests
[thirdparty/openssl.git] / crypto / threads_pthread.c
2025-07-16  Norbert Pocscrypto/threads_pthread.c optimize ossl_(un)likely
2025-07-11  Neil HormanAdd lock contention checking to our pthreads implementation
2025-06-20  Neil Hormanupdate RCU to use the new thread-local key mgmt api
2025-04-30  Matt CaswellAssert that we successfully obtained a lock
2025-03-18  Bernd EdlingerDo some more cleanup in the RCU code
2025-03-17  Bernd EdlingerFix a memory order issue with weakly ordered systems
2025-03-12  Andrew DinhFix RCU TODOs
2025-03-12  openssl-machineCopyright year updates
2025-03-05  Bernd EdlingerRCU: Ensure that qp's are actually retired in order
2025-02-25  Bernd EdlingerRevert wrong macos RCU fix
2025-02-21  Bernd EdlingerMake CRYPTO_atomic_load/store use the same preprocessor...
2025-02-21  Bernd EdlingerCleanup atomic fallbacks in threads_pthread.c
2025-02-16  Neil HormanDon't use __ATOMIC_ACQ_REL on older compilers
2025-02-13  Bernd EdlingerRework and simplify RCU code
2025-02-13  Bernd EdlingerRevert "rcu: Ensure that updates to the ID field of...
2025-01-22  Neil Hormanrcu: Ensure that updates to the ID field of a qp don...
2025-01-13  Neil HormanFix premature reuse of qp's in rcu locks
2024-12-13  Tomas MrazFix breakage on arm64_32 platforms
2024-11-29  Neil HormanFix solaris build in CRYPTO_atomic_store api
2024-09-05  Georgi Valkovthreads: follow formatting rules
2024-07-31  Neil Hormandisable rwlocks on nonstop klt model
2024-07-31  Neil HormanFix CRYPTO_atomic_store
2024-07-17  Georgi Valkovthreads_pthread, threads_win: improve code consistency
2024-07-01  Georgi Valkovthreads_win: fix build error with VS2010 x86
2024-06-20  Neil HormanSome minor nit corrections in the thread code for rcu
2024-05-28  sanumeshthreads_pthread.c: change inline to ossl_inline
2024-04-24  Neil HormanAdd CRYPTO_atomic_store api
2024-04-24  Neil HormanFix list appending in win ossl_rcu_call
2024-04-24  Neil HormanMake thread sanitizer cope with rcu locks
2024-04-23  Logan Upchurchcrypto/threads_pthread.c: Fix typos found by codespell
2024-04-19  Neil HormanMake rcu_thread_key context-aware 24205/head 24209/head
2024-04-16  Richard Levittecrypto/threads_pthread.c: refactor all atomics fallback...
2024-04-16  Richard Levittecrypto/threads_pthread.c: Cleanup misaligned preprocess...
2024-04-10  Neil HormanEnsure proper memory barriers around ossl_rcu_deref...
2024-04-09  Richard LevitteCopyright year updates
2024-02-14  Dimitri PapadopoulosFix the grammar as suggsted in the review
2024-02-14  Dimitri PapadopoulosFix new typos found by codespell
2024-02-01  Neil HormanRCU lock implementation
2023-09-07  Matt CaswellCopyright year updates
2023-08-17  Neil Hormanissue-21718: remove setting of PTHREAD_MUTEX_NORMAL
2023-05-24  Hugo LandauQUIC: Fix bugs where threading is disabled
2022-10-04  Tomas MrazCRYPTO_THREAD_lock_new(): Avoid infinite recursion...
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Kirill A. KorinskyNever use `__atomic_*` on macOS 10.7 and 10.8
2022-03-10  Matt CaswellSome platforms don't have pthread_atfork
2021-07-02  Randall S. BeckerDefined out MUTEX attributes not available on NonStop...
2021-06-23  Randall S. BeckerAdd assert.h to threads_pthread.c for NonStop thread...
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11  Rich SalzFix error-checking compiles for mutex
2021-02-18  Matt CaswellUpdate copyright year
2021-02-05  Rich SalzDon't make pthreads mutexes recursive.
2020-12-31  Matt CaswellAdd some more CRYPTO_atomic functions
2020-12-14  Matt CaswellFix no-threads
2020-11-04  Randall S. BeckerMoved OPENSSL_fork_prepare,_parent,_child from init...
2020-09-27  Paulitodo: remove fork protection todo comment, it isn't...
2020-09-12  Randall S. BeckerNonStop port updates for 3.0.0.
2020-05-15  Matt CaswellUpdate copyright year
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2019-09-11  Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-08-09  Vladimir Kotaluse native atomic increment function on Solaris
2019-05-23  Matt CaswellMake core code available within the FIPS module
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-17  Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-04-17  Richard LevitteUpdate copyright year
2018-04-05  Rich SalzSet error code if alloc returns NULL
2017-10-10  PauliReturn a value from atomic read on Windows.
2017-10-09  PauliAdd atomic write call
2017-10-09  PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-08-18  Rich SalzPut thread-fork-init inside a run-once guard
2017-08-06  Rich SalzAdd missing include of cryptlib.h
2017-06-29  Rich SalzAdd fork handlers, based on pthread_atfork
2017-02-03  Dmitry KostjuchenkoGrouped data declarations [skip ci]
2017-02-03  Dmitry KostjuchenkoRemoved tab spaces.
2017-02-03  Dmitry KostjuchenkoCorrections according the review comments.
2017-02-03  Dmitry KostjuchenkoCompile fix on platforms with missing pthread_rwlock_t.
2016-08-24  Richard LevitteCRYPTO_atomic_add(): check that the object is lock...
2016-08-24  Richard LevitteCRYPTO_atomic_add(): use acquire release memory order...
2016-08-24  Richard LevitteCheck for __GNUC__ to use GNU C atomic buildins
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-05-16  Viktor DukhovniFold threads.h into crypto.h making API public
2016-03-04  FdaSilvaYYGH773: Possible leak on CRYPTO_THREAD_lock_new failure
2016-02-26  Alessandro GhediniImplement new multi-threading API