blob: b13541f571d4d3e8af94f54578458f98f859bea8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# TLS configuration
#
config TLS
tristate "Transport Layer Security support"
depends on INET
default m
---help---
Enable kernel support for TLS protocol. This allows symmetric
encryption handling of the TLS protocol to be done in-kernel.
If unsure, say M.
|