aboutsummaryrefslogtreecommitdiff
path: root/test/ssltestlib.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-26Fix some mem leaks in sslapitestMatt Caswell1-1/+1
2016-08-22ssltestlib: Tell compiler we don't care about the value when we don'tRichard Levitte1-1/+1
2016-08-19MEMPACKET is typedef'd in ssltestlib.h, don't do so again in ssltestlib.cRichard Levitte1-2/+2
2016-08-19Fix some clang warningsMatt Caswell1-2/+0
2016-08-19Split create_ssl_connection()Matt Caswell1-24/+31
2016-08-19Add a DTLS packet mem BIOMatt Caswell1-0/+296
2016-08-19Add a (D)TLS dumper BIOMatt Caswell1-0/+219
2016-07-19Add more session testsMatt Caswell1-14/+27
2016-07-01Use the SSL_METHODs passed to create_ssl_ctx_pair()Matt Caswell1-2/+2
2016-06-13Add some session API testsMatt Caswell1-0/+145