Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly handle oversize writes. | jsing | 2019-02-25 | 1 | -2/+4 |
* | Remove temporary gotos. | jsing | 2019-02-23 | 1 | -7/+3 |
* | Wire up alert handling for TLSv1.3. | jsing | 2019-02-21 | 1 | -7/+46 |
* | Change the alert callback return type from int to void. | jsing | 2019-02-21 | 1 | -7/+9 |
* | Fix a few cases where int was used instead of ssize_t. | jsing | 2019-02-21 | 1 | -3/+3 |
* | Split tls13_record_layer_set_traffic_keys() into two separate functions. | jsing | 2019-02-14 | 1 | -11/+13 |
* | Provide an initial implementation of the TLS 1.3 record layer. | jsing | 2019-01-20 | 1 | -0/+758 |