85
|
1 |
#
|
|
2 |
# Trust mapping file used by the certconvert.py script to match the Mozilla certificate trust to Symbian's application uid and name
|
|
3 |
# The fomat is:
|
|
4 |
# <Mozilla Trust Entry>[, <Symbian app UID>, <Name>]
|
|
5 |
#
|
|
6 |
|
|
7 |
CKA_TRUST_DIGITAL_SIGNATURE
|
|
8 |
CKA_TRUST_NON_REPUDIATION
|
|
9 |
CKA_TRUST_KEY_ENCIPHERMENT
|
|
10 |
CKA_TRUST_DATA_ENCIPHERMENT
|
|
11 |
CKA_TRUST_KEY_AGREEMENT
|
|
12 |
CKA_TRUST_KEY_CERT_SIGN
|
|
13 |
CKA_TRUST_CRL_SIGN
|
|
14 |
CKA_TRUST_SERVER_AUTH, 0x1000183D, Server Authentication, 0x1000A8B6, OCSP
|
|
15 |
CKA_TRUST_CLIENT_AUTH
|
|
16 |
CKA_TRUST_CODE_SIGNING, 0x101F9B28, MIDlet Installation
|
|
17 |
CKA_TRUST_EMAIL_PROTECTION
|
|
18 |
CKA_TRUST_IPSEC_END_SYSTEM
|
|
19 |
CKA_TRUST_IPSEC_TUNNEL
|
|
20 |
CKA_TRUST_IPSEC_USER
|
|
21 |
CKA_TRUST_TIME_STAMPING
|