Merge branch 'add-chacha20-poly1305-cipher-to-kernel-tls'
authorJakub Kicinski <kuba@kernel.org>
Fri, 27 Nov 2020 22:32:40 +0000 (14:32 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Nov 2020 22:32:40 +0000 (14:32 -0800)
commitfb3158ea612c5a0bda8ce07977c573757753a270
treecd1dc9cd4029d011ff0b4f66eeec45e05772439a
parent594e31bcebd6b8127ab8bcf37068ecef6c996459
parent4f336e88a870ecc56832154dff22853a3ca33e24
Merge branch 'add-chacha20-poly1305-cipher-to-kernel-tls'

Vadim Fedorenko says:

====================
Add CHACHA20-POLY1305 cipher to Kernel TLS

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.
====================

Link: https://lore.kernel.org/r/1606231490-653-1-git-send-email-vfedorenko@novek.ru
Signed-off-by: Jakub Kicinski <kuba@kernel.org>