networksecurity/tls/ts_tls/scripts/tls2f.ini
changeset 0 af10295192d8
child 10 c64cefac6e99
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networksecurity/tls/ts_tls/scripts/tls2f.ini	Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,51 @@
+//
+// 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 AES
+[Tlstest]
+/////////////////////////////////////////////
+
+IPAddress=192.168.10.11
+Protocol=tls1.0
+P_rotocol=ssl3.0
+DNSName=TLS2f
+IPPort=643
+TLSMaxVersion=3.1
+TLSMinVersion=3.0
+Cipher=47
+CipherSuites=47
+Page=/index.html
+SimpleGet=0
+TestEndDelay=0
+UseGenericSocket=false
+EAPKeyDerivation=false