]> git.ipfire.org Git - thirdparty/openssl.git/commit
ecdh_cofactor_derive_test(): Skip the test if the curve is not supported
authorTomas Mraz <tomas@openssl.org>
Fri, 18 Oct 2024 08:20:45 +0000 (10:20 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 21 Oct 2024 13:57:20 +0000 (14:57 +0100)
commit1f0cb850473048eef5dc597d8cd42dd7c3cf5a5f
treef2d74a181a707509db4dda746ed8d6d989f4dfab
parentdfc5ba8afa39bdb8be430858425d6726c03aa515
ecdh_cofactor_derive_test(): Skip the test if the curve is not supported

It will not be supported if the fips provider was built with no-ec2m.

Fixes #25729

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25731)
test/acvp_test.c