]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a threading test for loading/unloading providers
authorMatt Caswell <matt@openssl.org>
Fri, 23 Apr 2021 13:10:07 +0000 (14:10 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 28 Apr 2021 14:51:10 +0000 (15:51 +0100)
commit98369ef25f87ee1dfc5d17da5489bbacb4150972
treef0afe0876b688c7d450548f2380c1ac22122f211
parent4189dc3782c5989dbaa7d247e41a96a25b27c940
Add a threading test for loading/unloading providers

Check that we don't see any threading issues when loading/unloading a
provider from multiple threads.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15010)
test/threadstest.c