summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_handshake.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use TLS13_HS_{CLIENT,SERVER} instead of using a redundant _SEND{,S}.tb2018-11-101-30/+28
* Use "send" and "recv" consistently instead of mixing them with "read"tb2018-11-091-98/+108
* Correct defines for writer tests in connect/accept loops.jsing2018-11-091-3/+3
* Correct function naming for tls13_handshake_advance_state_machine().jsing2018-11-091-4/+2
* First skeleton of the TLS 1.3 state machine. Based on RFC 8446 andtb2018-11-081-0/+538