Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add accessors to change the buffer in a handshake message. | beck | 2019-11-20 | 1 | -1/+7 |
| | | | | | | Needed for doing TLS 1.3 Post Handshake Handshake messages. ok jsing@ | ||||
* | Provide a handshake message handling implementation for TLS 1.3. | jsing | 2019-01-20 | 1 | -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@ |