aboutsummaryrefslogtreecommitdiff
path: root/test/asynciotest.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-0/+2
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell1-3/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
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-1/+2
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell1-5/+37
2017-08-12Fix some typo and commentsFdaSilvaYY1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-14/+9
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-11Convert asynciotest for the new test frameworkMatt Caswell1-115/+102
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk1-1/+1
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY1-1/+1
2016-11-23Fix an uninit variable usageMatt Caswell1-1/+1
2016-11-23Fix the tests following the state machine changes for TLSv1.3Matt Caswell1-4/+20
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx1-15/+42
2016-10-28Add a test for BIO_read() returning 0 in SSL_read() (and also for write)Matt Caswell1-1/+42
2016-08-19Split create_ssl_connection()Matt Caswell1-2/+7
2016-06-13Add some session API testsMatt Caswell1-87/+15
2016-05-20Add an async io testMatt Caswell1-0/+380