diff options
author | lloyd <[email protected]> | 2012-06-29 21:42:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-06-29 21:42:41 +0000 |
commit | 25208d3db9ebfb074a300191496f3668fa113cfc (patch) | |
tree | bb342a7c393cc9d882247fa26fb69eca528626c4 /checks/check.cpp | |
parent | ae8535843aa24a5f5322f3c4bd9caf7604b400c2 (diff) |
Single basic TLS test using in-memory handshake.
Fix compile flags for the NIST tests
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 e47cc543b..374eff964 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -229,6 +229,7 @@ int run_test_suite(RandomNumberGenerator& rng) errors += do_bigint_tests(BIGINT_VALIDATION_FILE, rng); errors += do_pk_validation_tests(PK_VALIDATION_FILE, rng); do_x509_tests(rng); + do_tls_tests(rng); //errors += do_cvc_tests(rng); } catch(std::exception& e) |