]> 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:42:22 +0000 (14:42 +0200)
commit3b18c28cafbbd82b23decb15b546ff8a4017dae5
tree38fccbbc57e2d0d228c8d3aefac27dbe2f2974f5
parent2374efa321a6bdfc9ca2e5982ea4b96cf6e0799e
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)

(cherry picked from commit 994774b4ca61cf7ecf42750a7d374dd2865f1ce3)
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