diff options
author | René Korthaus <[email protected]> | 2017-02-12 12:38:10 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2017-02-12 12:38:10 +0100 |
commit | d7990d845e7f7ab98b61de9b651a9afe96d6d873 (patch) | |
tree | 9c07a3e903e610ecc02fd01deb5405d485c52be2 /src/tests/test_ecdsa.cpp | |
parent | 40216bb25e8d20f195f31f137129db7edc06fc3c (diff) |
Add test vectors for invalid ECDSA public keys from FIPS 186-4
Diffstat (limited to 'src/tests/test_ecdsa.cpp')
-rw-r--r-- | src/tests/test_ecdsa.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_ecdsa.cpp b/src/tests/test_ecdsa.cpp index 2cd6b3aae..41d81a576 100644 --- a/src/tests/test_ecdsa.cpp +++ b/src/tests/test_ecdsa.cpp @@ -1,5 +1,6 @@ /* * (C) 2014,2015 Jack Lloyd +* (C) 2017 René Korthaus, Rohde & Schwarz Cybersecurity * * Botan is released under the Simplified BSD License (see license.txt) */ |