summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_record.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename tls13_buffer to tls_buffer.jsing2021-10-231-3/+3
* Avoid including tls13_internal.h in tls13_record.h.jsing2021-05-161-2/+1
* Store the record version and make it available for use.jsing2019-01-211-2/+5
* Provide a way to get just the record header.jsing2019-01-201-5/+11
* Provide a TLS record handling implementation.jsing2019-01-191-0/+58