summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_record.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Propagate record overflows to the record layer and alert.jsing2020-05-111-3/+2
* Add record version checks.jsing2020-05-111-1/+3
* Remove #include that is not needed.jsing2020-02-151-3/+1
* Store the record version and make it available for use.jsing2019-01-211-8/+16
* Provide a way to get just the record header.jsing2019-01-201-2/+22
* Provide a TLS record handling implementation.jsing2019-01-191-0/+160