]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix an intermittent CI failure in property_test
authorMatt Caswell <matt@openssl.org>
Fri, 3 Jan 2025 13:54:37 +0000 (13:54 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 6 Jan 2025 09:39:07 +0000 (09:39 +0000)
commitb084949fc16dd393b5670d99bb4c500b709302f2
treef15a0b5d73199db7a352c987c200b754e1b97d18
parent468904a2f31762e84e37825a9a13ead11b27035b
Fix an intermittent CI failure in property_test

This is a partial backport of 9f6841e9d8. We ensure a pristine OSSL_LIB_CTX
is used in test_property_string() to avoid test ordering issues.

Fixes #23809

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26311)
test/property_test.c