Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# CONFIG_TLS configuration
#
config CONFIG_TLS
	tristate "Transport Layer Security support"
	depends on CONFIG_INET
	select CONFIG_CRYPTO
	select CONFIG_CRYPTO_AES
	select CONFIG_CRYPTO_GCM
	select CONFIG_STREAM_PARSER
	select CONFIG_NET_SOCK_MSG
	default n
	---help---
	Enable kernel support for CONFIG_TLS protocol. This allows symmetric
	encryption handling of the CONFIG_TLS protocol to be done in-kernel.

	If unsure, say N.

config CONFIG_TLS_DEVICE
	bool "Transport Layer Security HW offload"
	depends on CONFIG_TLS
	select CONFIG_SOCK_VALIDATE_XMIT
	default n
	help
	Enable kernel support for HW offload of the CONFIG_TLS protocol.

	If unsure, say N.