Skip to content

Commit

Permalink
Re-enable TLS 1.2 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 31, 2015
1 parent c5c22be commit 6fd66f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/tls.c
Expand Up @@ -995,7 +995,7 @@ static CONF_PARSER tls_server_config[] = {
* need to fix FreeRADIUS or wpa_supplicant.
*/
#ifdef SSL_OP_NO_TLSv1_2
{ "disable_tlsv1_2", FR_CONF_OFFSET(PW_TYPE_BOOLEAN, fr_tls_server_conf_t, disable_tlsv1_2), "yes" },
{ "disable_tlsv1_2", FR_CONF_OFFSET(PW_TYPE_BOOLEAN, fr_tls_server_conf_t, disable_tlsv1_2), NULL },
#endif

{ "cache", FR_CONF_POINTER(PW_TYPE_SUBSECTION, NULL), (void const *) cache_config },
Expand Down

0 comments on commit 6fd66f5

Please sign in to comment.