~ubuntu-branches/ubuntu/raring/nss/raring-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/ckfw/builtins/certdata.c

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-03-25 13:46:06 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100325134606-bl6liuok2w9l7snv
Tags: 3.12.6-0ubuntu1
* New upstream release 3.12.6 RTM (NSS_3_12_6_RTM)
  - fixes CVE-2009-3555 aka US-CERT VU#120541
* Adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
  - update debian/patches/38_mips64_build.patch
  - update debian/patches/85_security_load.patch
* Remove patches that are merged upstream
  - delete debian/patches/91_nonexec_stack.patch
  - update debian/patches/series
* Bump nspr dependency to 4.8
  - update debian/control
* Add new symbols for 3.12.6
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 *
36
36
 * ***** END LICENSE BLOCK ***** */
37
37
#ifdef DEBUG
38
 
static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.54 $ $Date: 2009/05/21 19:50:27 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.54 $ $Date: 2009/05/21 19:50:27 $";
 
38
static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.59 $ $Date: 2010/02/16 22:14:34 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.59 $ $Date: 2010/02/16 22:14:34 $";
39
39
#endif /* DEBUG */
40
40
 
41
41
#ifndef BUILTINS_H
900
900
static const CK_ATTRIBUTE_TYPE nss_builtins_types_281 [] = {
901
901
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
902
902
};
 
903
static const CK_ATTRIBUTE_TYPE nss_builtins_types_282 [] = {
 
904
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
905
};
 
906
static const CK_ATTRIBUTE_TYPE nss_builtins_types_283 [] = {
 
907
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
908
};
 
909
static const CK_ATTRIBUTE_TYPE nss_builtins_types_284 [] = {
 
910
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
911
};
 
912
static const CK_ATTRIBUTE_TYPE nss_builtins_types_285 [] = {
 
913
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
914
};
 
915
static const CK_ATTRIBUTE_TYPE nss_builtins_types_286 [] = {
 
916
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
917
};
 
918
static const CK_ATTRIBUTE_TYPE nss_builtins_types_287 [] = {
 
919
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
920
};
 
921
static const CK_ATTRIBUTE_TYPE nss_builtins_types_288 [] = {
 
922
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
923
};
 
924
static const CK_ATTRIBUTE_TYPE nss_builtins_types_289 [] = {
 
925
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
926
};
 
927
static const CK_ATTRIBUTE_TYPE nss_builtins_types_290 [] = {
 
928
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
929
};
 
930
static const CK_ATTRIBUTE_TYPE nss_builtins_types_291 [] = {
 
931
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
932
};
 
933
static const CK_ATTRIBUTE_TYPE nss_builtins_types_292 [] = {
 
934
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
935
};
 
936
static const CK_ATTRIBUTE_TYPE nss_builtins_types_293 [] = {
 
937
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
938
};
 
939
static const CK_ATTRIBUTE_TYPE nss_builtins_types_294 [] = {
 
940
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
941
};
 
942
static const CK_ATTRIBUTE_TYPE nss_builtins_types_295 [] = {
 
943
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
944
};
 
945
static const CK_ATTRIBUTE_TYPE nss_builtins_types_296 [] = {
 
946
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
947
};
 
948
static const CK_ATTRIBUTE_TYPE nss_builtins_types_297 [] = {
 
949
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
950
};
 
951
static const CK_ATTRIBUTE_TYPE nss_builtins_types_298 [] = {
 
952
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
953
};
 
954
static const CK_ATTRIBUTE_TYPE nss_builtins_types_299 [] = {
 
955
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
956
};
 
957
static const CK_ATTRIBUTE_TYPE nss_builtins_types_300 [] = {
 
958
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
959
};
 
960
static const CK_ATTRIBUTE_TYPE nss_builtins_types_301 [] = {
 
961
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
962
};
 
963
static const CK_ATTRIBUTE_TYPE nss_builtins_types_302 [] = {
 
964
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
965
};
 
966
static const CK_ATTRIBUTE_TYPE nss_builtins_types_303 [] = {
 
967
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
968
};
 
969
static const CK_ATTRIBUTE_TYPE nss_builtins_types_304 [] = {
 
970
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
971
};
 
972
static const CK_ATTRIBUTE_TYPE nss_builtins_types_305 [] = {
 
973
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
974
};
 
975
static const CK_ATTRIBUTE_TYPE nss_builtins_types_306 [] = {
 
976
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
977
};
 
978
static const CK_ATTRIBUTE_TYPE nss_builtins_types_307 [] = {
 
979
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
980
};
 
981
static const CK_ATTRIBUTE_TYPE nss_builtins_types_308 [] = {
 
982
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
983
};
 
984
static const CK_ATTRIBUTE_TYPE nss_builtins_types_309 [] = {
 
985
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
986
};
 
987
static const CK_ATTRIBUTE_TYPE nss_builtins_types_310 [] = {
 
988
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
989
};
 
990
static const CK_ATTRIBUTE_TYPE nss_builtins_types_311 [] = {
 
991
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
992
};
 
993
static const CK_ATTRIBUTE_TYPE nss_builtins_types_312 [] = {
 
994
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
995
};
 
996
static const CK_ATTRIBUTE_TYPE nss_builtins_types_313 [] = {
 
997
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
998
};
 
999
static const CK_ATTRIBUTE_TYPE nss_builtins_types_314 [] = {
 
1000
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
1001
};
 
1002
static const CK_ATTRIBUTE_TYPE nss_builtins_types_315 [] = {
 
1003
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
1004
};
 
1005
static const CK_ATTRIBUTE_TYPE nss_builtins_types_316 [] = {
 
1006
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
1007
};
 
1008
static const CK_ATTRIBUTE_TYPE nss_builtins_types_317 [] = {
 
1009
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
1010
};
 
1011
static const CK_ATTRIBUTE_TYPE nss_builtins_types_318 [] = {
 
1012
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
1013
};
 
1014
static const CK_ATTRIBUTE_TYPE nss_builtins_types_319 [] = {
 
1015
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
1016
};
 
1017
static const CK_ATTRIBUTE_TYPE nss_builtins_types_320 [] = {
 
1018
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
1019
};
 
