summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_handshake_msg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Of course libssl also has a few missing voidtb2024-02-041-2/+2
* Add read and write support to tls_buffer.jsing2022-07-221-2/+3
* Remove tls_buffer_set_data() and remove/revise callers.jsing2022-07-201-7/+1
* Rename tls13_buffer to tls_buffer.jsing2021-10-231-9/+9
* Avoid pulling ssl_locl.h into self-contained code.jsing2021-05-161-2/+1
* Add accessors to change the buffer in a handshake message.beck2019-11-201-1/+7
* Provide a handshake message handling implementation for TLS 1.3.jsing2019-01-201-0/+188