]> 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)
commit5b79cb32d43c3ecc0f488897723c0a20e0898535
tree675e706950fa83542e60630c08a1eee8c91400ad
parent61a2c6e1fc065d95347a6e3230c109f0a60e0a33
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