summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_handshake.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First skeleton of the TLS 1.3 state machine. Based on RFC 8446 andtb2018-11-081-0/+538
inspired by s2n's state machine. Lots of help and input from jsing. ok beck, jsing