diff options
author | Matt Caswell <matt@openssl.org> | 2018-12-03 17:36:50 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-12-11 12:53:55 +0100 |
commit | 6de98b4fb6265f8a4b2e5b599d6714ff937dca6b (patch) | |
tree | cf7cae88e88d2a533cffadd5c262ba1af9d66927 /test | |
parent | Disallow Ed448 signature malleability (diff) | |
download | openssl-6de98b4fb6265f8a4b2e5b599d6714ff937dca6b.tar.xz openssl-6de98b4fb6265f8a4b2e5b599d6714ff937dca6b.zip |
Add an Ed448 malleability test
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/7748)
Diffstat (limited to 'test')
-rw-r--r-- | test/recipes/30-test_evp_data/evppkey.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/recipes/30-test_evp_data/evppkey.txt b/test/recipes/30-test_evp_data/evppkey.txt index bbeba36b76..00259b58b4 100644 --- a/test/recipes/30-test_evp_data/evppkey.txt +++ b/test/recipes/30-test_evp_data/evppkey.txt @@ -17817,6 +17817,13 @@ Key = ED448-1-PUBLIC-Raw Input = "" Output = 533a37f6bbe457251f023c0d88f976ae2dfb504a843e34d2074fd823d41a591f2b233f034f628281f2fd7a22ddd47d7828c59bd0a21bfd3980ff0d2028d4b18a9df63e006c5d1c2d345b925d8dc00b4104852db99ac5c7cdda8530a113a0f4dbb61149f05a7363268c71d95808ff2e652600 +#Signature malelability test. +#Same as the verify operation above but with the order added to s +OneShotDigestVerify = NULL +Key = ED448-1-PUBLIC-Raw +Input = "" +Output = 533a37f6bbe457251f023c0d88f976ae2dfb504a843e34d2074fd823d41a591f2b233f034f628281f2fd7a22ddd47d7828c59bd0a21bfd3980f25278d3667403c14bcec5f9cfde9955ebc8333c0ae78fc86e518317c5c7cdda8530a113a0f4dbb61149f05a7363268c71d95808ff2e656600 +Result = VERIFY_ERROR # Key generation tests KeyGen = rsaEncryption |