From b51ac45c484b4fb08153fe2075b8899d48d36862 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 15 Aug 2010 13:02:57 +0200 Subject: optional certificate-based peer authentication on TLS server side --- src/libcharon/plugins/eap_ttls/eap_ttls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcharon/plugins/eap_ttls/eap_ttls.c') diff --git a/src/libcharon/plugins/eap_ttls/eap_ttls.c b/src/libcharon/plugins/eap_ttls/eap_ttls.c index 56713c302..dd24f401a 100644 --- a/src/libcharon/plugins/eap_ttls/eap_ttls.c +++ b/src/libcharon/plugins/eap_ttls/eap_ttls.c @@ -441,8 +441,8 @@ static eap_ttls_t *eap_ttls_create(identification_t *server, .is_server = is_server, ); /* MSK PRF ASCII constant label according to EAP-TTLS RFC 5281 */ - this->tls = tls_create(is_server, server, peer, "ttls keying material", - application); + this->tls = tls_create(is_server, server, peer, FALSE, + "ttls keying material", application); return &this->public; } -- cgit v1.2.3