author | Santosh Patil <santosh.v.patil@nokia.com> |
Wed, 08 Jul 2009 11:25:26 +0100 | |
changeset 0 | 2c201484c85f |
child 8 | 35751d3474b7 |
permissions | -rw-r--r-- |
0
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
1 |
/* |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
3 |
* All rights reserved. |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
5 |
* under the terms of the License "Eclipse Public License v1.0" |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
8 |
* |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
11 |
* |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
12 |
* Contributors: |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
13 |
* |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
14 |
* Description: |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
15 |
* |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
16 |
*/ |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
17 |
#ifndef __TPKCS7SERVER_IBY__ |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
18 |
#define __TPKCS7SERVER_IBY__ |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
19 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
20 |
#include <testexecute.iby> |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
21 |
#include <pkcs7.iby> |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
22 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
23 |
// Programs |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
24 |
file=ABI_DIR\BUILD_DIR\tpkcs7server.exe System\Libs\tpkcs7server.exe |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
25 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
26 |
// Scripts |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
27 |
data=\epoc32\winscw\c\tpkcs7\tpkcs7_v2.script \tpkcs7\tpkcs7_v2.script |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
28 |
data=\epoc32\winscw\c\tpkcs7\tpkcs7_v2.ini \tpkcs7\tpkcs7_v2.ini |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
29 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
30 |
//CMS test |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
31 |
data=\epoc32\winscw\c\tpkcs7\tcms.script \tpkcs7\tcms.script |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
32 |
data=\epoc32\winscw\c\tpkcs7\tcms.ini \tpkcs7\tcms.ini |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
33 |
data=\epoc32\winscw\c\tpkcs7\tinteg_cms.script \tpkcs7\tinteg_cms.script |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
34 |
data=\epoc32\winscw\c\tpkcs7\tinteg_cms.ini \tpkcs7\tinteg_cms.ini |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
35 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
36 |
// Data files |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
37 |
data=\epoc32\winscw\c\tpkcs7\data\corrupt1 \tpkcs7\data\corrupt1 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
38 |
data=\epoc32\winscw\c\tpkcs7\data\corrupt2 \tpkcs7\data\corrupt2 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
39 |
data=\epoc32\winscw\c\tpkcs7\data\corrupt3 \tpkcs7\data\corrupt3 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
40 |
data=\epoc32\winscw\c\tpkcs7\data\corrupt4 \tpkcs7\data\corrupt4 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
41 |
data=\epoc32\winscw\c\tpkcs7\data\expired1 \tpkcs7\data\expired1 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
42 |
data=\epoc32\winscw\c\tpkcs7\data\noroot1 \tpkcs7\data\noroot1 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
43 |
data=\epoc32\winscw\c\tpkcs7\data\valid1 \tpkcs7\data\valid1 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
44 |
data=\epoc32\winscw\c\tpkcs7\data\valid2 \tpkcs7\data\valid2 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
45 |
data=\epoc32\winscw\c\tpkcs7\data\valid3 \tpkcs7\data\valid3 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
46 |
data=\epoc32\winscw\c\tpkcs7\data\rootcertificate \tpkcs7\data\rootcertificate |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
47 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
48 |
data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encrypteddata_corrupt2 \tpkcs7\data\pkcs7_encrypteddata_corrupt2 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
49 |
data=\epoc32\winscw\c\tpkcs7\data\empty \tpkcs7\data\empty |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
50 |
data=\epoc32\winscw\c\tpkcs7\data\sha1anddes-cbc \tpkcs7\data\sha1anddes-cbc |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
51 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc4.der \tpkcs7\data\sha1and128bitrc4.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
52 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc4_encryptedcontent.der \tpkcs7\data\sha1and128bitrc4_encryptedcontent.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
53 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc4_salt.der \tpkcs7\data\sha1and128bitrc4_salt.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
54 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc4.der \tpkcs7\data\sha1and40bitrc4.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
55 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc4_encryptedcontent.der \tpkcs7\data\sha1and40bitrc4_encryptedcontent.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
56 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc4_salt.der \tpkcs7\data\sha1and40bitrc4_salt.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
57 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc2.der \tpkcs7\data\sha1and128bitrc2.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
58 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc2_encryptedcontent.der \tpkcs7\data\sha1and128bitrc2_encryptedcontent.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
59 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and128bitrc2_salt.der \tpkcs7\data\sha1and128bitrc2_salt.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
60 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and3_keytripledes_cbc.der \tpkcs7\data\sha1and3_keytripledes_cbc.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
61 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and3_keytripledes_cbc_encryptedcontent.der \tpkcs7\data\sha1and3_keytripledes_cbc_encryptedcontent.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
62 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and3_keytripledes_cbc_salt.der \tpkcs7\data\sha1and3_keytripledes_cbc_salt.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
63 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc2_cbc.der \tpkcs7\data\sha1and40bitrc2_cbc.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
64 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc2_cbc_encryptedcontent.der \tpkcs7\data\sha1and40bitrc2_cbc_encryptedcontent.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
65 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and40bitrc2_cbc_salt.der \tpkcs7\data\sha1and40bitrc2_cbc_salt.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
66 |
data=\epoc32\winscw\c\tpkcs7\data\notencrypteddata.der \tpkcs7\data\notencrypteddata.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
67 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and2_keytripledes.der \tpkcs7\data\sha1and2_keytripledes.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
68 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and2_keytripledes_encryptedcontent.der \tpkcs7\data\sha1and2_keytripledes_encryptedcontent.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
69 |
data=\epoc32\winscw\c\tpkcs7\data\sha1and2_keytripledes_salt.der \tpkcs7\data\sha1and2_keytripledes_salt.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
70 |
data=\epoc32\winscw\c\tpkcs7\data\encrypteddata_withoutsalt.der \tpkcs7\data\encrypteddata_withoutsalt.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
71 |
data=\epoc32\winscw\c\tpkcs7\data\encrypteddata_withoutsalt_content.der \tpkcs7\data\encrypteddata_withoutsalt_content.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
72 |
data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encryptedneg_version.der \tpkcs7\data\pkcs7_encryptedneg_version.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
73 |
data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encryptedneg_contentType.der \tpkcs7\data\pkcs7_encryptedneg_contentType.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
74 |
data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encryptedneg_nocontsalt.der \tpkcs7\data\pkcs7_encryptedneg_nocontsalt.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
75 |
data=\epoc32\winscw\c\tpkcs7\data\pkcs7_encryptedneg_noencryptedcon.der \tpkcs7\data\pkcs7_encryptedneg_noencryptedcon.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
76 |
data=\epoc32\winscw\c\tpkcs7\data\encrypteddata_versiontag.der \tpkcs7\data\encrypteddata_versiontag.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
77 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
78 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
79 |
data=\epoc32\winscw\c\tpkcs7\data\digest_sha1.der \tpkcs7\data\digest_sha1.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
80 |
data=\epoc32\winscw\c\tpkcs7\data\digestinfo_sha1.der \tpkcs7\data\digestinfo_sha1.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
81 |
data=\epoc32\winscw\c\tpkcs7\data\pkcs7_digest_md5alg.der \tpkcs7\data\pkcs7_digest_md5alg.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
82 |
data=\epoc32\winscw\c\tpkcs7\data\digestinfo_md5alg.der \tpkcs7\data\digestinfo_md5alg.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
83 |
data=\epoc32\winscw\c\tpkcs7\data\digestinfo_negalgtag.der \tpkcs7\data\digestinfo_negalgtag.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
84 |
data=\epoc32\winscw\c\tpkcs7\data\digestinfo_digest_notoctetstring.der \tpkcs7\data\digestinfo_digest_notoctetstring.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
85 |
data=\epoc32\winscw\c\tpkcs7\data\digestinfo_nodigest.der \tpkcs7\data\digestinfo_nodigest.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
86 |
data=\epoc32\winscw\c\tpkcs7\data\digestinfo_unsupportedalg.der \tpkcs7\data\digestinfo_unsupportedalg.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
87 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
88 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
89 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
90 |
//CMS test |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
91 |
data=\epoc32\winscw\c\tpkcs7\cms\data\datacontent.txt \tpkcs7\cms\data\datacontent.txt |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
92 |
data=\epoc32\winscw\c\tpkcs7\cms\data\ca.der \tpkcs7\cms\data\ca.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
93 |
data=\epoc32\winscw\c\tpkcs7\cms\data\cms_add_rsa_cert_is.der \tpkcs7\cms\data\cms_add_rsa_cert_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
94 |
data=\epoc32\winscw\c\tpkcs7\cms\data\attributecert.der \tpkcs7\cms\data\attributecert.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
95 |
data=\epoc32\winscw\c\tpkcs7\cms\data\corruptattributecert.der \tpkcs7\cms\data\corruptattributecert.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
96 |
data=\epoc32\winscw\c\tpkcs7\cms\data\corruptattributecert_noseq.der \tpkcs7\cms\data\corruptattributecert_noseq.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
97 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
98 |
//CMS test by integration test |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
99 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_ca.der \tpkcs7\cms\data\int_ca.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
100 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_1_is.der \tpkcs7\cms\data\int_cms_dsa_cert_1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
101 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_1_ki.der \tpkcs7\cms\data\int_cms_dsa_cert_1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
102 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_2_is.der \tpkcs7\cms\data\int_cms_dsa_cert_2_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
103 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_2_ki.der \tpkcs7\cms\data\int_cms_dsa_cert_2_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
104 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_3_is.der \tpkcs7\cms\data\int_cms_dsa_cert_3_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
105 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_cert_3_ki.der \tpkcs7\cms\data\int_cms_dsa_cert_3_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
106 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_1_is.der \tpkcs7\cms\data\int_cms_dsa_key_1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
107 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_1_ki.der \tpkcs7\cms\data\int_cms_dsa_key_1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
108 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_2_is.der \tpkcs7\cms\data\int_cms_dsa_key_2_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
109 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_2_ki.der \tpkcs7\cms\data\int_cms_dsa_key_2_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
110 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_3_is.der \tpkcs7\cms\data\int_cms_dsa_key_3_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
111 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_dsa_key_3_ki.der \tpkcs7\cms\data\int_cms_dsa_key_3_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
112 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_1_is.der \tpkcs7\cms\data\int_cms_rsa_cert_1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
113 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_1_ki.der \tpkcs7\cms\data\int_cms_rsa_cert_1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
114 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_2_is.der \tpkcs7\cms\data\int_cms_rsa_cert_2_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
115 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_2_ki.der \tpkcs7\cms\data\int_cms_rsa_cert_2_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
116 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_3_is.der \tpkcs7\cms\data\int_cms_rsa_cert_3_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
117 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_cert_3_ki.der \tpkcs7\cms\data\int_cms_rsa_cert_3_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
118 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_1_is.der \tpkcs7\cms\data\int_cms_rsa_key_1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
119 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_1_ki.der \tpkcs7\cms\data\int_cms_rsa_key_1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
120 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_2_is.der \tpkcs7\cms\data\int_cms_rsa_key_2_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
121 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_2_ki.der \tpkcs7\cms\data\int_cms_rsa_key_2_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
122 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_3_is.der \tpkcs7\cms\data\int_cms_rsa_key_3_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
123 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_cms_rsa_key_3_ki.der \tpkcs7\cms\data\int_cms_rsa_key_3_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
124 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_datacontent.txt \tpkcs7\cms\data\int_datacontent.txt |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
125 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_dsa_2_attributeCert.der \tpkcs7\cms\data\int_dsa_2_attributeCert.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
126 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_dsa_3_attributeCert.der \tpkcs7\cms\data\int_dsa_3_attributeCert.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
127 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_dsa_attributeCert.der \tpkcs7\cms\data\int_dsa_attributeCert.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
128 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_large_data.txt \tpkcs7\cms\data\int_large_data.txt |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
129 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_rsa_2_attributeCert.der \tpkcs7\cms\data\int_rsa_2_attributeCert.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
130 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_rsa_3_attributecert.der \tpkcs7\cms\data\int_rsa_3_attributecert.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
131 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_rsa_attributeCert.der \tpkcs7\cms\data\int_rsa_attributeCert.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
132 |
data=\epoc32\winscw\c\tpkcs7\cms\data\int_small_data.txt \tpkcs7\cms\data\int_small_data.txt |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
133 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
134 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
135 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
136 |
//CMS Test Certificates and key |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
137 |
data=\epoc32\winscw\c\tpkcs7\cms\data\cms_rsa_cert_1_ki.der \tpkcs7\cms\data\cms_rsa_cert_1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
138 |
data=\epoc32\winscw\c\tpkcs7\cms\data\cms_rsa_key_1_ki.der \tpkcs7\cms\data\cms_rsa_key_1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
139 |
data=\epoc32\winscw\c\tpkcs7\cms\data\cms_rsa_cert_1_is.der \tpkcs7\cms\data\cms_rsa_cert_1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
140 |
data=\epoc32\winscw\c\tpkcs7\cms\data\cms_rsa_key_1_is.der \tpkcs7\cms\data\cms_rsa_key_1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
141 |
data=\epoc32\winscw\c\tpkcs7\cms\data\cms_dsa_cert_1_ki.der \tpkcs7\cms\data\cms_dsa_cert_1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
142 |
data=\epoc32\winscw\c\tpkcs7\cms\data\cms_dsa_key_1_ki.der \tpkcs7\cms\data\cms_dsa_key_1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
143 |
data=\epoc32\winscw\c\tpkcs7\cms\data\cms_dsa_cert_1_is.der \tpkcs7\cms\data\cms_dsa_cert_1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
144 |
data=\epoc32\winscw\c\tpkcs7\cms\data\cms_dsa_key_1_is.der \tpkcs7\cms\data\cms_dsa_key_1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
145 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
146 |
//CMS expected signed data result |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
147 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki.der \tpkcs7\cms\results\cms_1_attached_rsa_sha1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
148 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_sha1_is.der \tpkcs7\cms\results\cms_1_attached_rsa_sha1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
149 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_sha1_ki.der \tpkcs7\cms\results\cms_1_detached_rsa_sha1_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
150 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_sha1_is.der \tpkcs7\cms\results\cms_1_detached_rsa_sha1_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
151 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_md2_ki.der \tpkcs7\cms\results\cms_1_attached_rsa_md2_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
152 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_md2_ki.der \tpkcs7\cms\results\cms_1_detached_rsa_md2_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
153 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_md2_is.der \tpkcs7\cms\results\cms_1_attached_rsa_md2_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
154 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_md2_is.der \tpkcs7\cms\results\cms_1_detached_rsa_md2_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
155 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_md5_is.der \tpkcs7\cms\results\cms_1_attached_rsa_md5_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
156 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_md5_is.der \tpkcs7\cms\results\cms_1_detached_rsa_md5_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
157 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_rsa_md5_ki.der \tpkcs7\cms\results\cms_1_attached_rsa_md5_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
158 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_rsa_md5_ki.der \tpkcs7\cms\results\cms_1_detached_rsa_md5_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
159 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
160 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_dsa_ki.der \tpkcs7\cms\results\cms_1_attached_dsa_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
161 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_dsa_ki.der \tpkcs7\cms\results\cms_1_detached_dsa_ki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
162 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_attached_dsa_is.der \tpkcs7\cms\results\cms_1_attached_dsa_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
163 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_1_detached_dsa_is.der \tpkcs7\cms\results\cms_1_detached_dsa_is.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
164 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
165 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_multi_2_attached_rsaki_dsais.der \tpkcs7\cms\results\cms_multi_2_attached_rsaki_dsais.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
166 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_multi_2_attached_dsais_rsaki.der \tpkcs7\cms\results\cms_multi_2_attached_dsais_rsaki.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
167 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_multi_2_attached_rsakimd5_dsais.der \tpkcs7\cms\results\cms_multi_2_attached_rsakimd5_dsais.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
168 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
169 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
170 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
171 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
172 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_signature.der \tpkcs7\cms\results\cms_corrupt_signature.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
173 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_excerttag.der \tpkcs7\cms\results\cms_corrupt_excerttag.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
174 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_certsettag.der \tpkcs7\cms\results\cms_corrupt_certsettag.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
175 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_signinfoversion.der \tpkcs7\cms\results\cms_corrupt_signinfoversion.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
176 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_signdataversion.der \tpkcs7\cms\results\cms_corrupt_signdataversion.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
177 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_datacontent.der \tpkcs7\cms\results\cms_corrupt_datacontent.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
178 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_encapcontentoid.der \tpkcs7\cms\results\cms_corrupt_encapcontentoid.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
179 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_encapcontent_tag_1.der \tpkcs7\cms\results\cms_corrupt_encapcontent_tag_1.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
180 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_encapcontent_tag_2.der \tpkcs7\cms\results\cms_corrupt_encapcontent_tag_2.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
181 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_contentoid.der \tpkcs7\cms\results\cms_corrupt_contentoid.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
182 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_content_tag_1.der \tpkcs7\cms\results\cms_corrupt_content_tag_1.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
183 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_algorithmoid.der \tpkcs7\cms\results\cms_corrupt_algorithmoid.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
184 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
185 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_block.der \tpkcs7\cms\results\cms_corrupt_block.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
186 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
187 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
188 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_corrupt_length.der \tpkcs7\cms\results\cms_corrupt_length.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
189 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_data.der \tpkcs7\cms\results\cms_data.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
190 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_data_corrupt_tag.der \tpkcs7\cms\results\cms_data_corrupt_tag.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
191 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cms_data_corrupt_class.der \tpkcs7\cms\results\cms_data_corrupt_class.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
192 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cmsdigestdata.der \tpkcs7\cms\results\cmsdigestdata.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
193 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cmsenvelopeddata.der \tpkcs7\cms\results\cmsenvelopeddata.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
194 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cmsencryteddata.der \tpkcs7\cms\results\cmsencryteddata.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
195 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\cmsauthdata.der \tpkcs7\cms\results\cmsauthdata.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
196 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
197 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
198 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
199 |
//CMS Integ expected signed data result |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
200 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
201 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
202 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
203 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
204 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
205 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
206 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
207 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
208 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
209 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
210 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
211 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
212 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
213 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
214 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
215 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
216 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
217 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
218 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
219 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
220 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
221 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
222 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
223 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
224 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
225 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
226 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
227 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
228 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
229 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
230 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
231 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
232 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_digested.der \tpkcs7\cms\results\int_cms_1_digested.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
233 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_enveloped.der \tpkcs7\cms\results\int_cms_1_enveloped.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
234 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_plain_data.der \tpkcs7\cms\results\int_cms_1_plain_data.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
235 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
236 |
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 |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
237 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_small_data.der \tpkcs7\cms\results\int_small_data.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
238 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_large_data.der \tpkcs7\cms\results\int_large_data.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
239 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_encrypted.der \tpkcs7\cms\results\int_cms_1_encrypted.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
240 |
data=\epoc32\WINSCW\C\tpkcs7\cms\results\int_cms_1_authenticated_data.der \tpkcs7\cms\results\int_cms_1_authenticated_data.der |
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
241 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
242 |
|
2c201484c85f
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
Santosh Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
243 |
#endif |