]> 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:40:16 +0000 (14:40 +0200)
commit59057effd4fb4c8eb69d89d65215b2f55dd6ffa9
tree26ad084eec3fb9f3995a7653eb78f19b1f48233c
parentc4c92f3e8aff38d75047847ded940e1b3f9b688f
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