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
*
Add and use tls13_record_layer_alert_sent()
tb
2024-09-09
1
-2
/
+9
*
Add message callbacks for alerts in the TLSv1.3 stack.
jsing
2024-01-27
1
-3
/
+3
*
Convert the legacy TLS stack to tls_content.
jsing
2022-11-11
1
-1
/
+2
*
Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.
jsing
2022-09-11
1
-1
/
+3
*
Provide record layer callbacks for QUIC.
jsing
2022-07-24
1
-3
/
+28
*
Provide QUIC encryption levels.
jsing
2022-07-24
1
-3
/
+3
*
Remove tls_buffer_set_data() and remove/revise callers.
jsing
2022-07-20
1
-2
/
+2
*
Convert the new record layers to opaque EVP_AEAD_CTX
tb
2022-01-14
1
-6
/
+3
*
Allocate and free the EVP_AEAD_CTX struct in tls13_record_protection.
jsing
2022-01-06
1
-7
/
+13
*
Use CBS_get_last_u8() to find the content type in TLSv1.3 records.
jsing
2021-12-15
1
-11
/
+12
*
Implement flushing for TLSv1.3 handshakes.
jsing
2021-09-16
1
-1
/
+7
*
Factor out the TLSv1.3 code that handles content from TLS records.
jsing
2021-09-04
1
-74
/
+34
*
Ignore the record version for early alerts
tb
2021-06-08
1
-4
/
+10
*
Avoid pulling ssl_locl.h into self-contained code.
jsing
2021-05-16
1
-2
/
+1
*
Make local header inclusion consistent.
jsing
2021-05-16
1
-2
/
+1
*
Split TLSv1.3 record protection from record layer.
jsing
2021-03-21
1
-46
/
+72
*
Convert tls13_record_layer.c to tls13_secret_{init,cleanup}()
tb
2021-01-05
1
-21
/
+11
*
Keep the various free calls of tls13_record_layer_free() in the
tb
2021-01-04
1
-4
/
+4
*
Free {alert,phh}_data in tls13_record_layer_free()
tb
2021-01-02
1
-1
/
+4
*
zap annoying stray spaces
tb
2020-10-15
1
-4
/
+4
*
Rename tls13_record_layer_alert() to tls13_record_layer_enqueue_alert()
jsing
2020-10-03
1
-3
/
+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
[next]