summaryrefslogtreecommitdiffstats
path: root/test/asynciotest.c
AgeCommit message (Expand)Author
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-19Use a non-default libctx in sslapitestMatt Caswell
2020-02-03Fix common test framework optionsMatt Caswell
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
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