]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for accessing an X509_STORE from multiple threads
authorMatt Caswell <matt@openssl.org>
Tue, 19 Aug 2025 07:38:07 +0000 (08:38 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 21 Aug 2025 12:39:43 +0000 (14:39 +0200)
commit994774b4ca61cf7ecf42750a7d374dd2865f1ce3
treea53aca2af5465ac7f543e359acf54a42529683e5
parent08951fb27306ad9b4365103b8616b8545658ffcc
Add a test for accessing an X509_STORE from multiple threads

Check we don't have any threading issues when accessing an X509_STORE
simultaneously

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28198)
test/recipes/90-test_threads_data/store/.gitignore [new file with mode: 0644]
test/recipes/90-test_threads_data/store/8489a545.0 [new file with mode: 0644]
test/threadstest.c