summaryrefslogtreecommitdiffstats
path: root/lib/libssl/tls13_handshake_msg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add accessors to change the buffer in a handshake message.beck2019-11-201-1/+7
| | | | | | Needed for doing TLS 1.3 Post Handshake Handshake messages. ok jsing@
* Provide a handshake message handling implementation for TLS 1.3.jsing2019-01-201-0/+188
It receives handshake messages by reading and parsing data from the record layer. It also provides support for building and sending handshake messages. ok tb@