summaryrefslogtreecommitdiff
path: root/test/ct_test.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* test/ct_test.c: Add the missing check after calling sk_SCT_new_nullJiasheng Jiang2022-01-251-0/+3
* Fix safestack issues in ct.hMatt Caswell2020-09-131-2/+0
* testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb2020-08-211-16/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Create a new embeddedSCTs1 that's signed using SHA256Kurt Roeckx2020-02-051-1/+5
* Extend tests of SSL_check_chain()Matt Caswell2019-08-091-21/+2
* fix truncation of integers on 32bit AIXShane Lontis2019-03-111-2/+2
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Add an explicit cast to time_tMatt Caswell2018-09-131-2/+2
* test/ct_test.c: remove dependency on -lm.Andy Polyakov2018-02-261-4/+4
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Reduce the use of e_os.h in test programsRichard Levitte2018-01-221-1/+1
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-2/+3
* 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