networksecurity/tls/ts_tls/scripts/tls1_wlan.ini
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
child 23 425d8f4f7fa5
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 // T_AUTOSSL config file. This file should be placed in /epoc32/wins/c/system/data/t_autossl.ini
       
    16 //
       
    17 // The following fields must be present for each site that is to be tested.
       
    18 // The field names ARE case sensitive, and MUST be followed imediately by a `:`, and then a space 
       
    19 // before the field data.
       
    20 //
       
    21 // IPAddress		The address to connect to (can be www.site.com)
       
    22 // DNSName              The domain name which is checked against cert
       
    23 // IPPort		The port to connect to
       
    24 // TLSMaxVersion	Highest version of TLS to use, ie 2.0, 3.0, 3.1 (not currently used)
       
    25 // TLSMinVersion	Lowest version of TLS to use, ie 2.0, 3.0, 3.1 (not currently used)
       
    26 // Cipher		Cipher suite that server is expected to use (decimal), compared with 
       
    27 //			actual cipher for pass/fail. If this field is 0, no comparisons with 
       
    28 //			the actual cipher suite used will be made.
       
    29 // CipherSuites		Cipher suites that client will tell server it supports (decimal)
       
    30 //			Should be in decimal, with 2 characters, ie for suites 3,7,8,9-
       
    31 //			this field would be - 03070809
       
    32 //			By entering a single `0` for this field, the SSL default cipher suites
       
    33 //			will be passed.
       
    34 // Page			The page that should be retrieved from the web server.
       
    35 //			The leading `/` should be included, ie /webpage.html
       
    36 // SimpleGet		If a 1, the page request will be a simple "GET [Page]", if 0
       
    37 //			a HTTP get request will be constructed.
       
    38 //			For testing against OpenSSL servers, this field should be 0,
       
    39 //			while most "real" web servers prefer the simple request, the 
       
    40 //			LLoydsTSB login page being an example.
       
    41 //
       
    42 
       
    43 
       
    44 /////////////////////////////////////////////
       
    45 
       
    46 
       
    47 // test NULL ciphers
       
    48 [Tlstest]
       
    49 /////////////////////////////////////////////
       
    50 
       
    51 IPAddress=192.168.40.50
       
    52 Protocol=tls1.0
       
    53 P_rotocol=ssl3.0
       
    54 DNSName=TLS1
       
    55 IPPort=543
       
    56 TLSMaxVersion=3.1
       
    57 TLSMinVersion=3.0
       
    58 Cipher=1
       
    59 CipherSuites=01
       
    60 Page=/index.html
       
    61 SimpleGet=0
       
    62 TestEndDelay=0
       
    63 UseGenericSocket=false
       
    64 EAPKeyDerivation=false