index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
tls13_record_layer.c
Age
Commit message (
Expand
)
Author
2021-03-21
Split TLSv1.3 record protection from record layer.
Joel Sing
2021-01-05
Convert tls13_record_layer.c to tls13_secret_{init,cleanup}()
Theo Buehler
2021-01-04
Keep the various free calls of tls13_record_layer_free() in the
Theo Buehler
2021-01-02
Free {alert,phh}_data in tls13_record_layer_free()
Theo Buehler
2020-10-15
zap annoying stray spaces
Theo Buehler
2020-10-03
Rename tls13_record_layer_alert() to tls13_record_layer_enqueue_alert()
Joel Sing
2020-09-11
Some SSL_AD_* defines snuck into the TLSv1.3 code - replace them with
Joel Sing
2020-08-11
Send an unexpected message alert if no valid content type is found.
Joel Sing
2020-08-10
Avoid passing -1 to freezero.
Theo Buehler
2020-08-04
Cleanup aead_ctx
Kinichiro Inoguchi
2020-06-01
Split the handling of post handshake handshake messages into its
Theo Buehler
2020-06-01
Add a mechanism to set an alert in those parts of the read half of
Theo Buehler
2020-05-29
Handle the case where we receive a valid 0 byte application data record.
Joel Sing
2020-05-26
Add additional length checks for TLSv1.3 plaintext and inner plaintext.
Joel Sing
2020-05-23
Provide the option to retry or return after post-handshake messages.
Joel Sing
2020-05-20
Revert 1.43 - this fix for PHH in blocking mode breaks SSL_accept and
Bob Beck
2020-05-16
Return TLS13_IO_WANT_POLLIN after processing post-handshake messages.
Joel Sing
2020-05-13
Remove a no longer relevant XXX comment.
Joel Sing
2020-05-11
Propagate record overflows to the record layer and alert.
Joel Sing
2020-05-11
Add record version checks.
Joel Sing
2020-05-11
Provide an alert sent record layer callback.
Joel Sing
2020-05-11
Move the record layer callbacks into a struct.
Joel Sing
2020-05-10
Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.
Joel Sing
2020-05-09
Send dummy ChangeCipherSpec messages from the TLSv1.3 client.
Joel Sing
2020-05-09
Correct return value check to handle TLS13_IO_EOF case.
Joel Sing
2020-05-07
On receiving a handshake or alert record with empty inner plaintext,
Theo Buehler
2020-05-03
Accept two ChangeCipherSpec messages during a TLSv1.3 handshake.
Joel Sing
2020-05-02
Add const to TLS1.3 internal vectors
Kinichiro Inoguchi
2020-04-29
tls13_record_layer internal functions to static in libssl
Kinichiro Inoguchi
2020-03-16
The RFC is clear (section 5.3) that sequence number should never wrap.
Theo Buehler
2020-03-13
Correct TLSv1.3 sequence number increment and wrapping check.
Joel Sing
2020-02-18
drop unused include <openssl/curve25519.h>
Theo Buehler
2020-01-26
Fix basement bug where record layer would not correctly deal with
Bob Beck
2020-01-25
It is possible to receive a pre-TLSv1.3 alert in response to a TLSv1.3
Joel Sing
2020-01-24
Fix breakage in SSL_connect, SSL_accept, etc. by not propagating
Bob Beck
2020-01-23
Implement pending for TLSv1.3.
Joel Sing
2020-01-23
Add a TLS13_IO_ALERT return value so that we can explicitly signal when
Joel Sing
2020-01-22
Implement support for SSL_peek() in the TLSv1.3 record layer.
Joel Sing
2020-01-22
After the ClientHello has been sent or received and before the peer's
Theo Buehler
2020-01-22
The legacy_record_version must be set to TLS1_2_VERSION except
Theo Buehler
2020-01-22
Implement close-notify and SSL_shutdown() handling for the TLSv1.3 client.
Joel Sing
2020-01-21
Correct legacy fallback for TLSv1.3 client.
Joel Sing
2020-01-20
Add alerts to the tls 1.3 record layer and handshake layer
Bob Beck
2019-11-26
Add support for TLS 1.3 post handshake messages and key updating.
Bob Beck
2019-11-18
Provide a clean interface for sending TLSv1.3 alerts.
Joel Sing
2019-11-17
Change tls13_record_layer_phh() to take a CBS as this avoids ownership
Joel Sing
2019-11-17
Add a reference for the non-standard post-handshake handshake (PHH).
Theo Buehler
2019-11-17
Ensure that we are never operating in plaintext mode once the handshake
Joel Sing
2019-11-17
Provide framework for sending alerts and post-handshake handshake messages.
Joel Sing
2019-11-17
Separate the callbacks for recieved and completed post handshake messages
Bob Beck
[next]