Re: git: 6ed16d17333c - main - KTLS: Enable KTLS for receiving as well in TLS 1.3

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Thu, 19 Oct 2023 18:38:00 UTC
On 10/19/23 11:36 AM, John Baldwin wrote:
> The branch main has been updated by jhb:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=6ed16d17333c5b1895aff35ddc1d46834f53a9eb
> 
> commit 6ed16d17333c5b1895aff35ddc1d46834f53a9eb
> Author:     Daiki Ueno <dueno@redhat.com>
> AuthorDate: 2021-10-10 07:14:06 +0000
> Commit:     John Baldwin <jhb@FreeBSD.org>
> CommitDate: 2023-10-19 18:34:58 +0000
> 
>      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.
>      
>      Obtained from:  OpenSSL commit 7c78932b9a4330fb7c8db72b3fb37cbff1401f8b

This series restores support for KTLS receive for TLS 1.3 previously
backported from OpenSSL master into OpenSSL 1.1.1 in base.

-- 
John Baldwin