aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-17 17:54:44 +0000
committerlloyd <[email protected]>2008-11-17 17:54:44 +0000
commit14f0d6e085ed2f7092eff9e0620f849843e5c68d (patch)
treee5ddcde5a3cb4b58c6e356b81ad614dd19d93382 /checks/validate.h
parent4d1d9773180770d3be26714783aec495c9db63bc (diff)
Tame ec_tests.cpp and integrate it into the test code.
I'm seeing one failure on Core2. Have not diagnosed at all. A number of tests are #if'ed out. Many were rubbed out in the original InSiTo version, others I commented out due to changed/removed APIs.
Diffstat (limited to 'checks/validate.h')
-rw-r--r--checks/validate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/validate.h b/checks/validate.h
index 18d3aaa60..38f839ac4 100644
--- a/checks/validate.h
+++ b/checks/validate.h
@@ -21,6 +21,8 @@ u32bit do_gfpmath_tests(Botan::RandomNumberGenerator& rng);
u32bit do_pk_validation_tests(const std::string&,
Botan::RandomNumberGenerator&);
+void do_ec_tests(RandomNumberGenerator& rng);
+
u32bit do_ecdsa_tests(Botan::RandomNumberGenerator& rng);
u32bit do_eckaeg_tests(Botan::RandomNumberGenerator& rng);
u32bit do_cvc_tests(Botan::RandomNumberGenerator& rng);