aboutsummaryrefslogtreecommitdiff
path: root/test/ct_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23Invoke tear_down when exiting test_encode_tls_sct() prematurelyshridhar kalavagunta1-2/+7
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-01-25test/ct_test.c: Add the missing check after calling sk_SCT_new_nullJiasheng Jiang1-0/+3
2020-09-13Fix safestack issues in ct.hMatt Caswell1-2/+0
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb1-16/+0
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+3
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-05Create a new embeddedSCTs1 that's signed using SHA256Kurt Roeckx1-1/+5
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