summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls_buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20220504'.tb_20220504cvs2svn2022-05-041-138/+0
|
* Rename tls13_buffer to tls_buffer.jsing2021-10-231-0/+138
This code will soon be used in the DTLSv1.2 and TLSv1.2 stack. Also introduce tls_internal.h and move/rename the read/write/flush callbacks. ok beck@ tb@