Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux/fpc-iii.git] / net / tls / Kconfig
blobeb583038c67e05c8c28ad86720d375c06abe9443
2 # TLS configuration
4 config TLS
5         tristate "Transport Layer Security support"
6         depends on INET
7         select CRYPTO
8         select CRYPTO_AES
9         select CRYPTO_GCM
10         default n
11         ---help---
12         Enable kernel support for TLS protocol. This allows symmetric
13         encryption handling of the TLS protocol to be done in-kernel.
15         If unsure, say N.