summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls_internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename tls13_key_share to tls_key_share.jsing2022-01-051-1/+21
| | | | | | | | | In preparation to use the key share code in both the TLSv1.3 and legacy stacks, rename tls13_key_share to tls_key_share, moving it into the shared handshake struct. Further changes will then allow the legacy stack to make use of the same code for ephemeral key exchange. ok inoguchi@ tb@
* Rename tls13_buffer to tls_buffer.jsing2021-10-231-0/+56
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@