summaryrefslogtreecommitdiff
path: root/test/asynciotest.c
Commit message (Expand)AuthorAgeFilesLines
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use a non-default libctx in sslapitestMatt Caswell2020-04-191-1/+2
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-121-1/+1
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-0/+2
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-151-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell2018-08-151-3/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-191-1/+2
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-5/+37
* Fix some typo and commentsFdaSilvaYY2017-08-121-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-14/+9
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Convert asynciotest for the new test frameworkMatt Caswell2017-04-111-115/+102
* Let test handshakes stop on certain errorsBenjamin Kaduk2017-02-231-1/+1
* 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