networksecurity/tlsprovider/Test/scripts/testtokens.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 12 Mar 2010 15:50:43 +0200
branchRCL_3
changeset 10 c64cefac6e99
parent 0 af10295192d8
permissions -rw-r--r--
Revision: 201008 Kit: 201008

// Copyright (c) 2006-2009 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:
// Core Agent Provider State/Transition/Class Library
// 
//

[TLS_RSA_WITH_AES_256_CBC_SHA]
// server and client random.... I generate these with openssl rand 32 > rand.out
ServerRandomFile=z:\testdata\testtokens\server.rand
ClientRandomFile=z:\testdata\testtokens\client.rand

// cipher suite for the test
CipherHighByte=0
CipherLowByte=53

// Protocol version, 3.0 for SSL3, 3.1 for TLS1
ProtocolMajorVersion=3
ProtocolMinorVersion=1

// Server cert and key, cert in DER format, key in unencrypted PKCS8 format
ServerCert=z:\testdata\testtokens\commonname.cer
ServerKey=z:\testdata\testtokens\commonname.pk8

// domain name
DomainName=www.symbianfoundation.org

// standard record parameters
SequenceNumber=4
RecordSize=148
RecordType=23


[TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA]
// server and client random.... I generate these with openssl rand 32 > rand.out
ServerRandomFile=z:\testdata\testtokens\server.rand
ClientRandomFile=z:\testdata\testtokens\client.rand

// generated with openssl dhparam -2 -outform der -out file
DHParamFile=z:\testdata\testtokens\dhparam.file

// cipher suite for the test
CipherHighByte=0
CipherLowByte=22

// Protocol version, 3.0 for SSL3, 3.1 for TLS1
ProtocolMajorVersion=3
ProtocolMinorVersion=1

// Server cert and key, cert in DER format, key in unencrypted PKCS8 format
ServerCert=z:\testdata\testtokens\commonname.cer
ServerKey=z:\testdata\testtokens\commonname.pk8

// domain name
DomainName=www.symbianfoundation.org

// standard record parameters
SequenceNumber=4
RecordSize=148
RecordType=23

[testhwtokencalled]
numexist=1
exist0=c:\tlstest2\hwtest.log

[testswtokencalled]
numnonexist=1
nonexist0=c:\tlstest2\hwtest.log