From 45cb83f89c693815421792b99d7c2329ad3bb322 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 11 Apr 2012 11:20:37 +0200 Subject: Change default shared secret for TLS and DTLS. We change from "mysecret" to "radsec" as per draft-ietf-radext-radsec-12.txt section 2.3 (4). --- tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tls.c') diff --git a/tls.c b/tls.c index ce06a6e..0282d63 100644 --- a/tls.c +++ b/tls.c @@ -43,7 +43,7 @@ void tlssetsrcres(); static const struct protodefs protodefs = { "tls", - "mysecret", /* secretdefault */ + "radsec", /* secretdefault */ SOCK_STREAM, /* socktype */ "2083", /* portdefault */ 0, /* retrycountdefault */ -- cgit v1.1