summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename evptests.txt to evppkey.txtRich Salz2017-05-112-1/+1
* Split test/evptests.txt into separate files.Rich Salz2017-05-118-3690/+3842
* Fix infinite loops in secure memory allocation.Todd Short2017-05-111-0/+21
* testutil: Fix non-standard subtest outputRichard Levitte2017-05-111-5/+5
* evp_test: use the test file name as the test titleRichard Levitte2017-05-111-0/+1
* testutil: add the possibility to set the current test titleRichard Levitte2017-05-112-4/+23
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-3/+3
* Use compare_mem wrapperRich Salz2017-05-111-47/+29
* Address some feedbackRich Salz2017-05-111-6/+9
* Convert of evp_test to frameworkRich Salz2017-05-112-596/+552
* 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 a test for SNI in conjunction with custom extensionsMatt Caswell2017-05-102-12/+59
* Prefer TAP::Harness over Test::HarnessRichard Levitte2017-05-101-11/+47
* Add test_test tests for bignums.Pauli2017-05-092-0/+74
* Add BN support to the test infrastructure.Pauli2017-05-097-119/+321
* Add test for no change following an HRRMatt Caswell2017-05-091-5/+29
* More TLSv1.3 cookie testsMatt Caswell2017-05-091-20/+50
* Fix some copy&paste errors and update following review feedbackMatt Caswell2017-05-091-7/+4
* Add some badly formatted compression methods testsMatt Caswell2017-05-091-0/+113
* Add unit test for PEM_FLAG_ONLY_B64Benjamin Kaduk2017-05-083-2/+84
* Add a test for supported_groups in the EE messageMatt Caswell2017-05-082-2/+15
* test/recipes/95-test_*.t : correct skip_all syntaxRichard Levitte2017-05-062-5/+5
* Rearrange test/recipes/95-test_*.t to use skip_allRichard Levitte2017-05-053-21/+14
* Conversion of the EC tests to use the framework.Pauli2017-05-052-1351/+1103
* Fix tests of TEST tests, as it wereRich Salz2017-05-042-3/+2
* Test framework output improvement.Pauli2017-05-042-115/+296
* test/exptest.c: stop marking progress with a periodRichard Levitte2017-05-041-6/+3
* Add a test for loading serverinfo data from memoryMatt Caswell2017-05-041-0/+73
* Fix an uninit read in igetestMatt Caswell2017-05-041-0/+3
* Update tls13secretstest test vectors for TLSv1.3 draft-20Matt Caswell2017-05-031-35/+35
* Add a test for CT in TLSv1.3Matt Caswell2017-05-031-19/+25
* Add a SERVERINFOV2 format test fileMatt Caswell2017-05-031-0/+8
* Added support for ESSCertIDv2Marek Klein2017-05-031-0/+2
* Update igetest to use the test framework.Pauli2017-05-032-159/+181
* Convert danetest, ssl_test_ctx_testRich Salz2017-05-023-328/+173
* TLS1.3 PaddingTodd Short2017-05-023-1/+61
* Fix time offset calculation.Todd Short2017-05-023-1/+132
* Fix a stack smashRich Salz2017-05-012-162/+207
* Address some -Wold-style-declaration warningsBenjamin Kaduk2017-05-012-12/+12
* test/asn1_encode_test.c: test "next negative minimum" corner case.Andy Polyakov2017-04-301-0/+10
* Ensure blank lines between tests.Rich Salz2017-04-281-12/+161
* Refactor crltest.c to separate the test cases into individual functions.Pauli2017-04-281-90/+84
* testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte2017-04-285-41/+7
* testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte2017-04-286-9/+31
* testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte2017-04-285-37/+59
* testutil: make subtest_level() internalRichard Levitte2017-04-284-3/+12
* testutil: Move printing function declarations to "internal" headerRichard Levitte2017-04-287-17/+36
* Fix a pedantic gcc-7 warning.Bernd Edlinger2017-04-281-1/+1
* Ensure s_client sends an SNI extension by defaultMatt Caswell2017-04-273-13/+14