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