Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add read and write support to tls_buffer. | jsing | 2022-07-22 | 1 | -2/+3 |
* | Rename tls13_buffer to tls_buffer. | jsing | 2021-10-23 | 1 | -10/+10 |
* | Avoid pulling ssl_locl.h into self-contained code. | jsing | 2021-05-16 | 1 | -2/+1 |
* | Make local header inclusion consistent. | jsing | 2021-05-16 | 1 | -2/+1 |
* | Propagate record overflows to the record layer and alert. | jsing | 2020-05-11 | 1 | -3/+2 |
* | Add record version checks. | jsing | 2020-05-11 | 1 | -1/+3 |
* | Remove #include that is not needed. | jsing | 2020-02-15 | 1 | -3/+1 |
* | Store the record version and make it available for use. | jsing | 2019-01-21 | 1 | -8/+16 |
* | Provide a way to get just the record header. | jsing | 2019-01-20 | 1 | -2/+22 |
* | Provide a TLS record handling implementation. | jsing | 2019-01-19 | 1 | -0/+160 |