From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from stargate.chelsio.com ([12.32.117.8]:31142 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754294AbeCGL1C (ORCPT ); Wed, 7 Mar 2018 06:27:02 -0500 Subject: Re: [PATCH v9 crypto 00/12] Chelsio Inline TLS To: Sabrina Dubroca Cc: davejwatson@fb.com, davem@davemloft.net, herbert@gondor.apana.org.au, linux-crypto@vger.kernel.org, netdev@vger.kernel.org, ganeshgr@chelsio.com References: <1520350523-11743-1-git-send-email-atul.gupta@chelsio.com> <20180307102333.GB20949@bistromath.localdomain> From: Atul Gupta Message-ID: <086d79ef-2d28-c1c9-4b2a-1fab1764b6a7@chelsio.com> Date: Wed, 7 Mar 2018 16:56:52 +0530 MIME-Version: 1.0 In-Reply-To: <20180307102333.GB20949@bistromath.localdomain> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 3/7/2018 3:53 PM, Sabrina Dubroca wrote: > 2018-03-06, 21:05:23 +0530, Atul Gupta wrote: >> Series for Chelsio Inline TLS driver (chtls) >> >> Use tls ULP infrastructure to register chtls as Inline TLS driver. >> Chtls use TCP Sockets to transmit and receive TLS record. TCP proto_ops is extended to offload TLS record. >> >> T6 adapter provides the following features: >> -TLS record offload, TLS header, encrypt, digest and transmit >> -TLS record receive and decrypt >> -TLS keys store >> -TCP/IP engine >> -TLS engine >> -GCM crypto engine [support CBC also] >> >> TLS provides security at the transport layer. It uses TCP to provide reliable end-to-end transport of application data. It relies on TCP for any retransmission. TLS session comprises of three parts: > Please wrap long lines. will edit in next ver > > [snip] > >> v9: corrected __u8 and similar usage > That's not the only changes since v8, actually. There's also some new > code in patch 3.  tls_hw_prot is done before sk_state != TCP_ESTABLISHED,  this check was introduced in net-next and pulled in crypto tree later. >