]> 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:58:05 +0000 (14:58 +0100)
commiteaae0c313f25fd0c11867fdf03c292275c8b0309
tree56425b1d7a3061a4a5bf92feb6f2efd96caa8885
parent4daf4dc4d66b740aa2f66e70e16c07c23953a08d
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)

(cherry picked from commit 1f0cb850473048eef5dc597d8cd42dd7c3cf5a5f)
test/acvp_test.c