summaryrefslogtreecommitdiff
path: root/test/testutil
Commit message (Expand)AuthorAgeFilesLines
* testutil_init.c: fix compilation error with enable-traceDr. Matthias St. Pierre2020-01-101-4/+3
* Deprecate most of debug-memoryRich Salz2019-12-141-28/+0
* testutil/init.c rename to testutil/testutil_init.cPatrick Steuer2019-11-141-0/+0
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* Extend tests of SSL_check_chain()Matt Caswell2019-08-091-0/+18
* Add weak platform independent PRNG to test framework.Pauli2019-07-292-3/+43
* remove end of line spacesPauli2019-07-161-2/+2
* Remove tab characters from C source files.Pauli2019-07-161-2/+2
* Print thread IDs nicely.Pauli2019-06-211-11/+8
* test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte2019-06-201-1/+7
* Add tracing capability in test utilitiesRichard Levitte2019-06-191-0/+125
* Really fail if we have a test failureMatt Caswell2019-06-031-0/+2
* Test skip option.Pauli2019-05-093-33/+47
* OSSL_PARAM helper functions.Pauli2019-03-121-0/+1
* testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte2019-03-052-0/+31
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-115-98/+264
* 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