summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_record_layer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the alert level from the TLSv1.3 alert callback.jsing2019-03-171-2/+2
* Correct return values for non-fatal alerts.jsing2019-02-261-3/+3
* Correctly handle oversize writes.jsing2019-02-251-2/+4
* Remove temporary gotos.jsing2019-02-231-7/+3
* Wire up alert handling for TLSv1.3.jsing2019-02-211-7/+46
* Change the alert callback return type from int to void.jsing2019-02-211-7/+9
* Fix a few cases where int was used instead of ssize_t.jsing2019-02-211-3/+3
* Split tls13_record_layer_set_traffic_keys() into two separate functions.jsing2019-02-141-11/+13
* Provide an initial implementation of the TLS 1.3 record layer.jsing2019-01-201-0/+758