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
*
This is errata/6.8/013_libressl.patch.sig
libressl-v3.2.4
tb
2021-02-03
1
-1
/
+4
*
Some SSL_AD_* defines snuck into the TLSv1.3 code - replace them with
jsing
2020-09-11
1
-7
/
+7
*
Send an unexpected message alert if no valid content type is found.
jsing
2020-08-11
1
-2
/
+5
*
Avoid passing -1 to freezero.
tb
2020-08-10
1
-9
/
+10
*
Cleanup aead_ctx
inoguchi
2020-08-04
1
-1
/
+3
*
Split the handling of post handshake handshake messages into its
tb
2020-06-01
1
-55
/
+44
*
Add a mechanism to set an alert in those parts of the read half of
tb
2020-06-01
1
-3
/
+21
*
Handle the case where we receive a valid 0 byte application data record.
jsing
2020-05-29
1
-1
/
+10
*
Add additional length checks for TLSv1.3 plaintext and inner plaintext.
jsing
2020-05-26
1
-1
/
+6
*
Provide the option to retry or return after post-handshake messages.
jsing
2020-05-23
1
-3
/
+14
*
Revert 1.43 - this fix for PHH in blocking mode breaks SSL_accept and
beck
2020-05-20
1
-2
/
+2
*
Return TLS13_IO_WANT_POLLIN after processing post-handshake messages.
jsing
2020-05-16
1
-2
/
+2
*
Remove a no longer relevant XXX comment.
jsing
2020-05-13
1
-3
/
+1
*
Propagate record overflows to the record layer and alert.
jsing
2020-05-11
1
-2
/
+4
*
Add record version checks.
jsing
2020-05-11
1
-5
/
+12
*
Provide an alert sent record layer callback.
jsing
2020-05-11
1
-1
/
+3
*
Move the record layer callbacks into a struct.
jsing
2020-05-11
1
-26
/
+12
*
Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.
jsing
2020-05-10
1
-25
/
+26
*
Send dummy ChangeCipherSpec messages from the TLSv1.3 client.
jsing
2020-05-09
1
-3
/
+30
*
Correct return value check to handle TLS13_IO_EOF case.
jsing
2020-05-09
1
-2
/
+2
*
On receiving a handshake or alert record with empty inner plaintext,
tb
2020-05-07
1
-1
/
+11
*
Accept two ChangeCipherSpec messages during a TLSv1.3 handshake.
jsing
2020-05-03
1
-3
/
+3
*
Add const to TLS1.3 internal vectors
inoguchi
2020-05-02
1
-2
/
+2
*
tls13_record_layer internal functions to static in libssl
inoguchi
2020-04-29
1
-4
/
+4
*
The RFC is clear (section 5.3) that sequence number should never wrap.
tb
2020-03-16
1
-5
/
+12
*
Correct TLSv1.3 sequence number increment and wrapping check.
jsing
2020-03-13
1
-3
/
+3
*
drop unused include <openssl/curve25519.h>
tb
2020-02-18
1
-3
/
+1
*
Fix basement bug where record layer would not correctly deal with
beck
2020-01-26
1
-1
/
+4
*
It is possible to receive a pre-TLSv1.3 alert in response to a TLSv1.3
jsing
2020-01-25
1
-2
/
+15
*
Fix breakage in SSL_connect, SSL_accept, etc. by not propagating
beck
2020-01-24
1
-10
/
+34
*
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
[next]