RE: [RFC TLS Offload Support 00/15] cover letter

2017-03-29 Thread Boris Pismenny
> >> TLS Tx crypto offload is a new feature of network devices. It enables > >> the kernel TLS socket to skip encryption and authentication > >> operations on the transmit side of the data path, delegating those to > >> the NIC. In turn, the NIC encrypts packets that belong to an > >> offloaded TLS

Re: [RFC TLS Offload Support 00/15] cover letter

2017-03-29 Thread Hannes Frederic Sowa
Hello, On 29.03.2017 19:41, David Miller wrote: > From: Aviad Yehezkel > Date: Tue, 28 Mar 2017 16:26:17 +0300 > >> TLS Tx crypto offload is a new feature of network devices. It >> enables the kernel TLS socket to skip encryption and authentication >> operations on the transmit side of the data

Re: [RFC TLS Offload Support 00/15] cover letter

2017-03-29 Thread David Miller
From: Aviad Yehezkel Date: Tue, 28 Mar 2017 16:26:17 +0300 > TLS Tx crypto offload is a new feature of network devices. It > enables the kernel TLS socket to skip encryption and authentication > operations on the transmit side of the data path, delegating those > to the NIC. In turn, the NIC encr

[RFC TLS Offload Support 00/15] cover letter

2017-03-28 Thread Aviad Yehezkel
Overview A kernel TLS Tx only socket option for TCP sockets. Similarly to the kernel TLS socket(https://lwn.net/Articles/665602), only symmetric crypto is done in the kernel, as well as TLS record framing. The handshake remains in userspace, and the negotiated cipher keys/iv are provided