]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test loading a PEM file from multiple threads
authorMatt Caswell <matt@openssl.org>
Tue, 11 Jul 2023 16:32:10 +0000 (17:32 +0100)
committerPauli <pauli@openssl.org>
Sun, 16 Jul 2023 22:12:06 +0000 (08:12 +1000)
commit29f25a10e505d7b5cabadf457a1be7a5c75a8b80
tree5b06a387c45c76a3d41b3d69ea4badb1d2193107
parent32d3c3abf3b74df1d9ebe562ba90f4dc3bdf2d4f
Test loading a PEM file from multiple threads

The new decoder optimisation has some locking involved so we confirm that
reading a PEM file from multiple threads works as expected.

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