From: Leon Romanovsky <leon@kernel.org>
To: Chuck Lever <cel@kernel.org>
Cc: kernel-tls-handshake@lists.linux.dev, netdev@vger.kernel.org,
dan.carpenter@linaro.org
Subject: Re: [PATCH v2 6/6] net/handshake: Enable the SNI extension to work properly
Date: Sun, 7 May 2023 11:27:15 +0300 [thread overview]
Message-ID: <20230507082715.GJ525452@unreal> (raw)
In-Reply-To: <168333405010.7813.3126925595560504793.stgit@oracle-102.nfsv4bat.org>
On Fri, May 05, 2023 at 08:47:40PM -0400, Chuck Lever wrote:
> From: Chuck Lever <chuck.lever@oracle.com>
>
> Enable the upper layer protocol to specify the SNI peername. This
> avoids the need for tlshd to use a DNS lookup, which can return a
> hostname that doesn't match the incoming certificate's SubjectName.
>
> Fixes: 2fd5532044a8 ("net/handshake: Add a kernel API for requesting a TLSv1.3 handshake")
> Reviewed-by: Simon Horman <simon.horman@corigine.com>
> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
> ---
> Documentation/netlink/specs/handshake.yaml | 4 ++++
> Documentation/networking/tls-handshake.rst | 5 +++++
> include/net/handshake.h | 1 +
> include/uapi/linux/handshake.h | 1 +
> net/handshake/tlshd.c | 8 ++++++++
> 5 files changed, 19 insertions(+)
>
Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
prev parent reply other threads:[~2023-05-07 8:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-06 0:45 [PATCH v2 0/6] Bug fixes for net/handshake Chuck Lever
2023-05-06 0:45 ` [PATCH v2 1/6] net/handshake: Remove unneeded check from handshake_dup() Chuck Lever
2023-05-07 8:20 ` Leon Romanovsky
2023-05-06 0:46 ` [PATCH v2 2/6] net/handshake: Fix handshake_dup() ref counting Chuck Lever
2023-05-06 16:07 ` Simon Horman
2023-05-07 8:25 ` Leon Romanovsky
2023-05-09 7:04 ` Paolo Abeni
2023-05-09 13:59 ` Chuck Lever III
2023-05-09 14:22 ` Paolo Abeni
2023-05-09 14:32 ` Chuck Lever III
2023-05-16 20:05 ` Chuck Lever III
2023-05-06 0:46 ` [PATCH v2 3/6] net/handshake: Fix uninitialized local variable Chuck Lever
2023-05-07 8:26 ` Leon Romanovsky
2023-05-06 0:46 ` [PATCH v2 4/6] net/handshake: handshake_genl_notify() shouldn't ignore @flags Chuck Lever
2023-05-07 8:26 ` Leon Romanovsky
2023-05-06 0:47 ` [PATCH v2 5/6] net/handshake: Unpin sock->file if a handshake is cancelled Chuck Lever
2023-05-06 16:07 ` Simon Horman
2023-05-07 8:27 ` Leon Romanovsky
2023-05-06 0:47 ` [PATCH v2 6/6] net/handshake: Enable the SNI extension to work properly Chuck Lever
2023-05-07 8:27 ` Leon Romanovsky [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230507082715.GJ525452@unreal \
--to=leon@kernel.org \
--cc=cel@kernel.org \
--cc=dan.carpenter@linaro.org \
--cc=kernel-tls-handshake@lists.linux.dev \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).