networksecurity/tlsprovider/Test/scripts/testtokens.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 [TLS_RSA_WITH_AES_256_CBC_SHA]
       
     2 // server and client random.... I generate these with openssl rand 32 > rand.out
       
     3 ServerRandomFile=z:\testdata\testtokens\server.rand
       
     4 ClientRandomFile=z:\testdata\testtokens\client.rand
       
     5 
       
     6 // cipher suite for the test
       
     7 CipherHighByte=0
       
     8 CipherLowByte=53
       
     9 
       
    10 // Protocol version, 3.0 for SSL3, 3.1 for TLS1
       
    11 ProtocolMajorVersion=3
       
    12 ProtocolMinorVersion=1
       
    13 
       
    14 // Server cert and key, cert in DER format, key in unencrypted PKCS8 format
       
    15 ServerCert=z:\testdata\testtokens\commonname.cer
       
    16 ServerKey=z:\testdata\testtokens\commonname.pk8
       
    17 
       
    18 // domain name
       
    19 DomainName=www.symbianfoundation.org
       
    20 
       
    21 // standard record parameters
       
    22 SequenceNumber=4
       
    23 RecordSize=148
       
    24 RecordType=23
       
    25 
       
    26 
       
    27 [TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA]
       
    28 // server and client random.... I generate these with openssl rand 32 > rand.out
       
    29 ServerRandomFile=z:\testdata\testtokens\server.rand
       
    30 ClientRandomFile=z:\testdata\testtokens\client.rand
       
    31 
       
    32 // generated with openssl dhparam -2 -outform der -out file
       
    33 DHParamFile=z:\testdata\testtokens\dhparam.file
       
    34 
       
    35 // cipher suite for the test
       
    36 CipherHighByte=0
       
    37 CipherLowByte=22
       
    38 
       
    39 // Protocol version, 3.0 for SSL3, 3.1 for TLS1
       
    40 ProtocolMajorVersion=3
       
    41 ProtocolMinorVersion=1
       
    42 
       
    43 // Server cert and key, cert in DER format, key in unencrypted PKCS8 format
       
    44 ServerCert=z:\testdata\testtokens\commonname.cer
       
    45 ServerKey=z:\testdata\testtokens\commonname.pk8
       
    46 
       
    47 // domain name
       
    48 DomainName=www.symbianfoundation.org
       
    49 
       
    50 // standard record parameters
       
    51 SequenceNumber=4
       
    52 RecordSize=148
       
    53 RecordType=23
       
    54 
       
    55 [testhwtokencalled]
       
    56 numexist=1
       
    57 exist0=c:\tlstest2\hwtest.log
       
    58 
       
    59 [testswtokencalled]
       
    60 numnonexist=1
       
    61 nonexist0=c:\tlstest2\hwtest.log