aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssltestlib.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-3/+13
* Make sure we trigger retransmits in DTLS testingMatt Caswell2019-01-241-7/+24
* Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY2019-01-081-2/+4
* Fix no-sockMatt Caswell2019-01-061-7/+2
* sslapitest: add test ktlsBoris Pismenny2018-12-071-0/+121
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Add a test for duplicated DTLS recordsMatt Caswell2018-10-261-23/+57
* Add a test for the certificate callbackMatt Caswell2018-09-211-1/+3
* Add a bi-directional shutdown testMatt Caswell2018-06-271-4/+22
* Change the default number of NewSessionTickets we send to 2Matt Caswell2018-05-171-6/+9
* Test an old style PSK callback with no cert will prefer SHA-256Matt Caswell2018-05-111-6/+9
* Add a DTLS test for dropped recordsMatt Caswell2018-05-081-6/+77
* Fix a bug in create_ssl_ctx_pair()Matt Caswell2018-05-021-2/+2
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-191-0/+17
* 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