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