Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-11Update copyright yearMatt Caswell
2018-06-22testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]Dr. Matthias St. Pierre
2018-06-21Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger
2018-02-27Update copyright yearMatt Caswell
2018-02-13VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-01Add missing \n in some testutil outputRichard Levitte
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-11-28Test support for time_t comparisons.Pauli
2017-11-13Factorise duplicated code.FdaSilvaYY
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-12Many spelling fixes/typo's corrected.Josh Soref
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22Fix ctype arguments.Pauli
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-10Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-15testutil: stanza files are text files, open them as suchRichard Levitte
2017-07-14Remove trailing blanks.Pauli
2017-06-23Fix a memory leak in the new TAP filter BIOMatt Caswell
2017-06-22TAP line filter BIO.Pauli
2017-06-20Update tests to avoid printf to stdout/stderr when running as test cases.Pauli
2017-06-17Fix va_list processing in test_note()Richard Levitte
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli
2017-06-05Use common STANZA for bn and exp testsRich Salz
2017-05-23Fix va_arg all in test_error_c90Rich Salz
2017-05-22Reformat the string output to be more in line with the decisions made in #3465Pauli
2017-05-22Bring the memory output inline with the suggestions in #3465.Pauli
2017-05-19Reformat the output of BIGNUMS where test cases fail.Pauli
2017-05-15Randomise the ordering of the C unit tests.Pauli
2017-05-12Add "Title" directive to evp_testRich Salz
2017-05-11testutil: Fix non-standard subtest outputRichard Levitte
2017-05-11testutil: add the possibility to set the current test titleRichard Levitte
2017-05-11Clarify that a test failedRichard Levitte
2017-05-11Add a descriptive header to diff output from failed tests.Pauli
2017-05-09Add BN support to the test infrastructure.Pauli
2017-05-04Test framework output improvement.Pauli
2017-05-01Fix a stack smashRich Salz
2017-04-28testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte
2017-04-28testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte
2017-04-28testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte
2017-04-28testutil: make subtest_level() internalRichard Levitte
2017-04-28testutil: Move printing function declarations to "internal" headerRichard Levitte
2017-04-26test: don't make it more complicated than necessary.Andy Polyakov
2017-04-25Tapify libtestutil a bit betterRichard Levitte
2017-04-25TAPify testutilRichard Levitte
2017-04-24Refactor the test framework testutilRichard Levitte