aboutsummaryrefslogtreecommitdiff
path: root/test/ssl_test.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-18Test that the peers send at most one fatal alertEmilia Kasper1-0/+10
2016-08-10Add TEST_checkEmilia Kasper1-12/+12
2016-08-08Fix ALPN tests when NPN is offEmilia Kasper1-2/+2
2016-08-08Reorganize SSL test structuresEmilia Kasper1-14/+14
2016-08-01Fix various no-*s.Ben Laurie1-0/+4
2016-07-21Test client-side resumptionEmilia Kasper1-3/+12
2016-07-20SSL test framework: port resumption testsEmilia Kasper1-2/+33
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper1-31/+58
2016-06-28SSL test framework: port SNI testsEmilia Kasper1-17/+18
2016-06-13SSL test: only write out server2 when testing SNIEmilia Kasper1-5/+6
2016-06-13Port DTLS version negotiation testsEmilia Kasper1-4/+19
2016-06-13Clean up following new SNI testsEmilia Kasper1-33/+7
2016-06-09Fix session ticket and SNITodd Short1-4/+66
2016-05-17Copyright consolidation 02/10Rich Salz1-4/+3
2016-05-12Remove proxy tests. Add verify callback tests.Emilia Kasper1-3/+3
2016-04-14Don't use deprecated CONF_modules_free() in testsViktor Dukhovni1-1/+0
2016-04-07Better use BIO_snprintf() than snprintf(), in case the later isn't availableRichard Levitte1-2/+2
2016-04-05testutil: return 1 on successEmilia Kasper1-5/+3
2016-04-05New SSL test frameworkEmilia Kasper1-0/+217