aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Avoid more MSVC-specific C runtime library functionsTanzinul Islam2021-04-191-1/+1
* TEST: Modify testutil's run_tests to display NOSUBTEST cases individuallyRichard Levitte2021-04-181-23/+36
* apps: fix warning about size_t / int conversionArmin Fuerst2021-04-091-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* test: add utility function to set the fake random callback on both the public...Pauli2021-03-021-4/+12
* test: update test_random to create real contexts instead of sharing onePauli2021-03-021-14/+36
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-281-1/+2
* tests: Always print errors before test verdictTomas Mraz2021-02-261-1/+1
* test: add ctx gettable/settable to the generic fake random number generatorPauli2021-02-261-1/+2
* fake_random: Do not overwrite the callback on instatiationTomas Mraz2021-02-251-1/+0
* Ensure that the fake rand is initializedTomas Mraz2021-02-251-0/+8
* test: add framework for generic fake random number generatorPauli2021-02-232-3/+201
* TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb2021-01-131-0/+97
* test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli2020-12-151-1/+1
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-28/+37
* Print random seed on test failure.Pauli2020-12-021-6/+9
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-0/+0
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-4/+8
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb2020-08-211-0/+51
* 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: Add new serializer and deserializer testRichard Levitte2020-07-241-1/+1
* Update copyright yearMatt Caswell2020-06-255-5/+5
* TESTUTIL: Adjust the rest of testutilRichard Levitte2020-06-062-20/+18
* TESTUTIL: Separate TAP output and other output by BIO filterRichard Levitte2020-06-064-162/+86
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Amend references to "OpenSSL license"Shourya Shukla2020-04-292-2/+2
* Update copyright yearMatt Caswell2020-04-232-2/+2
* Fix common test framework optionsMatt Caswell2020-02-031-0/+15
* 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