summaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
AgeCommit message (Expand)Author
2024-04-23Invoke tear_down when exiting test_encode_tls_sct() prematurelyshridhar kalavagunta
2022-05-03Update copyright yearMatt Caswell
2022-01-25test/ct_test.c: Add the missing check after calling sk_SCT_new_nullJiasheng Jiang
2020-09-13Fix safestack issues in ct.hMatt Caswell
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-02-05Create a new embeddedSCTs1 that's signed using SHA256Kurt Roeckx
2019-08-09Extend tests of SSL_check_chain()Matt Caswell
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-09-13Add an explicit cast to time_tMatt Caswell
2018-02-26test/ct_test.c: remove dependency on -lm.Andy Polyakov
2018-02-13Update copyright yearMatt Caswell
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-08-07Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli
2017-08-04Test fixtures changed to pointers.Pauli
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-05Fix compiler warningsPauli
2017-06-19Fix preprocessor indentation.Pauli
2017-06-09Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk
2017-05-22Fixed merge nonsenseAlex Gaynor
2017-05-22Newlines!Alex Gaynor
2017-05-22Update the test to assert that the SCT is from an X.509 extensionAlex Gaynor
2017-04-24Adapt all test programsRichard Levitte
2017-04-18Convert more testsRich Salz
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-11-10Fix no-ct in test/ct_test.cRichard Levitte
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper
2016-11-07Simplify tests part 2Emilia Kasper
2016-11-04testutil: always print errors on failureEmilia Kasper
2016-09-22Add -Wswitch-enumRich Salz
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