From b31211c1c1454b3ab8720a4a7417983f4b859463 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 17 May 2013 10:41:50 +0200 Subject: Move PSK example configuration to a separate file. --- lib/examples/client.conf | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'lib/examples/client.conf') diff --git a/lib/examples/client.conf b/lib/examples/client.conf index a19b699..b0b4536 100644 --- a/lib/examples/client.conf +++ b/lib/examples/client.conf @@ -22,18 +22,3 @@ realm blocking-tls { secret = "sikrit" } } - -realm blocking-tls-psk { - type = "TLS" - timeout = 1 - retries = 3 - #pskstr = "sikrit psk" - pskhexstr = "deadbeef4711" - pskid = "Client_identity" - pskex = "PSK" - server { - hostname = "srv1" - service = "4433" - secret = "sikrit" - } -} -- cgit v1.1