repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xfs: add full xfs_dqblk verifier
[linux/fpc-iii.git]
/
net
/
tls
/
Kconfig
blob
89b8745a986f06c00bd35f7a4fc6fff47c25120a
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
select STREAM_PARSER
11
default n
12
---help---
13
Enable kernel support for TLS protocol. This allows symmetric
14
encryption handling of the TLS protocol to be done in-kernel.
15
16
If unsure, say N.