aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssl_test.c
Commit message (Expand)AuthorAgeFilesLines
* Session resume broken switching contextsTodd Short2017-10-041-0/+14
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-10/+9
* Remove the TEST_check macro.Pauli2017-07-051-1/+2
* Remove uses of the TEST_check macro.Pauli2017-06-231-23/+23
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-13/+12
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Add ExpectedServerCANamesDr. Stephen Henson2017-04-031-48/+57
* Test infrastructure additions.Pauli2017-03-291-71/+59
* Add ExpectedClientCANamesDr. Stephen Henson2017-03-161-0/+57
* Use the built in boolean type for CompressionExpectedMatt Caswell2017-03-021-3/+3
* Add compression testsMatt Caswell2017-03-021-0/+11
* Add test support for TLS signature types.Dr. Stephen Henson2017-01-301-0/+16
* Add options to check TLS signing hashesDr. Stephen Henson2017-01-201-12/+26
* add ECDSA test server certificateDr. Stephen Henson2017-01-151-1/+1
* Add options to check certificate types.Dr. Stephen Henson2017-01-151-6/+29
* Add new ssl_test option.Dr. Stephen Henson2017-01-081-0/+12
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-091-1/+3
* Simplify tests part 2Emilia Kasper2016-11-071-32/+6
* testutil: always print errors on failureEmilia Kasper2016-11-041-2/+0
* Test that the peers send at most one fatal alertEmilia Kasper2016-08-181-0/+10
* Add TEST_checkEmilia Kasper2016-08-101-12/+12
* Fix ALPN tests when NPN is offEmilia Kasper2016-08-081-2/+2
* Reorganize SSL test structuresEmilia Kasper2016-08-081-14/+14
* Fix various no-*s.Ben Laurie2016-08-011-0/+4
* Test client-side resumptionEmilia Kasper2016-07-211-3/+12
* SSL test framework: port resumption testsEmilia Kasper2016-07-201-2/+33
* SSL test framework: port NPN and ALPN testsEmilia Kasper2016-07-191-31/+58
* SSL test framework: port SNI testsEmilia Kasper2016-06-281-17/+18
* SSL test: only write out server2 when testing SNIEmilia Kasper2016-06-131-5/+6
* Port DTLS version negotiation testsEmilia Kasper2016-06-131-4/+19
* Clean up following new SNI testsEmilia Kasper2016-06-131-33/+7
* Fix session ticket and SNITodd Short2016-06-091-4/+66
* Copyright consolidation 02/10Rich Salz2016-05-171-4/+3
* Remove proxy tests. Add verify callback tests.Emilia Kasper2016-05-121-3/+3
* Don't use deprecated CONF_modules_free() in testsViktor Dukhovni2016-04-141-1/+0
* Better use BIO_snprintf() than snprintf(), in case the later isn't availableRichard Levitte2016-04-071-2/+2
* testutil: return 1 on successEmilia Kasper2016-04-051-5/+3
* New SSL test frameworkEmilia Kasper2016-04-051-0/+217