networksecurity/tlsprovider/Test/scripts/testtokens.ini
branchRCL_3
changeset 10 c64cefac6e99
parent 0 af10295192d8
equal deleted inserted replaced
5:1422c6cd3f0c 10:c64cefac6e99
       
     1 // Copyright (c) 2006-2009 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 // Core Agent Provider State/Transition/Class Library
       
    15 // 
       
    16 //
       
    17 
     1 [TLS_RSA_WITH_AES_256_CBC_SHA]
    18 [TLS_RSA_WITH_AES_256_CBC_SHA]
     2 // server and client random.... I generate these with openssl rand 32 > rand.out
    19 // server and client random.... I generate these with openssl rand 32 > rand.out
     3 ServerRandomFile=z:\testdata\testtokens\server.rand
    20 ServerRandomFile=z:\testdata\testtokens\server.rand
     4 ClientRandomFile=z:\testdata\testtokens\client.rand
    21 ClientRandomFile=z:\testdata\testtokens\client.rand
     5 
    22