Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use tls_buffer for alert and handshake fragments in the legacy stack. | jsing | 2022-11-10 | 1 | -1/+2 |
* | Provide record layer callbacks for QUIC. | jsing | 2022-07-24 | 1 | -1/+13 |
* | Add read and write support to tls_buffer. | jsing | 2022-07-22 | 1 | -2/+7 |
* | Remove tls_buffer_set_data() and remove/revise callers. | jsing | 2022-07-20 | 1 | -2/+1 |
* | Check the security of DH key shares | tb | 2022-06-29 | 1 | -1/+2 |
* | Plumb decode errors through key share parsing code. | jsing | 2022-01-11 | 1 | -3/+3 |
* | Convert legacy server to tls_key_share. | jsing | 2022-01-07 | 1 | -1/+5 |
* | Convert legacy TLS client to tls_key_share. | jsing | 2022-01-06 | 1 | -3/+6 |
* | Rename tls13_key_share to tls_key_share. | jsing | 2022-01-05 | 1 | -1/+21 |
* | Rename tls13_buffer to tls_buffer. | jsing | 2021-10-23 | 1 | -0/+56 |