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