summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_record.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20230422'.tb_20230422cvs2svn2023-04-231-186/+0
* Add read and write support to tls_buffer.jsing2022-07-221-2/+3
* Rename tls13_buffer to tls_buffer.jsing2021-10-231-10/+10
* Avoid pulling ssl_locl.h into self-contained code.jsing2021-05-161-2/+1
* Make local header inclusion consistent.jsing2021-05-161-2/+1
* 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