]> git.ipfire.org Git - thirdparty/openssl.git/commit
test: add FIPS version check for EC cofactor derive tests
authorPauli <ppzgs1@gmail.com>
Mon, 30 Sep 2024 23:23:28 +0000 (09:23 +1000)
committerPauli <ppzgs1@gmail.com>
Mon, 30 Sep 2024 23:28:27 +0000 (09:28 +1000)
commit12d14de641c299ec080edc521f7080acc44e366f
tree377fcd431d975087b0bd98a3b133c8e3e03072c6
parent2f362e99a1178263c7102474f0190836166f416d
test: add FIPS version check for EC cofactor derive tests

These were added in #25548 but didn't include a FIPS version check which
causes failures testing older FIPS providers against later versions.

Also change some skips to use TEST_skip.

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