]> git.ipfire.org Git - thirdparty/openssl.git/commit
evp_test: add concept of extended tests to evp_test
authorPauli <ppzgs1@gmail.com>
Thu, 13 Feb 2025 22:43:54 +0000 (09:43 +1100)
committerPauli <ppzgs1@gmail.com>
Thu, 20 Feb 2025 00:17:39 +0000 (11:17 +1100)
commit740e43f074a9328415092402fe6a5398fc79aa4c
treece332992a14ff569b4b92ee8b72a7fd84549b7e4
parenta4465bf694ea4505c544a96f2cfb329d86e8b711
evp_test: add concept of extended tests to evp_test

These tests are not run by default, instead they run when the EVP_TEST_EXTENDED environment variable
has an integer value other than zero.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26750)
test/evp_test.c