aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-14 03:55:02 +0000
committerlloyd <[email protected]>2008-10-14 03:55:02 +0000
commit74f1a35716fb1b8808d062dccb49c62d177c860c (patch)
tree17c03061b6fe909026bddcf8abfa1c3103662a9c /checks/validate.h
parent7513d887a3b79ba614d3663c90740d55ef935977 (diff)
Add test suite for card verifiable certificates (cert/cvc) from InSiTo (tests by Falko Strenzke)
Diffstat (limited to 'checks/validate.h')
-rw-r--r--checks/validate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/validate.h b/checks/validate.h
index 6917d4fbe..18d3aaa60 100644
--- a/checks/validate.h
+++ b/checks/validate.h
@@ -23,6 +23,7 @@ u32bit do_pk_validation_tests(const std::string&,
u32bit do_ecdsa_tests(Botan::RandomNumberGenerator& rng);
u32bit do_eckaeg_tests(Botan::RandomNumberGenerator& rng);
+u32bit do_cvc_tests(Botan::RandomNumberGenerator& rng);
void do_x509_tests(Botan::RandomNumberGenerator&);