Add an async io test
authorMatt Caswell <matt@openssl.org>
Thu, 12 May 2016 15:04:10 +0000 (16:04 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 May 2016 13:39:45 +0000 (14:39 +0100)
commitd7295cd6d2e9f01b6aee367004e18c4c0a607565
treeb6d9d85c00afeb3862d5b922e7265e3ad2da4788
parent1689e7e688b3b0ae492932b07f2626f8a4e1e664
Add an async io test

This adds an async IO test. There are two test runs. The first one does
a normal handshake with lots of async IO events. The second one does the
same but this time breaks up all the written records into multiple records
of one byte in length. We do this all the way up until the CCS.

Reviewed-by: Andy Polyakov <appro@openssl.org>
test/asynciotest.c [new file with mode: 0644]
test/build.info
test/recipes/70-test_asyncio.t [new file with mode: 0644]