1020
static const CK_ATTRIBUTE_TYPE nss_builtins_types_321 [] = {
 
1021
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERT_SHA1_HASH,  CKA_CERT_MD5_HASH,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_TRUST_SERVER_AUTH,  CKA_TRUST_EMAIL_PROTECTION,  CKA_TRUST_CODE_SIGNING,  CKA_TRUST_STEP_UP_APPROVED
 
1022
};
903
1023
#ifdef DEBUG
904
1024
static const NSSItem nss_builtins_items_0 [] = {
905
1025
  { (void *)&cko_data, (PRUint32)sizeof(CK_OBJECT_CLASS) },
908
1028
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
909
1029
  { (void *)"CVS ID", (PRUint32)7 },
910
1030
  { (void *)"NSS", (PRUint32)4 },
911
 
  { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.54 $ $Date: 2009/05/21 19:50:27 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.54 $ $Date: 2009/05/21 19:50:27 $", (PRUint32)160 }
 
1031
  { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.59 $ $Date: 2010/02/16 22:14:34 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.59 $ $Date: 2010/02/16 22:14:34 $", (PRUint32)160 }
912
1032
};
913
1033
#endif /* DEBUG */
914
1034
static const NSSItem nss_builtins_items_1 [] = {
17981
18101
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
17982
18102
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
17983
18103
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
17984
 
  { (void *)"AC Ra+�z Certic+�mara S.A.", (PRUint32)27 },
 
18104
  { (void *)"AC Ra\xC3\xADz Certic\xC3\xA1mara S.A.", (PRUint32)39 },
17985
18105
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
17986
18106
  { (void *)"\060\173\061\013\060\011\006\003\125\004\006\023\002\103\117\061"
17987
18107
"\107\060\105\006\003\125\004\012\014\076\123\157\143\151\145\144"
18115
18235
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
18116
18236
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
18117
18237
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
18118
 
  { (void *)"AC Ra+�z Certic+�mara S.A.", (PRUint32)27 },
 
18238
  { (void *)"AC Ra\xC3\xADz Certic\xC3\xA1mara S.A.", (PRUint32)39 },
18119
18239
  { (void *)"\313\241\305\370\260\343\136\270\271\105\022\323\371\064\242\351"
18120
18240
"\006\020\323\066"
18121
18241
, (PRUint32)20 },
18953
19073
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
18954
19074
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
18955
19075
};
 
19076
static const NSSItem nss_builtins_items_282 [] = {
 
19077
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19078
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19079
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19080
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19081
  { (void *)"ePKI Root Certification Authority", (PRUint32)34 },
 
19082
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
19083
  { (void *)"\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061"
 
19084
"\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150"
 
19085
"\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040"
 
19086
"\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145"
 
19087
"\120\113\111\040\122\157\157\164\040\103\145\162\164\151\146\151"
 
19088
"\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171"
 
19089
, (PRUint32)96 },
 
19090
  { (void *)"0", (PRUint32)2 },
 
19091
  { (void *)"\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061"
 
19092
"\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150"
 
19093
"\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040"
 
19094
"\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145"
 
19095
"\120\113\111\040\122\157\157\164\040\103\145\162\164\151\146\151"
 
19096
"\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171"
 
19097
, (PRUint32)96 },
 
19098
  { (void *)"\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322"
 
19099
"\274\235"
 
19100
, (PRUint32)18 },
 
19101
  { (void *)"\060\202\005\260\060\202\003\230\240\003\002\001\002\002\020\025"
 
19102
"\310\275\145\107\134\257\270\227\000\136\344\006\322\274\235\060"
 
19103
"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\136"
 
19104
"\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060"
 
19105
"\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141"
 
19106
"\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164"
 
19107
"\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113"
 
19108
"\111\040\122\157\157\164\040\103\145\162\164\151\146\151\143\141"
 
19109
"\164\151\157\156\040\101\165\164\150\157\162\151\164\171\060\036"
 
19110
"\027\015\060\064\061\062\062\060\060\062\063\061\062\067\132\027"
 
19111
"\015\063\064\061\062\062\060\060\062\063\061\062\067\132\060\136"
 
19112
"\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060"
 
19113
"\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141"
 
19114
"\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164"
 
19115
"\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113"
 
19116
"\111\040\122\157\157\164\040\103\145\162\164\151\146\151\143\141"
 
19117
"\164\151\157\156\040\101\165\164\150\157\162\151\164\171\060\202"
 
19118
"\002\042\060\015\006\011\052\206\110\206\367\015\001\001\001\005"
 
19119
"\000\003\202\002\017\000\060\202\002\012\002\202\002\001\000\341"
 
19120
"\045\017\356\215\333\210\063\165\147\315\255\037\175\072\116\155"
 
19121
"\235\323\057\024\363\143\164\313\001\041\152\067\352\204\120\007"
 
19122
"\113\046\133\011\103\154\041\236\152\310\325\003\365\140\151\217"
 
19123
"\314\360\042\344\037\347\367\152\042\061\267\054\025\362\340\376"
 
19124
"\000\152\103\377\207\145\306\265\032\301\247\114\155\042\160\041"
 
19125
"\212\061\362\227\164\211\011\022\046\034\236\312\331\022\242\225"
 
19126
"\074\332\351\147\277\010\240\144\343\326\102\267\105\357\227\364"
 
19127
"\366\365\327\265\112\025\002\130\175\230\130\113\140\274\315\327"
 
19128
"\015\232\023\063\123\321\141\371\172\325\327\170\263\232\063\367"
 
19129
"\000\206\316\035\115\224\070\257\250\354\170\121\160\212\134\020"
 
19130
"\203\121\041\367\021\075\064\206\136\345\110\315\227\201\202\065"
 
19131
"\114\031\354\145\366\153\305\005\241\356\107\023\326\263\041\047"
 
19132
"\224\020\012\331\044\073\272\276\104\023\106\060\077\227\074\330"
 
19133
"\327\327\152\356\073\070\343\053\324\227\016\271\033\347\007\111"
 
19134
"\177\067\052\371\167\170\317\124\355\133\106\235\243\200\016\221"
 
19135
"\103\301\326\133\137\024\272\237\246\215\044\107\100\131\277\162"
 
19136
"\070\262\066\154\067\377\231\321\135\016\131\012\253\151\367\300"
 
19137
"\262\004\105\172\124\000\256\276\123\366\265\347\341\370\074\243"
 
19138
"\061\322\251\376\041\122\144\305\246\147\360\165\007\006\224\024"
 
19139
"\201\125\306\047\344\001\217\027\301\152\161\327\276\113\373\224"
 
19140
"\130\175\176\021\063\261\102\367\142\154\030\326\317\011\150\076"
 
19141
"\177\154\366\036\217\142\255\245\143\333\011\247\037\042\102\101"
 
19142
"\036\157\231\212\076\327\371\077\100\172\171\260\245\001\222\322"
 
19143
"\235\075\010\025\245\020\001\055\263\062\166\250\225\015\263\172"
 
19144
"\232\373\007\020\170\021\157\341\217\307\272\017\045\032\164\052"
 
19145
"\345\034\230\101\231\337\041\207\350\225\006\152\012\263\152\107"
 
19146
"\166\145\366\072\317\217\142\027\031\173\012\050\315\032\322\203"
 
19147
"\036\041\307\054\277\276\377\141\150\267\147\033\273\170\115\215"
 
19148
"\316\147\345\344\301\216\267\043\146\342\235\220\165\064\230\251"
 
19149
"\066\053\212\232\224\271\235\354\314\212\261\370\045\211\134\132"
 
19150
"\266\057\214\037\155\171\044\247\122\150\303\204\065\342\146\215"
 
19151
"\143\016\045\115\325\031\262\346\171\067\247\042\235\124\061\002"
 
19152
"\003\001\000\001\243\152\060\150\060\035\006\003\125\035\016\004"
 
19153
"\026\004\024\036\014\367\266\147\362\341\222\046\011\105\300\125"
 
19154
"\071\056\167\077\102\112\242\060\014\006\003\125\035\023\004\005"
 
19155
"\060\003\001\001\377\060\071\006\004\147\052\007\000\004\061\060"
 
19156
"\057\060\055\002\001\000\060\011\006\005\053\016\003\002\032\005"
 
19157
"\000\060\007\006\005\147\052\003\000\000\004\024\105\260\302\307"
 
19158
"\012\126\174\356\133\170\014\225\371\030\123\301\246\034\330\020"
 
19159
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003"
 
19160
"\202\002\001\000\011\263\203\123\131\001\076\225\111\271\361\201"
 
19161
"\272\371\166\040\043\265\047\140\164\324\152\231\064\136\154\000"
 
19162
"\123\331\237\362\246\261\044\007\104\152\052\306\245\216\170\022"
 
19163
"\350\107\331\130\033\023\052\136\171\233\237\012\052\147\246\045"
 
19164
"\077\006\151\126\163\303\212\146\110\373\051\201\127\164\006\312"
 
19165
"\234\352\050\350\070\147\046\053\361\325\265\077\145\223\370\066"
 
19166
"\135\216\215\215\100\040\207\031\352\357\047\300\075\264\071\017"
 
19167
"\045\173\150\120\164\125\234\014\131\175\132\075\101\224\045\122"
 
19168
"\010\340\107\054\025\061\031\325\277\007\125\306\273\022\265\227"
 
19169
"\364\137\203\205\272\161\301\331\154\201\021\166\012\012\260\277"
 
19170
"\202\227\367\352\075\372\372\354\055\251\050\224\073\126\335\322"
 
19171
"\121\056\256\300\275\010\025\214\167\122\064\226\326\233\254\323"
 
19172
"\035\216\141\017\065\173\233\256\071\151\013\142\140\100\040\066"
 
19173
"\217\257\373\066\356\055\010\112\035\270\277\233\134\370\352\245"
 
19174
"\033\240\163\246\330\370\156\340\063\004\137\150\252\047\207\355"
 
19175
"\331\301\220\234\355\275\343\152\065\257\143\337\253\030\331\272"
 
19176
"\346\351\112\352\120\212\017\141\223\036\342\055\031\342\060\224"
 
19177
"\065\222\135\016\266\007\257\031\200\217\107\220\121\113\056\115"
 
19178
"\335\205\342\322\012\122\012\027\232\374\032\260\120\002\345\001"
 
19179
"\243\143\067\041\114\104\304\233\121\231\021\016\163\234\006\217"
 
19180
"\124\056\247\050\136\104\071\207\126\055\067\275\205\104\224\341"
 
19181
"\014\113\054\234\303\222\205\064\141\313\017\270\233\112\103\122"
 
19182
"\376\064\072\175\270\351\051\334\166\251\310\060\370\024\161\200"
 
19183
"\306\036\066\110\164\042\101\134\207\202\350\030\161\213\101\211"
 
19184
"\104\347\176\130\133\250\270\215\023\351\247\154\303\107\355\263"
 
19185
"\032\235\142\256\215\202\352\224\236\335\131\020\303\255\335\342"
 
19186
"\115\343\061\325\307\354\350\362\260\376\222\036\026\012\032\374"
 
19187
"\331\363\370\047\266\311\276\035\264\154\144\220\177\364\344\304"
 
19188
"\133\327\067\256\102\016\335\244\032\157\174\210\124\305\026\156"
 
19189
"\341\172\150\056\370\072\277\015\244\074\211\073\170\247\116\143"
 
19190
"\203\004\041\010\147\215\362\202\111\320\133\375\261\315\017\203"
 
19191
"\204\324\076\040\205\367\112\075\053\234\375\052\012\011\115\352"
 
19192
"\201\370\021\234"
 
19193
, (PRUint32)1460 }
 
19194
};
 
19195
static const NSSItem nss_builtins_items_283 [] = {
 
19196
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19197
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19198
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19199
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19200
  { (void *)"ePKI Root Certification Authority", (PRUint32)34 },
 
19201
  { (void *)"\147\145\015\361\176\216\176\133\202\100\244\364\126\113\317\342"
 
19202
"\075\151\306\360"
 
19203
, (PRUint32)20 },
 
19204
  { (void *)"\033\056\000\312\046\006\220\075\255\376\157\025\150\323\153\263"
 
19205
, (PRUint32)16 },
 
19206
  { (void *)"\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061"
 
19207
"\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150"
 
19208
"\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040"
 
19209
"\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145"
 
19210
"\120\113\111\040\122\157\157\164\040\103\145\162\164\151\146\151"
 
19211
"\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171"
 
19212
, (PRUint32)96 },
 
19213
  { (void *)"\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322"
 
19214
"\274\235"
 
19215
, (PRUint32)18 },
 
19216
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19217
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19218
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19219
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
19220
};
 
19221
static const NSSItem nss_builtins_items_284 [] = {
 
19222
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19223
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19224
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19225
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19226
  { (void *)"T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3", (PRUint32)126 },
 
19227
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
19228
  { (void *)"\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124"
 
19229
"\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172"
 
19230
"\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006"
 
19231
"\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102"
 
19232
"\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157"
 
19233
"\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155"
 
19234
"\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304"
 
19235
"\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125"
 
19236
"\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153"
 
19237
"\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101"
 
19238
"\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151"
 
19239
"\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043"
 
19240
"\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145"
 
19241
"\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153"
 
19242
"\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303"
 
19243
"\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303"
 
19244
"\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172"
 
19245
"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261"
 
19246
"\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063"
 
19247
, (PRUint32)303 },
 
19248
  { (void *)"0", (PRUint32)2 },
 
19249
  { (void *)"\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124"
 
19250
"\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172"
 
19251
"\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006"
 
19252
"\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102"
 
19253
"\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157"
 
19254
"\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155"
 
19255
"\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304"
 
19256
"\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125"
 
19257
"\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153"
 
19258
"\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101"
 
19259
"\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151"
 
19260
"\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043"
 
19261
"\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145"
 
19262
"\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153"
 
19263
"\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303"
 
19264
"\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303"
 
19265
"\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172"
 
19266
"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261"
 
19267
"\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063"
 
19268
, (PRUint32)303 },
 
19269
  { (void *)"\002\001\021"
 
19270
, (PRUint32)3 },
 
19271
  { (void *)"\060\202\005\027\060\202\003\377\240\003\002\001\002\002\001\021"
 
19272
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
19273
"\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122"
 
19274
"\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145"
 
19275
"\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003"
 
19276
"\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151"
 
19277
"\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154"
 
19278
"\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141"
 
19279
"\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260"
 
19280
"\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154"
 
19281
"\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040"
 
19282
"\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162"
 
19283
"\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164"
 
19284
"\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060"
 
19285
"\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162"
 
19286
"\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145"
 
19287
"\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234"
 
19288
"\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266"
 
19289
"\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155"
 
19290
"\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163"
 
19291
"\304\261\040\055\040\123\303\274\162\303\274\155\040\063\060\036"
 
19292
"\027\015\060\067\060\070\062\064\061\061\063\067\060\067\132\027"
 
19293
"\015\061\067\060\070\062\061\061\061\063\067\060\067\132\060\202"
 
19294
"\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122\061"
 
19295
"\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145\040"
 
19296
"\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003\125"
 
19297
"\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151\154"
 
19298
"\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154\157"
 
19299
"\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141\040"
 
19300
"\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260\124"
 
19301
"\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154\165"
 
19302
"\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040\166"
 
19303
"\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162\141"
 
19304
"\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164\303"
 
19305
"\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060\041"
 
19306
"\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162\164"
 
19307
"\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145\172"
 
19308
"\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234\102"
 
19309
"\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266\153"
 
19310
"\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155\145"
 
19311
"\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163\304"
 
19312
"\261\040\055\040\123\303\274\162\303\274\155\040\063\060\202\001"
 
19313
"\042\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000"
 
19314
"\003\202\001\017\000\060\202\001\012\002\202\001\001\000\212\155"
 
19315
"\113\377\020\210\072\303\366\176\224\350\352\040\144\160\256\041"
 
19316
"\201\276\072\173\074\333\361\035\122\177\131\372\363\042\114\225"
 
19317
"\240\220\274\110\116\021\253\373\267\265\215\172\203\050\214\046"
 
19318
"\106\330\116\225\100\207\141\237\305\236\155\201\207\127\154\212"
 
19319
"\073\264\146\352\314\100\374\343\252\154\262\313\001\333\062\277"
 
19320
"\322\353\205\317\241\015\125\303\133\070\127\160\270\165\306\171"
 
19321
"\321\024\060\355\033\130\133\153\357\065\362\241\041\116\305\316"
 
19322
"\174\231\137\154\271\270\042\223\120\247\315\114\160\152\276\152"
 
19323
"\005\177\023\234\053\036\352\376\107\316\004\245\157\254\223\056"
 
19324
"\174\053\237\236\171\023\221\350\352\236\312\070\165\216\142\260"
 
19325
"\225\223\052\345\337\351\136\227\156\040\137\137\204\172\104\071"
 
19326
"\031\100\034\272\125\053\373\060\262\201\357\204\343\334\354\230"
 
19327
"\070\071\003\205\010\251\124\003\005\051\360\311\217\213\352\013"
 
19328
"\206\145\031\021\323\351\011\043\336\150\223\003\311\066\034\041"
 
19329
"\156\316\214\146\361\231\060\330\327\263\303\035\370\201\056\250"
 
19330
"\275\202\013\146\376\202\313\341\340\032\202\303\100\201\002\003"
 
19331
"\001\000\001\243\102\060\100\060\035\006\003\125\035\016\004\026"
 
19332
"\004\024\275\210\207\311\217\366\244\012\013\252\353\305\376\221"
 
19333
"\043\235\253\112\212\062\060\016\006\003\125\035\017\001\001\377"
 
19334
"\004\004\003\002\001\006\060\017\006\003\125\035\023\001\001\377"
 
19335
"\004\005\060\003\001\001\377\060\015\006\011\052\206\110\206\367"
 
19336
"\015\001\001\005\005\000\003\202\001\001\000\035\174\372\111\217"
 
19337
"\064\351\267\046\222\026\232\005\164\347\113\320\155\071\154\303"
 
19338
"\046\366\316\270\061\274\304\337\274\052\370\067\221\030\334\004"
 
19339
"\310\144\231\053\030\155\200\003\131\311\256\370\130\320\076\355"
 
19340
"\303\043\237\151\074\206\070\034\236\357\332\047\170\321\204\067"
 
19341
"\161\212\074\113\071\317\176\105\006\326\055\330\212\115\170\022"
 
19342
"\326\255\302\323\313\322\320\101\363\046\066\112\233\225\154\014"
 
19343
"\356\345\321\103\047\146\301\210\367\172\263\040\154\352\260\151"
 
19344
"\053\307\040\350\014\003\304\101\005\231\342\077\344\153\370\240"
 
19345
"\206\201\307\204\306\037\325\113\201\022\262\026\041\054\023\241"
 
19346
"\200\262\136\014\112\023\236\040\330\142\100\253\220\352\144\112"
 
19347
"\057\254\015\001\022\171\105\250\057\207\031\150\310\342\205\307"
 
19348
"\060\262\165\371\070\077\262\300\223\264\153\342\003\104\316\147"
 
19349
"\240\337\211\326\255\214\166\243\023\303\224\141\053\153\331\154"
 
19350
"\301\007\012\042\007\205\154\205\044\106\251\276\077\213\170\204"
 
19351
"\202\176\044\014\235\375\201\067\343\045\250\355\066\116\225\054"
 
19352
"\311\234\220\332\354\251\102\074\255\266\002"
 
19353
, (PRUint32)1307 }
 
19354
};
 
19355
static const NSSItem nss_builtins_items_285 [] = {
 
19356
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19357
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19358
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19359
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19360
  { (void *)"T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3", (PRUint32)126 },
 
19361
  { (void *)"\033\113\071\141\046\047\153\144\221\242\150\155\327\002\103\041"
 
19362
"\055\037\035\226"
 
19363
, (PRUint32)20 },
 
19364
  { (void *)"\355\101\365\214\120\305\053\234\163\346\356\154\353\302\250\046"
 
19365
, (PRUint32)16 },
 
19366
  { (void *)"\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124"
 
19367
"\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172"
 
19368
"\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006"
 
19369
"\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102"
 
19370
"\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157"
 
19371
"\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155"
 
19372
"\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304"
 
19373
"\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125"
 
19374
"\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153"
 
19375
"\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101"
 
19376
"\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151"
 
19377
"\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043"
 
19378
"\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145"
 
19379
"\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153"
 
19380
"\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303"
 
19381
"\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303"
 
19382
"\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172"
 
19383
"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261"
 
19384
"\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063"
 
19385
, (PRUint32)303 },
 
19386
  { (void *)"\002\001\021"
 
19387
, (PRUint32)3 },
 
19388
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19389
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19390
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19391
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
19392
};
 
19393
static const NSSItem nss_builtins_items_286 [] = {
 
19394
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19395
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19396
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19397
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19398
  { (void *)"Buypass Class 2 CA 1", (PRUint32)21 },
 
19399
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
19400
  { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061"
 
19401
"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163"
 
19402
"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035"
 
19403
"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163"
 
19404
"\040\103\154\141\163\163\040\062\040\103\101\040\061"
 
19405
, (PRUint32)77 },
 
19406
  { (void *)"0", (PRUint32)2 },
 
19407
  { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061"
 
19408
"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163"
 
19409
"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035"
 
19410
"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163"
 
19411
"\040\103\154\141\163\163\040\062\040\103\101\040\061"
 
19412
, (PRUint32)77 },
 
19413
  { (void *)"\002\001\001"
 
19414
, (PRUint32)3 },
 
19415
  { (void *)"\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\001"
 
19416
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
19417
"\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035"
 
19418
"\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163"
 
19419
"\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060"
 
19420
"\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040"
 
19421
"\103\154\141\163\163\040\062\040\103\101\040\061\060\036\027\015"
 
19422
"\060\066\061\060\061\063\061\060\062\065\060\071\132\027\015\061"
 
19423
"\066\061\060\061\063\061\060\062\065\060\071\132\060\113\061\013"
 
19424
"\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006"
 
19425
"\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123"
 
19426
"\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003"
 
19427
"\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141"
 
19428
"\163\163\040\062\040\103\101\040\061\060\202\001\042\060\015\006"
 
19429
"\011\052\206\110\206\367\015\001\001\001\005\000\003\202\001\017"
 
19430
"\000\060\202\001\012\002\202\001\001\000\213\074\007\105\330\366"
 
19431
"\337\346\307\312\272\215\103\305\107\215\260\132\301\070\333\222"
 
19432
"\204\034\257\023\324\017\157\066\106\040\304\056\314\161\160\064"
 
19433
"\242\064\323\067\056\330\335\072\167\057\300\353\051\350\134\322"
 
19434
"\265\251\221\064\207\042\131\376\314\333\347\231\257\226\301\250"
 
19435
"\307\100\335\245\025\214\156\310\174\227\003\313\346\040\362\327"
 
19436
"\227\137\061\241\057\067\322\276\356\276\251\255\250\114\236\041"
 
19437
"\146\103\073\250\274\363\011\243\070\325\131\044\301\302\107\166"
 
19438
"\261\210\134\202\073\273\053\246\004\327\214\007\217\315\325\101"
 
19439
"\035\360\256\270\051\054\224\122\140\064\224\073\332\340\070\321"
 
19440
"\235\063\076\025\364\223\062\305\000\332\265\051\146\016\072\170"
 
19441
"\017\041\122\137\002\345\222\173\045\323\222\036\057\025\235\201"
 
19442
"\344\235\216\350\357\211\316\024\114\124\035\034\201\022\115\160"
 
19443
"\250\276\020\005\027\176\037\321\270\127\125\355\315\273\122\302"
 
19444
"\260\036\170\302\115\066\150\313\126\046\301\122\301\275\166\367"
 
19445
"\130\325\162\176\037\104\166\273\000\211\035\026\235\121\065\357"
 
19446
"\115\302\126\357\153\340\214\073\015\351\002\003\001\000\001\243"
 
19447
"\102\060\100\060\017\006\003\125\035\023\001\001\377\004\005\060"
 
19448
"\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\077"
 
19449
"\215\232\131\213\374\173\173\234\243\257\070\260\071\355\220\161"
 
19450
"\200\326\310\060\016\006\003\125\035\017\001\001\377\004\004\003"
 
19451
"\002\001\006\060\015\006\011\052\206\110\206\367\015\001\001\005"
 
19452
"\005\000\003\202\001\001\000\025\032\176\023\212\271\350\007\243"
 
19453
"\113\047\062\262\100\221\362\041\321\144\205\276\143\152\322\317"
 
19454
"\201\302\025\325\172\176\014\051\254\067\036\034\174\166\122\225"
 
19455
"\332\265\177\043\241\051\167\145\311\062\235\250\056\126\253\140"
 
19456
"\166\316\026\264\215\177\170\300\325\231\121\203\177\136\331\276"
 
19457
"\014\250\120\355\042\307\255\005\114\166\373\355\356\036\107\144"
 
19458
"\366\367\047\175\134\050\017\105\305\134\142\136\246\232\221\221"
 
19459
"\267\123\027\056\334\255\140\235\226\144\071\275\147\150\262\256"
 
19460
"\005\313\115\347\137\037\127\206\325\040\234\050\373\157\023\070"
 
19461
"\365\366\021\222\366\175\231\136\037\014\350\253\104\044\051\162"
 
19462
"\100\075\066\122\257\214\130\220\163\301\354\141\054\171\241\354"
 
19463
"\207\265\077\332\115\331\041\000\060\336\220\332\016\323\032\110"
 
19464
"\251\076\205\013\024\213\214\274\101\236\152\367\016\160\300\065"
 
19465
"\367\071\242\135\146\320\173\131\237\250\107\022\232\047\043\244"
 
19466
"\055\216\047\203\222\040\241\327\025\177\361\056\030\356\364\110"
 
19467
"\177\057\177\361\241\030\265\241\013\224\240\142\040\062\234\035"
 
19468
"\366\324\357\277\114\210\150"
 
19469
, (PRUint32)855 }
 
19470
};
 
19471
static const NSSItem nss_builtins_items_287 [] = {
 
19472
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19473
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19474
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19475
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19476
  { (void *)"Buypass Class 2 CA 1", (PRUint32)21 },
 
19477
  { (void *)"\240\241\253\220\311\374\204\173\073\022\141\350\227\175\137\323"
 
19478
"\042\141\323\314"
 
19479
, (PRUint32)20 },
 
19480
  { (void *)"\270\010\232\360\003\314\033\015\310\154\013\166\241\165\144\043"
 
19481
, (PRUint32)16 },
 
19482
  { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061"
 
19483
"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163"
 
19484
"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035"
 
19485
"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163"
 
19486
"\040\103\154\141\163\163\040\062\040\103\101\040\061"
 
19487
, (PRUint32)77 },
 
19488
  { (void *)"\002\001\001"
 
19489
, (PRUint32)3 },
 
19490
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19491
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
19492
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
19493
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
19494
};
 
19495
static const NSSItem nss_builtins_items_288 [] = {
 
19496
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19497
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19498
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19499
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19500
  { (void *)"Buypass Class 3 CA 1", (PRUint32)21 },
 
19501
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
19502
  { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061"
 
19503
"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163"
 
19504
"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035"
 
19505
"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163"
 
19506
"\040\103\154\141\163\163\040\063\040\103\101\040\061"
 
19507
, (PRUint32)77 },
 
19508
  { (void *)"0", (PRUint32)2 },
 
19509
  { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061"
 
19510
"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163"
 
19511
"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035"
 
19512
"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163"
 
19513
"\040\103\154\141\163\163\040\063\040\103\101\040\061"
 
19514
, (PRUint32)77 },
 
19515
  { (void *)"\002\001\002"
 
19516
, (PRUint32)3 },
 
19517
  { (void *)"\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\002"
 
19518
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
19519
"\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035"
 
19520
"\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163"
 
19521
"\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060"
 
19522
"\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040"
 
19523
"\103\154\141\163\163\040\063\040\103\101\040\061\060\036\027\015"
 
19524
"\060\065\060\065\060\071\061\064\061\063\060\063\132\027\015\061"
 
19525
"\065\060\065\060\071\061\064\061\063\060\063\132\060\113\061\013"
 
19526
"\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006"
 
19527
"\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123"
 
19528
"\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003"
 
19529
"\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141"
 
19530
"\163\163\040\063\040\103\101\040\061\060\202\001\042\060\015\006"
 
19531
"\011\052\206\110\206\367\015\001\001\001\005\000\003\202\001\017"
 
19532
"\000\060\202\001\012\002\202\001\001\000\244\216\327\164\331\051"
 
19533
"\144\336\137\037\207\200\221\352\116\071\346\031\306\104\013\200"
 
19534
"\325\013\257\123\007\213\022\275\346\147\360\002\261\211\366\140"
 
19535
"\212\304\133\260\102\321\300\041\250\313\341\233\357\144\121\266"
 
19536
"\247\317\025\365\164\200\150\004\220\240\130\242\346\164\246\123"
 
19537
"\123\125\110\143\077\222\126\335\044\116\216\370\272\053\377\363"
 
19538
"\064\212\236\050\327\064\237\254\057\326\017\361\244\057\275\122"
 
19539
"\262\111\205\155\071\065\360\104\060\223\106\044\363\266\347\123"
 
19540
"\373\274\141\257\251\243\024\373\302\027\027\204\154\340\174\210"
 
19541
"\370\311\034\127\054\360\075\176\224\274\045\223\204\350\232\000"
 
19542
"\232\105\005\102\127\200\364\116\316\331\256\071\366\310\123\020"
 
19543
"\014\145\072\107\173\140\302\326\372\221\311\306\161\154\275\221"
 
19544
"\207\074\221\206\111\253\363\017\240\154\046\166\136\034\254\233"
 
19545
"\161\345\215\274\233\041\036\234\326\070\176\044\200\025\061\202"
 
19546
"\226\261\111\323\142\067\133\210\014\012\142\064\376\247\110\176"
 
19547
"\231\261\060\213\220\067\225\034\250\037\245\054\215\364\125\310"
 
19548
"\333\335\131\012\302\255\170\240\364\213\002\003\001\000\001\243"
 
19549
"\102\060\100\060\017\006\003\125\035\023\001\001\377\004\005\060"
 
19550
"\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\070"
 
19551
"\024\346\310\360\251\244\003\364\116\076\042\243\133\362\326\340"
 
19552
"\255\100\164\060\016\006\003\125\035\017\001\001\377\004\004\003"
 
19553
"\002\001\006\060\015\006\011\052\206\110\206\367\015\001\001\005"
 
19554
"\005\000\003\202\001\001\000\001\147\243\214\311\045\075\023\143"
 
19555
"\135\026\157\354\241\076\011\134\221\025\052\052\331\200\041\117"
 
19556
"\005\334\273\245\211\253\023\063\052\236\070\267\214\157\002\162"
 
19557
"\143\307\163\167\036\011\006\272\073\050\173\244\107\311\141\153"
 
19558
"\010\010\040\374\212\005\212\037\274\272\306\302\376\317\156\354"
 
19559
"\023\063\161\147\056\151\372\251\054\077\146\300\022\131\115\013"
 
19560
"\124\002\222\204\273\333\022\357\203\160\160\170\310\123\372\337"
 
19561
"\306\306\377\334\210\057\007\300\111\235\062\127\140\323\362\366"
 
19562
"\231\051\137\347\252\001\314\254\063\250\034\012\273\221\304\003"
 
19563
"\240\157\266\064\371\206\323\263\166\124\230\364\112\201\263\123"
 
19564
"\235\115\100\354\345\167\023\105\257\133\252\037\330\057\114\202"
 
19565
"\173\376\052\304\130\273\117\374\236\375\003\145\032\052\016\303"
 
19566
"\245\040\026\224\153\171\246\242\022\264\273\032\244\043\172\137"
 
19567
"\360\256\204\044\344\363\053\373\212\044\243\047\230\145\332\060"
 
19568
"\165\166\374\031\221\350\333\353\233\077\062\277\100\227\007\046"
 
19569
"\272\314\363\224\205\112\172\047\223\317\220\102\324\270\133\026"
 
19570
"\246\347\313\100\003\335\171"
 
19571
, (PRUint32)855 }
 
19572
};
 
19573
static const NSSItem nss_builtins_items_289 [] = {
 
19574
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19575
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19576
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19577
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19578
  { (void *)"Buypass Class 3 CA 1", (PRUint32)21 },
 
19579
  { (void *)"\141\127\072\021\337\016\330\176\325\222\145\042\352\320\126\327"
 
19580
"\104\263\043\161"
 
19581
, (PRUint32)20 },
 
19582
  { (void *)"\337\074\163\131\201\347\071\120\201\004\114\064\242\313\263\173"
 
19583
, (PRUint32)16 },
 
19584
  { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061"
 
19585
"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163"
 
19586
"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035"
 
19587
"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163"
 
19588
"\040\103\154\141\163\163\040\063\040\103\101\040\061"
 
19589
, (PRUint32)77 },
 
19590
  { (void *)"\002\001\002"
 
19591
, (PRUint32)3 },
 
19592
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19593
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
19594
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
19595
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
19596
};
 
19597
static const NSSItem nss_builtins_items_290 [] = {
 
19598
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19599
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19600
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19601
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19602
  { (void *)"EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1", (PRUint32)75 },
 
19603
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
19604
  { (void *)"\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102"
 
19605
"\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162"
 
19606
"\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141"
 
19607
"\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060"
 
19608
"\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151"
 
19609
"\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145"
 
19610
"\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151"
 
19611
"\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023"
 
19612
"\002\124\122"
 
19613
, (PRUint32)131 },
 
19614
  { (void *)"0", (PRUint32)2 },
 
19615
  { (void *)"\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102"
 
19616
"\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162"
 
19617
"\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141"
 
19618
"\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060"
 
19619
"\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151"
 
19620
"\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145"
 
19621
"\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151"
 
19622
"\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023"
 
19623
"\002\124\122"
 
19624
, (PRUint32)131 },
 
19625
  { (void *)"\002\010\114\257\163\102\034\216\164\002"
 
19626
, (PRUint32)10 },
 
19627
  { (void *)"\060\202\005\347\060\202\003\317\240\003\002\001\002\002\010\114"
 
19628
"\257\163\102\034\216\164\002\060\015\006\011\052\206\110\206\367"
 
19629
"\015\001\001\005\005\000\060\201\200\061\070\060\066\006\003\125"
 
19630
"\004\003\014\057\105\102\107\040\105\154\145\153\164\162\157\156"
 
19631
"\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172"
 
19632
"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261"
 
19633
"\163\304\261\061\067\060\065\006\003\125\004\012\014\056\105\102"
 
19634
"\107\040\102\151\154\151\305\237\151\155\040\124\145\153\156\157"
 
19635
"\154\157\152\151\154\145\162\151\040\166\145\040\110\151\172\155"
 
19636
"\145\164\154\145\162\151\040\101\056\305\236\056\061\013\060\011"
 
19637
"\006\003\125\004\006\023\002\124\122\060\036\027\015\060\066\060"
 
19638
"\070\061\067\060\060\062\061\060\071\132\027\015\061\066\060\070"
 
19639
"\061\064\060\060\063\061\060\071\132\060\201\200\061\070\060\066"
 
19640
"\006\003\125\004\003\014\057\105\102\107\040\105\154\145\153\164"
 
19641
"\162\157\156\151\153\040\123\145\162\164\151\146\151\153\141\040"
 
19642
"\110\151\172\155\145\164\040\123\141\304\237\154\141\171\304\261"
 
19643
"\143\304\261\163\304\261\061\067\060\065\006\003\125\004\012\014"
 
19644
"\056\105\102\107\040\102\151\154\151\305\237\151\155\040\124\145"
 
19645
"\153\156\157\154\157\152\151\154\145\162\151\040\166\145\040\110"
 
19646
"\151\172\155\145\164\154\145\162\151\040\101\056\305\236\056\061"
 
19647
"\013\060\011\006\003\125\004\006\023\002\124\122\060\202\002\042"
 
19648
"\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003"
 
19649
"\202\002\017\000\060\202\002\012\002\202\002\001\000\356\240\204"
 
19650
"\141\320\072\152\146\020\062\330\061\070\177\247\247\345\375\241"
 
19651
"\341\373\227\167\270\161\226\350\023\226\106\203\117\266\362\137"
 
19652
"\162\126\156\023\140\245\001\221\342\133\305\315\127\037\167\143"
 
19653
"\121\377\057\075\333\271\077\252\251\065\347\171\320\365\320\044"
 
19654
"\266\041\352\353\043\224\376\051\277\373\211\221\014\144\232\005"
 
19655
"\112\053\314\014\356\361\075\233\202\151\244\114\370\232\157\347"
 
19656
"\042\332\020\272\137\222\374\030\047\012\250\252\104\372\056\054"
 
19657
"\264\373\106\232\010\003\203\162\253\210\344\152\162\311\345\145"
 
19658
"\037\156\052\017\235\263\350\073\344\014\156\172\332\127\375\327"
 
19659
"\353\171\213\136\040\006\323\166\013\154\002\225\243\226\344\313"
 
19660
"\166\121\321\050\235\241\032\374\104\242\115\314\172\166\250\015"
 
19661
"\075\277\027\117\042\210\120\375\256\266\354\220\120\112\133\237"
 
19662
"\225\101\252\312\017\262\112\376\200\231\116\243\106\025\253\370"
 
19663
"\163\102\152\302\146\166\261\012\046\025\335\223\222\354\333\251"
 
19664
"\137\124\042\122\221\160\135\023\352\110\354\156\003\154\331\335"
 
19665
"\154\374\353\015\003\377\246\203\022\233\361\251\223\017\305\046"
 
19666
"\114\061\262\143\231\141\162\347\052\144\231\322\270\351\165\342"
 
19667
"\174\251\251\232\032\252\303\126\333\020\232\074\203\122\266\173"
 
19668
"\226\267\254\207\167\250\271\362\147\013\224\103\263\257\076\163"
 
19669
"\372\102\066\261\045\305\012\061\046\067\126\147\272\243\013\175"
 
19670
"\326\367\211\315\147\241\267\072\036\146\117\366\240\125\024\045"
 
19671
"\114\054\063\015\246\101\214\275\004\061\152\020\162\012\235\016"
 
19672
"\056\166\275\136\363\121\211\213\250\077\125\163\277\333\072\306"
 
19673
"\044\005\226\222\110\252\113\215\052\003\345\127\221\020\364\152"
 
19674
"\050\025\156\107\167\204\134\121\164\237\031\351\346\036\143\026"
 
19675
"\071\343\021\025\343\130\032\104\275\313\304\154\146\327\204\006"
 
19676
"\337\060\364\067\242\103\042\171\322\020\154\337\273\346\023\021"
 
19677
"\374\235\204\012\023\173\360\073\320\374\243\012\327\211\352\226"
 
19678
"\176\215\110\205\036\144\137\333\124\242\254\325\172\002\171\153"
 
19679
"\322\212\360\147\332\145\162\015\024\160\344\351\216\170\217\062"
 
19680
"\164\174\127\362\326\326\364\066\211\033\370\051\154\213\271\366"
 
19681
"\227\321\244\056\252\276\013\031\302\105\351\160\135\002\003\000"
 
19682
"\235\331\243\143\060\141\060\017\006\003\125\035\023\001\001\377"
 
19683
"\004\005\060\003\001\001\377\060\016\006\003\125\035\017\001\001"
 
19684
"\377\004\004\003\002\001\006\060\035\006\003\125\035\016\004\026"
 
19685
"\004\024\347\316\306\117\374\026\147\226\372\112\243\007\301\004"
 
19686
"\247\313\152\336\332\107\060\037\006\003\125\035\043\004\030\060"
 
19687
"\026\200\024\347\316\306\117\374\026\147\226\372\112\243\007\301"
 
19688
"\004\247\313\152\336\332\107\060\015\006\011\052\206\110\206\367"
 
19689
"\015\001\001\005\005\000\003\202\002\001\000\233\230\232\135\276"
 
19690
"\363\050\043\166\306\154\367\177\346\100\236\300\066\334\225\015"
 
19691
"\035\255\025\305\066\330\325\071\357\362\036\042\136\263\202\264"
 
19692
"\135\273\114\032\312\222\015\337\107\044\036\263\044\332\221\210"
 
19693
"\351\203\160\335\223\327\351\272\263\337\026\132\076\336\340\310"
 
19694
"\373\323\375\154\051\370\025\106\240\150\046\314\223\122\256\202"
 
19695
"\001\223\220\312\167\312\115\111\357\342\132\331\052\275\060\316"
 
19696
"\114\262\201\266\060\316\131\117\332\131\035\152\172\244\105\260"
 
19697
"\202\046\201\206\166\365\365\020\000\270\356\263\011\350\117\207"
 
19698
"\002\007\256\044\134\360\137\254\012\060\314\212\100\240\163\004"
 
19699
"\301\373\211\044\366\232\034\134\267\074\012\147\066\005\010\061"
 
19700
"\263\257\330\001\150\052\340\170\217\164\336\270\121\244\214\154"
 
19701
"\040\075\242\373\263\324\011\375\173\302\200\252\223\154\051\230"
 
19702
"\041\250\273\026\363\251\022\137\164\265\207\230\362\225\046\337"
 
19703
"\064\357\212\123\221\210\135\032\224\243\077\174\042\370\327\210"
 
19704
"\272\246\214\226\250\075\122\064\142\237\000\036\124\125\102\147"
 
19705
"\306\115\106\217\273\024\105\075\012\226\026\216\020\241\227\231"
 
19706
"\325\323\060\205\314\336\264\162\267\274\212\074\030\051\150\375"
 
19707
"\334\161\007\356\044\071\152\372\355\245\254\070\057\371\036\020"
 
19708
"\016\006\161\032\020\114\376\165\176\377\036\127\071\102\312\327"
 
19709
"\341\025\241\126\125\131\033\321\243\257\021\330\116\303\245\053"
 
19710
"\357\220\277\300\354\202\023\133\215\326\162\054\223\116\217\152"
 
19711
"\051\337\205\074\323\015\340\242\030\022\314\125\057\107\267\247"
 
19712
"\233\002\376\101\366\210\114\155\332\251\001\107\203\144\047\142"
 
19713
"\020\202\326\022\173\136\003\037\064\251\311\221\376\257\135\155"
 
19714
"\206\047\267\043\252\165\030\312\040\347\260\017\327\211\016\246"
 
19715
"\147\042\143\364\203\101\053\006\113\273\130\325\321\327\267\271"
 
19716
"\020\143\330\211\112\264\252\335\026\143\365\156\276\140\241\370"
 
19717
"\355\350\326\220\117\032\306\305\240\051\323\247\041\250\365\132"
 
19718
"\074\367\307\111\242\041\232\112\225\122\040\226\162\232\146\313"
 
19719
"\367\322\206\103\174\042\276\226\371\275\001\250\107\335\345\073"
 
19720
"\100\371\165\053\233\053\106\144\206\215\036\364\217\373\007\167"
 
19721
"\320\352\111\242\034\215\122\024\246\012\223"
 
19722
, (PRUint32)1515 }
 
19723
};
 
19724
static const NSSItem nss_builtins_items_291 [] = {
 
19725
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19726
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19727
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19728
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19729
  { (void *)"EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1", (PRUint32)75 },
 
19730
  { (void *)"\214\226\272\353\335\053\007\007\110\356\060\062\146\240\363\230"
 
19731
"\156\174\256\130"
 
19732
, (PRUint32)20 },
 
19733
  { (void *)"\054\040\046\235\313\032\112\000\205\265\267\132\256\302\001\067"
 
19734
, (PRUint32)16 },
 
19735
  { (void *)"\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102"
 
19736
"\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162"
 
19737
"\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141"
 
19738
"\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060"
 
19739
"\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151"
 
19740
"\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145"
 
19741
"\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151"
 
19742
"\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023"
 
19743
"\002\124\122"
 
19744
, (PRUint32)131 },
 
19745
  { (void *)"\002\010\114\257\163\102\034\216\164\002"
 
19746
, (PRUint32)10 },
 
19747
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19748
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19749
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19750
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
19751
};
 
19752
static const NSSItem nss_builtins_items_292 [] = {
 
19753
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19754
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19755
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19756
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19757
  { (void *)"certSIGN ROOT CA", (PRUint32)17 },
 
19758
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
19759
  { (void *)"\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061"
 
19760
"\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111"
 
19761
"\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162"
 
19762
"\164\123\111\107\116\040\122\117\117\124\040\103\101"
 
19763
, (PRUint32)61 },
 
19764
  { (void *)"0", (PRUint32)2 },
 
19765
  { (void *)"\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061"
 
19766
"\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111"
 
19767
"\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162"
 
19768
"\164\123\111\107\116\040\122\117\117\124\040\103\101"
 
19769
, (PRUint32)61 },
 
19770
  { (void *)"\002\006\040\006\005\026\160\002"
 
19771
, (PRUint32)8 },
 
19772
  { (void *)"\060\202\003\070\060\202\002\040\240\003\002\001\002\002\006\040"
 
19773
"\006\005\026\160\002\060\015\006\011\052\206\110\206\367\015\001"
 
19774
"\001\005\005\000\060\073\061\013\060\011\006\003\125\004\006\023"
 
19775
"\002\122\117\061\021\060\017\006\003\125\004\012\023\010\143\145"
 
19776
"\162\164\123\111\107\116\061\031\060\027\006\003\125\004\013\023"
 
19777
"\020\143\145\162\164\123\111\107\116\040\122\117\117\124\040\103"
 
19778
"\101\060\036\027\015\060\066\060\067\060\064\061\067\062\060\060"
 
19779
"\064\132\027\015\063\061\060\067\060\064\061\067\062\060\060\064"
 
19780
"\132\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117"
 
19781
"\061\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123"
 
19782
"\111\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145"
 
19783
"\162\164\123\111\107\116\040\122\117\117\124\040\103\101\060\202"
 
19784
"\001\042\060\015\006\011\052\206\110\206\367\015\001\001\001\005"
 
19785
"\000\003\202\001\017\000\060\202\001\012\002\202\001\001\000\267"
 
19786
"\063\271\176\310\045\112\216\265\333\264\050\033\252\127\220\350"
 
19787
"\321\042\323\144\272\323\223\350\324\254\206\141\100\152\140\127"
 
19788
"\150\124\204\115\274\152\124\002\005\377\337\233\232\052\256\135"
 
19789
"\007\217\112\303\050\177\357\373\053\372\171\361\307\255\360\020"
 
19790
"\123\044\220\213\146\311\250\210\253\257\132\243\000\351\276\272"
 
19791
"\106\356\133\163\173\054\027\202\201\136\142\054\241\002\145\263"
 
19792
"\275\305\053\000\176\304\374\003\063\127\015\355\342\372\316\135"
 
19793
"\105\326\070\315\065\266\262\301\320\234\201\112\252\344\262\001"
 
19794
"\134\035\217\137\231\304\261\255\333\210\041\353\220\010\202\200"
 
19795
"\363\060\243\103\346\220\202\256\125\050\111\355\133\327\251\020"
 
19796
"\070\016\376\217\114\133\233\106\352\101\365\260\010\164\303\320"
 
19797
"\210\063\266\174\327\164\337\334\204\321\103\016\165\071\241\045"
 
19798
"\100\050\352\170\313\016\054\056\071\235\214\213\156\026\034\057"
 
19799
"\046\202\020\342\343\145\224\012\004\300\136\367\135\133\370\020"
 
19800
"\342\320\272\172\113\373\336\067\000\000\032\133\050\343\322\234"
 
19801
"\163\076\062\207\230\241\311\121\057\327\336\254\063\263\117\002"
 
19802
"\003\001\000\001\243\102\060\100\060\017\006\003\125\035\023\001"
 
19803
"\001\377\004\005\060\003\001\001\377\060\016\006\003\125\035\017"
 
19804
"\001\001\377\004\004\003\002\001\306\060\035\006\003\125\035\016"
 
19805
"\004\026\004\024\340\214\233\333\045\111\263\361\174\206\326\262"
 
19806
"\102\207\013\320\153\240\331\344\060\015\006\011\052\206\110\206"
 
19807
"\367\015\001\001\005\005\000\003\202\001\001\000\076\322\034\211"
 
19808
"\056\065\374\370\165\335\346\177\145\210\364\162\114\311\054\327"
 
19809
"\062\116\363\335\031\171\107\275\216\073\133\223\017\120\111\044"
 
19810
"\023\153\024\006\162\357\011\323\241\241\343\100\204\311\347\030"
 
19811
"\062\164\074\110\156\017\237\113\324\367\036\323\223\206\144\124"
 
19812
"\227\143\162\120\325\125\317\372\040\223\002\242\233\303\043\223"
 
19813
"\116\026\125\166\240\160\171\155\315\041\037\317\057\055\274\031"
 
19814
"\343\210\061\370\131\032\201\011\310\227\246\164\307\140\304\133"
 
19815
"\314\127\216\262\165\375\033\002\011\333\131\157\162\223\151\367"
 
19816
"\061\101\326\210\070\277\207\262\275\026\171\371\252\344\276\210"
 
19817
"\045\335\141\047\043\034\265\061\007\004\066\264\032\220\275\240"
 
19818
"\164\161\120\211\155\274\024\343\017\206\256\361\253\076\307\240"
 
19819
"\011\314\243\110\321\340\333\144\347\222\265\317\257\162\103\160"
 
19820
"\213\371\303\204\074\023\252\176\222\233\127\123\223\372\160\302"
 
19821
"\221\016\061\371\233\147\135\351\226\070\136\137\263\163\116\210"
 
19822
"\025\147\336\236\166\020\142\040\276\125\151\225\103\000\071\115"
 
19823
"\366\356\260\132\116\111\104\124\130\137\102\203"
 
19824
, (PRUint32)828 }
 
19825
};
 
19826
static const NSSItem nss_builtins_items_293 [] = {
 
19827
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19828
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19829
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19830
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19831
  { (void *)"certSIGN ROOT CA", (PRUint32)17 },
 
19832
  { (void *)"\372\267\356\066\227\046\142\373\055\260\052\366\277\003\375\350"
 
19833
"\174\113\057\233"
 
19834
, (PRUint32)20 },
 
19835
  { (void *)"\030\230\300\326\351\072\374\371\260\365\014\367\113\001\104\027"
 
19836
, (PRUint32)16 },
 
19837
  { (void *)"\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061"
 
19838
"\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111"
 
19839
"\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162"
 
19840
"\164\123\111\107\116\040\122\117\117\124\040\103\101"
 
19841
, (PRUint32)61 },
 
19842
  { (void *)"\002\006\040\006\005\026\160\002"
 
19843
, (PRUint32)8 },
 
19844
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19845
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19846
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19847
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
19848
};
 
19849
static const NSSItem nss_builtins_items_294 [] = {
 
19850
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19851
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19852
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19853
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19854
  { (void *)"CNNIC ROOT", (PRUint32)11 },
 
19855
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
19856
  { (void *)"\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061"
 
19857
"\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061"
 
19858
"\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040"
 
19859
"\122\117\117\124"
 
19860
, (PRUint32)52 },
 
19861
  { (void *)"0", (PRUint32)2 },
 
19862
  { (void *)"\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061"
 
19863
"\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061"
 
19864
"\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040"
 
19865
"\122\117\117\124"
 
19866
, (PRUint32)52 },
 
19867
  { (void *)"\002\004\111\063\000\001"
 
19868
, (PRUint32)6 },
 
19869
  { (void *)"\060\202\003\125\060\202\002\075\240\003\002\001\002\002\004\111"
 
19870
"\063\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005"
 
19871
"\005\000\060\062\061\013\060\011\006\003\125\004\006\023\002\103"
 
19872
"\116\061\016\060\014\006\003\125\004\012\023\005\103\116\116\111"
 
19873
"\103\061\023\060\021\006\003\125\004\003\023\012\103\116\116\111"
 
19874
"\103\040\122\117\117\124\060\036\027\015\060\067\060\064\061\066"
 
19875
"\060\067\060\071\061\064\132\027\015\062\067\060\064\061\066\060"
 
19876
"\067\060\071\061\064\132\060\062\061\013\060\011\006\003\125\004"
 
19877
"\006\023\002\103\116\061\016\060\014\006\003\125\004\012\023\005"
 
19878
"\103\116\116\111\103\061\023\060\021\006\003\125\004\003\023\012"
 
19879
"\103\116\116\111\103\040\122\117\117\124\060\202\001\042\060\015"
 
19880
"\006\011\052\206\110\206\367\015\001\001\001\005\000\003\202\001"
 
19881
"\017\000\060\202\001\012\002\202\001\001\000\323\065\367\077\163"
 
19882
"\167\255\350\133\163\027\302\321\157\355\125\274\156\352\350\244"
 
19883
"\171\262\154\303\243\357\341\237\261\073\110\205\365\232\134\041"
 
19884
"\042\020\054\305\202\316\332\343\232\156\067\341\207\054\334\271"
 
19885
"\014\132\272\210\125\337\375\252\333\037\061\352\001\361\337\071"
 
19886
"\001\301\023\375\110\122\041\304\125\337\332\330\263\124\166\272"
 
19887
"\164\261\267\175\327\300\350\366\131\305\115\310\275\255\037\024"
 
19888
"\332\337\130\104\045\062\031\052\307\176\176\216\256\070\260\060"
 
19889
"\173\107\162\011\061\360\060\333\303\033\166\051\273\151\166\116"
 
19890
"\127\371\033\144\242\223\126\267\157\231\156\333\012\004\234\021"
 
19891
"\343\200\037\313\143\224\020\012\251\341\144\202\061\371\214\047"
 
19892
"\355\246\231\000\366\160\223\030\370\241\064\206\243\335\172\302"
 
19893
"\030\171\366\172\145\065\317\220\353\275\063\223\237\123\253\163"
 
19894
"\073\346\233\064\040\057\035\357\251\035\143\032\240\200\333\003"
 
19895
"\057\371\046\032\206\322\215\273\251\276\122\072\207\147\110\015"
 
19896
"\277\264\240\330\046\276\043\137\163\067\177\046\346\222\004\243"
 
19897
"\177\317\040\247\267\363\072\312\313\231\313\002\003\001\000\001"
 
19898
"\243\163\060\161\060\021\006\011\140\206\110\001\206\370\102\001"
 
19899
"\001\004\004\003\002\000\007\060\037\006\003\125\035\043\004\030"
 
19900
"\060\026\200\024\145\362\061\255\052\367\367\335\122\226\012\307"
 
19901
"\002\301\016\357\246\325\073\021\060\017\006\003\125\035\023\001"
 
19902
"\001\377\004\005\060\003\001\001\377\060\013\006\003\125\035\017"
 
19903
"\004\004\003\002\001\376\060\035\006\003\125\035\016\004\026\004"
 
19904
"\024\145\362\061\255\052\367\367\335\122\226\012\307\002\301\016"
 
19905
"\357\246\325\073\021\060\015\006\011\052\206\110\206\367\015\001"
 
19906
"\001\005\005\000\003\202\001\001\000\113\065\356\314\344\256\277"
 
19907
"\303\156\255\237\225\073\113\077\133\036\337\127\051\242\131\312"
 
19908
"\070\342\271\032\377\236\346\156\062\335\036\256\352\065\267\365"
 
19909
"\223\221\116\332\102\341\303\027\140\120\362\321\134\046\271\202"
 
19910
"\267\352\155\344\234\204\347\003\171\027\257\230\075\224\333\307"
 
19911
"\272\000\347\270\277\001\127\301\167\105\062\014\073\361\264\034"
 
19912
"\010\260\375\121\240\241\335\232\035\023\066\232\155\267\307\074"
 
19913
"\271\341\305\331\027\372\203\325\075\025\240\074\273\036\013\342"
 
19914
"\310\220\077\250\206\014\374\371\213\136\205\313\117\133\113\142"
 
19915
"\021\107\305\105\174\005\057\101\261\236\020\151\033\231\226\340"
 
19916
"\125\171\373\116\206\231\270\224\332\206\070\152\223\243\347\313"
 
19917
"\156\345\337\352\041\125\211\234\175\175\177\230\365\000\211\356"
 
19918
"\343\204\300\134\226\265\305\106\352\106\340\205\125\266\033\311"
 
19919
"\022\326\301\315\315\200\363\002\001\074\310\151\313\105\110\143"
 
19920
"\330\224\320\354\205\016\073\116\021\145\364\202\214\246\075\256"
 
19921
"\056\042\224\011\310\134\352\074\201\135\026\052\003\227\026\125"
 
19922
"\011\333\212\101\202\236\146\233\021"
 
19923
, (PRUint32)857 }
 
19924
};
 
19925
static const NSSItem nss_builtins_items_295 [] = {
 
19926
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19927
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19928
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19929
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19930
  { (void *)"CNNIC ROOT", (PRUint32)11 },
 
19931
  { (void *)"\213\257\114\233\035\360\052\222\367\332\022\216\271\033\254\364"
 
19932
"\230\140\113\157"
 
19933
, (PRUint32)20 },
 
19934
  { (void *)"\041\274\202\253\111\304\023\073\113\262\053\134\153\220\234\031"
 
19935
, (PRUint32)16 },
 
19936
  { (void *)"\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061"
 
19937
"\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061"
 
19938
"\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040"
 
19939
"\122\117\117\124"
 
19940
, (PRUint32)52 },
 
19941
  { (void *)"\002\004\111\063\000\001"
 
19942
, (PRUint32)6 },
 
19943
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
19944
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
19945
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
19946
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
19947
};
 
19948
static const NSSItem nss_builtins_items_296 [] = {
 
19949
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
19950
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
19951
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19952
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
19953
  { (void *)"ApplicationCA - Japanese Government", (PRUint32)36 },
 
19954
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
19955
  { (void *)"\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
 
19956
"\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145"
 
19957
"\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060"
 
19958
"\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164"
 
19959
"\151\157\156\103\101"
 
19960
, (PRUint32)69 },
 
19961
  { (void *)"0", (PRUint32)2 },
 
19962
  { (void *)"\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
 
19963
"\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145"
 
19964
"\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060"
 
19965
"\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164"
 
19966
"\151\157\156\103\101"
 
19967
, (PRUint32)69 },
 
19968
  { (void *)"\002\001\061"
 
19969
, (PRUint32)3 },
 
19970
  { (void *)"\060\202\003\240\060\202\002\210\240\003\002\001\002\002\001\061"
 
19971
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
19972
"\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061\034"
 
19973
"\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145\163"
 
19974
"\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060\024"
 
19975
"\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164\151"
 
19976
"\157\156\103\101\060\036\027\015\060\067\061\062\061\062\061\065"
 
19977
"\060\060\060\060\132\027\015\061\067\061\062\061\062\061\065\060"
 
19978
"\060\060\060\132\060\103\061\013\060\011\006\003\125\004\006\023"
 
19979
"\002\112\120\061\034\060\032\006\003\125\004\012\023\023\112\141"
 
19980
"\160\141\156\145\163\145\040\107\157\166\145\162\156\155\145\156"
 
19981
"\164\061\026\060\024\006\003\125\004\013\023\015\101\160\160\154"
 
19982
"\151\143\141\164\151\157\156\103\101\060\202\001\042\060\015\006"
 
19983
"\011\052\206\110\206\367\015\001\001\001\005\000\003\202\001\017"
 
19984
"\000\060\202\001\012\002\202\001\001\000\247\155\340\164\116\207"
 
19985
"\217\245\006\336\150\242\333\206\231\113\144\015\161\360\012\005"
 
19986
"\233\216\252\341\314\056\322\152\073\301\172\264\227\141\215\212"
 
19987
"\276\306\232\234\006\264\206\121\344\067\016\164\170\176\137\212"
 
19988
"\177\224\244\327\107\010\375\120\132\126\344\150\254\050\163\240"
 
19989
"\173\351\177\030\222\100\117\055\235\365\256\104\110\163\066\006"
 
19990
"\236\144\054\073\064\043\333\134\046\344\161\171\217\324\156\171"
 
19991
"\042\271\223\301\312\315\301\126\355\210\152\327\240\071\041\004"
 
19992
"\127\054\242\365\274\107\101\117\136\064\042\225\265\037\051\155"
 
19993
"\136\112\363\115\162\276\101\126\040\207\374\351\120\107\327\060"
 
19994
"\024\356\134\214\125\272\131\215\207\374\043\336\223\320\004\214"
 
19995
"\375\357\155\275\320\172\311\245\072\152\162\063\306\112\015\005"
 
19996
"\027\052\055\173\261\247\330\326\360\276\364\077\352\016\050\155"
 
19997
"\101\141\043\166\170\303\270\145\244\363\132\256\314\302\252\331"
 
19998
"\347\130\336\266\176\235\205\156\237\052\012\157\237\003\051\060"
 
19999
"\227\050\035\274\267\317\124\051\116\121\061\371\047\266\050\046"
 
20000
"\376\242\143\346\101\026\360\063\230\107\002\003\001\000\001\243"
 
20001
"\201\236\060\201\233\060\035\006\003\125\035\016\004\026\004\024"
 
20002
"\124\132\313\046\077\161\314\224\106\015\226\123\352\153\110\320"
 
20003
"\223\376\102\165\060\016\006\003\125\035\017\001\001\377\004\004"
 
20004
"\003\002\001\006\060\131\006\003\125\035\021\004\122\060\120\244"
 
20005
"\116\060\114\061\013\060\011\006\003\125\004\006\023\002\112\120"
 
20006
"\061\030\060\026\006\003\125\004\012\014\017\346\227\245\346\234"
 
20007
"\254\345\233\275\346\224\277\345\272\234\061\043\060\041\006\003"
 
20008
"\125\004\013\014\032\343\202\242\343\203\227\343\203\252\343\202"
 
20009
"\261\343\203\274\343\202\267\343\203\247\343\203\263\103\101\060"
 
20010
"\017\006\003\125\035\023\001\001\377\004\005\060\003\001\001\377"
 
20011
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003"
 
20012
"\202\001\001\000\071\152\104\166\167\070\072\354\243\147\106\017"
 
20013
"\371\213\006\250\373\152\220\061\316\176\354\332\321\211\174\172"
 
20014
"\353\056\014\275\231\062\347\260\044\326\303\377\365\262\210\011"
 
20015
"\207\054\343\124\341\243\246\262\010\013\300\205\250\310\322\234"
 
20016
"\161\366\035\237\140\374\070\063\023\341\236\334\013\137\332\026"
 
20017
"\120\051\173\057\160\221\017\231\272\064\064\215\225\164\305\176"
 
20018
"\170\251\146\135\275\312\041\167\102\020\254\146\046\075\336\221"
 
20019
"\253\375\025\360\157\355\154\137\020\370\363\026\366\003\212\217"
 
20020
"\247\022\021\014\313\375\077\171\301\234\375\142\356\243\317\124"
 
20021
"\014\321\053\137\027\076\343\076\277\300\053\076\011\233\376\210"
 
20022
"\246\176\264\222\027\374\043\224\201\275\156\247\305\214\302\353"
 
20023
"\021\105\333\370\101\311\226\166\352\160\137\171\022\153\344\243"
 
20024
"\007\132\005\357\047\111\317\041\237\212\114\011\160\146\251\046"
 
20025
"\301\053\021\116\063\322\016\374\326\154\322\016\062\144\150\377"
 
20026
"\255\005\170\137\003\035\250\343\220\254\044\340\017\100\247\113"
 
20027
"\256\213\050\267\202\312\030\007\346\267\133\164\351\040\031\177"
 
20028
"\262\033\211\124"
 
20029
, (PRUint32)932 }
 
20030
};
 
20031
static const NSSItem nss_builtins_items_297 [] = {
 
20032
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20033
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20034
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20035
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20036
  { (void *)"ApplicationCA - Japanese Government", (PRUint32)36 },
 
20037
  { (void *)"\177\212\260\317\320\121\207\152\146\363\066\017\107\310\215\214"
 
20038
"\323\065\374\164"
 
20039
, (PRUint32)20 },
 
20040
  { (void *)"\176\043\116\133\247\245\264\045\351\000\007\164\021\142\256\326"
 
20041
, (PRUint32)16 },
 
20042
  { (void *)"\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
 
20043
"\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145"
 
20044
"\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060"
 
20045
"\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164"
 
20046
"\151\157\156\103\101"
 
20047
, (PRUint32)69 },
 
20048
  { (void *)"\002\001\061"
 
20049
, (PRUint32)3 },
 
20050
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20051
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
20052
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20053
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
20054
};
 
20055
static const NSSItem nss_builtins_items_298 [] = {
 
20056
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20057
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20058
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20059
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20060
  { (void *)"GeoTrust Primary Certification Authority - G3", (PRUint32)46 },
 
20061
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
20062
  { (void *)"\060\201\230\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20063
"\061\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162"
 
20064
"\165\163\164\040\111\156\143\056\061\071\060\067\006\003\125\004"
 
20065
"\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124"
 
20066
"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040"
 
20067
"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157"
 
20068
"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145"
 
20069
"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\040\103"
 
20070
"\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164"
 
20071
"\150\157\162\151\164\171\040\055\040\107\063"
 
20072
, (PRUint32)155 },
 
20073
  { (void *)"0", (PRUint32)2 },
 
20074
  { (void *)"\060\201\230\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20075
"\061\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162"
 
20076
"\165\163\164\040\111\156\143\056\061\071\060\067\006\003\125\004"
 
20077
"\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124"
 
20078
"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040"
 
20079
"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157"
 
20080
"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145"
 
20081
"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\040\103"
 
20082
"\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164"
 
20083
"\150\157\162\151\164\171\040\055\040\107\063"
 
20084
, (PRUint32)155 },
 
20085
  { (void *)"\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030"
 
20086
"\017\037"
 
20087
, (PRUint32)18 },
 
20088
  { (void *)"\060\202\003\376\060\202\002\346\240\003\002\001\002\002\020\025"
 
20089
"\254\156\224\031\262\171\113\101\366\047\251\303\030\017\037\060"
 
20090
"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201"
 
20091
"\230\061\013\060\011\006\003\125\004\006\023\002\125\123\061\026"
 
20092
"\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165\163"
 
20093
"\164\040\111\156\143\056\061\071\060\067\006\003\125\004\013\023"
 
20094
"\060\050\143\051\040\062\060\060\070\040\107\145\157\124\162\165"
 
20095
"\163\164\040\111\156\143\056\040\055\040\106\157\162\040\141\165"
 
20096
"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154"
 
20097
"\171\061\066\060\064\006\003\125\004\003\023\055\107\145\157\124"
 
20098
"\162\165\163\164\040\120\162\151\155\141\162\171\040\103\145\162"
 
20099
"\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157"
 
20100
"\162\151\164\171\040\055\040\107\063\060\036\027\015\060\070\060"
 
20101
"\064\060\062\060\060\060\060\060\060\132\027\015\063\067\061\062"
 
20102
"\060\061\062\063\065\071\065\071\132\060\201\230\061\013\060\011"
 
20103
"\006\003\125\004\006\023\002\125\123\061\026\060\024\006\003\125"
 
20104
"\004\012\023\015\107\145\157\124\162\165\163\164\040\111\156\143"
 
20105
"\056\061\071\060\067\006\003\125\004\013\023\060\050\143\051\040"
 
20106
"\062\060\060\070\040\107\145\157\124\162\165\163\164\040\111\156"
 
20107
"\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151"
 
20108
"\172\145\144\040\165\163\145\040\157\156\154\171\061\066\060\064"
 
20109
"\006\003\125\004\003\023\055\107\145\157\124\162\165\163\164\040"
 
20110
"\120\162\151\155\141\162\171\040\103\145\162\164\151\146\151\143"
 
20111
"\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171\040"
 
20112
"\055\040\107\063\060\202\001\042\060\015\006\011\052\206\110\206"
 
20113
"\367\015\001\001\001\005\000\003\202\001\017\000\060\202\001\012"
 
20114
"\002\202\001\001\000\334\342\136\142\130\035\063\127\071\062\063"
 
20115
"\372\353\313\207\214\247\324\112\335\006\210\352\144\216\061\230"
 
20116
"\245\070\220\036\230\317\056\143\053\360\106\274\104\262\211\241"
 
20117
"\300\050\014\111\160\041\225\237\144\300\246\223\022\002\145\046"
 
20118
"\206\306\245\211\360\372\327\204\240\160\257\117\032\227\077\006"
 
20119
"\104\325\311\353\162\020\175\344\061\050\373\034\141\346\050\007"
 
20120
"\104\163\222\042\151\247\003\210\154\235\143\310\122\332\230\047"
 
20121
"\347\010\114\160\076\264\311\022\301\305\147\203\135\063\363\003"
 
20122
"\021\354\152\320\123\342\321\272\066\140\224\200\273\141\143\154"
 
20123
"\133\027\176\337\100\224\036\253\015\302\041\050\160\210\377\326"
 
20124
"\046\154\154\140\004\045\116\125\176\175\357\277\224\110\336\267"
 
20125
"\035\335\160\215\005\137\210\245\233\362\302\356\352\321\100\101"
 
20126
"\155\142\070\035\126\006\305\003\107\121\040\031\374\173\020\013"
 
20127
"\016\142\256\166\125\277\137\167\276\076\111\001\123\075\230\045"
 
20128
"\003\166\044\132\035\264\333\211\352\171\345\266\263\073\077\272"
 
20129
"\114\050\101\177\006\254\152\216\301\320\366\005\035\175\346\102"
 
20130
"\206\343\245\325\107\002\003\001\000\001\243\102\060\100\060\017"
 
20131
"\006\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060"
 
20132
"\016\006\003\125\035\017\001\001\377\004\004\003\002\001\006\060"
 
20133
"\035\006\003\125\035\016\004\026\004\024\304\171\312\216\241\116"
 
20134
"\003\035\034\334\153\333\061\133\224\076\077\060\177\055\060\015"
 
20135
"\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202\001"
 
20136
"\001\000\055\305\023\317\126\200\173\172\170\275\237\256\054\231"
 
20137
"\347\357\332\337\224\136\011\151\247\347\156\150\214\275\162\276"
 
20138
"\107\251\016\227\022\270\112\361\144\323\071\337\045\064\324\301"
 
20139
"\315\116\201\360\017\004\304\044\263\064\226\306\246\252\060\337"
 
20140
"\150\141\163\327\371\216\205\211\357\016\136\225\050\112\052\047"
 
20141
"\217\020\216\056\174\206\304\002\236\332\014\167\145\016\104\015"
 
20142
"\222\375\375\263\026\066\372\021\015\035\214\016\007\211\152\051"
 
20143
"\126\367\162\364\335\025\234\167\065\146\127\253\023\123\330\216"
 
20144
"\301\100\305\327\023\026\132\162\307\267\151\001\304\172\261\203"
 
20145
"\001\150\175\215\101\241\224\030\301\045\134\374\360\376\203\002"
 
20146
"\207\174\015\015\317\056\010\134\112\100\015\076\354\201\141\346"
 
20147
"\044\333\312\340\016\055\007\262\076\126\334\215\365\101\205\007"
 
20148
"\110\233\014\013\313\111\077\175\354\267\375\313\215\147\211\032"
 
20149
"\253\355\273\036\243\000\010\010\027\052\202\134\061\135\106\212"
 
20150
"\055\017\206\233\164\331\105\373\324\100\261\172\252\150\055\206"
 
20151
"\262\231\042\341\301\053\307\234\370\363\137\250\202\022\353\031"
 
20152
"\021\055"
 
20153
, (PRUint32)1026 }
 
20154
};
 
20155
static const NSSItem nss_builtins_items_299 [] = {
 
20156
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20157
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20158
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20159
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20160
  { (void *)"GeoTrust Primary Certification Authority - G3", (PRUint32)46 },
 
20161
  { (void *)"\003\236\355\270\013\347\240\074\151\123\211\073\040\322\331\062"
 
20162
"\072\114\052\375"
 
20163
, (PRUint32)20 },
 
20164
  { (void *)"\265\350\064\066\311\020\104\130\110\160\155\056\203\324\270\005"
 
20165
, (PRUint32)16 },
 
20166
  { (void *)"\060\201\230\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20167
"\061\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162"
 
20168
"\165\163\164\040\111\156\143\056\061\071\060\067\006\003\125\004"
 
20169
"\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124"
 
20170
"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040"
 
20171
"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157"
 
20172
"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145"
 
20173
"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\040\103"
 
20174
"\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164"
 
20175
"\150\157\162\151\164\171\040\055\040\107\063"
 
20176
, (PRUint32)155 },
 
20177
  { (void *)"\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030"
 
20178
"\017\037"
 
20179
, (PRUint32)18 },
 
20180
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20181
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20182
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20183
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
20184
};
 
20185
static const NSSItem nss_builtins_items_300 [] = {
 
20186
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20187
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20188
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20189
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20190
  { (void *)"thawte Primary Root CA - G2", (PRUint32)28 },
 
20191
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
20192
  { (void *)"\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20193
"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164"
 
20194
"\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013"
 
20195
"\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164"
 
20196
"\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165"
 
20197
"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154"
 
20198
"\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167"
 
20199
"\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040"
 
20200
"\103\101\040\055\040\107\062"
 
20201
, (PRUint32)135 },
 
20202
  { (void *)"0", (PRUint32)2 },
 
20203
  { (void *)"\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20204
"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164"
 
20205
"\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013"
 
20206
"\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164"
 
20207
"\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165"
 
20208
"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154"
 
20209
"\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167"
 
20210
"\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040"
 
20211
"\103\101\040\055\040\107\062"
 
20212
, (PRUint32)135 },
 
20213
  { (void *)"\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256"
 
20214
"\327\126"
 
20215
, (PRUint32)18 },
 
20216
  { (void *)"\060\202\002\210\060\202\002\015\240\003\002\001\002\002\020\065"
 
20217
"\374\046\134\331\204\117\311\075\046\075\127\233\256\327\126\060"
 
20218
"\012\006\010\052\206\110\316\075\004\003\003\060\201\204\061\013"
 
20219
"\060\011\006\003\125\004\006\023\002\125\123\061\025\060\023\006"
 
20220
"\003\125\004\012\023\014\164\150\141\167\164\145\054\040\111\156"
 
20221
"\143\056\061\070\060\066\006\003\125\004\013\023\057\050\143\051"
 
20222
"\040\062\060\060\067\040\164\150\141\167\164\145\054\040\111\156"
 
20223
"\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151"
 
20224
"\172\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042"
 
20225
"\006\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162"
 
20226
"\151\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040"
 
20227
"\107\062\060\036\027\015\060\067\061\061\060\065\060\060\060\060"
 
20228
"\060\060\132\027\015\063\070\060\061\061\070\062\063\065\071\065"
 
20229
"\071\132\060\201\204\061\013\060\011\006\003\125\004\006\023\002"
 
20230
"\125\123\061\025\060\023\006\003\125\004\012\023\014\164\150\141"
 
20231
"\167\164\145\054\040\111\156\143\056\061\070\060\066\006\003\125"
 
20232
"\004\013\023\057\050\143\051\040\062\060\060\067\040\164\150\141"
 
20233
"\167\164\145\054\040\111\156\143\056\040\055\040\106\157\162\040"
 
20234
"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157"
 
20235
"\156\154\171\061\044\060\042\006\003\125\004\003\023\033\164\150"
 
20236
"\141\167\164\145\040\120\162\151\155\141\162\171\040\122\157\157"
 
20237
"\164\040\103\101\040\055\040\107\062\060\166\060\020\006\007\052"
 
20238
"\206\110\316\075\002\001\006\005\053\201\004\000\042\003\142\000"
 
20239
"\004\242\325\234\202\173\225\235\361\122\170\207\376\212\026\277"
 
20240
"\005\346\337\243\002\117\015\007\306\000\121\272\014\002\122\055"
 
20241
"\042\244\102\071\304\376\217\352\311\301\276\324\115\377\237\172"
 
20242
"\236\342\261\174\232\255\247\206\011\163\207\321\347\232\343\172"
 
20243
"\245\252\156\373\272\263\160\300\147\210\242\065\324\243\232\261"
 
20244
"\375\255\302\357\061\372\250\271\363\373\010\306\221\321\373\051"
 
20245
"\225\243\102\060\100\060\017\006\003\125\035\023\001\001\377\004"
 
20246
"\005\060\003\001\001\377\060\016\006\003\125\035\017\001\001\377"
 
20247
"\004\004\003\002\001\006\060\035\006\003\125\035\016\004\026\004"
 
20248
"\024\232\330\000\060\000\347\153\177\205\030\356\213\266\316\212"
 
20249
"\014\370\021\341\273\060\012\006\010\052\206\110\316\075\004\003"
 
20250
"\003\003\151\000\060\146\002\061\000\335\370\340\127\107\133\247"
 
20251
"\346\012\303\275\365\200\212\227\065\015\033\211\074\124\206\167"
 
20252
"\050\312\241\364\171\336\265\346\070\260\360\145\160\214\177\002"
 
20253
"\124\302\277\377\330\241\076\331\317\002\061\000\304\215\224\374"
 
20254
"\334\123\322\334\235\170\026\037\025\063\043\123\122\343\132\061"
 
20255
"\135\235\312\256\275\023\051\104\015\047\133\250\347\150\234\022"
 
20256
"\367\130\077\056\162\002\127\243\217\241\024\056"
 
20257
, (PRUint32)652 }
 
20258
};
 
20259
static const NSSItem nss_builtins_items_301 [] = {
 
20260
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20261
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20262
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20263
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20264
  { (void *)"thawte Primary Root CA - G2", (PRUint32)28 },
 
20265
  { (void *)"\252\333\274\042\043\217\304\001\241\047\273\070\335\364\035\333"
 
20266
"\010\236\360\022"
 
20267
, (PRUint32)20 },
 
20268
  { (void *)"\164\235\352\140\044\304\375\042\123\076\314\072\162\331\051\117"
 
20269
, (PRUint32)16 },
 
20270
  { (void *)"\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20271
"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164"
 
20272
"\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013"
 
20273
"\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164"
 
20274
"\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165"
 
20275
"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154"
 
20276
"\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167"
 
20277
"\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040"
 
20278
"\103\101\040\055\040\107\062"
 
20279
, (PRUint32)135 },
 
20280
  { (void *)"\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256"
 
20281
"\327\126"
 
20282
, (PRUint32)18 },
 
20283
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20284
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
20285
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20286
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
20287
};
 
20288
static const NSSItem nss_builtins_items_302 [] = {
 
20289
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20290
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20291
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20292
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20293
  { (void *)"thawte Primary Root CA - G3", (PRUint32)28 },
 
20294
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
20295
  { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20296
"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164"
 
20297
"\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013"
 
20298
"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040"
 
20299
"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157"
 
20300
"\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040"
 
20301
"\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143"
 
20302
"\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172"
 
20303
"\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006"
 
20304
"\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151"
 
20305
"\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107"
 
20306
"\063"
 
20307
, (PRUint32)177 },
 
20308
  { (void *)"0", (PRUint32)2 },
 
20309
  { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20310
"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164"
 
20311
"\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013"
 
20312
"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040"
 
20313
"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157"
 
20314
"\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040"
 
20315
"\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143"
 
20316
"\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172"
 
20317
"\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006"
 
20318
"\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151"
 
20319
"\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107"
 
20320
"\063"
 
20321
, (PRUint32)177 },
 
20322
  { (void *)"\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367"
 
20323
"\220\373"
 
20324
, (PRUint32)18 },
 
20325
  { (void *)"\060\202\004\052\060\202\003\022\240\003\002\001\002\002\020\140"
 
20326
"\001\227\267\106\247\352\264\264\232\326\113\057\367\220\373\060"
 
20327
"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201"
 
20328
"\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061\025"
 
20329
"\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145\054"
 
20330
"\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023\037"
 
20331
"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145"
 
20332
"\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156\061"
 
20333
"\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062\060"
 
20334
"\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056\040"
 
20335
"\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144"
 
20336
"\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003\125"
 
20337
"\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155\141"
 
20338
"\162\171\040\122\157\157\164\040\103\101\040\055\040\107\063\060"
 
20339
"\036\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132"
 
20340
"\027\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060"
 
20341
"\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
20342
"\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145"
 
20343
"\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023"
 
20344
"\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123"
 
20345
"\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156"
 
20346
"\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062"
 
20347
"\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056"
 
20348
"\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145"
 
20349
"\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003"
 
20350
"\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155"
 
20351
"\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107\063"
 
20352
"\060\202\001\042\060\015\006\011\052\206\110\206\367\015\001\001"
 
20353
"\001\005\000\003\202\001\017\000\060\202\001\012\002\202\001\001"
 
20354
"\000\262\277\047\054\373\333\330\133\335\170\173\033\236\167\146"
 
20355
"\201\313\076\274\174\256\363\246\047\232\064\243\150\061\161\070"
 
20356
"\063\142\344\363\161\146\171\261\251\145\243\245\213\325\217\140"
 
20357
"\055\077\102\314\252\153\062\300\043\313\054\101\335\344\337\374"
 
20358
"\141\234\342\163\262\042\225\021\103\030\137\304\266\037\127\154"
 
20359
"\012\005\130\042\310\066\114\072\174\245\321\317\206\257\210\247"
 
20360
"\104\002\023\164\161\163\012\102\131\002\370\033\024\153\102\337"
 
20361
"\157\137\272\153\202\242\235\133\347\112\275\036\001\162\333\113"
 
20362
"\164\350\073\177\177\175\037\004\264\046\233\340\264\132\254\107"
 
20363
"\075\125\270\327\260\046\122\050\001\061\100\146\330\331\044\275"
 
20364
"\366\052\330\354\041\111\134\233\366\172\351\177\125\065\176\226"
 
20365
"\153\215\223\223\047\313\222\273\352\254\100\300\237\302\370\200"
 
20366
"\317\135\364\132\334\316\164\206\246\076\154\013\123\312\275\222"
 
20367
"\316\031\006\162\346\014\134\070\151\307\004\326\274\154\316\133"
 
20368
"\366\367\150\234\334\045\025\110\210\241\351\251\370\230\234\340"
 
20369
"\363\325\061\050\141\021\154\147\226\215\071\231\313\302\105\044"
 
20370
"\071\002\003\001\000\001\243\102\060\100\060\017\006\003\125\035"
 
20371
"\023\001\001\377\004\005\060\003\001\001\377\060\016\006\003\125"
 
20372
"\035\017\001\001\377\004\004\003\002\001\006\060\035\006\003\125"
 
20373
"\035\016\004\026\004\024\255\154\252\224\140\234\355\344\377\372"
 
20374
"\076\012\164\053\143\003\367\266\131\277\060\015\006\011\052\206"
 
20375
"\110\206\367\015\001\001\013\005\000\003\202\001\001\000\032\100"
 
20376
"\330\225\145\254\011\222\211\306\071\364\020\345\251\016\146\123"
 
20377
"\135\170\336\372\044\221\273\347\104\121\337\306\026\064\012\357"
 
20378
"\152\104\121\352\053\007\212\003\172\303\353\077\012\054\122\026"
 
20379
"\240\053\103\271\045\220\077\160\251\063\045\155\105\032\050\073"
 
20380
"\047\317\252\303\051\102\033\337\073\114\300\063\064\133\101\210"
 
20381
"\277\153\053\145\257\050\357\262\365\303\252\146\316\173\126\356"
 
20382
"\267\310\313\147\301\311\234\032\030\270\304\303\111\003\361\140"
 
20383
"\016\120\315\106\305\363\167\171\367\266\025\340\070\333\307\057"
 
20384
"\050\240\014\077\167\046\164\331\045\022\332\061\332\032\036\334"
 
20385
"\051\101\221\042\074\151\247\273\002\362\266\134\047\003\211\364"
 
20386
"\006\352\233\344\162\202\343\241\011\301\351\000\031\323\076\324"
 
20387
"\160\153\272\161\246\252\130\256\364\273\351\154\266\357\207\314"
 
20388
"\233\273\377\071\346\126\141\323\012\247\304\134\114\140\173\005"
 
20389
"\167\046\172\277\330\007\122\054\142\367\160\143\331\071\274\157"
 
20390
"\034\302\171\334\166\051\257\316\305\054\144\004\136\210\066\156"
 
20391
"\061\324\100\032\142\064\066\077\065\001\256\254\143\240"
 
20392
, (PRUint32)1070 }
 
20393
};
 
20394
static const NSSItem nss_builtins_items_303 [] = {
 
20395
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20396
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20397
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20398
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20399
  { (void *)"thawte Primary Root CA - G3", (PRUint32)28 },
 
20400
  { (void *)"\361\213\123\215\033\351\003\266\246\360\126\103\133\027\025\211"
 
20401
"\312\363\153\362"
 
20402
, (PRUint32)20 },
 
20403
  { (void *)"\373\033\135\103\212\224\315\104\306\166\362\103\113\107\347\061"
 
20404
, (PRUint32)16 },
 
20405
  { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20406
"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164"
 
20407
"\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013"
 
20408
"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040"
 
20409
"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157"
 
20410
"\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040"
 
20411
"\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143"
 
20412
"\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172"
 
20413
"\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006"
 
20414
"\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151"
 
20415
"\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107"
 
20416
"\063"
 
20417
, (PRUint32)177 },
 
20418
  { (void *)"\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367"
 
20419
"\220\373"
 
20420
, (PRUint32)18 },
 
20421
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20422
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
20423
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20424
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
20425
};
 
20426
static const NSSItem nss_builtins_items_304 [] = {
 
20427
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20428
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20429
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20430
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20431
  { (void *)"GeoTrust Primary Certification Authority - G2", (PRUint32)46 },
 
20432
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
20433
  { (void *)"\060\201\230\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20434
"\061\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162"
 
20435
"\165\163\164\040\111\156\143\056\061\071\060\067\006\003\125\004"
 
20436
"\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124"
 
20437
"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040"
 
20438
"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157"
 
20439
"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145"
 
20440
"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\040\103"
 
20441
"\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164"
 
20442
"\150\157\162\151\164\171\040\055\040\107\062"
 
20443
, (PRUint32)155 },
 
20444
  { (void *)"0", (PRUint32)2 },
 
20445
  { (void *)"\060\201\230\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20446
"\061\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162"
 
20447
"\165\163\164\040\111\156\143\056\061\071\060\067\006\003\125\004"
 
20448
"\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124"
 
20449
"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040"
 
20450
"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157"
 
20451
"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145"
 
20452
"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\040\103"
 
20453
"\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164"
 
20454
"\150\157\162\151\164\171\040\055\040\107\062"
 
20455
, (PRUint32)155 },
 
20456
  { (void *)"\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076"
 
20457
"\303\153"
 
20458
, (PRUint32)18 },
 
20459
  { (void *)"\060\202\002\256\060\202\002\065\240\003\002\001\002\002\020\074"
 
20460
"\262\364\110\012\000\342\376\353\044\073\136\140\076\303\153\060"
 
20461
"\012\006\010\052\206\110\316\075\004\003\003\060\201\230\061\013"
 
20462
"\060\011\006\003\125\004\006\023\002\125\123\061\026\060\024\006"
 
20463
"\003\125\004\012\023\015\107\145\157\124\162\165\163\164\040\111"
 
20464
"\156\143\056\061\071\060\067\006\003\125\004\013\023\060\050\143"
 
20465
"\051\040\062\060\060\067\040\107\145\157\124\162\165\163\164\040"
 
20466
"\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157"
 
20467
"\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\066"
 
20468
"\060\064\006\003\125\004\003\023\055\107\145\157\124\162\165\163"
 
20469
"\164\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146"
 
20470
"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164"
 
20471
"\171\040\055\040\107\062\060\036\027\015\060\067\061\061\060\065"
 
20472
"\060\060\060\060\060\060\132\027\015\063\070\060\061\061\070\062"
 
20473
"\063\065\071\065\071\132\060\201\230\061\013\060\011\006\003\125"
 
20474
"\004\006\023\002\125\123\061\026\060\024\006\003\125\004\012\023"
 
20475
"\015\107\145\157\124\162\165\163\164\040\111\156\143\056\061\071"
 
20476
"\060\067\006\003\125\004\013\023\060\050\143\051\040\062\060\060"
 
20477
"\067\040\107\145\157\124\162\165\163\164\040\111\156\143\056\040"
 
20478
"\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144"
 
20479
"\040\165\163\145\040\157\156\154\171\061\066\060\064\006\003\125"
 
20480
"\004\003\023\055\107\145\157\124\162\165\163\164\040\120\162\151"
 
20481
"\155\141\162\171\040\103\145\162\164\151\146\151\143\141\164\151"
 
20482
"\157\156\040\101\165\164\150\157\162\151\164\171\040\055\040\107"
 
20483
"\062\060\166\060\020\006\007\052\206\110\316\075\002\001\006\005"
 
20484
"\053\201\004\000\042\003\142\000\004\025\261\350\375\003\025\103"
 
20485
"\345\254\353\207\067\021\142\357\322\203\066\122\175\105\127\013"
 
20486
"\112\215\173\124\073\072\156\137\025\002\300\120\246\317\045\057"
 
20487
"\175\312\110\270\307\120\143\034\052\041\010\174\232\066\330\013"
 
20488
"\376\321\046\305\130\061\060\050\045\363\135\135\243\270\266\245"
 
20489
"\264\222\355\154\054\237\353\335\103\211\242\074\113\110\221\035"
 
20490
"\120\354\046\337\326\140\056\275\041\243\102\060\100\060\017\006"
 
20491
"\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060\016"
 
20492
"\006\003\125\035\017\001\001\377\004\004\003\002\001\006\060\035"
 
20493
"\006\003\125\035\016\004\026\004\024\025\137\065\127\121\125\373"
 
20494
"\045\262\255\003\151\374\001\243\372\276\021\125\325\060\012\006"
 
20495
"\010\052\206\110\316\075\004\003\003\003\147\000\060\144\002\060"
 
20496
"\144\226\131\246\350\011\336\213\272\372\132\210\210\360\037\221"
 
20497
"\323\106\250\362\112\114\002\143\373\154\137\070\333\056\101\223"
 
20498
"\251\016\346\235\334\061\034\262\240\247\030\034\171\341\307\066"
 
20499
"\002\060\072\126\257\232\164\154\366\373\203\340\063\323\010\137"
 
20500
"\241\234\302\133\237\106\326\266\313\221\006\143\242\006\347\063"
 
20501
"\254\076\250\201\022\320\313\272\320\222\013\266\236\226\252\004"
 
20502
"\017\212"
 
20503
, (PRUint32)690 }
 
20504
};
 
20505
static const NSSItem nss_builtins_items_305 [] = {
 
20506
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20507
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20508
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20509
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20510
  { (void *)"GeoTrust Primary Certification Authority - G2", (PRUint32)46 },
 
20511
  { (void *)"\215\027\204\325\067\363\003\175\354\160\376\127\213\121\232\231"
 
20512
"\346\020\327\260"
 
20513
, (PRUint32)20 },
 
20514
  { (void *)"\001\136\330\153\275\157\075\216\241\061\370\022\340\230\163\152"
 
20515
, (PRUint32)16 },
 
20516
  { (void *)"\060\201\230\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20517
"\061\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162"
 
20518
"\165\163\164\040\111\156\143\056\061\071\060\067\006\003\125\004"
 
20519
"\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124"
 
20520
"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040"
 
20521
"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157"
 
20522
"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145"
 
20523
"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\040\103"
 
20524
"\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164"
 
20525
"\150\157\162\151\164\171\040\055\040\107\062"
 
20526
, (PRUint32)155 },
 
20527
  { (void *)"\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076"
 
20528
"\303\153"
 
20529
, (PRUint32)18 },
 
20530
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20531
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20532
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20533
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
20534
};
 
20535
static const NSSItem nss_builtins_items_306 [] = {
 
20536
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20537
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20538
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20539
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20540
  { (void *)"VeriSign Universal Root Certification Authority", (PRUint32)48 },
 
20541
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
20542
  { (void *)"\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20543
"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123"
 
20544
"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125"
 
20545
"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165"
 
20546
"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003"
 
20547
"\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145"
 
20548
"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106"
 
20549
"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163"
 
20550
"\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023"
 
20551
"\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162"
 
20552
"\163\141\154\040\122\157\157\164\040\103\145\162\164\151\146\151"
 
20553
"\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171"
 
20554
, (PRUint32)192 },
 
20555
  { (void *)"0", (PRUint32)2 },
 
20556
  { (void *)"\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20557
"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123"
 
20558
"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125"
 
20559
"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165"
 
20560
"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003"
 
20561
"\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145"
 
20562
"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106"
 
20563
"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163"
 
20564
"\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023"
 
20565
"\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162"
 
20566
"\163\141\154\040\122\157\157\164\040\103\145\162\164\151\146\151"
 
20567
"\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171"
 
20568
, (PRUint32)192 },
 
20569
  { (void *)"\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032"
 
20570
"\305\035"
 
20571
, (PRUint32)18 },
 
20572
  { (void *)"\060\202\004\271\060\202\003\241\240\003\002\001\002\002\020\100"
 
20573
"\032\304\144\041\263\023\041\003\016\273\344\022\032\305\035\060"
 
20574
"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201"
 
20575
"\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027"
 
20576
"\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147"
 
20577
"\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013"
 
20578
"\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164"
 
20579
"\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004"
 
20580
"\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151"
 
20581
"\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162"
 
20582
"\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040"
 
20583
"\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126"
 
20584
"\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141"
 
20585
"\154\040\122\157\157\164\040\103\145\162\164\151\146\151\143\141"
 
20586
"\164\151\157\156\040\101\165\164\150\157\162\151\164\171\060\036"
 
20587
"\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132\027"
 
20588
"\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060\201"
 
20589
"\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027"
 
20590
"\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147"
 
20591
"\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013"
 
20592
"\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164"
 
20593
"\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004"
 
20594
"\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151"
 
20595
"\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162"
 
20596
"\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040"
 
20597
"\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126"
 
20598
"\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141"
 
20599
"\154\040\122\157\157\164\040\103\145\162\164\151\146\151\143\141"
 
20600
"\164\151\157\156\040\101\165\164\150\157\162\151\164\171\060\202"
 
20601
"\001\042\060\015\006\011\052\206\110\206\367\015\001\001\001\005"
 
20602
"\000\003\202\001\017\000\060\202\001\012\002\202\001\001\000\307"
 
20603
"\141\067\136\261\001\064\333\142\327\025\233\377\130\132\214\043"
 
20604
"\043\326\140\216\221\327\220\230\203\172\346\130\031\070\214\305"
 
20605
"\366\345\144\205\264\242\161\373\355\275\271\332\315\115\000\264"
 
20606
"\310\055\163\245\307\151\161\225\037\071\074\262\104\007\234\350"
 
20607
"\016\372\115\112\304\041\337\051\141\217\062\042\141\202\305\207"
 
20608
"\037\156\214\174\137\026\040\121\104\321\160\117\127\352\343\034"
 
20609
"\343\314\171\356\130\330\016\302\263\105\223\300\054\347\232\027"
 
20610
"\053\173\000\067\172\101\063\170\341\063\342\363\020\032\177\207"
 
20611
"\054\276\366\365\367\102\342\345\277\207\142\211\137\000\113\337"
 
20612
"\305\335\344\165\104\062\101\072\036\161\156\151\313\013\165\106"
 
20613
"\010\321\312\322\053\225\320\317\373\271\100\153\144\214\127\115"
 
20614
"\374\023\021\171\204\355\136\124\366\064\237\010\001\363\020\045"
 
20615
"\006\027\112\332\361\035\172\146\153\230\140\146\244\331\357\322"
 
20616
"\056\202\361\360\357\011\352\104\311\025\152\342\003\156\063\323"
 
20617
"\254\237\125\000\307\366\010\152\224\271\137\334\340\063\361\204"
 
20618
"\140\371\133\047\021\264\374\026\362\273\126\152\200\045\215\002"
 
20619
"\003\001\000\001\243\201\262\060\201\257\060\017\006\003\125\035"
 
20620
"\023\001\001\377\004\005\060\003\001\001\377\060\016\006\003\125"
 
20621
"\035\017\001\001\377\004\004\003\002\001\006\060\155\006\010\053"
 
20622
"\006\001\005\005\007\001\014\004\141\060\137\241\135\240\133\060"
 
20623
"\131\060\127\060\125\026\011\151\155\141\147\145\057\147\151\146"
 
20624
"\060\041\060\037\060\007\006\005\053\016\003\002\032\004\024\217"
 
20625
"\345\323\032\206\254\215\216\153\303\317\200\152\324\110\030\054"
 
20626
"\173\031\056\060\045\026\043\150\164\164\160\072\057\057\154\157"
 
20627
"\147\157\056\166\145\162\151\163\151\147\156\056\143\157\155\057"
 
20628
"\166\163\154\157\147\157\056\147\151\146\060\035\006\003\125\035"
 
20629
"\016\004\026\004\024\266\167\372\151\110\107\237\123\022\325\302"
 
20630
"\352\007\062\166\007\321\227\007\031\060\015\006\011\052\206\110"
 
20631
"\206\367\015\001\001\013\005\000\003\202\001\001\000\112\370\370"
 
20632
"\260\003\346\054\147\173\344\224\167\143\314\156\114\371\175\016"
 
20633
"\015\334\310\271\065\271\160\117\143\372\044\372\154\203\214\107"
 
20634
"\235\073\143\363\232\371\166\062\225\221\261\167\274\254\232\276"
 
20635
"\261\344\061\041\306\201\225\126\132\016\261\302\324\261\246\131"
 
20636
"\254\361\143\313\270\114\035\131\220\112\357\220\026\050\037\132"
 
20637
"\256\020\373\201\120\070\014\154\314\361\075\303\365\143\343\263"
 
20638
"\343\041\311\044\071\351\375\025\146\106\364\033\021\320\115\163"
 
20639
"\243\175\106\371\075\355\250\137\142\324\361\077\370\340\164\127"
 
20640
"\053\030\235\201\264\304\050\332\224\227\245\160\353\254\035\276"
 
20641
"\007\021\360\325\333\335\345\214\360\325\062\260\203\346\127\342"
 
20642
"\217\277\276\241\252\277\075\035\265\324\070\352\327\260\134\072"
 
20643
"\117\152\077\217\300\146\154\143\252\351\331\244\026\364\201\321"
 
20644
"\225\024\016\175\315\225\064\331\322\217\160\163\201\173\234\176"
 
20645
"\275\230\141\330\105\207\230\220\305\353\206\060\306\065\277\360"
 
20646
"\377\303\125\210\203\113\357\005\222\006\161\362\270\230\223\267"
 
20647
"\354\315\202\141\361\070\346\117\227\230\052\132\215"
 
20648
, (PRUint32)1213 }
 
20649
};
 
20650
static const NSSItem nss_builtins_items_307 [] = {
 
20651
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20652
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20653
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20654
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20655
  { (void *)"VeriSign Universal Root Certification Authority", (PRUint32)48 },
 
20656
  { (void *)"\066\171\312\065\146\207\162\060\115\060\245\373\207\073\017\247"
 
20657
"\173\267\015\124"
 
20658
, (PRUint32)20 },
 
20659
  { (void *)"\216\255\265\001\252\115\201\344\214\035\321\341\024\000\225\031"
 
20660
, (PRUint32)16 },
 
20661
  { (void *)"\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20662
"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123"
 
20663
"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125"
 
20664
"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165"
 
20665
"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003"
 
20666
"\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145"
 
20667
"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106"
 
20668
"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163"
 
20669
"\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023"
 
20670
"\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162"
 
20671
"\163\141\154\040\122\157\157\164\040\103\145\162\164\151\146\151"
 
20672
"\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171"
 
20673
, (PRUint32)192 },
 
20674
  { (void *)"\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032"
 
20675
"\305\035"
 
20676
, (PRUint32)18 },
 
20677
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20678
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20679
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20680
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
20681
};
 
20682
static const NSSItem nss_builtins_items_308 [] = {
 
20683
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20684
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20685
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20686
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20687
  { (void *)"VeriSign Class 3 Public Primary Certification Authority - G4", (PRUint32)61 },
 
20688
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
20689
  { (void *)"\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20690
"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123"
 
20691
"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125"
 
20692
"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165"
 
20693
"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003"
 
20694
"\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145"
 
20695
"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106"
 
20696
"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163"
 
20697
"\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023"
 
20698
"\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040"
 
20699
"\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171"
 
20700
"\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101"
 
20701
"\165\164\150\157\162\151\164\171\040\055\040\107\064"
 
20702
, (PRUint32)205 },
 
20703
  { (void *)"0", (PRUint32)2 },
 
20704
  { (void *)"\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20705
"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123"
 
20706
"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125"
 
20707
"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165"
 
20708
"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003"
 
20709
"\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145"
 
20710
"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106"
 
20711
"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163"
 
20712
"\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023"
 
20713
"\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040"
 
20714
"\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171"
 
20715
"\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101"
 
20716
"\165\164\150\157\162\151\164\171\040\055\040\107\064"
 
20717
, (PRUint32)205 },
 
20718
  { (void *)"\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207"
 
20719
"\254\263"
 
20720
, (PRUint32)18 },
 
20721
  { (void *)"\060\202\003\204\060\202\003\012\240\003\002\001\002\002\020\057"
 
20722
"\200\376\043\214\016\042\017\110\147\022\050\221\207\254\263\060"
 
20723
"\012\006\010\052\206\110\316\075\004\003\003\060\201\312\061\013"
 
20724
"\060\011\006\003\125\004\006\023\002\125\123\061\027\060\025\006"
 
20725
"\003\125\004\012\023\016\126\145\162\151\123\151\147\156\054\040"
 
20726
"\111\156\143\056\061\037\060\035\006\003\125\004\013\023\026\126"
 
20727
"\145\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145"
 
20728
"\164\167\157\162\153\061\072\060\070\006\003\125\004\013\023\061"
 
20729
"\050\143\051\040\062\060\060\067\040\126\145\162\151\123\151\147"
 
20730
"\156\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165"
 
20731
"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154"
 
20732
"\171\061\105\060\103\006\003\125\004\003\023\074\126\145\162\151"
 
20733
"\123\151\147\156\040\103\154\141\163\163\040\063\040\120\165\142"
 
20734
"\154\151\143\040\120\162\151\155\141\162\171\040\103\145\162\164"
 
20735
"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162"
 
20736
"\151\164\171\040\055\040\107\064\060\036\027\015\060\067\061\061"
 
20737
"\060\065\060\060\060\060\060\060\132\027\015\063\070\060\061\061"
 
20738
"\070\062\063\065\071\065\071\132\060\201\312\061\013\060\011\006"
 
20739
"\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004"
 
20740
"\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143"
 
20741
"\056\061\037\060\035\006\003\125\004\013\023\026\126\145\162\151"
 
20742
"\123\151\147\156\040\124\162\165\163\164\040\116\145\164\167\157"
 
20743
"\162\153\061\072\060\070\006\003\125\004\013\023\061\050\143\051"
 
20744
"\040\062\060\060\067\040\126\145\162\151\123\151\147\156\054\040"
 
20745
"\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157"
 
20746
"\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\105"
 
20747
"\060\103\006\003\125\004\003\023\074\126\145\162\151\123\151\147"
 
20748
"\156\040\103\154\141\163\163\040\063\040\120\165\142\154\151\143"
 
20749
"\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146\151"
 
20750
"\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171"
 
20751
"\040\055\040\107\064\060\166\060\020\006\007\052\206\110\316\075"
 
20752
"\002\001\006\005\053\201\004\000\042\003\142\000\004\247\126\172"
 
20753
"\174\122\332\144\233\016\055\134\330\136\254\222\075\376\001\346"
 
20754
"\031\112\075\024\003\113\372\140\047\040\331\203\211\151\372\124"
 
20755
"\306\232\030\136\125\052\144\336\006\366\215\112\073\255\020\074"
 
20756
"\145\075\220\210\004\211\340\060\141\263\256\135\001\247\173\336"
 
20757
"\174\262\276\312\145\141\000\206\256\332\217\173\320\211\255\115"
 
20758
"\035\131\232\101\261\274\107\200\334\236\142\303\371\243\201\262"
 
20759
"\060\201\257\060\017\006\003\125\035\023\001\001\377\004\005\060"
 
20760
"\003\001\001\377\060\016\006\003\125\035\017\001\001\377\004\004"
 
20761
"\003\002\001\006\060\155\006\010\053\006\001\005\005\007\001\014"
 
20762
"\004\141\060\137\241\135\240\133\060\131\060\127\060\125\026\011"
 
20763
"\151\155\141\147\145\057\147\151\146\060\041\060\037\060\007\006"
 
20764
"\005\053\016\003\002\032\004\024\217\345\323\032\206\254\215\216"
 
20765
"\153\303\317\200\152\324\110\030\054\173\031\056\060\045\026\043"
 
20766
"\150\164\164\160\072\057\057\154\157\147\157\056\166\145\162\151"
 
20767
"\163\151\147\156\056\143\157\155\057\166\163\154\157\147\157\056"
 
20768
"\147\151\146\060\035\006\003\125\035\016\004\026\004\024\263\026"
 
20769
"\221\375\356\246\156\344\265\056\111\217\207\170\201\200\354\345"
 
20770
"\261\265\060\012\006\010\052\206\110\316\075\004\003\003\003\150"
 
20771
"\000\060\145\002\060\146\041\014\030\046\140\132\070\173\126\102"
 
20772
"\340\247\374\066\204\121\221\040\054\166\115\103\075\304\035\204"
 
20773
"\043\320\254\326\174\065\006\316\315\151\275\220\015\333\154\110"
 
20774
"\102\035\016\252\102\002\061\000\234\075\110\071\043\071\130\032"
 
20775
"\025\022\131\152\236\357\325\131\262\035\122\054\231\161\315\307"
 
20776
"\051\337\033\052\141\173\161\321\336\363\300\345\015\072\112\252"
 
20777
"\055\247\330\206\052\335\056\020"
 
20778
, (PRUint32)904 }
 
20779
};
 
20780
static const NSSItem nss_builtins_items_309 [] = {
 
20781
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20782
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20783
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20784
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20785
  { (void *)"VeriSign Class 3 Public Primary Certification Authority - G4", (PRUint32)61 },
 
20786
  { (void *)"\042\325\330\337\217\002\061\321\215\367\235\267\317\212\055\144"
 
20787
"\311\077\154\072"
 
20788
, (PRUint32)20 },
 
20789
  { (void *)"\072\122\341\347\375\157\072\343\157\363\157\231\033\371\042\101"
 
20790
, (PRUint32)16 },
 
20791
  { (void *)"\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
20792
"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123"
 
20793
"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125"
 
20794
"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165"
 
20795
"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003"
 
20796
"\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145"
 
20797
"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106"
 
20798
"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163"
 
20799
"\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023"
 
20800
"\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040"
 
20801
"\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171"
 
20802
"\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101"
 
20803
"\165\164\150\157\162\151\164\171\040\055\040\107\064"
 
20804
, (PRUint32)205 },
 
20805
  { (void *)"\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207"
 
20806
"\254\263"
 
20807
, (PRUint32)18 },
 
20808
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20809
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20810
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20811
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
20812
};
 
20813
static const NSSItem nss_builtins_items_310 [] = {
 
20814
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20815
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20816
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20817
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20818
  { (void *)"NetLock Arany (Class Gold) Főtanúsítvány", (PRUint32)45 },
 
20819
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
20820
  { (void *)"\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125"
 
20821
"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160"
 
20822
"\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145"
 
20823
"\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003"
 
20824
"\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303"
 
20825
"\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164"
 
20826
"\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143"
 
20827
"\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145"
 
20828
"\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141"
 
20829
"\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303"
 
20830
"\272\163\303\255\164\166\303\241\156\171"
 
20831
, (PRUint32)170 },
 
20832
  { (void *)"0", (PRUint32)2 },
 
20833
  { (void *)"\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125"
 
20834
"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160"
 
20835
"\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145"
 
20836
"\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003"
 
20837
"\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303"
 
20838
"\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164"
 
20839
"\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143"
 
20840
"\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145"
 
20841
"\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141"
 
20842
"\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303"
 
20843
"\272\163\303\255\164\166\303\241\156\171"
 
20844
, (PRUint32)170 },
 
20845
  { (void *)"\002\006\111\101\054\344\000\020"
 
20846
, (PRUint32)8 },
 
20847
  { (void *)"\060\202\004\025\060\202\002\375\240\003\002\001\002\002\006\111"
 
20848
"\101\054\344\000\020\060\015\006\011\052\206\110\206\367\015\001"
 
20849
"\001\013\005\000\060\201\247\061\013\060\011\006\003\125\004\006"
 
20850
"\023\002\110\125\061\021\060\017\006\003\125\004\007\014\010\102"
 
20851
"\165\144\141\160\145\163\164\061\025\060\023\006\003\125\004\012"
 
20852
"\014\014\116\145\164\114\157\143\153\040\113\146\164\056\061\067"
 
20853
"\060\065\006\003\125\004\013\014\056\124\141\156\303\272\163\303"
 
20854
"\255\164\166\303\241\156\171\153\151\141\144\303\263\153\040\050"
 
20855
"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145"
 
20856
"\162\166\151\143\145\163\051\061\065\060\063\006\003\125\004\003"
 
20857
"\014\054\116\145\164\114\157\143\153\040\101\162\141\156\171\040"
 
20858
"\050\103\154\141\163\163\040\107\157\154\144\051\040\106\305\221"
 
20859
"\164\141\156\303\272\163\303\255\164\166\303\241\156\171\060\036"
 
20860
"\027\015\060\070\061\062\061\061\061\065\060\070\062\061\132\027"
 
20861
"\015\062\070\061\062\060\066\061\065\060\070\062\061\132\060\201"
 
20862
"\247\061\013\060\011\006\003\125\004\006\023\002\110\125\061\021"
 
20863
"\060\017\006\003\125\004\007\014\010\102\165\144\141\160\145\163"
 
20864
"\164\061\025\060\023\006\003\125\004\012\014\014\116\145\164\114"
 
20865
"\157\143\153\040\113\146\164\056\061\067\060\065\006\003\125\004"
 
20866
"\013\014\056\124\141\156\303\272\163\303\255\164\166\303\241\156"
 
20867
"\171\153\151\141\144\303\263\153\040\050\103\145\162\164\151\146"
 
20868
"\151\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163"
 
20869
"\051\061\065\060\063\006\003\125\004\003\014\054\116\145\164\114"
 
20870
"\157\143\153\040\101\162\141\156\171\040\050\103\154\141\163\163"
 
20871
"\040\107\157\154\144\051\040\106\305\221\164\141\156\303\272\163"
 
20872
"\303\255\164\166\303\241\156\171\060\202\001\042\060\015\006\011"
 
20873
"\052\206\110\206\367\015\001\001\001\005\000\003\202\001\017\000"
 
20874
"\060\202\001\012\002\202\001\001\000\304\044\136\163\276\113\155"
 
20875
"\024\303\241\364\343\227\220\156\322\060\105\036\074\356\147\331"
 
20876
"\144\340\032\212\177\312\060\312\203\343\040\301\343\364\072\323"
 
20877
"\224\137\032\174\133\155\277\060\117\204\047\366\237\037\111\274"
 
20878
"\306\231\012\220\362\017\365\177\103\204\067\143\121\213\172\245"
 
20879
"\160\374\172\130\315\216\233\355\303\106\154\204\160\135\332\363"
 
20880
"\001\220\043\374\116\060\251\176\341\047\143\347\355\144\074\240"
 
20881
"\270\311\063\143\376\026\220\377\260\270\375\327\250\300\300\224"
 
20882
"\103\013\266\325\131\246\236\126\320\044\037\160\171\257\333\071"
 
20883
"\124\015\145\165\331\025\101\224\001\257\136\354\366\215\361\377"
 
20884
"\255\144\376\040\232\327\134\353\376\246\037\010\144\243\213\166"
 
20885
"\125\255\036\073\050\140\056\207\045\350\252\257\037\306\144\106"
 
20886
"\040\267\160\177\074\336\110\333\226\123\267\071\167\344\032\342"
 
20887
"\307\026\204\166\227\133\057\273\031\025\205\370\151\205\365\231"
 
20888
"\247\251\362\064\247\251\266\246\003\374\157\206\075\124\174\166"
 
20889
"\004\233\153\371\100\135\000\064\307\056\231\165\235\345\210\003"
 
20890
"\252\115\370\003\322\102\166\300\033\002\003\000\250\213\243\105"
 
20891
"\060\103\060\022\006\003\125\035\023\001\001\377\004\010\060\006"
 
20892
"\001\001\377\002\001\004\060\016\006\003\125\035\017\001\001\377"
 
20893
"\004\004\003\002\001\006\060\035\006\003\125\035\016\004\026\004"
 
20894
"\024\314\372\147\223\360\266\270\320\245\300\036\363\123\375\214"
 
20895
"\123\337\203\327\226\060\015\006\011\052\206\110\206\367\015\001"
 
20896
"\001\013\005\000\003\202\001\001\000\253\177\356\034\026\251\234"
 
20897
"\074\121\000\240\300\021\010\005\247\231\346\157\001\210\124\141"
 
20898
"\156\361\271\030\255\112\255\376\201\100\043\224\057\373\165\174"
 
20899
"\057\050\113\142\044\201\202\013\365\141\361\034\156\270\141\070"
 
20900
"\353\201\372\142\241\073\132\142\323\224\145\304\341\346\155\202"
 
20901
"\370\057\045\160\262\041\046\301\162\121\037\214\054\303\204\220"
 
20902
"\303\132\217\272\317\364\247\145\245\353\230\321\373\005\262\106"
 
20903
"\165\025\043\152\157\205\143\060\200\360\325\236\037\051\034\302"
 
20904
"\154\260\120\131\135\220\133\073\250\015\060\317\277\175\177\316"
 
20905
"\361\235\203\275\311\106\156\040\246\371\141\121\272\041\057\173"
 
20906
"\276\245\025\143\241\324\225\207\361\236\271\363\211\363\075\205"
 
20907
"\270\270\333\276\265\271\051\371\332\067\005\000\111\224\003\204"
 
20908
"\104\347\277\103\061\317\165\213\045\321\364\246\144\365\222\366"
 
20909
"\253\005\353\075\351\245\013\066\142\332\314\006\137\066\213\266"
 
20910
"\136\061\270\052\373\136\366\161\337\104\046\236\304\346\015\221"
 
20911
"\264\056\165\225\200\121\152\113\060\246\260\142\241\223\361\233"
 
20912
"\330\316\304\143\165\077\131\107\261"
 
20913
, (PRUint32)1049 }
 
20914
};
 
20915
static const NSSItem nss_builtins_items_311 [] = {
 
20916
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20917
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20918
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20919
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20920
  { (void *)"NetLock Arany (Class Gold) Főtanúsítvány", (PRUint32)45 },
 
20921
  { (void *)"\006\010\077\131\077\025\241\004\240\151\244\153\251\003\320\006"
 
20922
"\267\227\011\221"
 
20923
, (PRUint32)20 },
 
20924
  { (void *)"\305\241\267\377\163\335\326\327\064\062\030\337\374\074\255\210"
 
20925
, (PRUint32)16 },
 
20926
  { (void *)"\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125"
 
20927
"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160"
 
20928
"\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145"
 
20929
"\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003"
 
20930
"\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303"
 
20931
"\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164"
 
20932
"\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143"
 
20933
"\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145"
 
20934
"\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141"
 
20935
"\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303"
 
20936
"\272\163\303\255\164\166\303\241\156\171"
 
20937
, (PRUint32)170 },
 
20938
  { (void *)"\002\006\111\101\054\344\000\020"
 
20939
, (PRUint32)8 },
 
20940
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20941
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20942
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
20943
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
20944
};
 
20945
static const NSSItem nss_builtins_items_312 [] = {
 
20946
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
20947
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
20948
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20949
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
20950
  { (void *)"Staat der Nederlanden Root CA - G2", (PRUint32)35 },
 
20951
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
20952
  { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061"
 
20953
"\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040"
 
20954
"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061"
 
20955
"\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040"
 
20956
"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040"
 
20957
"\122\157\157\164\040\103\101\040\055\040\107\062"
 
20958
, (PRUint32)92 },
 
20959
  { (void *)"0", (PRUint32)2 },
 
20960
  { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061"
 
20961
"\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040"
 
20962
"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061"
 
20963
"\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040"
 
20964
"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040"
 
20965
"\122\157\157\164\040\103\101\040\055\040\107\062"
 
20966
, (PRUint32)92 },
 
20967
  { (void *)"\002\004\000\230\226\214"
 
20968
, (PRUint32)6 },
 
20969
  { (void *)"\060\202\005\312\060\202\003\262\240\003\002\001\002\002\004\000"
 
20970
"\230\226\214\060\015\006\011\052\206\110\206\367\015\001\001\013"
 
20971
"\005\000\060\132\061\013\060\011\006\003\125\004\006\023\002\116"
 
20972
"\114\061\036\060\034\006\003\125\004\012\014\025\123\164\141\141"
 
20973
"\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145"
 
20974
"\156\061\053\060\051\006\003\125\004\003\014\042\123\164\141\141"
 
20975
"\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145"
 
20976
"\156\040\122\157\157\164\040\103\101\040\055\040\107\062\060\036"
 
20977
"\027\015\060\070\060\063\062\066\061\061\061\070\061\067\132\027"
 
20978
"\015\062\060\060\063\062\065\061\061\060\063\061\060\132\060\132"
 
20979
"\061\013\060\011\006\003\125\004\006\023\002\116\114\061\036\060"
 
20980
"\034\006\003\125\004\012\014\025\123\164\141\141\164\040\144\145"
 
20981
"\162\040\116\145\144\145\162\154\141\156\144\145\156\061\053\060"
 
20982
"\051\006\003\125\004\003\014\042\123\164\141\141\164\040\144\145"
 
20983
"\162\040\116\145\144\145\162\154\141\156\144\145\156\040\122\157"
 
20984
"\157\164\040\103\101\040\055\040\107\062\060\202\002\042\060\015"
 
20985
"\006\011\052\206\110\206\367\015\001\001\001\005\000\003\202\002"
 
20986
"\017\000\060\202\002\012\002\202\002\001\000\305\131\347\157\165"
 
20987
"\252\076\113\234\265\270\254\236\013\344\371\331\312\253\135\217"
 
20988
"\265\071\020\202\327\257\121\340\073\341\000\110\152\317\332\341"
 
20989
"\006\103\021\231\252\024\045\022\255\042\350\000\155\103\304\251"
 
20990
"\270\345\037\211\113\147\275\141\110\357\375\322\340\140\210\345"
 
20991
"\271\030\140\050\303\167\053\255\260\067\252\067\336\144\131\052"
 
20992
"\106\127\344\113\271\370\067\174\325\066\347\200\301\266\363\324"
 
20993
"\147\233\226\350\316\327\306\012\123\320\153\111\226\363\243\013"
 
20994
"\005\167\110\367\045\345\160\254\060\024\040\045\343\177\165\132"
 
20995
"\345\110\370\116\173\003\007\004\372\202\141\207\156\360\073\304"
 
20996
"\244\307\320\365\164\076\245\135\032\010\362\233\045\322\366\254"
 
20997
"\004\046\076\125\072\142\050\245\173\262\060\257\370\067\302\321"
 
20998
"\272\326\070\375\364\357\111\060\067\231\046\041\110\205\001\251"
 
20999
"\345\026\347\334\220\125\337\017\350\070\315\231\067\041\117\135"
 
21000
"\365\042\157\152\305\022\026\140\027\125\362\145\146\246\247\060"
 
21001
"\221\070\301\070\035\206\004\204\272\032\045\170\136\235\257\314"
 
21002
"\120\140\326\023\207\122\355\143\037\155\145\175\302\025\030\164"
 
21003
"\312\341\176\144\051\214\162\330\026\023\175\013\111\112\361\050"
 
21004
"\033\040\164\153\305\075\335\260\252\110\011\075\056\202\224\315"
 
21005
"\032\145\331\053\210\232\231\274\030\176\237\356\175\146\174\076"
 
21006
"\275\224\270\201\316\315\230\060\170\301\157\147\320\276\137\340"
 
21007
"\150\355\336\342\261\311\054\131\170\222\252\337\053\140\143\362"
 
21008
"\345\136\271\343\312\372\177\120\206\076\242\064\030\014\011\150"
 
21009
"\050\021\034\344\341\271\134\076\107\272\062\077\030\314\133\204"
 
21010
"\365\363\153\164\304\162\164\341\343\213\240\112\275\215\146\057"
 
21011
"\352\255\065\332\040\323\210\202\141\360\022\042\266\274\320\325"
 
21012
"\244\354\257\124\210\045\044\074\247\155\261\162\051\077\076\127"
 
21013
"\246\177\125\257\156\046\306\376\347\314\100\134\121\104\201\012"
 
21014
"\170\336\112\316\125\277\035\325\331\267\126\357\360\166\377\013"
 
21015
"\171\265\257\275\373\251\151\221\106\227\150\200\024\066\035\263"
 
21016
"\177\273\051\230\066\245\040\372\202\140\142\063\244\354\326\272"
 
21017
"\007\247\156\305\317\024\246\347\326\222\064\330\201\365\374\035"
 
21018
"\135\252\134\036\366\243\115\073\270\367\071\002\003\001\000\001"
 
21019
"\243\201\227\060\201\224\060\017\006\003\125\035\023\001\001\377"
 
21020
"\004\005\060\003\001\001\377\060\122\006\003\125\035\040\004\113"
 
21021
"\060\111\060\107\006\004\125\035\040\000\060\077\060\075\006\010"
 
21022
"\053\006\001\005\005\007\002\001\026\061\150\164\164\160\072\057"
 
21023
"\057\167\167\167\056\160\153\151\157\166\145\162\150\145\151\144"
 
21024
"\056\156\154\057\160\157\154\151\143\151\145\163\057\162\157\157"
 
21025
"\164\055\160\157\154\151\143\171\055\107\062\060\016\006\003\125"
 
21026
"\035\017\001\001\377\004\004\003\002\001\006\060\035\006\003\125"
 
21027
"\035\016\004\026\004\024\221\150\062\207\025\035\211\342\265\361"
 
21028
"\254\066\050\064\215\013\174\142\210\353\060\015\006\011\052\206"
 
21029
"\110\206\367\015\001\001\013\005\000\003\202\002\001\000\250\101"
 
21030
"\112\147\052\222\201\202\120\156\341\327\330\263\071\073\363\002"
 
21031
"\025\011\120\121\357\055\275\044\173\210\206\073\371\264\274\222"
 
21032
"\011\226\271\366\300\253\043\140\006\171\214\021\116\121\322\171"
 
21033
"\200\063\373\235\110\276\354\101\103\201\037\176\107\100\034\345"
 
21034
"\172\010\312\252\213\165\255\024\304\302\350\146\074\202\007\247"
 
21035
"\346\047\202\133\030\346\017\156\331\120\076\212\102\030\051\306"
 
21036
"\264\126\374\126\020\240\005\027\275\014\043\177\364\223\355\234"
 
21037
"\032\121\276\335\105\101\277\221\044\264\037\214\351\137\317\173"
 
21038
"\041\231\237\225\237\071\072\106\034\154\371\315\173\234\220\315"
 
21039
"\050\251\307\251\125\273\254\142\064\142\065\023\113\024\072\125"
 
21040
"\203\271\206\215\222\246\306\364\007\045\124\314\026\127\022\112"
 
21041
"\202\170\310\024\331\027\202\046\055\135\040\037\171\256\376\324"
 
21042
"\160\026\026\225\203\330\065\071\377\122\135\165\034\026\305\023"
 
21043
"\125\317\107\314\165\145\122\112\336\360\260\247\344\012\226\013"
 
21044
"\373\255\302\342\045\204\262\335\344\275\176\131\154\233\360\360"
 
21045
"\330\347\312\362\351\227\070\176\211\276\314\373\071\027\141\077"
 
21046
"\162\333\072\221\330\145\001\031\035\255\120\244\127\012\174\113"
 
21047
"\274\234\161\163\052\105\121\031\205\314\216\375\107\247\164\225"
 
21048
"\035\250\321\257\116\027\261\151\046\302\252\170\127\133\305\115"
 
21049
"\247\345\236\005\027\224\312\262\137\240\111\030\215\064\351\046"
 
21050
"\154\110\036\252\150\222\005\341\202\163\132\233\334\007\133\010"
 
21051
"\155\175\235\327\215\041\331\374\024\040\252\302\105\337\077\347"
 
21052
"\000\262\121\344\302\370\005\271\171\032\214\064\363\236\133\344"
 
21053
"\067\133\153\112\337\054\127\212\100\132\066\272\335\165\104\010"
 
21054
"\067\102\160\014\376\334\136\041\240\243\212\300\220\234\150\332"
 
21055
"\120\346\105\020\107\170\266\116\322\145\311\303\067\337\341\102"
 
21056
"\143\260\127\067\105\055\173\212\234\277\005\352\145\125\063\367"
 
21057
"\071\020\305\050\052\041\172\033\212\304\044\371\077\025\310\232"
 
21058
"\025\040\365\125\142\226\355\155\223\120\274\344\252\170\255\331"
 
21059
"\313\012\145\207\246\146\301\304\201\243\167\072\130\036\013\356"
 
21060
"\203\213\235\036\322\122\244\314\035\157\260\230\155\224\061\265"
 
21061
"\370\161\012\334\271\374\175\062\140\346\353\257\212\001"
 
21062
, (PRUint32)1486 }
 
21063
};
 
21064
static const NSSItem nss_builtins_items_313 [] = {
 
21065
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
21066
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
21067
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21068
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21069
  { (void *)"Staat der Nederlanden Root CA - G2", (PRUint32)35 },
 
21070
  { (void *)"\131\257\202\171\221\206\307\264\165\007\313\317\003\127\106\353"
 
21071
"\004\335\267\026"
 
21072
, (PRUint32)20 },
 
21073
  { (void *)"\174\245\017\370\133\232\175\155\060\256\124\132\343\102\242\212"
 
21074
, (PRUint32)16 },
 
21075
  { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061"
 
21076
"\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040"
 
21077
"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061"
 
21078
"\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040"
 
21079
"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040"
 
21080
"\122\157\157\164\040\103\101\040\055\040\107\062"
 
21081
, (PRUint32)92 },
 
21082
  { (void *)"\002\004\000\230\226\214"
 
21083
, (PRUint32)6 },
 
21084
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
21085
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
21086
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
21087
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
21088
};
 
21089
static const NSSItem nss_builtins_items_314 [] = {
 
21090
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
21091
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
21092
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21093
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21094
  { (void *)"CA Disig", (PRUint32)9 },
 
21095
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
21096
  { (void *)"\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061"
 
21097
"\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163"
 
21098
"\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104"
 
21099
"\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125"
 
21100
"\004\003\023\010\103\101\040\104\151\163\151\147"
 
21101
, (PRUint32)76 },
 
21102
  { (void *)"0", (PRUint32)2 },
 
21103
  { (void *)"\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061"
 
21104
"\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163"
 
21105
"\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104"
 
21106
"\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125"
 
21107
"\004\003\023\010\103\101\040\104\151\163\151\147"
 
21108
, (PRUint32)76 },
 
21109
  { (void *)"\002\001\001"
 
21110
, (PRUint32)3 },
 
21111
  { (void *)"\060\202\004\017\060\202\002\367\240\003\002\001\002\002\001\001"
 
21112
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
21113
"\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061\023"
 
21114
"\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163\154"
 
21115
"\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104\151"
 
21116
"\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125\004"
 
21117
"\003\023\010\103\101\040\104\151\163\151\147\060\036\027\015\060"
 
21118
"\066\060\063\062\062\060\061\063\071\063\064\132\027\015\061\066"
 
21119
"\060\063\062\062\060\061\063\071\063\064\132\060\112\061\013\060"
 
21120
"\011\006\003\125\004\006\023\002\123\113\061\023\060\021\006\003"
 
21121
"\125\004\007\023\012\102\162\141\164\151\163\154\141\166\141\061"
 
21122
"\023\060\021\006\003\125\004\012\023\012\104\151\163\151\147\040"
 
21123
"\141\056\163\056\061\021\060\017\006\003\125\004\003\023\010\103"
 
21124
"\101\040\104\151\163\151\147\060\202\001\042\060\015\006\011\052"
 
21125
"\206\110\206\367\015\001\001\001\005\000\003\202\001\017\000\060"
 
21126
"\202\001\012\002\202\001\001\000\222\366\061\301\175\210\375\231"
 
21127
"\001\251\330\173\362\161\165\361\061\306\363\165\146\372\121\050"
 
21128
"\106\204\227\170\064\274\154\374\274\105\131\210\046\030\112\304"
 
21129
"\067\037\241\112\104\275\343\161\004\365\104\027\342\077\374\110"
 
21130
"\130\157\134\236\172\011\272\121\067\042\043\146\103\041\260\074"
 
21131
"\144\242\370\152\025\016\077\353\121\341\124\251\335\006\231\327"
 
21132
"\232\074\124\213\071\003\077\017\305\316\306\353\203\162\002\250"
 
21133
"\037\161\363\055\370\165\010\333\142\114\350\372\316\371\347\152"
 
21134
"\037\266\153\065\202\272\342\217\026\222\175\005\014\154\106\003"
 
21135
"\135\300\355\151\277\072\301\212\240\350\216\331\271\105\050\207"
 
21136
"\010\354\264\312\025\276\202\335\265\104\213\055\255\206\014\150"
 
21137
"\142\155\205\126\362\254\024\143\072\306\321\231\254\064\170\126"
 
21138
"\113\317\266\255\077\214\212\327\004\345\343\170\114\365\206\252"
 
21139
"\365\217\372\075\154\161\243\055\312\147\353\150\173\156\063\251"
 
21140
"\014\202\050\250\114\152\041\100\025\040\014\046\133\203\302\251"
 
21141
"\026\025\300\044\202\135\053\026\255\312\143\366\164\000\260\337"
 
21142
"\103\304\020\140\126\147\143\105\002\003\001\000\001\243\201\377"
 
21143
"\060\201\374\060\017\006\003\125\035\023\001\001\377\004\005\060"
 
21144
"\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\215"
 
21145
"\262\111\150\235\162\010\045\271\300\047\365\120\223\126\110\106"
 
21146
"\161\371\217\060\016\006\003\125\035\017\001\001\377\004\004\003"
 
21147
"\002\001\006\060\066\006\003\125\035\021\004\057\060\055\201\023"
 
21148
"\143\141\157\160\145\162\141\164\157\162\100\144\151\163\151\147"
 
21149
"\056\163\153\206\026\150\164\164\160\072\057\057\167\167\167\056"
 
21150
"\144\151\163\151\147\056\163\153\057\143\141\060\146\006\003\125"
 
21151
"\035\037\004\137\060\135\060\055\240\053\240\051\206\047\150\164"
 
21152
"\164\160\072\057\057\167\167\167\056\144\151\163\151\147\056\163"
 
21153
"\153\057\143\141\057\143\162\154\057\143\141\137\144\151\163\151"
 
21154
"\147\056\143\162\154\060\054\240\052\240\050\206\046\150\164\164"
 
21155
"\160\072\057\057\143\141\056\144\151\163\151\147\056\163\153\057"
 
21156
"\143\141\057\143\162\154\057\143\141\137\144\151\163\151\147\056"
 
21157
"\143\162\154\060\032\006\003\125\035\040\004\023\060\021\060\017"
 
21158
"\006\015\053\201\036\221\223\346\012\000\000\000\001\001\001\060"
 
21159
"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202"
 
21160
"\001\001\000\135\064\164\141\114\257\073\330\377\237\155\130\066"
 
21161
"\034\075\013\201\015\022\053\106\020\200\375\347\074\047\320\172"
 
21162
"\310\251\266\176\164\060\063\243\072\212\173\164\300\171\171\102"
 
21163
"\223\155\377\261\051\024\202\253\041\214\057\027\371\077\046\057"
 
21164
"\365\131\306\357\200\006\267\232\111\051\354\316\176\161\074\152"
 
21165
"\020\101\300\366\323\232\262\174\132\221\234\300\254\133\310\115"
 
21166
"\136\367\341\123\377\103\167\374\236\113\147\154\327\363\203\321"
 
21167
"\240\340\177\045\337\270\230\013\232\062\070\154\060\240\363\377"
 
21168
"\010\025\063\367\120\112\173\076\243\076\040\251\334\057\126\200"
 
21169
"\012\355\101\120\260\311\364\354\262\343\046\104\000\016\157\236"
 
21170
"\006\274\042\226\123\160\145\304\120\012\106\153\244\057\047\201"
 
21171
"\022\047\023\137\020\241\166\316\212\173\067\352\303\071\141\003"
 
21172
"\225\230\072\347\154\210\045\010\374\171\150\015\207\175\142\370"
 
21173
"\264\137\373\305\330\114\275\130\274\077\103\133\324\036\001\115"
 
21174
"\074\143\276\043\357\214\315\132\120\270\150\124\371\012\231\063"
 
21175
"\021\000\341\236\302\106\167\202\365\131\006\214\041\114\207\011"
 
21176
"\315\345\250"
 
21177
, (PRUint32)1043 }
 
21178
};
 
21179
static const NSSItem nss_builtins_items_315 [] = {
 
21180
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
21181
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
21182
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21183
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21184
  { (void *)"CA Disig", (PRUint32)9 },
 
21185
  { (void *)"\052\310\325\213\127\316\277\057\111\257\362\374\166\217\121\024"
 
21186
"\142\220\172\101"
 
21187
, (PRUint32)20 },
 
21188
  { (void *)"\077\105\226\071\342\120\207\367\273\376\230\014\074\040\230\346"
 
21189
, (PRUint32)16 },
 
21190
  { (void *)"\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061"
 
21191
"\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163"
 
21192
"\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104"
 
21193
"\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125"
 
21194
"\004\003\023\010\103\101\040\104\151\163\151\147"
 
21195
, (PRUint32)76 },
 
21196
  { (void *)"\002\001\001"
 
21197
, (PRUint32)3 },
 
21198
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
21199
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
21200
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
21201
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
21202
};
 
21203
static const NSSItem nss_builtins_items_316 [] = {
 
21204
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
21205
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
21206
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21207
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21208
  { (void *)"Juur-SK", (PRUint32)8 },
 
21209
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
21210
  { (void *)"\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011"
 
21211
"\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011"
 
21212
"\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125"
 
21213
"\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163"
 
21214
"\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060"
 
21215
"\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113"
 
21216
, (PRUint32)95 },
 
21217
  { (void *)"0", (PRUint32)2 },
 
21218
  { (void *)"\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011"
 
21219
"\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011"
 
21220
"\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125"
 
21221
"\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163"
 
21222
"\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060"
 
21223
"\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113"
 
21224
, (PRUint32)95 },
 
21225
  { (void *)"\002\004\073\216\113\374"
 
21226
, (PRUint32)6 },
 
21227
  { (void *)"\060\202\004\346\060\202\003\316\240\003\002\001\002\002\004\073"
 
21228
"\216\113\374\060\015\006\011\052\206\110\206\367\015\001\001\005"
 
21229
"\005\000\060\135\061\030\060\026\006\011\052\206\110\206\367\015"
 
21230
"\001\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013"
 
21231
"\060\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006"
 
21232
"\003\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151"
 
21233
"\164\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061"
 
21234
"\020\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123"
 
21235
"\113\060\036\027\015\060\061\060\070\063\060\061\064\062\063\060"
 
21236
"\061\132\027\015\061\066\060\070\062\066\061\064\062\063\060\061"
 
21237
"\132\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001"
 
21238
"\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060"
 
21239
"\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003"
 
21240
"\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164"
 
21241
"\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020"
 
21242
"\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113"
 
21243
"\060\202\001\042\060\015\006\011\052\206\110\206\367\015\001\001"
 
21244
"\001\005\000\003\202\001\017\000\060\202\001\012\002\202\001\001"
 
21245
"\000\201\161\066\076\063\007\326\343\060\215\023\176\167\062\106"
 
21246
"\313\317\031\262\140\061\106\227\206\364\230\106\244\302\145\105"
 
21247
"\317\323\100\174\343\132\042\250\020\170\063\314\210\261\323\201"
 
21248
"\112\366\142\027\173\137\115\012\056\320\317\213\043\356\117\002"
 
21249
"\116\273\353\016\312\275\030\143\350\200\034\215\341\034\215\075"
 
21250
"\340\377\133\137\352\144\345\227\350\077\231\177\014\012\011\063"
 
21251
"\000\032\123\247\041\341\070\113\326\203\033\255\257\144\302\371"
 
21252
"\034\172\214\146\110\115\146\037\030\012\342\076\273\037\007\145"
 
21253
"\223\205\271\032\260\271\304\373\015\021\366\365\326\371\033\307"
 
21254
"\054\053\267\030\121\376\340\173\366\250\110\257\154\073\117\057"
 
21255
"\357\370\321\107\036\046\127\360\121\035\063\226\377\357\131\075"
 
21256
"\332\115\321\025\064\307\352\077\026\110\173\221\034\200\103\017"
 
21257
"\075\270\005\076\321\263\225\315\330\312\017\302\103\147\333\267"
 
21258
"\223\340\042\202\056\276\365\150\050\203\271\301\073\151\173\040"
 
21259
"\332\116\234\155\341\272\315\217\172\154\260\011\042\327\213\013"
 
21260
"\333\034\325\132\046\133\015\300\352\345\140\320\237\376\065\337"
 
21261
"\077\002\003\001\000\001\243\202\001\254\060\202\001\250\060\017"
 
21262
"\006\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060"
 
21263
"\202\001\026\006\003\125\035\040\004\202\001\015\060\202\001\011"
 
21264
"\060\202\001\005\006\012\053\006\001\004\001\316\037\001\001\001"
 
21265
"\060\201\366\060\201\320\006\010\053\006\001\005\005\007\002\002"
 
21266
"\060\201\303\036\201\300\000\123\000\145\000\145\000\040\000\163"
 
21267
"\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141"
 
21268
"\000\141\000\164\000\040\000\157\000\156\000\040\000\166\000\344"
 
21269
"\000\154\000\152\000\141\000\163\000\164\000\141\000\164\000\165"
 
21270
"\000\144\000\040\000\101\000\123\000\055\000\151\000\163\000\040"
 
21271
"\000\123\000\145\000\162\000\164\000\151\000\146\000\151\000\164"
 
21272
"\000\163\000\145\000\145\000\162\000\151\000\155\000\151\000\163"
 
21273
"\000\153\000\145\000\163\000\153\000\165\000\163\000\040\000\141"
 
21274
"\000\154\000\141\000\155\000\055\000\123\000\113\000\040\000\163"
 
21275
"\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141"
 
21276
"\000\141\000\164\000\151\000\144\000\145\000\040\000\153\000\151"
 
21277
"\000\156\000\156\000\151\000\164\000\141\000\155\000\151\000\163"
 
21278
"\000\145\000\153\000\163\060\041\006\010\053\006\001\005\005\007"
 
21279
"\002\001\026\025\150\164\164\160\072\057\057\167\167\167\056\163"
 
21280
"\153\056\145\145\057\143\160\163\057\060\053\006\003\125\035\037"
 
21281
"\004\044\060\042\060\040\240\036\240\034\206\032\150\164\164\160"
 
21282
"\072\057\057\167\167\167\056\163\153\056\145\145\057\152\165\165"
 
21283
"\162\057\143\162\154\057\060\035\006\003\125\035\016\004\026\004"
 
21284
"\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030\077"
 
21285
"\157\357\351\175\276\060\037\006\003\125\035\043\004\030\060\026"
 
21286
"\200\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030"
 
21287
"\077\157\357\351\175\276\060\016\006\003\125\035\017\001\001\377"
 
21288
"\004\004\003\002\001\346\060\015\006\011\052\206\110\206\367\015"
 
21289
"\001\001\005\005\000\003\202\001\001\000\173\301\030\224\123\242"
 
21290
"\011\363\376\046\147\232\120\344\303\005\057\053\065\170\221\114"
 
21291
"\174\250\021\021\171\114\111\131\254\310\367\205\145\134\106\273"
 
21292
"\073\020\240\002\257\315\117\265\314\066\052\354\135\376\357\240"
 
21293
"\221\311\266\223\157\174\200\124\354\307\010\160\015\216\373\202"
 
21294
"\354\052\140\170\151\066\066\321\305\234\213\151\265\100\310\224"
 
21295
"\145\167\362\127\041\146\073\316\205\100\266\063\143\032\277\171"
 
21296
"\036\374\134\035\323\035\223\033\213\014\135\205\275\231\060\062"
 
21297
"\030\011\221\122\351\174\241\272\377\144\222\232\354\376\065\356"
 
21298
"\214\057\256\374\040\206\354\112\336\033\170\062\067\246\201\322"
 
21299
"\235\257\132\022\026\312\231\133\374\157\155\016\305\240\036\206"
 
21300
"\311\221\320\134\230\202\137\143\014\212\132\253\330\225\246\314"
 
21301
"\313\212\326\277\144\113\216\312\212\262\260\351\041\062\236\252"
 
21302
"\250\205\230\064\201\071\041\073\250\072\122\062\075\366\153\067"
 
21303
"\206\006\132\025\230\334\360\021\146\376\064\040\267\003\364\101"
 
21304
"\020\175\071\204\171\226\162\143\266\226\002\345\153\271\255\031"
 
21305
"\115\273\306\104\333\066\313\052\234\216"
 
21306
, (PRUint32)1258 }
 
21307
};
 
21308
static const NSSItem nss_builtins_items_317 [] = {
 
21309
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
21310
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
21311
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21312
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21313
  { (void *)"Juur-SK", (PRUint32)8 },
 
21314
  { (void *)"\100\235\113\331\027\265\134\047\266\233\144\313\230\042\104\015"
 
21315
"\315\011\270\211"
 
21316
, (PRUint32)20 },
 
21317
  { (void *)"\252\216\135\331\370\333\012\130\267\215\046\207\154\202\065\125"
 
21318
, (PRUint32)16 },
 
21319
  { (void *)"\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011"
 
21320
"\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011"
 
21321
"\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125"
 
21322
"\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163"
 
21323
"\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060"
 
21324
"\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113"
 
21325
, (PRUint32)95 },
 
21326
  { (void *)"\002\004\073\216\113\374"
 
21327
, (PRUint32)6 },
 
21328
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
21329
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
21330
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
21331
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
21332
};
 
21333
static const NSSItem nss_builtins_items_318 [] = {
 
21334
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
21335
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
21336
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21337
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21338
  { (void *)"Hongkong Post Root CA 1", (PRUint32)24 },
 
21339
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
21340
  { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061"
 
21341
"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157"
 
21342
"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003"
 
21343
"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040"
 
21344
"\122\157\157\164\040\103\101\040\061"
 
21345
, (PRUint32)73 },
 
21346
  { (void *)"0", (PRUint32)2 },
 
21347
  { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061"
 
21348
"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157"
 
21349
"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003"
 
21350
"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040"
 
21351
"\122\157\157\164\040\103\101\040\061"
 
21352
, (PRUint32)73 },
 
21353
  { (void *)"\002\002\003\350"
 
21354
, (PRUint32)4 },
 
21355
  { (void *)"\060\202\003\060\060\202\002\030\240\003\002\001\002\002\002\003"
 
21356
"\350\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
 
21357
"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061"
 
21358
"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157"
 
21359
"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003"
 
21360
"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040"
 
21361
"\122\157\157\164\040\103\101\040\061\060\036\027\015\060\063\060"
 
21362
"\065\061\065\060\065\061\063\061\064\132\027\015\062\063\060\065"
 
21363
"\061\065\060\064\065\062\062\071\132\060\107\061\013\060\011\006"
 
21364
"\003\125\004\006\023\002\110\113\061\026\060\024\006\003\125\004"
 
21365
"\012\023\015\110\157\156\147\153\157\156\147\040\120\157\163\164"
 
21366
"\061\040\060\036\006\003\125\004\003\023\027\110\157\156\147\153"
 
21367
"\157\156\147\040\120\157\163\164\040\122\157\157\164\040\103\101"
 
21368
"\040\061\060\202\001\042\060\015\006\011\052\206\110\206\367\015"
 
21369
"\001\001\001\005\000\003\202\001\017\000\060\202\001\012\002\202"
 
21370
"\001\001\000\254\377\070\266\351\146\002\111\343\242\264\341\220"
 
21371
"\371\100\217\171\371\342\275\171\376\002\275\356\044\222\035\042"
 
21372
"\366\332\205\162\151\376\327\077\011\324\335\221\265\002\234\320"
 
21373
"\215\132\341\125\303\120\206\271\051\046\302\343\331\240\361\151"
 
21374
"\003\050\040\200\105\042\055\126\247\073\124\225\126\042\131\037"
 
21375
"\050\337\037\040\075\155\242\066\276\043\240\261\156\265\261\047"
 
21376
"\077\071\123\011\352\253\152\350\164\262\302\145\134\216\277\174"
 
21377
"\303\170\204\315\236\026\374\365\056\117\040\052\010\237\167\363"
 
21378
"\305\036\304\232\122\146\036\110\136\343\020\006\217\042\230\341"
 
21379
"\145\216\033\135\043\146\073\270\245\062\121\310\206\252\241\251"
 
21380
"\236\177\166\224\302\246\154\267\101\360\325\310\006\070\346\324"
 
21381
"\014\342\363\073\114\155\120\214\304\203\047\301\023\204\131\075"
 
21382
"\236\165\164\266\330\002\136\072\220\172\300\102\066\162\354\152"
 
21383
"\115\334\357\304\000\337\023\030\127\137\046\170\310\326\012\171"
 
21384
"\167\277\367\257\267\166\271\245\013\204\027\135\020\352\157\341"
 
21385
"\253\225\021\137\155\074\243\134\115\203\133\362\263\031\212\200"
 
21386
"\213\013\207\002\003\001\000\001\243\046\060\044\060\022\006\003"
 
21387
"\125\035\023\001\001\377\004\010\060\006\001\001\377\002\001\003"
 
21388
"\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\306"
 
21389
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003"
 
21390
"\202\001\001\000\016\106\325\074\256\342\207\331\136\201\213\002"
 
21391
"\230\101\010\214\114\274\332\333\356\047\033\202\347\152\105\354"
 
21392
"\026\213\117\205\240\363\262\160\275\132\226\272\312\156\155\356"
 
21393
"\106\213\156\347\052\056\226\263\031\063\353\264\237\250\262\067"
 
21394
"\356\230\250\227\266\056\266\147\047\324\246\111\375\034\223\145"
 
21395
"\166\236\102\057\334\042\154\232\117\362\132\025\071\261\161\327"
 
21396
"\053\121\350\155\034\230\300\331\052\364\241\202\173\325\311\101"
 
21397
"\242\043\001\164\070\125\213\017\271\056\147\242\040\004\067\332"
 
21398
"\234\013\323\027\041\340\217\227\171\064\157\204\110\002\040\063"
 
21399
"\033\346\064\104\237\221\160\364\200\136\204\103\302\051\322\154"
 
21400
"\022\024\344\141\215\254\020\220\236\204\120\273\360\226\157\105"
 
21401
"\237\212\363\312\154\117\372\021\072\025\025\106\303\315\037\203"
 
21402
"\133\055\101\022\355\120\147\101\023\075\041\253\224\212\252\116"
 
21403
"\174\301\261\373\247\326\265\047\057\227\253\156\340\035\342\321"
 
21404
"\034\054\037\104\342\374\276\221\241\234\373\326\051\123\163\206"
 
21405
"\237\123\330\103\016\135\326\143\202\161\035\200\164\312\366\342"
 
21406
"\002\153\331\132"
 
21407
, (PRUint32)820 }
 
21408
};
 
21409
static const NSSItem nss_builtins_items_319 [] = {
 
21410
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
21411
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
21412
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21413
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21414
  { (void *)"Hongkong Post Root CA 1", (PRUint32)24 },
 
21415
  { (void *)"\326\332\250\040\215\011\322\025\115\044\265\057\313\064\156\262"
 
21416
"\130\262\212\130"
 
21417
, (PRUint32)20 },
 
21418
  { (void *)"\250\015\157\071\170\271\103\155\167\102\155\230\132\314\043\312"
 
21419
, (PRUint32)16 },
 
21420
  { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061"
 
21421
"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157"
 
21422
"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003"
 
21423
"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040"
 
21424
"\122\157\157\164\040\103\101\040\061"
 
21425
, (PRUint32)73 },
 
21426
  { (void *)"\002\002\003\350"
 
21427
, (PRUint32)4 },
 
21428
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
21429
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
21430
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
21431
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
21432
};
 
21433
static const NSSItem nss_builtins_items_320 [] = {
 
21434
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
21435
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
21436
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21437
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21438
  { (void *)"SecureSign RootCA11", (PRUint32)20 },
 
21439
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
21440
  { (void *)"\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
 
21441
"\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040"
 
21442
"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145"
 
21443
"\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032"
 
21444
"\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147"
 
21445
"\156\040\122\157\157\164\103\101\061\061"
 
21446
, (PRUint32)90 },
 
21447
  { (void *)"0", (PRUint32)2 },
 
21448
  { (void *)"\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
 
21449
"\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040"
 
21450
"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145"
 
21451
"\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032"
 
21452
"\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147"
 
21453
"\156\040\122\157\157\164\103\101\061\061"
 
21454
, (PRUint32)90 },
 
21455
  { (void *)"\002\001\001"
 
21456
, (PRUint32)3 },
 
21457
  { (void *)"\060\202\003\155\060\202\002\125\240\003\002\001\002\002\001\001"
 
21458
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
21459
"\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061\053"
 
21460
"\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040\103"
 
21461
"\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145\162"
 
21462
"\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032\006"
 
21463
"\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147\156"
 
21464
"\040\122\157\157\164\103\101\061\061\060\036\027\015\060\071\060"
 
21465
"\064\060\070\060\064\065\066\064\067\132\027\015\062\071\060\064"
 
21466
"\060\070\060\064\065\066\064\067\132\060\130\061\013\060\011\006"
 
21467
"\003\125\004\006\023\002\112\120\061\053\060\051\006\003\125\004"
 
21468
"\012\023\042\112\141\160\141\156\040\103\145\162\164\151\146\151"
 
21469
"\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163\054"
 
21470
"\040\111\156\143\056\061\034\060\032\006\003\125\004\003\023\023"
 
21471
"\123\145\143\165\162\145\123\151\147\156\040\122\157\157\164\103"
 
21472
"\101\061\061\060\202\001\042\060\015\006\011\052\206\110\206\367"
 
21473
"\015\001\001\001\005\000\003\202\001\017\000\060\202\001\012\002"
 
21474
"\202\001\001\000\375\167\252\245\034\220\005\073\313\114\233\063"
 
21475
"\213\132\024\105\244\347\220\026\321\337\127\322\041\020\244\027"
 
21476
"\375\337\254\326\037\247\344\333\174\367\354\337\270\003\332\224"
 
21477
"\130\375\135\162\174\214\077\137\001\147\164\025\226\343\002\074"
 
21478
"\207\333\256\313\001\216\302\363\146\306\205\105\364\002\306\072"
 
21479
"\265\142\262\257\372\234\277\244\346\324\200\060\230\363\015\266"
 
21480
"\223\217\251\324\330\066\362\260\374\212\312\054\241\025\063\225"
 
21481
"\061\332\300\033\362\356\142\231\206\143\077\277\335\223\052\203"
 
21482
"\250\166\271\023\037\267\316\116\102\205\217\042\347\056\032\362"
 
21483
"\225\011\262\005\265\104\116\167\241\040\275\251\362\116\012\175"
 
21484
"\120\255\365\005\015\105\117\106\161\375\050\076\123\373\004\330"
 
21485
"\055\327\145\035\112\033\372\317\073\260\061\232\065\156\310\213"
 
21486
"\006\323\000\221\362\224\010\145\114\261\064\006\000\172\211\342"
 
21487
"\360\307\003\131\317\325\326\350\247\062\263\346\230\100\206\305"
 
21488
"\315\047\022\213\314\173\316\267\021\074\142\140\007\043\076\053"
 
21489
"\100\156\224\200\011\155\266\263\157\167\157\065\010\120\373\002"
 
21490
"\207\305\076\211\002\003\001\000\001\243\102\060\100\060\035\006"
 
21491
"\003\125\035\016\004\026\004\024\133\370\115\117\262\245\206\324"
 
21492
"\072\322\361\143\232\240\276\011\366\127\267\336\060\016\006\003"
 
21493
"\125\035\017\001\001\377\004\004\003\002\001\006\060\017\006\003"
 
21494
"\125\035\023\001\001\377\004\005\060\003\001\001\377\060\015\006"
 
21495
"\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001"
 
21496
"\000\240\241\070\026\146\056\247\126\037\041\234\006\372\035\355"
 
21497
"\271\042\305\070\046\330\116\117\354\243\177\171\336\106\041\241"
 
21498
"\207\167\217\007\010\232\262\244\305\257\017\062\230\013\174\146"
 
21499
"\051\266\233\175\045\122\111\103\253\114\056\053\156\172\160\257"
 
21500
"\026\016\343\002\154\373\102\346\030\235\105\330\125\310\350\073"
 
21501
"\335\347\341\364\056\013\034\064\134\154\130\112\373\214\210\120"
 
21502
"\137\225\034\277\355\253\042\265\145\263\205\272\236\017\270\255"
 
21503
"\345\172\033\212\120\072\035\275\015\274\173\124\120\013\271\102"
 
21504
"\257\125\240\030\201\255\145\231\357\276\344\234\277\304\205\253"
 
21505
"\101\262\124\157\334\045\315\355\170\342\216\014\215\011\111\335"
 
21506
"\143\173\132\151\226\002\041\250\275\122\131\351\175\065\313\310"
 
21507
"\122\312\177\201\376\331\153\323\367\021\355\045\337\370\347\371"
 
21508
"\244\372\162\227\204\123\015\245\320\062\030\121\166\131\024\154"
 
21509
"\017\353\354\137\200\214\165\103\203\303\205\230\377\114\236\055"
 
21510
"\015\344\167\203\223\116\265\226\007\213\050\023\233\214\031\215"
 
21511
"\101\047\111\100\356\336\346\043\104\071\334\241\042\326\272\003"
 
21512
"\362"
 
21513
, (PRUint32)881 }
 
21514
};
 
21515
static const NSSItem nss_builtins_items_321 [] = {
 
21516
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
21517
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
21518
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21519
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
21520
  { (void *)"SecureSign RootCA11", (PRUint32)20 },
 
21521
  { (void *)"\073\304\237\110\370\363\163\240\234\036\275\370\133\261\303\145"
 
21522
"\307\330\021\263"
 
21523
, (PRUint32)20 },
 
21524
  { (void *)"\267\122\164\342\222\264\200\223\362\165\344\314\327\362\352\046"
 
21525
, (PRUint32)16 },
 
21526
  { (void *)"\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
 
21527
"\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040"
 
21528
"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145"
 
21529
"\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032"
 
21530
"\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147"
 
21531
"\156\040\122\157\157\164\103\101\061\061"
 
21532
, (PRUint32)90 },
 
21533
  { (void *)"\002\001\001"
 
21534
, (PRUint32)3 },
 
21535
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
21536
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
21537
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
21538
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
21539
};
18956
21540
 
18957
21541
builtinsInternalObject
18958
21542
nss_builtins_data[] = {
19239
21823
  { 11, nss_builtins_types_278, nss_builtins_items_278, {NULL} },
19240
21824
  { 13, nss_builtins_types_279, nss_builtins_items_279, {NULL} },
19241
21825
  { 11, nss_builtins_types_280, nss_builtins_items_280, {NULL} },
19242
 
  { 13, nss_builtins_types_281, nss_builtins_items_281, {NULL} }
 
21826
  { 13, nss_builtins_types_281, nss_builtins_items_281, {NULL} },
 
21827
  { 11, nss_builtins_types_282, nss_builtins_items_282, {NULL} },
 
21828
  { 13, nss_builtins_types_283, nss_builtins_items_283, {NULL} },
 
21829
  { 11, nss_builtins_types_284, nss_builtins_items_284, {NULL} },
 
21830
  { 13, nss_builtins_types_285, nss_builtins_items_285, {NULL} },
 
21831
  { 11, nss_builtins_types_286, nss_builtins_items_286, {NULL} },
 
21832
  { 13, nss_builtins_types_287, nss_builtins_items_287, {NULL} },
 
21833
  { 11, nss_builtins_types_288, nss_builtins_items_288, {NULL} },
 
21834
  { 13, nss_builtins_types_289, nss_builtins_items_289, {NULL} },
 
21835
  { 11, nss_builtins_types_290, nss_builtins_items_290, {NULL} },
 
21836
  { 13, nss_builtins_types_291, nss_builtins_items_291, {NULL} },
 
21837
  { 11, nss_builtins_types_292, nss_builtins_items_292, {NULL} },
 
21838
  { 13, nss_builtins_types_293, nss_builtins_items_293, {NULL} },
 
21839
  { 11, nss_builtins_types_294, nss_builtins_items_294, {NULL} },
 
21840
  { 13, nss_builtins_types_295, nss_builtins_items_295, {NULL} },
 
21841
  { 11, nss_builtins_types_296, nss_builtins_items_296, {NULL} },
 
21842
  { 13, nss_builtins_types_297, nss_builtins_items_297, {NULL} },
 
21843
  { 11, nss_builtins_types_298, nss_builtins_items_298, {NULL} },
 
21844
  { 13, nss_builtins_types_299, nss_builtins_items_299, {NULL} },
 
21845
  { 11, nss_builtins_types_300, nss_builtins_items_300, {NULL} },
 
21846
  { 13, nss_builtins_types_301, nss_builtins_items_301, {NULL} },
 
21847
  { 11, nss_builtins_types_302, nss_builtins_items_302, {NULL} },
 
21848
  { 13, nss_builtins_types_303, nss_builtins_items_303, {NULL} },
 
21849
  { 11, nss_builtins_types_304, nss_builtins_items_304, {NULL} },
 
21850
  { 13, nss_builtins_types_305, nss_builtins_items_305, {NULL} },
 
21851
  { 11, nss_builtins_types_306, nss_builtins_items_306, {NULL} },
 
21852
  { 13, nss_builtins_types_307, nss_builtins_items_307, {NULL} },
 
21853
  { 11, nss_builtins_types_308, nss_builtins_items_308, {NULL} },
 
21854
  { 13, nss_builtins_types_309, nss_builtins_items_309, {NULL} },
 
21855
  { 11, nss_builtins_types_310, nss_builtins_items_310, {NULL} },
 
21856
  { 13, nss_builtins_types_311, nss_builtins_items_311, {NULL} },
 
21857
  { 11, nss_builtins_types_312, nss_builtins_items_312, {NULL} },
 
21858
  { 13, nss_builtins_types_313, nss_builtins_items_313, {NULL} },
 
21859
  { 11, nss_builtins_types_314, nss_builtins_items_314, {NULL} },
 
21860
  { 13, nss_builtins_types_315, nss_builtins_items_315, {NULL} },
 
21861
  { 11, nss_builtins_types_316, nss_builtins_items_316, {NULL} },
 
21862
  { 13, nss_builtins_types_317, nss_builtins_items_317, {NULL} },
 
21863
  { 11, nss_builtins_types_318, nss_builtins_items_318, {NULL} },
 
21864
  { 13, nss_builtins_types_319, nss_builtins_items_319, {NULL} },
 
21865
  { 11, nss_builtins_types_320, nss_builtins_items_320, {NULL} },
 
21866
  { 13, nss_builtins_types_321, nss_builtins_items_321, {NULL} }
19243
21867
};
19244
21868
const PRUint32
19245
21869
#ifdef DEBUG
19246
 
  nss_builtins_nObjects = 281+1;
 
21870
  nss_builtins_nObjects = 321+1;
19247
21871
#else
19248
 
  nss_builtins_nObjects = 281;
 
21872
  nss_builtins_nObjects = 321;
19249
21873
#endif /* DEBUG */