networksecurity/tls/ts_tls/scripts/tls2_wlan.ini
changeset 51 78fceed50f62
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networksecurity/tls/ts_tls/scripts/tls2_wlan.ini	Wed Aug 18 11:18:20 2010 +0300
@@ -0,0 +1,64 @@
+// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+// T_AUTOSSL config file. This file should be placed in /epoc32/wins/c/system/data/t_autossl.ini
+//
+// The following fields must be present for each site that is to be tested.
+// The field names ARE case sensitive, and MUST be followed imediately by a `:`, and then a space 
+// before the field data.
+//
+// IPAddress		The address to connect to (can be www.site.com)
+// DNSName              The domain name which is checked against cert
+// IPPort		The port to connect to
+// TLSMaxVersion	Highest version of TLS to use, ie 2.0, 3.0, 3.1 (not currently used)
+// TLSMinVersion	Lowest version of TLS to use, ie 2.0, 3.0, 3.1 (not currently used)
+// Cipher		Cipher suite that server is expected to use (decimal), compared with 
+//			actual cipher for pass/fail. If this field is 0, no comparisons with 
+//			the actual cipher suite used will be made.
+// CipherSuites		Cipher suites that client will tell server it supports (decimal)
+//			Should be in decimal, with 2 characters, ie for suites 3,7,8,9-
+//			this field would be - 03070809
+//			By entering a single `0` for this field, the SSL default cipher suites
+//			will be passed.
+// Page			The page that should be retrieved from the web server.
+//			The leading `/` should be included, ie /webpage.html
+// SimpleGet		If a 1, the page request will be a simple "GET [Page]", if 0
+//			a HTTP get request will be constructed.
+//			For testing against OpenSSL servers, this field should be 0,
+//			while most "real" web servers prefer the simple request, the 
+//			LLoydsTSB login page being an example.
+//
+
+
+/////////////////////////////////////////////
+
+
+// test NULL ciphers
+[Tlstest]
+/////////////////////////////////////////////
+
+IPAddress=192.168.40.50
+Protocol=tls1.0
+P_rotocol=ssl3.0
+DNSName=TLS1
+IPPort=543
+TLSMaxVersion=3.1
+TLSMinVersion=3.0
+Cipher=2
+CipherSuites=02
+Page=/index.html
+SimpleGet=0
+TestEndDelay=0
+UseGenericSocket=false
+EAPKeyDerivation=false
\ No newline at end of file