Temporary workaround for ectest.c for [extended tests]
authorNicola Tuveri <nic.tuv@gmail.com>
Sun, 28 Jul 2019 13:13:30 +0000 (16:13 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Wed, 31 Jul 2019 11:41:44 +0000 (14:41 +0300)
commitf5b7f99e690b1875e6d047acc435f0029642bfeb
tree8bfcadbc1189c637169db8a3187eaf02d2d4191d
parent189dbdd99416a481d49a43bd7f4a8ab90bef1e85
Temporary workaround for ectest.c for [extended tests]

[extended tests]

This is a temporary workaround for issue #9251, which contains a full
discussion of the real problem.

As a temporary workaround, we test `EC_GROUP_new_from_ecparameters()`
against a curve that does not currently have alternative
implementations.

The proper fix is dependant on resolution of issue #8615

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9474)
test/ectest.c