]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - net/tls/Kconfig
lan743x: Add power management support
[mirror_ubuntu-eoan-kernel.git] / net / tls / Kconfig
CommitLineData
3c4d7559
DW
1#
2# TLS configuration
3#
4config TLS
5 tristate "Transport Layer Security support"
54144b48 6 depends on INET
d807ec65
DW
7 select CRYPTO
8 select CRYPTO_AES
9 select CRYPTO_GCM
c46234eb 10 select STREAM_PARSER
d807ec65 11 default n
3c4d7559
DW
12 ---help---
13 Enable kernel support for TLS protocol. This allows symmetric
14 encryption handling of the TLS protocol to be done in-kernel.
15
d807ec65 16 If unsure, say N.
e8f69799
IL
17
18config TLS_DEVICE
19 bool "Transport Layer Security HW offload"
20 depends on TLS
21 select SOCK_VALIDATE_XMIT
22 default n
23 help
24 Enable kernel support for HW offload of the TLS protocol.
25
26 If unsure, say N.