[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190409152234.11100-1-atul.gupta@chelsio.com>
Date: Tue, 9 Apr 2019 08:22:34 -0700
From: Atul Gupta <atul.gupta@...lsio.com>
To: herbert@...dor.apana.org.au, davem@...emloft.net,
linux-crypto@...r.kernel.org, netdev@...r.kernel.org,
dt@...lsio.com, atul.gupta@...lsio.com
Subject: [crypto 0/4] Inline TLS client and v6 support
Extends Inline TLS record processing to TLS client. connect
API is added to tls_context to setup hardware for TLS
connection and handshake. Functionality wise, this makes the solution
end-to-end Inline TLS capable. TLS server and client
can operate in Inline mode and leverage hardware for complete
TLS record offload.
[0004] Adds the IPv6 support for Inline TLS server/client.
RFC series for this patch was created against net-next and
submitted on 18 Jan'2019.
This series is created against Herbert branch.
Atul Gupta (4):
net/tls: connect routine for Inine TLS Client
crypto/chelsio/chtls: hardware connect API
crypto/chelsio/chtls: CPL for TLS client
IPv6 changes for Inline TLS
drivers/crypto/chelsio/chtls/chtls.h | 18 +-
drivers/crypto/chelsio/chtls/chtls_cm.c | 1263 ++++++++++++++++++++++---
drivers/crypto/chelsio/chtls/chtls_cm.h | 12 +-
drivers/crypto/chelsio/chtls/chtls_hw.c | 7 +-
drivers/crypto/chelsio/chtls/chtls_io.c | 51 +-
drivers/crypto/chelsio/chtls/chtls_main.c | 164 +++-
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | 18 +
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h | 2 +
include/net/tls.h | 6 +
include/net/transp_v6.h | 7 +
net/core/secure_seq.c | 1 +
net/ipv6/tcp_ipv6.c | 26 +-
net/tls/tls_main.c | 23 +
13 files changed, 1442 insertions(+), 156 deletions(-)
--
1.8.3.1
Powered by blists - more mailing lists