Re: [net-next v2 0/5] Add CHACHA20-POLY1305 cipher to Kernel TLS

2020-11-27 Thread Jakub Kicinski
On Tue, 24 Nov 2020 18:24:45 +0300 Vadim Fedorenko wrote: > RFC 7905 defines usage of ChaCha20-Poly1305 in TLS connections. This > cipher is widely used nowadays and it's good to have a support for it > in TLS connections in kernel. > Changes v2: > nit fixes suggested by Jakub Kicinski > add l

[net-next v2 0/5] Add CHACHA20-POLY1305 cipher to Kernel TLS

2020-11-24 Thread Vadim Fedorenko
RFC 7905 defines usage of ChaCha20-Poly1305 in TLS connections. This cipher is widely used nowadays and it's good to have a support for it in TLS connections in kernel. Changes v2: nit fixes suggested by Jakub Kicinski add linux-crypto to review patch set Vadim Fedorenko (5): net/tls: make