]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make OSSL_LIB_CTX_load_config thread safe
authorHugo Landau <hlandau@openssl.org>
Tue, 17 May 2022 12:47:57 +0000 (13:47 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 1 Jun 2022 08:00:41 +0000 (09:00 +0100)
commitef7a9b44f04ef18b652cb47cd9eb3826301cca9e
tree560e08090cc271312c25f98388234d2826f73bab
parent8a66b2f9fc5dd8a357b6008221883bbd73af4f72
Make OSSL_LIB_CTX_load_config thread safe

Fixes #18226.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18331)
crypto/conf/conf_mod.c
test/threadstest.c