author | andy simpson <andrews@symbian.org> |
Sat, 05 Dec 2009 21:34:52 +0000 | |
changeset 30 | 880bdb445c5c |
parent 17 | 445614b8b140 |
permissions | -rw-r--r-- |
17
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
1 |
# |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
2 |
# Trust mapping file used by the certconvert.py script to match the Mozilla certificate trust to Symbian's application uid and name |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
3 |
# The fomat is: |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
4 |
# <Mozilla Trust Entry>[, <Symbian app UID>, <Name> |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
5 |
# |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
6 |
|
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
7 |
CKA_TRUST_DIGITAL_SIGNATURE |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
8 |
CKA_TRUST_NON_REPUDIATION |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
9 |
CKA_TRUST_KEY_ENCIPHERMENT |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
10 |
CKA_TRUST_DATA_ENCIPHERMENT |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
11 |
CKA_TRUST_KEY_AGREEMENT |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
12 |
CKA_TRUST_KEY_CERT_SIGN |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
13 |
CKA_TRUST_CRL_SIGN |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
14 |
CKA_TRUST_SERVER_AUTH, 0x1000183D, Server Authentication, 0x1000A8B6, OCSP |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
15 |
CKA_TRUST_CLIENT_AUTH |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
16 |
CKA_TRUST_CODE_SIGNING, 0x101F9B28, MIDlet Installation |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
17 |
CKA_TRUST_EMAIL_PROTECTION |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
18 |
CKA_TRUST_IPSEC_END_SYSTEM |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
19 |
CKA_TRUST_IPSEC_TUNNEL |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
20 |
CKA_TRUST_IPSEC_USER |
445614b8b140
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
21 |
CKA_TRUST_TIME_STAMPING |