aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
* Add a format attribute to the format functions and fix the broken formatChristos Zoulas2018-12-093-14/+38
* Fix const issuesChristos Zoulas2018-12-091-3/+4
* Use a const variableChristos Zoulas2018-12-091-1/+2
* Use the proper fonst castChristos Zoulas2018-12-091-1/+1
* don't pass const string where a modifyable string is expectedChristos Zoulas2018-12-091-1/+2
* add missing "void" in prototype.Christos Zoulas2018-12-091-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-0613-13/+13
* Update copyright yearMatt Caswell2018-09-111-1/+1
* testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]Dr. Matthias St. Pierre2018-06-221-1/+1
* Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger2018-06-211-1/+1
* Update copyright yearMatt Caswell2018-02-271-1/+1
* VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte2018-02-131-1/+5
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Add missing \n in some testutil outputRichard Levitte2018-01-311-2/+2
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Test support for time_t comparisons.Pauli2017-11-281-0/+30
* Factorise duplicated code.FdaSilvaYY2017-11-131-0/+25
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-0/+4
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-224-4/+4
* Fix ctype arguments.Pauli2017-08-222-4/+4
* Remove tests dependence on e_os.hPauli2017-08-185-5/+5
* Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb2017-08-101-2/+3
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-277-57/+159
* testutil: stanza files are text files, open them as suchRichard Levitte2017-07-151-1/+1
* Remove trailing blanks.Pauli2017-07-141-1/+1
* Fix a memory leak in the new TAP filter BIOMatt Caswell2017-06-231-1/+1
* TAP line filter BIO.Pauli2017-06-226-47/+203
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-0/+11
* Fix va_list processing in test_note()Richard Levitte2017-06-171-2/+4
* Add output routines to allow consistent formatting of memory, stringsPauli2017-06-164-420/+589
* Use common STANZA for bn and exp testsRich Salz2017-06-051-0/+157
* Fix va_arg all in test_error_c90Rich Salz2017-05-231-1/+1
* Reformat the string output to be more in line with the decisions made in #3465Pauli2017-05-221-21/+20
* Bring the memory output inline with the suggestions in #3465.Pauli2017-05-221-26/+19
* Reformat the output of BIGNUMS where test cases fail.Pauli2017-05-191-48/+200
* Randomise the ordering of the C unit tests.Pauli2017-05-151-10/+52
* Add "Title" directive to evp_testRich Salz2017-05-121-2/+3
* testutil: Fix non-standard subtest outputRichard Levitte2017-05-111-5/+5
* testutil: add the possibility to set the current test titleRichard Levitte2017-05-111-4/+22
* Clarify that a test failedRichard Levitte2017-05-111-1/+1
* Add a descriptive header to diff output from failed tests.Pauli2017-05-111-0/+15
* Add BN support to the test infrastructure.Pauli2017-05-091-0/+130
* Test framework output improvement.Pauli2017-05-041-114/+267
* Fix a stack smashRich Salz2017-05-011-27/+44
* testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte2017-04-284-19/+5
* testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte2017-04-284-7/+27
* testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte2017-04-284-34/+55
* testutil: make subtest_level() internalRichard Levitte2017-04-283-2/+12