summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_record_layer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement pending for TLSv1.3.jsing2020-01-231-1/+19
* Add a TLS13_IO_ALERT return value so that we can explicitly signal whenjsing2020-01-231-4/+7
* Implement support for SSL_peek() in the TLSv1.3 record layer.jsing2020-01-221-5/+31
* After the ClientHello has been sent or received and before the peer'stb2020-01-221-5/+11
* The legacy_record_version must be set to TLS1_2_VERSION excepttb2020-01-221-6/+12
* Implement close-notify and SSL_shutdown() handling for the TLSv1.3 client.jsing2020-01-221-7/+19
* Correct legacy fallback for TLSv1.3 client.jsing2020-01-211-1/+7
* Add alerts to the tls 1.3 record layer and handshake layerbeck2020-01-201-44/+26
* Add support for TLS 1.3 post handshake messages and key updating.beck2019-11-261-12/+56
* Provide a clean interface for sending TLSv1.3 alerts.jsing2019-11-181-2/+14
* Change tls13_record_layer_phh() to take a CBS as this avoids ownershipjsing2019-11-171-5/+4
* Add a reference for the non-standard post-handshake handshake (PHH).tb2019-11-171-2/+2
* Ensure that we are never operating in plaintext mode once the handshakejsing2019-11-171-1/+7
* Provide framework for sending alerts and post-handshake handshake messages.jsing2019-11-171-14/+169
* Separate the callbacks for recieved and completed post handshake messagesbeck2019-11-171-5/+15
* 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