aboutsummaryrefslogtreecommitdiff
path: root/test/ssltestlib.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias1-3/+13
2019-01-24Make sure we trigger retransmits in DTLS testingMatt Caswell1-7/+24
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY1-2/+4
2019-01-06Fix no-sockMatt Caswell1-7/+2
2018-12-07sslapitest: add test ktlsBoris Pismenny1-0/+121
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-10-26Add a test for duplicated DTLS recordsMatt Caswell1-23/+57
2018-09-21Add a test for the certificate callbackMatt Caswell1-1/+3
2018-06-27Add a bi-directional shutdown testMatt Caswell1-4/+22
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell1-6/+9
2018-05-11Test an old style PSK callback with no cert will prefer SHA-256Matt Caswell1-6/+9
2018-05-08Add a DTLS test for dropped recordsMatt Caswell1-6/+77
2018-05-02Fix a bug in create_ssl_ctx_pair()Matt Caswell1-2/+2
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte1-0/+17
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-06-21Add some tests for the new TLSv1.3 PSK codeMatt Caswell1-0/+8
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-05-10Add a test for SNI in conjunction with custom extensionsMatt Caswell1-2/+3
2017-04-26Convert dtls_mtu_test, dtlsv1listentestRich Salz1-98/+56
2017-03-28Move PRIu64, OSSLzu to e_os.hRich Salz1-0/+1
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk1-1/+5
2017-02-23Use correct variable in test diagnosticBenjamin Kaduk1-1/+1
2017-01-30Update create_ssl_connection() to make sure its gets a sessionMatt Caswell1-0/+17
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY1-2/+2
2016-11-23Fix the tests following the state machine changes for TLSv1.3Matt Caswell1-1/+1
2016-11-10test: add TLS application data corruption test.Andy Polyakov1-0/+4
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