Kconfig 543 字节
Newer Older
D
Dave Watson 已提交
1 2 3 4 5
#
# TLS configuration
#
config TLS
	tristate "Transport Layer Security support"
6
	depends on INET
D
Dave Watson 已提交
7 8 9
	select CRYPTO
	select CRYPTO_AES
	select CRYPTO_GCM
D
Dave Watson 已提交
10
	select STREAM_PARSER
D
Dave Watson 已提交
11
	default n
D
Dave Watson 已提交
12 13 14 15
	---help---
	Enable kernel support for TLS protocol. This allows symmetric
	encryption handling of the TLS protocol to be done in-kernel.

D
Dave Watson 已提交
16
	If unsure, say N.
17 18 19 20 21 22 23 24 25 26

config TLS_DEVICE
	bool "Transport Layer Security HW offload"
	depends on TLS
	select SOCK_VALIDATE_XMIT
	default n
	help
	Enable kernel support for HW offload of the TLS protocol.

	If unsure, say N.