mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
|
#
|
||
|
# TLS configuration
|
||
|
#
|
||
|
config TLS
|
||
|
tristate "Transport Layer Security support"
|
||
|
depends on NET
|
||
|
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.
|