Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / test / threadstest.c
3 days ago Neil HormanFix potential divide by zero error
8 days ago Neil HormanMake rcu_thread_key context-aware
2024-04-09 Richard LevitteCopyright year updates
2024-04-02 Neil HormanAdd locking to atomic operations in rw/rcu tests
2024-03-26 Neil HormanFix threadstest wrapping again
2024-03-22 Neil HormanMake counters in rcu/rw threads torture test 64 bit
2024-02-01 Neil HormanRCU lock implementation
2023-09-07 Matt CaswellCopyright year updates
2023-07-16 Matt CaswellTest loading a PEM file from multiple threads
2022-11-22 Tomas MrazSplit out thread pool tests into threadpool_test
2022-10-21 Čestmír Kalinacrypto: thread: remove ossl_crypto_thread_native_terminate
2022-10-21 Čestmír Kalinatest: threads: replace test_thread_noreturn
2022-10-21 Čestmír Kalinacrypto: thread: serialize concurrent joins
2022-10-17 Čestmír Kalinacrypto: add preemptive threading support
2022-09-23 Hugo LandauBIO_s_dgram_pair
2022-06-01 Hugo LandauMake OSSL_LIB_CTX_load_config thread safe
2022-05-03 Matt CaswellUpdate copyright year
2022-01-13 Paulithreadstest: use locking for tsan operations if required
2022-01-13 Paulithreadstest: add write check to lock checking
2021-11-22 Peiwei HuFix EVP_PKEY_decrypt return check
2021-11-12 Matt CaswellExtend the test_multi_load() test
2021-09-25 Paulitest: add threading test for object creation
2021-06-30 Paulitest: fix test ordering in threads test
2021-06-16 Rich SalzAlways wait for both threads to finish
2021-05-23 Paulitest: fix typo in comment in threadstest.c
2021-05-23 Paulitest: add test case to reliably reproduce RAND leak...
2021-05-13 Paulitest: fix thread test config file problem
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-04-28 Matt CaswellAdd a threading test for loading/unloading providers
2021-04-08 Paulitest: fix problem with threads test using default libra...
2021-03-25 Paulitest: fix coverity 1473609 & 1473610: unchecked return...
2021-03-20 Paulitest: fix coverity 1451562: resource leak
2021-03-09 Dmitry BelyavskiyNon-const accessor to legacy keys
2021-03-08 Matt CaswellEnsure the various legacy key EVP_PKEY getters/setters...
2021-03-08 Matt CaswellAdd a multi thread test for downgrading keys
2021-03-04 Richard Levittetest/threadstest.c: Add a test to load providers concur...
2021-02-02 Matt CaswellAdd a multi-thread test for shared EVP_PKEYs
2021-01-28 Richard LevitteUpdate copyright year
2021-01-14 Matt CaswellExtend the threads test to add simple fetch from multi...
2021-01-14 Matt CaswellAdd a test for performing work in multiple concurrent...
2020-12-31 Matt CaswellAdd a test for the new CRYPTO_atomic_* functions
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-07-26 PauliUpdate the test framework so that the need for test_mai...
2017-04-24 Richard LevitteAdapt all test programs
2017-04-12 PauliUpdate threadstest to use the test framework
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-02-26 Alessandro GhediniImplement new multi-threading API