summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid pulling ssl_locl.h into self-contained code.jsing2021-05-161-2/+1
* Make local header inclusion consistent.jsing2021-05-161-3/+2
* Add a return value check to tls13_buffer_extend().jsing2020-03-101-1/+4
* Add accessors to change the buffer in a handshake message.beck2019-11-201-1/+10
* Provide an extensible buffer implementation that uses a read callback.jsing2019-01-171-0/+125