aboutsummaryrefslogtreecommitdiff
path: root/test/ct_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-09Extend tests of SSL_check_chain()Matt Caswell1-21/+2
2019-03-11fix truncation of integers on 32bit AIXShane Lontis1-2/+2
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-09-13Add an explicit cast to time_tMatt Caswell1-2/+2
2018-02-26test/ct_test.c: remove dependency on -lm.Andy Polyakov1-4/+4
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte1-1/+1
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-2/+3
2017-08-07Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli1-1/+25
2017-08-04Test fixtures changed to pointers.Pauli1-82/+85
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-4/+2
2017-07-05Fix compiler warningsPauli1-3/+3
2017-06-19Fix preprocessor indentation.Pauli1-12/+11
2017-06-09Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk1-9/+24
2017-05-22Fixed merge nonsenseAlex Gaynor1-2/+0
2017-05-22Newlines!Alex Gaynor1-0/+2
2017-05-22Update the test to assert that the SCT is from an X.509 extensionAlex Gaynor1-9/+8
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-18Convert more testsRich Salz1-155/+75
2016-11-16Make sure things get deleted when test setup fails in ct_test.cRob Percival1-14/+13
2016-11-16Use valid signature in test_decode_tls_sct()Rob Percival1-2/+2
2016-11-16Construct SCT from base64 in ct_testRob Percival1-26/+12
2016-11-15Add test for CT_POLICY_EVAL_CTX default timeRob Percival1-0/+26
2016-11-15Check that SCT timestamps are not in the futureRob Percival1-5/+26
2016-11-10Fix no-ct in test/ct_test.cRichard Levitte1-0/+6
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-23/+4
2016-11-07Simplify tests part 2Emilia Kasper1-4/+4
2016-11-04testutil: always print errors on failureEmilia Kasper1-1/+0
2016-09-22Add -Wswitch-enumRich Salz1-1/+4
2016-08-15Improves CTLOG_STORE settersRob Percival1-3/+4
2016-06-20Tests should check validation status directlyRob Percival1-45/+47
2016-06-20Test SCT listsRob Percival1-23/+30
2016-05-17Copyright consolidation 02/10Rich Salz1-50/+5
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper1-2/+5
2016-04-07Suppress CT callback as appropriateViktor Dukhovni1-11/+11
2016-04-06Add missing mem leak test activation and checksFdaSilvaYY1-0/+10
2016-04-05testutil: return 1 on successEmilia Kasper1-24/+10
2016-03-10check reviewer --reviewer=emiliaRob Percival1-1/+1
2016-03-09Make ct_dir and certs_dir static in test/ct_test.cRichard Levitte1-2/+2
2016-03-09Make SCT literals into const variables in ct_test.cRob Percival1-14/+19
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival1-6/+11
2016-03-09Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.cRob Percival1-4/+0
2016-03-09Use SCT_VERSION_V1 in place of literal 0 in ct_test.cRob Percival1-1/+1
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival1-8/+28
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte1-44/+95
2016-03-07Minor update to includes and documentation for ct_test.cRob Percival1-2/+2
2016-03-07Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival1-1/+1
2016-03-07Fixes memory leaks in CT codeRob Percival1-5/+5
2016-03-01CT policy validationRob Percival1-19/+150
2016-02-26Public API for Certificate TransparencyRob Percival1-2/+1