aboutsummaryrefslogtreecommitdiffstats
path: root/checks/pk.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-14 03:24:18 +0000
committerlloyd <[email protected]>2008-10-14 03:24:18 +0000
commit7513d887a3b79ba614d3663c90740d55ef935977 (patch)
tree60c668e9b839c5a03790f97d1f027e1a7b5342d9 /checks/pk.cpp
parent15302375cce6975eeee4217b13ef3786d3602714 (diff)
Add ECKAEG tests from InSiTo, by Manuel Hartl
Diffstat (limited to 'checks/pk.cpp')
-rw-r--r--checks/pk.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/pk.cpp b/checks/pk.cpp
index f43dc2b08..bafbc57d2 100644
--- a/checks/pk.cpp
+++ b/checks/pk.cpp
@@ -756,6 +756,7 @@ u32bit do_pk_validation_tests(const std::string& filename,
std::cout << std::endl;
errors += do_ecdsa_tests(rng);
+ errors += do_eckaeg_tests(rng);
do_pk_keygen_tests(rng);
do_x509_tests(rng);