aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssl_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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