xref: /openbmc/linux/net/tls/Kconfig (revision c46234eb)
13c4d7559SDave Watson#
23c4d7559SDave Watson# TLS configuration
33c4d7559SDave Watson#
43c4d7559SDave Watsonconfig TLS
53c4d7559SDave Watson	tristate "Transport Layer Security support"
654144b48SDavid S. Miller	depends on INET
7d807ec65SDave Watson	select CRYPTO
8d807ec65SDave Watson	select CRYPTO_AES
9d807ec65SDave Watson	select CRYPTO_GCM
10c46234ebSDave Watson	select STREAM_PARSER
11d807ec65SDave Watson	default n
123c4d7559SDave Watson	---help---
133c4d7559SDave Watson	Enable kernel support for TLS protocol. This allows symmetric
143c4d7559SDave Watson	encryption handling of the TLS protocol to be done in-kernel.
153c4d7559SDave Watson
16d807ec65SDave Watson	If unsure, say N.
17