summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_record_layer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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