blob: eb583038c67e05c8c28ad86720d375c06abe9443 [file] [log] [blame]
Dave Watson3c4d7552017-06-14 11:37:39 -07001#
2# TLS configuration
3#
4config TLS
5 tristate "Transport Layer Security support"
David S. Miller54144b42017-06-16 11:28:49 -04006 depends on INET
Dave Watsond807ec62017-06-17 08:25:13 -07007 select CRYPTO
8 select CRYPTO_AES
9 select CRYPTO_GCM
10 default n
Dave Watson3c4d7552017-06-14 11:37:39 -070011 ---help---
12 Enable kernel support for TLS protocol. This allows symmetric
13 encryption handling of the TLS protocol to be done in-kernel.
14
Dave Watsond807ec62017-06-17 08:25:13 -070015 If unsure, say N.