blob: 89b8745a986f06c00bd35f7a4fc6fff47c25120a [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
Dave Watsonc46234e2018-03-22 10:10:35 -070010 select STREAM_PARSER
Dave Watsond807ec62017-06-17 08:25:13 -070011 default n
Dave Watson3c4d7552017-06-14 11:37:39 -070012 ---help---
13 Enable kernel support for TLS protocol. This allows symmetric
14 encryption handling of the TLS protocol to be done in-kernel.
15
Dave Watsond807ec62017-06-17 08:25:13 -070016 If unsure, say N.