1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptoservices/certificateandkeymgmt/tpkcs7/tpkcs7server.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,244 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +
1.21 +#ifndef __TPKCS7SERVER_IBY__
1.22 +#define __TPKCS7SERVER_IBY__
1.23 +
1.24 +#include <testexecute.iby>
1.25 +#include <pkcs7.iby>
1.26 +
1.27 +// Programs
1.28 +file=ABI_DIR\BUILD_DIR\tpkcs7server.exe System\Libs\tpkcs7server.exe
1.29 +
1.30 +// Scripts
1.31 +data=\epoc32\winscw\c\tpkcs7\tpkcs7_v2.script \tpkcs7\tpkcs7_v2.script
1.32 +data=\epoc32\winscw\c\tpkcs7\tpkcs7_v2.ini \tpkcs7\tpkcs7_v2.ini
1.33 +
1.34 +//CMS test
1.35 +data=\epoc32\winscw\c\tpkcs7\tcms.script \tpkcs7\tcms.script
1.36 +data=\epoc32\winscw\c\tpkcs7\tcms.ini \tpkcs7\tcms.ini
1.37 +data=\epoc32\winscw\c\tpkcs7\tinteg_cms.script \tpkcs7\tinteg_cms.script
1.38 +data=\epoc32\winscw\c\tpkcs7\tinteg_cms.ini \tpkcs7\tinteg_cms.ini
1.39 +
1.40 +// Data files
1.41 +data=\epoc32\winscw\c\tpkcs7\data\corrupt1 \tpkcs7\data\corrupt1
1.42 +data=\epoc32\winscw\c\tpkcs7\data\corrupt2 \tpkcs7\data\corrupt2
1.43 +data=\epoc32\winscw\c\tpkcs7\data\corrupt3 \tpkcs7\data\corrupt3
1.44 +data=\epoc32\winscw\c\tpkcs7\data\corrupt4 \tpkcs7\data\corrupt4
1.45 +data=\epoc32\winscw\c\tpkcs7\data\expired1 \tpkcs7\data\expired1
1.46 +data=\epoc32\winscw\c\tpkcs7\data\noroot1 \tpkcs7\data\noroot1
1.47 +data=\epoc32\winscw\c\tpkcs7\data\valid1 \tpkcs7\data\valid1
1.48 +data=\epoc32\winscw\c\tpkcs7\data\valid2 \tpkcs7\data\valid2
1.49 +data=\epoc32\winscw\c\tpkcs7\data\valid3 \tpkcs7\data\valid3
1.50 +data=\epoc32\winscw\c\tpkcs7\data\rootcertificate \tpkcs7\data\rootcertificate
1.51 +
1.52 +data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encrypteddata_corrupt2 \tpkcs7\data\pkcs7_encrypteddata_corrupt2
1.53 +data=\epoc32\winscw\c\tpkcs7\data\empty \tpkcs7\data\empty
1.54 +data=\epoc32\winscw\c\tpkcs7\data\sha1anddes-cbc \tpkcs7\data\sha1anddes-cbc
1.55 +data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc4.der \tpkcs7\data\sha1and128bitrc4.der
1.56 +data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc4_encryptedcontent.der \tpkcs7\data\sha1and128bitrc4_encryptedcontent.der
1.57 +data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc4_salt.der \tpkcs7\data\sha1and128bitrc4_salt.der
1.58 +data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc4.der \tpkcs7\data\sha1and40bitrc4.der
1.59 +data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc4_encryptedcontent.der \tpkcs7\data\sha1and40bitrc4_encryptedcontent.der
1.60 +data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc4_salt.der \tpkcs7\data\sha1and40bitrc4_salt.der
1.61 +data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc2.der \tpkcs7\data\sha1and128bitrc2.der
1.62 +data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc2_encryptedcontent.der \tpkcs7\data\sha1and128bitrc2_encryptedcontent.der
1.63 +data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc2_salt.der \tpkcs7\data\sha1and128bitrc2_salt.der
1.64 +data=\epoc32\winscw\c\tpkcs7\data\sha1and3_keytripledes_cbc.der \tpkcs7\data\sha1and3_keytripledes_cbc.der
1.65 +data=\epoc32\winscw\c\tpkcs7\data\sha1and3_keytripledes_cbc_encryptedcontent.der \tpkcs7\data\sha1and3_keytripledes_cbc_encryptedcontent.der
1.66 +data=\epoc32\winscw\c\tpkcs7\data\sha1and3_keytripledes_cbc_salt.der \tpkcs7\data\sha1and3_keytripledes_cbc_salt.der
1.67 +data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc2_cbc.der \tpkcs7\data\sha1and40bitrc2_cbc.der
1.68 +data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc2_cbc_encryptedcontent.der \tpkcs7\data\sha1and40bitrc2_cbc_encryptedcontent.der
1.69 +data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc2_cbc_salt.der \tpkcs7\data\sha1and40bitrc2_cbc_salt.der
1.70 +data=\epoc32\winscw\c\tpkcs7\data\notencrypteddata.der \tpkcs7\data\notencrypteddata.der
1.71 +data=\epoc32\winscw\c\tpkcs7\data\sha1and2_keytripledes.der \tpkcs7\data\sha1and2_keytripledes.der
1.72 +data=\epoc32\winscw\c\tpkcs7\data\sha1and2_keytripledes_encryptedcontent.der \tpkcs7\data\sha1and2_keytripledes_encryptedcontent.der
1.73 +data=\epoc32\winscw\c\tpkcs7\data\sha1and2_keytripledes_salt.der \tpkcs7\data\sha1and2_keytripledes_salt.der
1.74 +data=\epoc32\winscw\c\tpkcs7\data\encrypteddata_withoutsalt.der \tpkcs7\data\encrypteddata_withoutsalt.der
1.75 +data=\epoc32\winscw\c\tpkcs7\data\encrypteddata_withoutsalt_content.der \tpkcs7\data\encrypteddata_withoutsalt_content.der
1.76 +data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encryptedneg_version.der \tpkcs7\data\pkcs7_encryptedneg_version.der
1.77 +data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encryptedneg_contentType.der \tpkcs7\data\pkcs7_encryptedneg_contentType.der
1.78 +data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encryptedneg_nocontsalt.der \tpkcs7\data\pkcs7_encryptedneg_nocontsalt.der
1.79 +data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encryptedneg_noencryptedcon.der \tpkcs7\data\pkcs7_encryptedneg_noencryptedcon.der
1.80 +data=\epoc32\winscw\c\tpkcs7\data\encrypteddata_versiontag.der \tpkcs7\data\encrypteddata_versiontag.der
1.81 +
1.82 +
1.83 +data=\epoc32\winscw\c\tpkcs7\data\digest_sha1.der \tpkcs7\data\digest_sha1.der
1.84 +data=\epoc32\winscw\c\tpkcs7\data\digestinfo_sha1.der \tpkcs7\data\digestinfo_sha1.der
1.85 +data=\epoc32\winscw\c\tpkcs7\data\pkcs7_digest_md5alg.der \tpkcs7\data\pkcs7_digest_md5alg.der
1.86 +data=\epoc32\winscw\c\tpkcs7\data\digestinfo_md5alg.der \tpkcs7\data\digestinfo_md5alg.der
1.87 +data=\epoc32\winscw\c\tpkcs7\data\digestinfo_negalgtag.der \tpkcs7\data\digestinfo_negalgtag.der
1.88 +data=\epoc32\winscw\c\tpkcs7\data\digestinfo_digest_notoctetstring.der \tpkcs7\data\digestinfo_digest_notoctetstring.der
1.89 +data=\epoc32\winscw\c\tpkcs7\data\digestinfo_nodigest.der \tpkcs7\data\digestinfo_nodigest.der
1.90 +data=\epoc32\winscw\c\tpkcs7\data\digestinfo_unsupportedalg.der \tpkcs7\data\digestinfo_unsupportedalg.der
1.91 +
1.92 +
1.93 +
1.94 +//CMS test
1.95 +data=\epoc32\winscw\c\tpkcs7\cms\data\datacontent.txt \tpkcs7\cms\data\datacontent.txt
1.96 +data=\epoc32\winscw\c\tpkcs7\cms\data\ca.der \tpkcs7\cms\data\ca.der
1.97 +data=\epoc32\winscw\c\tpkcs7\cms\data\cms_add_rsa_cert_is.der \tpkcs7\cms\data\cms_add_rsa_cert_is.der
1.98 +data=\epoc32\winscw\c\tpkcs7\cms\data\attributecert.der \tpkcs7\cms\data\attributecert.der
1.99 +data=\epoc32\winscw\c\tpkcs7\cms\data\corruptattributecert.der \tpkcs7\cms\data\corruptattributecert.der
1.100 +data=\epoc32\winscw\c\tpkcs7\cms\data\corruptattributecert_noseq.der \tpkcs7\cms\data\corruptattributecert_noseq.der
1.101 +
1.102 +//CMS test by integration test
1.103 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_ca.der \tpkcs7\cms\data\int_ca.der
1.104 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_1_is.der \tpkcs7\cms\data\int_cms_dsa_cert_1_is.der
1.105 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_1_ki.der \tpkcs7\cms\data\int_cms_dsa_cert_1_ki.der
1.106 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_2_is.der \tpkcs7\cms\data\int_cms_dsa_cert_2_is.der
1.107 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_2_ki.der \tpkcs7\cms\data\int_cms_dsa_cert_2_ki.der
1.108 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_3_is.der \tpkcs7\cms\data\int_cms_dsa_cert_3_is.der
1.109 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_3_ki.der \tpkcs7\cms\data\int_cms_dsa_cert_3_ki.der
1.110 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_1_is.der \tpkcs7\cms\data\int_cms_dsa_key_1_is.der
1.111 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_1_ki.der \tpkcs7\cms\data\int_cms_dsa_key_1_ki.der
1.112 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_2_is.der \tpkcs7\cms\data\int_cms_dsa_key_2_is.der
1.113 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_2_ki.der \tpkcs7\cms\data\int_cms_dsa_key_2_ki.der
1.114 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_3_is.der \tpkcs7\cms\data\int_cms_dsa_key_3_is.der
1.115 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_3_ki.der \tpkcs7\cms\data\int_cms_dsa_key_3_ki.der
1.116 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_1_is.der \tpkcs7\cms\data\int_cms_rsa_cert_1_is.der
1.117 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_1_ki.der \tpkcs7\cms\data\int_cms_rsa_cert_1_ki.der
1.118 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_2_is.der \tpkcs7\cms\data\int_cms_rsa_cert_2_is.der
1.119 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_2_ki.der \tpkcs7\cms\data\int_cms_rsa_cert_2_ki.der
1.120 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_3_is.der \tpkcs7\cms\data\int_cms_rsa_cert_3_is.der
1.121 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_3_ki.der \tpkcs7\cms\data\int_cms_rsa_cert_3_ki.der
1.122 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_1_is.der \tpkcs7\cms\data\int_cms_rsa_key_1_is.der
1.123 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_1_ki.der \tpkcs7\cms\data\int_cms_rsa_key_1_ki.der
1.124 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_2_is.der \tpkcs7\cms\data\int_cms_rsa_key_2_is.der
1.125 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_2_ki.der \tpkcs7\cms\data\int_cms_rsa_key_2_ki.der
1.126 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_3_is.der \tpkcs7\cms\data\int_cms_rsa_key_3_is.der
1.127 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_3_ki.der \tpkcs7\cms\data\int_cms_rsa_key_3_ki.der
1.128 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_datacontent.txt \tpkcs7\cms\data\int_datacontent.txt
1.129 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_dsa_2_attributeCert.der \tpkcs7\cms\data\int_dsa_2_attributeCert.der
1.130 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_dsa_3_attributeCert.der \tpkcs7\cms\data\int_dsa_3_attributeCert.der
1.131 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_dsa_attributeCert.der \tpkcs7\cms\data\int_dsa_attributeCert.der
1.132 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_large_data.txt \tpkcs7\cms\data\int_large_data.txt
1.133 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_rsa_2_attributeCert.der \tpkcs7\cms\data\int_rsa_2_attributeCert.der
1.134 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_rsa_3_attributecert.der \tpkcs7\cms\data\int_rsa_3_attributecert.der
1.135 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_rsa_attributeCert.der \tpkcs7\cms\data\int_rsa_attributeCert.der
1.136 +data=\epoc32\winscw\c\tpkcs7\cms\data\int_small_data.txt \tpkcs7\cms\data\int_small_data.txt
1.137 +
1.138 +
1.139 +
1.140 +//CMS Test Certificates and key
1.141 +data=\epoc32\winscw\c\tpkcs7\cms\data\cms_rsa_cert_1_ki.der \tpkcs7\cms\data\cms_rsa_cert_1_ki.der
1.142 +data=\epoc32\winscw\c\tpkcs7\cms\data\cms_rsa_key_1_ki.der \tpkcs7\cms\data\cms_rsa_key_1_ki.der
1.143 +data=\epoc32\winscw\c\tpkcs7\cms\data\cms_rsa_cert_1_is.der \tpkcs7\cms\data\cms_rsa_cert_1_is.der
1.144 +data=\epoc32\winscw\c\tpkcs7\cms\data\cms_rsa_key_1_is.der \tpkcs7\cms\data\cms_rsa_key_1_is.der
1.145 +data=\epoc32\winscw\c\tpkcs7\cms\data\cms_dsa_cert_1_ki.der \tpkcs7\cms\data\cms_dsa_cert_1_ki.der
1.146 +data=\epoc32\winscw\c\tpkcs7\cms\data\cms_dsa_key_1_ki.der \tpkcs7\cms\data\cms_dsa_key_1_ki.der
1.147 +data=\epoc32\winscw\c\tpkcs7\cms\data\cms_dsa_cert_1_is.der \tpkcs7\cms\data\cms_dsa_cert_1_is.der
1.148 +data=\epoc32\winscw\c\tpkcs7\cms\data\cms_dsa_key_1_is.der \tpkcs7\cms\data\cms_dsa_key_1_is.der
1.149 +
1.150 +//CMS expected signed data result
1.151 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki.der \tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki.der
1.152 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_sha1_is.der \tpkcs7\cms\results\cms_1_attached_rsa_sha1_is.der
1.153 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_sha1_ki.der \tpkcs7\cms\results\cms_1_detached_rsa_sha1_ki.der
1.154 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_sha1_is.der \tpkcs7\cms\results\cms_1_detached_rsa_sha1_is.der
1.155 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_md2_ki.der \tpkcs7\cms\results\cms_1_attached_rsa_md2_ki.der
1.156 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_md2_ki.der \tpkcs7\cms\results\cms_1_detached_rsa_md2_ki.der
1.157 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_md2_is.der \tpkcs7\cms\results\cms_1_attached_rsa_md2_is.der
1.158 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_md2_is.der \tpkcs7\cms\results\cms_1_detached_rsa_md2_is.der
1.159 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_md5_is.der \tpkcs7\cms\results\cms_1_attached_rsa_md5_is.der
1.160 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_md5_is.der \tpkcs7\cms\results\cms_1_detached_rsa_md5_is.der
1.161 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_md5_ki.der \tpkcs7\cms\results\cms_1_attached_rsa_md5_ki.der
1.162 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_md5_ki.der \tpkcs7\cms\results\cms_1_detached_rsa_md5_ki.der
1.163 +
1.164 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_dsa_ki.der \tpkcs7\cms\results\cms_1_attached_dsa_ki.der
1.165 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_dsa_ki.der \tpkcs7\cms\results\cms_1_detached_dsa_ki.der
1.166 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_dsa_is.der \tpkcs7\cms\results\cms_1_attached_dsa_is.der
1.167 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_dsa_is.der \tpkcs7\cms\results\cms_1_detached_dsa_is.der
1.168 +
1.169 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_multi_2_attached_rsaki_dsais.der \tpkcs7\cms\results\cms_multi_2_attached_rsaki_dsais.der
1.170 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_multi_2_attached_dsais_rsaki.der \tpkcs7\cms\results\cms_multi_2_attached_dsais_rsaki.der
1.171 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_multi_2_attached_rsakimd5_dsais.der \tpkcs7\cms\results\cms_multi_2_attached_rsakimd5_dsais.der
1.172 +
1.173 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki_nocert.der \tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki_nocert.der
1.174 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki_nosignerinfo.der \tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki_nosignerinfo.der
1.175 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_multi_2_attached_rsakimd5_dsais_addcert.der \tpkcs7\cms\results\cms_multi_2_attached_rsakimd5_dsais_addcert.der
1.176 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_signature.der \tpkcs7\cms\results\cms_corrupt_signature.der
1.177 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_excerttag.der \tpkcs7\cms\results\cms_corrupt_excerttag.der
1.178 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_certsettag.der \tpkcs7\cms\results\cms_corrupt_certsettag.der
1.179 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_signinfoversion.der \tpkcs7\cms\results\cms_corrupt_signinfoversion.der
1.180 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_signdataversion.der \tpkcs7\cms\results\cms_corrupt_signdataversion.der
1.181 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_datacontent.der \tpkcs7\cms\results\cms_corrupt_datacontent.der
1.182 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_encapcontentoid.der \tpkcs7\cms\results\cms_corrupt_encapcontentoid.der
1.183 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_encapcontent_tag_1.der \tpkcs7\cms\results\cms_corrupt_encapcontent_tag_1.der
1.184 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_encapcontent_tag_2.der \tpkcs7\cms\results\cms_corrupt_encapcontent_tag_2.der
1.185 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_contentoid.der \tpkcs7\cms\results\cms_corrupt_contentoid.der
1.186 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_content_tag_1.der \tpkcs7\cms\results\cms_corrupt_content_tag_1.der
1.187 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_algorithmoid.der \tpkcs7\cms\results\cms_corrupt_algorithmoid.der
1.188 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_sha1_KI_attributecert.der \tpkcs7\cms\results\cms_1_attached_rsa_sha1_KI_attributecert.der
1.189 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_block.der \tpkcs7\cms\results\cms_corrupt_block.der
1.190 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki_unsignedattributes.der \tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki_unsignedattributes.der
1.191 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki_attributes.der \tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki_attributes.der
1.192 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_length.der \tpkcs7\cms\results\cms_corrupt_length.der
1.193 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_data.der \tpkcs7\cms\results\cms_data.der
1.194 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_data_corrupt_tag.der \tpkcs7\cms\results\cms_data_corrupt_tag.der
1.195 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_data_corrupt_class.der \tpkcs7\cms\results\cms_data_corrupt_class.der
1.196 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cmsdigestdata.der \tpkcs7\cms\results\cmsdigestdata.der
1.197 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cmsenvelopeddata.der \tpkcs7\cms\results\cmsenvelopeddata.der
1.198 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cmsencryteddata.der \tpkcs7\cms\results\cmsencryteddata.der
1.199 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\cmsauthdata.der \tpkcs7\cms\results\cmsauthdata.der
1.200 +
1.201 +
1.202 +
1.203 +//CMS Integ expected signed data result
1.204 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certattach_md2_ki.der \tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certattach_md2_ki.der
1.205 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certattach_md2md5sha1_is.der \tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certattach_md2md5sha1_is.der
1.206 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_12rsa_3dsa_certdetach_md2md5sha1_1ki_23is.der \tpkcs7\cms\results\int_cms_1_dataattached_12rsa_3dsa_certdetach_md2md5sha1_1ki_23is.der
1.207 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certattach_md5_13ki_2is.der \tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certattach_md5_13ki_2is.der
1.208 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certdetach_sha1_is.der \tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certdetach_sha1_is.der
1.209 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certdetach_sha1_is_x509.der \tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certdetach_sha1_is_x509.der
1.210 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certdetach_sha1md2md5_is_attribute.der \tpkcs7\cms\results\int_cms_1_dataattached_3rsa_certdetach_sha1md2md5_is_attribute.der
1.211 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_certattach_rsa_md5_is.der \tpkcs7\cms\results\int_cms_1_dataattached_certattach_rsa_md5_is.der
1.212 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_certattach_rsa_sha1_is.der \tpkcs7\cms\results\int_cms_1_dataattached_certattach_rsa_sha1_is.der
1.213 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_certdetach_dsa_sha1_is.der \tpkcs7\cms\results\int_cms_1_dataattached_certdetach_dsa_sha1_is.der
1.214 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_certdetach_dsa_sha1_is_attribute.der \tpkcs7\cms\results\int_cms_1_dataattached_certdetach_dsa_sha1_is_attribute.der
1.215 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_certdetach_dsa_sha1_ki.der \tpkcs7\cms\results\int_cms_1_dataattached_certdetach_dsa_sha1_ki.der
1.216 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_certdetach_rsa_md2_ki.der \tpkcs7\cms\results\int_cms_1_dataattached_certdetach_rsa_md2_ki.der
1.217 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_dataattached_certdetach_rsa_sha1_ki.der \tpkcs7\cms\results\int_cms_1_dataattached_certdetach_rsa_sha1_ki.der
1.218 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_12rsa_3_dsa_certdetach_sha1_ki.der \tpkcs7\cms\results\int_cms_1_datadetached_12rsa_3_dsa_certdetach_sha1_ki.der
1.219 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_12rsa_3dsa_certdetach_1md2_2md5_3sha1_1ki_23is.der \tpkcs7\cms\results\int_cms_1_datadetached_12rsa_3dsa_certdetach_1md2_2md5_3sha1_1ki_23is.der
1.220 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_3dsa_certattach_3sha1_ki.der \tpkcs7\cms\results\int_cms_1_datadetached_3dsa_certattach_3sha1_ki.der
1.221 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_3dsa_certdetach_sha1_is_attribute.der \tpkcs7\cms\results\int_cms_1_datadetached_3dsa_certdetach_sha1_is_attribute.der
1.222 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certattach_12sha1_3md5_1ki_23is.der \tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certattach_12sha1_3md5_1ki_23is.der
1.223 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certattach_3md2_12ki_3is.der \tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certattach_3md2_12ki_3is.der
1.224 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certattach_sha1_is.der \tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certattach_sha1_is.der
1.225 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certattach_sha1_is_attribute.der \tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certattach_sha1_is_attribute.der
1.226 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certdattach_md5_13ki_2is_.der \tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certdattach_md5_13ki_2is_.der
1.227 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certdetach_sha1_is.der \tpkcs7\cms\results\int_cms_1_datadetached_3rsa_certdetach_sha1_is.der
1.228 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_certattach_rsa_sha1_is.der \tpkcs7\cms\results\int_cms_1_datadetached_certattach_rsa_sha1_is.der
1.229 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_certdetach_rsa_md2_ki.der \tpkcs7\cms\results\int_cms_1_datadetached_certdetach_rsa_md2_ki.der
1.230 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_dsa_certattach_sha1_is.der \tpkcs7\cms\results\int_cms_1_datadetached_dsa_certattach_sha1_is.der
1.231 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_dsa_certattach_sha1_is_attribute.der \tpkcs7\cms\results\int_cms_1_datadetached_dsa_certattach_sha1_is_attribute.der
1.232 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_dsa_certdetach_sha1_ki.der \tpkcs7\cms\results\int_cms_1_datadetached_dsa_certdetach_sha1_ki.der
1.233 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_dsa_certdetach_sha1_ki_attribute.der \tpkcs7\cms\results\int_cms_1_datadetached_dsa_certdetach_sha1_ki_attribute.der
1.234 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_rsa_certattach_md5_is.der \tpkcs7\cms\results\int_cms_1_datadetached_rsa_certattach_md5_is.der
1.235 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_datadetached_rsa_certdetach_sha1_is_attribute.der \tpkcs7\cms\results\int_cms_1_datadetached_rsa_certdetach_sha1_is_attribute.der
1.236 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_digested.der \tpkcs7\cms\results\int_cms_1_digested.der
1.237 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_enveloped.der \tpkcs7\cms\results\int_cms_1_enveloped.der
1.238 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_plain_data.der \tpkcs7\cms\results\int_cms_1_plain_data.der
1.239 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_signed_and_enveloped_data.der \tpkcs7\cms\results\int_cms_1_signed_and_enveloped_data.der
1.240 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_invalid_attr_cert_value_2.der \tpkcs7\cms\results\int_cms_invalid_attr_cert_value_2.der
1.241 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_small_data.der \tpkcs7\cms\results\int_small_data.der
1.242 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_large_data.der \tpkcs7\cms\results\int_large_data.der
1.243 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_encrypted.der \tpkcs7\cms\results\int_cms_1_encrypted.der
1.244 +data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_authenticated_data.der \tpkcs7\cms\results\int_cms_1_authenticated_data.der
1.245 +
1.246 +
1.247 +#endif