TEST: Add TODO segments in test/recipes/15-test_genec.t
authorRichard Levitte <levitte@openssl.org>
Tue, 9 Jun 2020 10:29:27 +0000 (12:29 +0200)
committerNicola Tuveri <nic.tuv@gmail.com>
Fri, 26 Jun 2020 10:35:19 +0000 (13:35 +0300)
commitc65b1d02528cef3e819a02a60a616dba9d28adca
treeabff16c8fe6a176992e9ed4a956b35693bc6a42a
parent0c2bddb76a6aa7cad1f3689586040af074ad7e2b
TEST: Add TODO segments in test/recipes/15-test_genec.t

There currently do not support 'ec_param_enc:explicit' with provider
side key generation.  Reflect that by encoding the expected failure
with a Test::More TODO section for those particular tests.

Because the tests in this recipe are data driven, we implement this
mechanism with two functions, one for stuff that's supported and one
for stuff that isn't.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12080)
test/recipes/15-test_genec.t