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)
commitfb99bce7120014307dde57b3d7def6977a9a62a1
tree675e706950fa83542e60630c08a1eee8c91400ad
parentd3a5fd3c987c5e341bf78b79ef4d81080081b7d2
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