aboutsummaryrefslogtreecommitdiff
path: root/test/testutil
AgeCommit message (Expand)AuthorFilesLines
2019-03-12OSSL_PARAM helper functions.Pauli1-0/+1
2019-03-05testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte2-0/+31
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis5-98/+264
2019-02-05Remove unnecessary trailing whitespaceSam Roberts1-1/+1
2018-12-09Add a format attribute to the format functions and fix the broken formatChristos Zoulas3-14/+38
2018-12-09Fix const issuesChristos Zoulas1-3/+4
2018-12-09Use a const variableChristos Zoulas1-1/+2
2018-12-09Use the proper fonst castChristos Zoulas1-1/+1
2018-12-09don't pass const string where a modifyable string is expectedChristos Zoulas1-1/+2
2018-12-09add missing "void" in prototype.Christos Zoulas1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte13-13/+13
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-06-22testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]Dr. Matthias St. Pierre1-1/+1
2018-06-21Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger1-1/+1
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-13VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte1-1/+5
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31Add missing \n in some testutil outputRichard Levitte1-2/+2
2017-12-15Fix invalid function type casts.Bernd Edlinger1-2/+2
2017-11-28Test support for time_t comparisons.Pauli1-0/+30
2017-11-13Factorise duplicated code.FdaSilvaYY1-0/+25
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-0/+4
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz4-4/+4
2017-08-22Fix ctype arguments.Pauli2-4/+4
2017-08-18Remove tests dependence on e_os.hPauli5-5/+5
2017-08-10Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb1-2/+3
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli7-57/+159
2017-07-15testutil: stanza files are text files, open them as suchRichard Levitte1-1/+1
2017-07-14Remove trailing blanks.Pauli1-1/+1
2017-06-23Fix a memory leak in the new TAP filter BIOMatt Caswell1-1/+1
2017-06-22TAP line filter BIO.Pauli6-47/+203
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli1-0/+11
2017-06-17Fix va_list processing in test_note()Richard Levitte1-2/+4
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli4-420/+589
2017-06-05Use common STANZA for bn and exp testsRich Salz1-0/+157
2017-05-23Fix va_arg all in test_error_c90Rich Salz1-1/+1
2017-05-22Reformat the string output to be more in line with the decisions made in #3465Pauli1-21/+20
2017-05-22Bring the memory output inline with the suggestions in #3465.Pauli1-26/+19
2017-05-19Reformat the output of BIGNUMS where test cases fail.Pauli1-48/+200
2017-05-15Randomise the ordering of the C unit tests.Pauli1-10/+52
2017-05-12Add "Title" directive to evp_testRich Salz1-2/+3
2017-05-11testutil: Fix non-standard subtest outputRichard Levitte1-5/+5
2017-05-11testutil: add the possibility to set the current test titleRichard Levitte1-4/+22
2017-05-11Clarify that a test failedRichard Levitte1-1/+1
2017-05-11Add a descriptive header to diff output from failed tests.Pauli1-0/+15
2017-05-09Add BN support to the test infrastructure.Pauli1-0/+130
2017-05-04Test framework output improvement.Pauli1-114/+267
2017-05-01Fix a stack smashRich Salz1-27/+44
2017-04-28testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte4-19/+5