]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
KTLS: Enable KTLS for receiving as well in TLS 1.3
authorDaiki Ueno <dueno@redhat.com>
Sun, 10 Oct 2021 07:14:06 +0000 (09:14 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 6 Apr 2022 11:15:27 +0000 (13:15 +0200)
commit7c78932b9a4330fb7c8db72b3fb37cbff1401f8b
tree64e277a30f976eb05ee7757e5b25247b9eb10c7e
parenta5fb9605329fb939abb536c1604d44a511741624
KTLS: Enable KTLS for receiving as well in TLS 1.3

This removes a guard condition that prevents KTLS being enabled for
receiving in TLS 1.3.  Use the correct sequence number and BIO for
receive vs transmit offload.

Co-authored-by: John Baldwin <jhb@FreeBSD.org>
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17942)
CHANGES.md
ssl/tls13_enc.c
test/sslapitest.c