summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-05-29Fix certificate version number in testThijs Wenker
2017-05-26Fix use of "can_load()" in run_tests.pl.Rainer Jung
2017-05-26test/evp_test.c: improve output in case of errors.Andy Polyakov
2017-05-25Fix BoringSSL alert related test failuresMatt Caswell
2017-05-23Fix va_arg all in test_error_c90Rich Salz
2017-05-23Revise evp_test parser; make like bn_testRich Salz
2017-05-23Add titles to groups of EVP testsRich Salz
2017-05-23Fix line numbering for errors.Rich 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-22Fixed merge nonsenseAlex Gaynor
2017-05-22Newlines!Alex Gaynor
2017-05-22Update the test to assert that the SCT is from an X.509 extensionAlex Gaynor
2017-05-22Fix the mem_sec "small arena"Todd Short
2017-05-22test/secmemtest.c: clarify limitations for huge secure memory arena test.Andy Polyakov
2017-05-21test/run_tests.pl: don't mask test failures.Andy Polyakov
2017-05-20test/test_test.c: fix wrong BN test [and rearrange tests a little bit].Andy Polyakov
2017-05-20Tweak sec_mem testsTodd Short
2017-05-20move comments to same line as fieldsDr. Stephen Henson
2017-05-20Add test data for EVP_DigestSign/EVP_DigestVerify tests.Dr. Stephen Henson
2017-05-20Add test support for "oneshot" versions EVP_DigestSign, EVP_DigestVerify.Dr. Stephen Henson
2017-05-20Add tests in evp_test for EVP_Digest{Sign,Verify}{Init,Update,Final}Dr. Stephen Henson
2017-05-19remove duplicate testsDr. Stephen Henson
2017-05-19Add testsDr. Stephen Henson
2017-05-19Add support for multiple update calls in evp_testDr. Stephen Henson
2017-05-19Reformat the output of BIGNUMS where test cases fail.Pauli
2017-05-17Fix compile error/warning in packettest.cTodd Short
2017-05-17Add a test for a missing sig algs extensionMatt Caswell
2017-05-17Add tests for unsolicited extensionsMatt Caswell
2017-05-17Don't allow fragmented alertsMatt Caswell
2017-05-15Use BIO not FILE for test fileRich Salz
2017-05-15Randomise the ordering of the C unit tests.Pauli
2017-05-12Review feedback; use single main, #ifdef ADD_TESTRich Salz
2017-05-12Convert shlibloadtest to new frameworkRich Salz
2017-05-12Add "Title" directive to evp_testRich Salz
2017-05-11Use scalar, not length; fixes test_evpRich Salz
2017-05-11Rename evptests.txt to evppkey.txtRich Salz
2017-05-11Split test/evptests.txt into separate files.Rich Salz
2017-05-11Fix infinite loops in secure memory allocation.Todd Short
2017-05-11testutil: Fix non-standard subtest outputRichard Levitte
2017-05-11evp_test: use the test file name as the test titleRichard Levitte
2017-05-11testutil: add the possibility to set the current test titleRichard Levitte
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-05-11Use compare_mem wrapperRich Salz
2017-05-11Address some feedbackRich Salz
2017-05-11Convert of evp_test to frameworkRich Salz
2017-05-11Clarify that a test failedRichard Levitte
2017-05-11Add a descriptive header to diff output from failed tests.Pauli
2017-05-10Add a test for SNI in conjunction with custom extensionsMatt Caswell
2017-05-10Prefer TAP::Harness over Test::HarnessRichard Levitte