]> 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)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Oct 2024 07:42:32 +0000 (09:42 +0200)
commit81f438d4f654143766f54ec865aab36bc61355cf
tree742ff73864b984aecf0b85da9838a6fbf6e78b4e
parenta9fe6f05e9b23e6d2e5f6100c628396d4c659971
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)

(cherry picked from commit 12d14de641c299ec080edc521f7080acc44e366f)
test/acvp_test.c