summaryrefslogtreecommitdiff
path: root/test/threadstest.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-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-271-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
* Copyright consolidation 02/10Rich Salz2016-05-171-46/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Implement new multi-threading APIAlessandro Ghedini2016-02-261-0/+283