Dave Watson | 3c4d755 | 2017-06-14 11:37:39 -0700 | [diff] [blame] | 1 | # |
| 2 | # TLS configuration |
| 3 | # |
| 4 | config TLS |
| 5 | tristate "Transport Layer Security support" |
David S. Miller | 54144b4 | 2017-06-16 11:28:49 -0400 | [diff] [blame] | 6 | depends on INET |
Dave Watson | d807ec6 | 2017-06-17 08:25:13 -0700 | [diff] [blame] | 7 | select CRYPTO |
| 8 | select CRYPTO_AES |
| 9 | select CRYPTO_GCM |
| 10 | default n |
Dave Watson | 3c4d755 | 2017-06-14 11:37:39 -0700 | [diff] [blame] | 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 | |
Dave Watson | d807ec6 | 2017-06-17 08:25:13 -0700 | [diff] [blame] | 15 | If unsure, say N. |