diff -r 000000000000 -r af10295192d8 networksecurity/tlsprovider/Test/scripts/testtokens.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/networksecurity/tlsprovider/Test/scripts/testtokens.ini Tue Jan 26 15:23:49 2010 +0200 @@ -0,0 +1,61 @@ +[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