From 2d74ff141a872f5024bdeb32a80ba13506db96c0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 01 Aug 2014 22:01:43 -0400 Subject: config: Use internal TLS implementation OpenSSL is used by default. --- diff --git a/config b/config index 68f1e36..1b5248c 100644 --- a/config +++ b/config @@ -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 -- cgit v0.9.1