]> git.ipfire.org Git - thirdparty/openssl.git/commit
Allow testing the valgrind suppression file in CI
authorBob Beck <beck@openssl.org>
Wed, 7 Jan 2026 23:21:10 +0000 (16:21 -0700)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Feb 2026 14:00:52 +0000 (15:00 +0100)
commitbf39120c27047683c90f675ab1f1fbfa286cc026
treecf2dd42b86cb0bbc3ca2e16ea55fc74bc320eede
parent69b0330a4574609a0b9f3adbef1d68b552b37a01
Allow testing the valgrind suppression file in CI

Skip the OPENSSL_cleanup() call from the openssl app and in tests
when OSSL_USE_VALGRIND environment variable is set.

This can be used in the CI to test the valgrind suppressions.

Builds upon https://github.com/openssl/openssl/pull/29573

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Tue Feb 10 14:00:54 2026
(Merged from https://github.com/openssl/openssl/pull/29575)
apps/openssl.c
doc/internal/man7/valgrind-tests.pod [new file with mode: 0644]
test/testutil/main.c