aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssltestlib.c
Commit message (Expand)AuthorAgeFilesLines
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Add some tests for the new TLSv1.3 PSK codeMatt Caswell2017-06-211-0/+8
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Add a test for SNI in conjunction with custom extensionsMatt Caswell2017-05-101-2/+3
* Convert dtls_mtu_test, dtlsv1listentestRich Salz2017-04-261-98/+56
* Move PRIu64, OSSLzu to e_os.hRich Salz2017-03-281-0/+1
* Let test handshakes stop on certain errorsBenjamin Kaduk2017-02-231-1/+5
* Use correct variable in test diagnosticBenjamin Kaduk2017-02-231-1/+1
* Update create_ssl_connection() to make sure its gets a sessionMatt Caswell2017-01-301-0/+17
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-2/+2
* Fix the tests following the state machine changes for TLSv1.3Matt Caswell2016-11-231-1/+1
* test: add TLS application data corruption test.Andy Polyakov2016-11-101-0/+4
* Fix some mem leaks in sslapitestMatt Caswell2016-09-261-1/+1
* ssltestlib: Tell compiler we don't care about the value when we don'tRichard Levitte2016-08-221-1/+1
* MEMPACKET is typedef'd in ssltestlib.h, don't do so again in ssltestlib.cRichard Levitte2016-08-191-2/+2
* Fix some clang warningsMatt Caswell2016-08-191-2/+0
* Split create_ssl_connection()Matt Caswell2016-08-191-24/+31
* Add a DTLS packet mem BIOMatt Caswell2016-08-191-0/+296
* Add a (D)TLS dumper BIOMatt Caswell2016-08-191-0/+219
* Add more session testsMatt Caswell2016-07-191-14/+27
* Use the SSL_METHODs passed to create_ssl_ctx_pair()Matt Caswell2016-07-011-2/+2
* Add some session API testsMatt Caswell2016-06-131-0/+145