diff options
author | lloyd <[email protected]> | 2010-10-07 18:59:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-07 18:59:19 +0000 |
commit | d1740672b8f9e0b5be1cd3d9f5da9ffd76c7c300 (patch) | |
tree | a02523711e9e6021ab762a1a36b0b9ac4be0375b /checks/check.cpp | |
parent | f8165e1fcdefebd9bd60449e93c4a7fc70179ad5 (diff) |
Fix CRL reason codes and updating of CRLs. Add tests for both cases.
Diffstat (limited to 'checks/check.cpp')
-rw-r--r-- | checks/check.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index cacc07cb0..ca9ec84e9 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -215,6 +215,7 @@ int run_test_suite(RandomNumberGenerator& rng) errors += do_validation_tests(EXPECTED_FAIL_FILE, rng, false); errors += do_bigint_tests(BIGINT_VALIDATION_FILE, rng); errors += do_pk_validation_tests(PK_VALIDATION_FILE, rng); + do_x509_tests(rng); //errors += do_cvc_tests(rng); } catch(std::exception& e) |