aboutsummaryrefslogtreecommitdiffstats
path: root/test/threadstest.c
Commit message (Expand)AuthorAgeFilesLines
* 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