]> git.ipfire.org Git - thirdparty/openssl.git/history - test/threadstest.c
BIO_s_dgram_pair
[thirdparty/openssl.git] / test / threadstest.c
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