aboutsummaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
Commit message (Expand)AuthorAgeFilesLines
* Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli2017-08-071-1/+25
* Test fixtures changed to pointers.Pauli2017-08-041-82/+85
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-4/+2
* Fix compiler warningsPauli2017-07-051-3/+3
* Fix preprocessor indentation.Pauli2017-06-191-12/+11
* Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk2017-06-091-9/+24
* Fixed merge nonsenseAlex Gaynor2017-05-221-2/+0
* Newlines!Alex Gaynor2017-05-221-0/+2
* Update the test to assert that the SCT is from an X.509 extensionAlex Gaynor2017-05-221-9/+8
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Convert more testsRich Salz2017-04-181-155/+75
* Make sure things get deleted when test setup fails in ct_test.cRob Percival2016-11-161-14/+13
* Use valid signature in test_decode_tls_sct()Rob Percival2016-11-161-2/+2
* Construct SCT from base64 in ct_testRob Percival2016-11-161-26/+12
* Add test for CT_POLICY_EVAL_CTX default timeRob Percival2016-11-151-0/+26
* Check that SCT timestamps are not in the futureRob Percival2016-11-151-5/+26
* Fix no-ct in test/ct_test.cRichard Levitte2016-11-101-0/+6
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-091-23/+4
* Simplify tests part 2Emilia Kasper2016-11-071-4/+4
* testutil: always print errors on failureEmilia Kasper2016-11-041-1/+0
* Add -Wswitch-enumRich Salz2016-09-221-1/+4
* Improves CTLOG_STORE settersRob Percival2016-08-151-3/+4
* Tests should check validation status directlyRob Percival2016-06-201-45/+47
* Test SCT listsRob Percival2016-06-201-23/+30
* Copyright consolidation 02/10Rich Salz2016-05-171-50/+5
* Fix warnings exposed by clang-3.8Emilia Kasper2016-04-101-2/+5
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-11/+11
* Add missing mem leak test activation and checksFdaSilvaYY2016-04-061-0/+10
* testutil: return 1 on successEmilia Kasper2016-04-051-24/+10
* check reviewer --reviewer=emiliaRob Percival2016-03-101-1/+1
* Make ct_dir and certs_dir static in test/ct_test.cRichard Levitte2016-03-091-2/+2
* Make SCT literals into const variables in ct_test.cRob Percival2016-03-091-14/+19
* Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival2016-03-091-6/+11
* Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.cRob Percival2016-03-091-4/+0
* Use SCT_VERSION_V1 in place of literal 0 in ct_test.cRob Percival2016-03-091-1/+1
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-091-8/+28
* Fix ct_test to not assume it's in the source directoryRichard Levitte2016-03-091-44/+95
* Minor update to includes and documentation for ct_test.cRob Percival2016-03-071-2/+2
* Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival2016-03-071-1/+1
* Fixes memory leaks in CT codeRob Percival2016-03-071-5/+5
* CT policy validationRob Percival2016-03-011-19/+150
* Public API for Certificate TransparencyRob Percival2016-02-261-2/+1
* Normalise the include directives in ct_test.cRichard Levitte2016-02-261-6/+6
* Tests for parsing and printing certificates containing SCTsRob Percival2016-02-251-0/+404