summaryrefslogtreecommitdiffstats
path: root/test/asynciotest.c
AgeCommit message (Expand)Author
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-03-20Update copyright yearMatt Caswell
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-08-12Fix some typo and commentsFdaSilvaYY
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-04-24Adapt all test programsRichard Levitte
2017-04-11Convert asynciotest for the new test frameworkMatt Caswell
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2016-11-23Fix an uninit variable usageMatt Caswell
2016-11-23Fix the tests following the state machine changes for TLSv1.3Matt Caswell
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-10-28Add a test for BIO_read() returning 0 in SSL_read() (and also for write)Matt Caswell
2016-08-19Split create_ssl_connection()Matt Caswell
2016-06-13Add some session API testsMatt Caswell
2016-05-20Add an async io testMatt Caswell