summaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
AgeCommit message (Expand)Author
2016-11-16Make sure things get deleted when test setup fails in ct_test.cRob Percival
2016-11-16Use valid signature in test_decode_tls_sct()Rob Percival
2016-11-16Construct SCT from base64 in ct_testRob Percival
2016-11-15Add test for CT_POLICY_EVAL_CTX default timeRob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-08-15Improves CTLOG_STORE settersRob Percival
2016-06-20Tests should check validation status directlyRob Percival
2016-06-20Test SCT listsRob Percival
2016-05-17Copyright consolidation 02/10Rich Salz
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-06Add missing mem leak test activation and checksFdaSilvaYY
2016-04-05testutil: return 1 on successEmilia Kasper
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-09Make ct_dir and certs_dir static in test/ct_test.cRichard Levitte
2016-03-09Make SCT literals into const variables in ct_test.cRob Percival
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival
2016-03-09Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.cRob Percival
2016-03-09Use SCT_VERSION_V1 in place of literal 0 in ct_test.cRob Percival
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte
2016-03-07Minor update to includes and documentation for ct_test.cRob Percival
2016-03-07Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival
2016-03-07Fixes memory leaks in CT codeRob Percival
2016-03-01CT policy validationRob Percival
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-26Normalise the include directives in ct_test.cRichard Levitte
2016-02-25Tests for parsing and printing certificates containing SCTsRob Percival