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/pk.cpp | |
parent | f8165e1fcdefebd9bd60449e93c4a7fc70179ad5 (diff) |
Fix CRL reason codes and updating of CRLs. Add tests for both cases.
Diffstat (limited to 'checks/pk.cpp')
-rw-r--r-- | checks/pk.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checks/pk.cpp b/checks/pk.cpp index eb93cc531..f38cf97a6 100644 --- a/checks/pk.cpp +++ b/checks/pk.cpp @@ -916,7 +916,6 @@ u32bit do_pk_validation_tests(const std::string& filename, errors += do_ecdsa_tests(rng); errors += do_ecdh_tests(rng); do_pk_keygen_tests(rng); - do_x509_tests(rng); return errors; } |