Reformat evptests.txt
authorNicola Tuveri <nic.tuv@gmail.com>
Thu, 13 Apr 2017 17:35:32 +0000 (20:35 +0300)
committerRich Salz <rsalz@openssl.org>
Fri, 14 Apr 2017 12:12:21 +0000 (08:12 -0400)
commitcece12299b3163857a65c384885b91a9c7de93b8
treef83c9a40c8d2164f0da4b316ee7dd6f9cad73e5c
parent9be439a31821c36ef31e5ebdc6f8c6f8a1f4843f
Reformat evptests.txt

When compiling without EC support the test fails abruptly reading some keys.
Some keys merged in commit db040557c8bf4449e0a0b43510a2b30d89d58a83 start with
------BEGIN EC PRIVATE KEY-----

this format is not supported without EC support.

This commit reformat those keys with the generic format. After this change the
test simply skips the unsupported EC keys when EC is disabled, without parsing
errors.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3222)
test/evptests.txt