diff options
author | lloyd <[email protected]> | 2008-10-14 03:55:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-14 03:55:02 +0000 |
commit | 74f1a35716fb1b8808d062dccb49c62d177c860c (patch) | |
tree | 17c03061b6fe909026bddcf8abfa1c3103662a9c /checks/validate.h | |
parent | 7513d887a3b79ba614d3663c90740d55ef935977 (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.h | 1 |
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&); |