diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-01 22:01:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-01 22:02:06 (EDT) |
commit | 2d74ff141a872f5024bdeb32a80ba13506db96c0 (patch) | |
tree | fa3285891fa879243b852721ef256aa222275d79 /config | |
parent | 47807312ce0d5105d2ecd7ced23999c9e57b6a7f (diff) |
config: Use internal TLS implementation
OpenSSL is used by default.
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ CONFIG_BACKEND=file # gnutls = GnuTLS # internal = Internal TLSv1 implementation (experimental) # none = Empty template -#CONFIG_TLS=openssl +CONFIG_TLS=internal # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.1) # can be enabled to get a stronger construction of messages when block ciphers |