SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
authorChuck Lever <chuck.lever@oracle.com>
Wed, 7 Jun 2023 13:58:04 +0000 (09:58 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 19 Jun 2023 16:18:36 +0000 (12:18 -0400)
commit120726526e5ee3dfac11bd417e266a7e411f3315
treeccfed4bdf313e04d75f5ab313027fe8ef80bef34
parent97d1c83c3ff40759f64784210da21ca6225d8422
SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor

The new authentication flavor is used only to discover peer support
for RPC-over-TLS.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
include/linux/sunrpc/auth.h
net/sunrpc/Makefile
net/sunrpc/auth.c
net/sunrpc/auth_tls.c [new file with mode: 0644]
net/sunrpc/clnt.c