index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
tls13_record_layer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement pending for TLSv1.3.
jsing
2020-01-23
1
-1
/
+19
*
Add a TLS13_IO_ALERT return value so that we can explicitly signal when
jsing
2020-01-23
1
-4
/
+7
*
Implement support for SSL_peek() in the TLSv1.3 record layer.
jsing
2020-01-22
1
-5
/
+31
*
After the ClientHello has been sent or received and before the peer's
tb
2020-01-22
1
-5
/
+11
*
The legacy_record_version must be set to TLS1_2_VERSION except
tb
2020-01-22
1
-6
/
+12
*
Implement close-notify and SSL_shutdown() handling for the TLSv1.3 client.
jsing
2020-01-22
1
-7
/
+19
*
Correct legacy fallback for TLSv1.3 client.
jsing
2020-01-21
1
-1
/
+7
*
Add alerts to the tls 1.3 record layer and handshake layer
beck
2020-01-20
1
-44
/
+26
*
Add support for TLS 1.3 post handshake messages and key updating.
beck
2019-11-26
1
-12
/
+56
*
Provide a clean interface for sending TLSv1.3 alerts.
jsing
2019-11-18
1
-2
/
+14
*
Change tls13_record_layer_phh() to take a CBS as this avoids ownership
jsing
2019-11-17
1
-5
/
+4
*
Add a reference for the non-standard post-handshake handshake (PHH).
tb
2019-11-17
1
-2
/
+2
*
Ensure that we are never operating in plaintext mode once the handshake
jsing
2019-11-17
1
-1
/
+7
*
Provide framework for sending alerts and post-handshake handshake messages.
jsing
2019-11-17
1
-14
/
+169
*
Separate the callbacks for recieved and completed post handshake messages
beck
2019-11-17
1
-5
/
+15
*
Remove the alert level from the TLSv1.3 alert callback.
jsing
2019-03-17
1
-2
/
+2
*
Correct return values for non-fatal alerts.
jsing
2019-02-26
1
-3
/
+3
*
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
[prev]