Reformat evptests.txt
authorNicola Tuveri <nic.tuv@gmail.com>
Thu, 13 Apr 2017 17:56:19 +0000 (20:56 +0300)
committerRich Salz <rsalz@openssl.org>
Fri, 14 Apr 2017 12:19:19 +0000 (08:19 -0400)
commit7db0289ea70b9bec94e32350cc8ec9da96ab2776
tree35fdc3d5fd510c414abb677093a038d7f8fba6da
parenta81c33ef65b4bd2a9c74c22c192c09972db77a52
Reformat evptests.txt

When compiling without EC support the test fails abruptly reading some keys.
Some keys merged in commit db04055 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: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3223)
test/evptests.txt