Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store the record version and make it available for use. | jsing | 2019-01-21 | 1 | -8/+16 |
| | | | | | | While here correct an int vs size_t mismatch. ok tb@ | ||||
* | Provide a way to get just the record header. | jsing | 2019-01-20 | 1 | -2/+22 |
| | | | | | | Also check record size limits when reading records and setting data. ok tb@ | ||||
* | Provide a TLS record handling implementation. | jsing | 2019-01-19 | 1 | -0/+160 |
This is a self-contained struct and set of functions that knows how to decode and read a TLS record from data supplied via a read callback, and send itself via a write callback. This will soon be used to build the TLSv1.3 record layer handling code. ok beck@ tb@ |