]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - net/tls/Kconfig
KVM: SVM: Move spec control call after restore of GS
[mirror_ubuntu-artful-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
10 default n
3c4d7559
DW
11 ---help---
12 Enable kernel support for TLS protocol. This allows symmetric
13 encryption handling of the TLS protocol to be done in-kernel.
14
d807ec65 15 If unsure, say N.