aboutsummaryrefslogtreecommitdiffstats
path: root/test/asynciotest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-1/+1
* Fix an uninit variable usageMatt Caswell2016-11-231-1/+1
* Fix the tests following the state machine changes for TLSv1.3Matt Caswell2016-11-231-4/+20
* Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx2016-11-211-15/+42
* Add a test for BIO_read() returning 0 in SSL_read() (and also for write)Matt Caswell2016-10-281-1/+42
* Split create_ssl_connection()Matt Caswell2016-08-191-2/+7
* Add some session API testsMatt Caswell2016-06-131-87/+15
* Add an async io testMatt Caswell2016-05-201-0/+380