aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil/tests.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-1/+0
* QUIC wire format supportHugo Landau2022-05-271-21/+23
* check the return value of BN_new() and BN_dup()x20182021-11-031-6/+6
* Update copyright yearMatt Caswell2020-08-061-1/+1
* TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte2020-08-011-8/+8
* Test skip option.Pauli2019-05-091-0/+23
* OSSL_PARAM helper functions.Pauli2019-03-121-0/+1
* Use the proper fonst castChristos Zoulas2018-12-091-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Test support for time_t comparisons.Pauli2017-11-281-0/+30
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* TAP line filter BIO.Pauli2017-06-221-4/+1
* 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-161-420/+30
* 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
* 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-281-6/+4
* testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte2017-04-281-0/+5
* testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte2017-04-281-11/+3
* testutil: make subtest_level() internalRichard Levitte2017-04-281-2/+1
* testutil: Move printing function declarations to "internal" headerRichard Levitte2017-04-281-0/+1
* TAPify testutilRichard Levitte2017-04-251-0/+2
* Refactor the test framework testutilRichard Levitte2017-04-241-0/+342