]> git.baikalelectronics.ru Git - kernel.git/commit
net: tls: Support 256 bit keys
authorDave Watson <davejwatson@fb.com>
Wed, 30 Jan 2019 21:58:05 +0000 (21:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2019 23:00:55 +0000 (15:00 -0800)
commit28d7b15d0e66c2fd1ab6eafa23c30d75b96a4a8e
tree675e706950fa83542e60630c08a1eee8c91400ad
parent992893ab0661b6a6979661b01453fb3e6bf72d72
net: tls: Support 256 bit keys

Wire up support for 256 bit keys from the setsockopt to the crypto
framework

Signed-off-by: Dave Watson <davejwatson@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tls.h
include/uapi/linux/tls.h
net/tls/tls_main.c
net/tls/tls_sw.c
tools/testing/selftests/net/tls.c