aboutsummaryrefslogtreecommitdiff
path: root/test/testutil.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-21testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb1-18/+23
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb1-1/+6
2020-08-01TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte1-4/+6
2020-06-24test: update EVP tests to include DRBG testingPauli1-1/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-03Fix common test framework optionsMatt Caswell1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-3/+3
2019-08-09Extend tests of SSL_check_chain()Matt Caswell1-0/+3
2019-07-29Add weak platform independent PRNG to test framework.Pauli1-0/+8
2019-05-09Test skip option.Pauli1-0/+5
2019-03-12OSSL_PARAM helper functions.Pauli1-0/+9
2019-02-13Move libapps headers into their own directoryRichard Levitte1-1/+1
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-13/+82
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-11-28Test support for time_t comparisons.Pauli1-0/+8
2017-11-13Factorise duplicated code.FdaSilvaYY1-0/+6
2017-11-07style : fix some if(...FdaSilvaYY1-1/+1
2017-10-31testutil.h: Remove duplicate test macrosDr. Matthias St. Pierre1-7/+0
2017-08-12Fix some typo and commentsFdaSilvaYY1-3/+3
2017-08-07Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli1-6/+8
2017-08-02Remove EXECUTE_TEST_NO_TEARDOWN.Pauli1-5/+0
2017-07-28Formatting & declaration cleanse.Pauli1-2/+2
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-29/+34
2017-07-05Remove the TEST_check macro.Pauli1-13/+0
2017-06-23Remove uses of the TEST_check macro.Pauli1-1/+1
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli1-1/+3
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli1-0/+10
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-06-05Use common STANZA for bn and exp testsRich Salz1-0/+44
2017-05-11testutil: add the possibility to set the current test titleRichard Levitte1-0/+1
2017-05-09Add test_test tests for bignums.Pauli1-0/+4
2017-05-09Add BN support to the test infrastructure.Pauli1-0/+36
2017-04-28testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte1-1/+3
2017-04-28testutil: make subtest_level() internalRichard Levitte1-1/+0
2017-04-28testutil: Move printing function declarations to "internal" headerRichard Levitte1-17/+1
2017-04-25TAPify testutilRichard Levitte1-2/+10
2017-04-24Avoid using BIO streams in bioprinttest.cRichard Levitte1-0/+6
2017-04-24Refactor the test framework testutilRichard Levitte1-9/+37
2017-04-18Convert more testsRich Salz1-0/+10
2017-04-13Guarantee single argument evaluation for test macros.Pauli1-42/+48
2017-04-10Make test marcos for true/false checks reliable for all integral types.Pauli1-2/+2
2017-03-29Test infrastructure additions.Pauli1-4/+164
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger1-1/+1
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-10/+54
2016-11-07Simplify tests part 2Emilia Kasper1-0/+5
2016-11-04Don't create fixtures for simple testsEmilia Kasper1-7/+8
2016-11-02TEST_check macro: don't end with semiEmilia Kasper1-1/+1
2016-08-10Add TEST_checkEmilia Kasper1-0/+15
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper1-0/+9
2016-05-17Copyright consolidation 02/10Rich Salz1-54/+6