index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
asynciotest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update code for the final RFC version of TLSv1.3 (RFC8446)
Matt Caswell
2018-08-15
1
-3
/
+1
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto version
Richard Levitte
2018-03-19
1
-1
/
+2
*
Update ServerHello to new draft-22 format
Matt Caswell
2017-12-14
1
-5
/
+37
*
Fix some typo and comments
FdaSilvaYY
2017-08-12
1
-1
/
+1
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-26
1
-14
/
+9
*
Adapt all test programs
Richard Levitte
2017-04-24
1
-1
/
+0
*
Convert asynciotest for the new test framework
Matt Caswell
2017-04-12
1
-115
/
+102
*
Let test handshakes stop on certain errors
Benjamin Kaduk
2017-02-23
1
-1
/
+1
*
Fix some extra or missing whitespaces...
FdaSilvaYY
2017-01-25
1
-1
/
+1
*
Fix an uninit variable usage
Matt Caswell
2016-11-23
1
-1
/
+1
*
Fix the tests following the state machine changes for TLSv1.3
Matt Caswell
2016-11-23
1
-4
/
+20
*
Make SSL_read and SSL_write return the old behaviour and document it.
Kurt Roeckx
2016-11-21
1
-15
/
+42
*
Add a test for BIO_read() returning 0 in SSL_read() (and also for write)
Matt Caswell
2016-10-28
1
-1
/
+42
*
Split create_ssl_connection()
Matt Caswell
2016-08-19
1
-2
/
+7
*
Add some session API tests
Matt Caswell
2016-06-13
1
-87
/
+15
*
Add an async io test
Matt Caswell
2016-05-20
1
-0
/
+380