aboutsummaryrefslogtreecommitdiffstats
path: root/checks/pk.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-17 18:18:19 +0000
committerlloyd <[email protected]>2008-11-17 18:18:19 +0000
commitd835338c5356b806fa5f4e1b4ee7a7d6f016a0de (patch)
tree12b50533bde4c9b614fda79a6a608a22ae19e6ed /checks/pk.cpp
parent33e15eb51ce0a2cd5c4b1dc0b36d1bb90b3a4d81 (diff)
Reorganize all GF(p)/ECC tests to be called from pk.cpp
Diffstat (limited to 'checks/pk.cpp')
-rw-r--r--checks/pk.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/pk.cpp b/checks/pk.cpp
index a353f7ca7..c02005245 100644
--- a/checks/pk.cpp
+++ b/checks/pk.cpp
@@ -763,6 +763,8 @@ u32bit do_pk_validation_tests(const std::string& filename,
std::cout << std::endl;
+ errors += do_gfpmath_tests(rng);
+ do_ec_tests(rng);
errors += do_ecdsa_tests(rng);
errors += do_eckaeg_tests(rng);
do_pk_keygen_tests(rng);