author | MattD <mattd@symbian.org> |
Mon, 14 Sep 2009 13:51:57 +0100 | |
changeset 5 | d938dcc0238a |
parent 4 | 8e4b1aa36db9 |
permissions | -rw-r--r-- |
4
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
1 |
# |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
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 |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
3 |
# The fomat is: |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
4 |
# <Mozilla Trust Entry>[, <Symbian app UID>, <Name> |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
5 |
# |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
6 |
|
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
7 |
CKA_TRUST_DIGITAL_SIGNATURE |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
8 |
CKA_TRUST_NON_REPUDIATION |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
9 |
CKA_TRUST_KEY_ENCIPHERMENT |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
10 |
CKA_TRUST_DATA_ENCIPHERMENT |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
11 |
CKA_TRUST_KEY_AGREEMENT |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
12 |
CKA_TRUST_KEY_CERT_SIGN |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
13 |
CKA_TRUST_CRL_SIGN |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
14 |
CKA_TRUST_SERVER_AUTH, 0x1000183D, Server Authentication, 0x1000A8B6, OCSP |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
15 |
CKA_TRUST_CLIENT_AUTH |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
16 |
CKA_TRUST_CODE_SIGNING, 0x101F9B28, MIDlet Installation |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
17 |
CKA_TRUST_EMAIL_PROTECTION |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
18 |
CKA_TRUST_IPSEC_END_SYSTEM |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
19 |
CKA_TRUST_IPSEC_TUNNEL |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
20 |
CKA_TRUST_IPSEC_USER |
8e4b1aa36db9
Added python script to import Mozilla certificates into Symbian OS (Bug 287). Also added the Mozilla certificate store file.
Santosh V Patil <santosh.v.patil@nokia.com>
parents:
diff
changeset
|
21 |
CKA_TRUST_TIME_STAMPING |