summaryrefslogtreecommitdiffstats
path: root/test/threadstest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* threads_win: fix build error with VS2010 x86Georgi Valkov2024-07-011-0/+46
* Some minor nit corrections in the thread code for rcuNeil Horman2024-06-201-1/+1
* OSSL_LIB_CTX_load_config() must not be called concurrently on same libctxTomas Mraz2024-05-091-14/+0
* test/threadstest.c: Add checks for CRYPTO_THREAD_lock_new()Jiasheng Jiang2024-05-061-0/+11
* Fix potential divide by zero errorNeil Horman2024-04-241-2/+18
* Make rcu_thread_key context-awareNeil Horman2024-04-191-1/+1
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Add locking to atomic operations in rw/rcu testsNeil Horman2024-04-021-8/+13
* Fix threadstest wrapping againNeil Horman2024-03-261-2/+6
* Make counters in rcu/rw threads torture test 64 bitNeil Horman2024-03-221-8/+8
* RCU lock implementationNeil Horman2024-02-011-0/+376
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Test loading a PEM file from multiple threadsMatt Caswell2023-07-171-0/+52
* Split out thread pool tests into threadpool_testTomas Mraz2022-11-221-287/+0
* crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina2022-10-211-32/+1
* test: threads: replace test_thread_noreturnČestmír Kalina2022-10-211-23/+8
* crypto: thread: serialize concurrent joinsČestmír Kalina2022-10-211-1/+1
* crypto: add preemptive threading supportČestmír Kalina2022-10-171-0/+333
* BIO_s_dgram_pairHugo Landau2022-09-231-8/+89
* Make OSSL_LIB_CTX_load_config thread safeHugo Landau2022-06-011-0/+14
* Update copyright yearMatt Caswell2022-05-031-1/+1
* threadstest: use locking for tsan operations if requiredPauli2022-01-131-2/+26
* threadstest: add write check to lock checkingPauli2022-01-131-0/+2
* Fix EVP_PKEY_decrypt return checkPeiwei Hu2021-11-221-2/+3
* Extend the test_multi_load() testMatt Caswell2021-11-121-3/+19
* test: add threading test for object creationPauli2021-09-251-140/+232
* test: fix test ordering in threads testPauli2021-06-301-14/+28
* Always wait for both threads to finishRich Salz2021-06-161-5/+9
* test: fix typo in comment in threadstest.cPauli2021-05-241-1/+1
* test: add test case to reliably reproduce RAND leak during POSTPauli2021-05-241-66/+1
* test: fix thread test config file problemPauli2021-05-131-4/+11
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-15/+8
* Add a threading test for loading/unloading providersMatt Caswell2021-04-281-1/+25
* test: fix problem with threads test using default library context.Pauli2021-04-081-1/+35
* test: fix coverity 1473609 & 1473610: unchecked return valuesPauli2021-03-251-4/+4
* test: fix coverity 1451562: resource leakPauli2021-03-201-4/+4
* Non-const accessor to legacy keysDmitry Belyavskiy2021-03-091-1/+1
* Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell2021-03-081-0/+3
* Add a multi thread test for downgrading keysMatt Caswell2021-03-081-4/+32
* test/threadstest.c: Add a test to load providers concurrentlyRichard Levitte2021-03-041-0/+29
* Add a multi-thread test for shared EVP_PKEYsMatt Caswell2021-02-021-2/+80
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Extend the threads test to add simple fetch from multi threadsMatt Caswell2021-01-141-8/+33
* Add a test for performing work in multiple concurrent threadsMatt Caswell2021-01-141-1/+157
* Add a test for the new CRYPTO_atomic_* functionsMatt Caswell2020-12-311-0/+76
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-261-1/+2
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Update threadstest to use the test frameworkPauli2017-04-121-79/+26
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-0/+4