projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.14.266-gnu1
[releases.git]
/
net
/
tls
/
Kconfig
1
#
2
# TLS configuration
3
#
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.
14
15
If unsure, say N.