Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tls13_buffer to tls_buffer. | jsing | 2021-10-23 | 1 | -9/+9 |
| | | | | | | | 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@ | ||||
* | Avoid pulling ssl_locl.h into self-contained code. | jsing | 2021-05-16 | 1 | -2/+1 |
| | |||||
* | Add accessors to change the buffer in a handshake message. | beck | 2019-11-20 | 1 | -1/+7 |
| | | | | | | Needed for doing TLS 1.3 Post Handshake Handshake messages. ok jsing@ | ||||
* | Provide a handshake message handling implementation for TLS 1.3. | jsing | 2019-01-20 | 1 | -0/+188 |
It receives handshake messages by reading and parsing data from the record layer. It also provides support for building and sending handshake messages. ok tb@ |