aboutsummaryrefslogtreecommitdiff
path: root/test/testutil
AgeCommit message (Expand)AuthorFilesLines
2020-12-15test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli1-1/+1
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb1-28/+37
2020-12-02Print random seed on test failure.Pauli1-6/+9
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-0/+0
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell1-4/+8
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-3/+3
2020-08-21testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb1-0/+51
2020-08-06Update copyright yearMatt Caswell1-1/+1
2020-08-01TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte1-8/+8
2020-07-24TEST: Add new serializer and deserializer testRichard Levitte1-1/+1
2020-06-25Update copyright yearMatt Caswell5-5/+5
2020-06-06TESTUTIL: Adjust the rest of testutilRichard Levitte2-20/+18
2020-06-06TESTUTIL: Separate TAP output and other output by BIO filterRichard Levitte4-162/+86
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-04-29Amend references to "OpenSSL license"Shourya Shukla2-2/+2
2020-04-23Update copyright yearMatt Caswell2-2/+2
2020-02-03Fix common test framework optionsMatt Caswell1-0/+15
2020-01-10testutil_init.c: fix compilation error with enable-traceDr. Matthias St. Pierre1-4/+3
2019-12-14Deprecate most of debug-memoryRich Salz1-28/+0
2019-11-14testutil/init.c rename to testutil/testutil_init.cPatrick Steuer1-0/+0
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz1-1/+1
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-3/+3
2019-08-09Extend tests of SSL_check_chain()Matt Caswell1-0/+18
2019-07-29Add weak platform independent PRNG to test framework.Pauli2-3/+43
2019-07-16remove end of line spacesPauli1-2/+2
2019-07-16Remove tab characters from C source files.Pauli1-2/+2
2019-06-21Print thread IDs nicely.Pauli1-11/+8
2019-06-20test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte1-1/+7
2019-06-19Add tracing capability in test utilitiesRichard Levitte1-0/+125
2019-06-03Really fail if we have a test failureMatt Caswell1-0/+2
2019-05-09Test skip option.Pauli3-33/+47
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