~ubuntu-branches/ubuntu/gutsy/firefox/gutsy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ian Jackson
  • Date: 2006-10-10 18:49:32 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010184932-da75izt7y0e59afq
Tags: 1.99+2.0rc2+dfsg-0ubuntu1
* New upstream version 2.0rc2.
* Fix/workaround for epiphany GtkSocket lifetype crash:
  apply patch id=241087 from Mozilla Bugzilla #241535 to fix LP #63814.
* Change application name to `Firefox', as requested by mdz.
  Files changed:
    - browser/locales/en-US/chrome/branding/brand.dtd
    - browser/locales/en-US/chrome/branding/brand.properties;
  New values:
    - brandShortName and brandFullName: `Bon Echo' => `Firefox'
    - vendorShortName: `Mozilla' => `Ubuntu'
* Make preferences dialogue fit again (bah!).

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.36.14.1 $ $Date: 2006/06/12 12:55:40 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.36.14.1 $ $Date: 2006/06/12 12:55:40 $";
 
38
static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.36.14.2 $ $Date: 2006/09/18 08:26:05 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.36.14.2 $ $Date: 2006/09/18 08:26:05 $";
39
39
#endif /* DEBUG */
40
40
 
41
41
#ifndef BUILTINS_H
635
635
static const CK_ATTRIBUTE_TYPE nss_builtins_types_193 [] = {
636
636
 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
637
637
};
 
638
static const CK_ATTRIBUTE_TYPE nss_builtins_types_194 [] = {
 
639
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
640
};
 
641
static const CK_ATTRIBUTE_TYPE nss_builtins_types_195 [] = {
 
642
 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
 
643
};
 
644
static const CK_ATTRIBUTE_TYPE nss_builtins_types_196 [] = {
 
645
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
646
};
 
647
static const CK_ATTRIBUTE_TYPE nss_builtins_types_197 [] = {
 
648
 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
 
649
};
 
650
static const CK_ATTRIBUTE_TYPE nss_builtins_types_198 [] = {
 
651
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
652
};
 
653
static const CK_ATTRIBUTE_TYPE nss_builtins_types_199 [] = {
 
654
 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
 
655
};
 
656
static const CK_ATTRIBUTE_TYPE nss_builtins_types_200 [] = {
 
657
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
658
};
 
659
static const CK_ATTRIBUTE_TYPE nss_builtins_types_201 [] = {
 
660
 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
 
661
};
 
662
static const CK_ATTRIBUTE_TYPE nss_builtins_types_202 [] = {
 
663
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
664
};
 
665
static const CK_ATTRIBUTE_TYPE nss_builtins_types_203 [] = {
 
666
 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
 
667
};
 
668
static const CK_ATTRIBUTE_TYPE nss_builtins_types_204 [] = {
 
669
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
670
};
 
671
static const CK_ATTRIBUTE_TYPE nss_builtins_types_205 [] = {
 
672
 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
 
673
};
 
674
static const CK_ATTRIBUTE_TYPE nss_builtins_types_206 [] = {
 
675
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
676
};
 
677
static const CK_ATTRIBUTE_TYPE nss_builtins_types_207 [] = {
 
678
 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
 
679
};
638
680
#ifdef DEBUG
639
681
static const NSSItem nss_builtins_items_0 [] = {
640
682
  { (void *)&cko_data, (PRUint32)sizeof(CK_OBJECT_CLASS) },
643
685
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
644
686
  { (void *)"CVS ID", (PRUint32)7 },
645
687
  { (void *)"NSS", (PRUint32)4 },
646
 
  { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.36.14.1 $ $Date: 2006/06/12 12:55:40 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.36.14.1 $ $Date: 2006/06/12 12:55:40 $", (PRUint32)160 }
 
688
  { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.36.14.2 $ $Date: 2006/09/18 08:26:05 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.36.14.2 $ $Date: 2006/09/18 08:26:05 $", (PRUint32)165 }
647
689
};
648
690
#endif /* DEBUG */
649
691
static const NSSItem nss_builtins_items_1 [] = {
7578
7620
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
7579
7621
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
7580
7622
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7623
  { (void *)"GeoTrust Global CA 2", (PRUint32)21 },
 
7624
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
7625
  { (void *)"\060\104\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
7626
"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
 
7627
"\163\164\040\111\156\143\056\061\035\060\033\006\003\125\004\003"
 
7628
"\023\024\107\145\157\124\162\165\163\164\040\107\154\157\142\141"
 
7629
"\154\040\103\101\040\062"
 
7630
, (PRUint32)70 },
 
7631
  { (void *)"0", (PRUint32)2 },
 
7632
  { (void *)"\060\104\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
7633
"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
 
7634
"\163\164\040\111\156\143\056\061\035\060\033\006\003\125\004\003"
 
7635
"\023\024\107\145\157\124\162\165\163\164\040\107\154\157\142\141"
 
7636
"\154\040\103\101\040\062"
 
7637
, (PRUint32)70 },
 
7638
  { (void *)"\002\001\001"
 
7639
, (PRUint32)3 },
 
7640
  { (void *)"\060\202\003\146\060\202\002\116\240\003\002\001\002\002\001\001"
 
7641
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
7642
"\104\061\013\060\011\006\003\125\004\006\023\002\125\123\061\026"
 
7643
"\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165\163"
 
7644
"\164\040\111\156\143\056\061\035\060\033\006\003\125\004\003\023"
 
7645
"\024\107\145\157\124\162\165\163\164\040\107\154\157\142\141\154"
 
7646
"\040\103\101\040\062\060\036\027\015\060\064\060\063\060\064\060"
 
7647
"\065\060\060\060\060\132\027\015\061\071\060\063\060\064\060\065"
 
7648
"\060\060\060\060\132\060\104\061\013\060\011\006\003\125\004\006"
 
7649
"\023\002\125\123\061\026\060\024\006\003\125\004\012\023\015\107"
 
7650
"\145\157\124\162\165\163\164\040\111\156\143\056\061\035\060\033"
 
7651
"\006\003\125\004\003\023\024\107\145\157\124\162\165\163\164\040"
 
7652
"\107\154\157\142\141\154\040\103\101\040\062\060\202\001\042\060"
 
7653
"\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003\202"
 
7654
"\001\017\000\060\202\001\012\002\202\001\001\000\357\074\115\100"
 
7655
"\075\020\337\073\123\000\341\147\376\224\140\025\076\205\210\361"
 
7656
"\211\015\220\310\050\043\231\005\350\053\040\235\306\363\140\106"
 
7657
"\330\301\262\325\214\061\331\334\040\171\044\201\277\065\062\374"
 
7658
"\143\151\333\261\052\153\356\041\130\362\010\351\170\313\157\313"
 
7659
"\374\026\122\310\221\304\377\075\163\336\261\076\247\302\175\146"
 
7660
"\301\365\176\122\044\032\342\325\147\221\320\202\020\327\170\113"
 
7661
"\117\053\102\071\275\144\055\100\240\260\020\323\070\110\106\210"
 
7662
"\241\014\273\072\063\052\142\230\373\000\235\023\131\177\157\073"
 
7663
"\162\252\356\246\017\206\371\005\141\352\147\177\014\067\226\213"
 
7664
"\346\151\026\107\021\302\047\131\003\263\246\140\302\041\100\126"
 
7665
"\372\240\307\175\072\023\343\354\127\307\263\326\256\235\211\200"
 
7666
"\367\001\347\054\366\226\053\023\015\171\054\331\300\344\206\173"
 
7667
"\113\214\014\162\202\212\373\027\315\000\154\072\023\074\260\204"
 
7668
"\207\113\026\172\051\262\117\333\035\324\013\363\146\067\275\330"
 
7669
"\366\127\273\136\044\172\270\074\213\271\372\222\032\032\204\236"
 
7670
"\330\164\217\252\033\177\136\364\376\105\042\041\002\003\001\000"
 
7671
"\001\243\143\060\141\060\017\006\003\125\035\023\001\001\377\004"
 
7672
"\005\060\003\001\001\377\060\035\006\003\125\035\016\004\026\004"
 
7673
"\024\161\070\066\362\002\061\123\107\053\156\272\145\106\251\020"
 
7674
"\025\130\040\005\011\060\037\006\003\125\035\043\004\030\060\026"
 
7675
"\200\024\161\070\066\362\002\061\123\107\053\156\272\145\106\251"
 
7676
"\020\025\130\040\005\011\060\016\006\003\125\035\017\001\001\377"
 
7677
"\004\004\003\002\001\206\060\015\006\011\052\206\110\206\367\015"
 
7678
"\001\001\005\005\000\003\202\001\001\000\003\367\265\053\253\135"
 
7679
"\020\374\173\262\262\136\254\233\016\176\123\170\131\076\102\004"
 
7680
"\376\165\243\255\254\201\116\327\002\213\136\304\055\310\122\166"
 
7681
"\307\054\037\374\201\062\230\321\113\306\222\223\063\065\061\057"
 
7682
"\374\330\035\104\335\340\201\177\235\351\213\341\144\221\142\013"
 
7683
"\071\010\214\254\164\235\131\331\172\131\122\227\021\271\026\173"
 
7684
"\157\105\323\226\331\061\175\002\066\017\234\073\156\317\054\015"
 
7685
"\003\106\105\353\240\364\177\110\104\306\010\100\314\336\033\160"
 
7686
"\265\051\255\272\213\073\064\145\165\033\161\041\035\054\024\012"
 
7687
"\260\226\225\270\326\352\362\145\373\051\272\117\352\221\223\164"
 
7688
"\151\266\362\377\341\032\320\014\321\166\205\313\212\045\275\227"
 
7689
"\136\054\157\025\231\046\347\266\051\377\042\354\311\002\307\126"
 
7690
"\000\315\111\271\263\154\173\123\004\032\342\250\311\252\022\005"
 
7691
"\043\302\316\347\273\004\002\314\300\107\242\344\304\051\057\133"
 
7692
"\105\127\211\121\356\074\353\122\010\377\007\065\036\237\065\152"
 
7693
"\107\112\126\230\321\132\205\037\214\365\042\277\253\316\203\363"
 
7694
"\342\042\051\256\175\203\100\250\272\154"
 
7695
, (PRUint32)874 }
 
7696
};
 
7697
static const NSSItem nss_builtins_items_119 [] = {
 
7698
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
7699
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
7700
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7701
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7702
  { (void *)"GeoTrust Global CA 2", (PRUint32)21 },
 
7703
  { (void *)"\251\351\170\010\024\067\130\210\362\005\031\260\155\053\015\053"
 
7704
"\140\026\220\175"
 
7705
, (PRUint32)20 },
 
7706
  { (void *)"\016\100\247\154\336\003\135\217\321\017\344\321\215\371\154\251"
 
7707
, (PRUint32)16 },
 
7708
  { (void *)"\060\104\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
7709
"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
 
7710
"\163\164\040\111\156\143\056\061\035\060\033\006\003\125\004\003"
 
7711
"\023\024\107\145\157\124\162\165\163\164\040\107\154\157\142\141"
 
7712
"\154\040\103\101\040\062"
 
7713
, (PRUint32)70 },
 
7714
  { (void *)"\002\001\001"
 
7715
, (PRUint32)3 },
 
7716
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
7717
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
7718
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
7719
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
7720
};
 
7721
static const NSSItem nss_builtins_items_120 [] = {
 
7722
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
7723
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
7724
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7725
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7726
  { (void *)"GeoTrust Universal CA", (PRUint32)22 },
 
7727
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
7728
  { (void *)"\060\105\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
7729
"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
 
7730
"\163\164\040\111\156\143\056\061\036\060\034\006\003\125\004\003"
 
7731
"\023\025\107\145\157\124\162\165\163\164\040\125\156\151\166\145"
 
7732
"\162\163\141\154\040\103\101"
 
7733
, (PRUint32)71 },
 
7734
  { (void *)"0", (PRUint32)2 },
 
7735
  { (void *)"\060\105\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
7736
"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
 
7737
"\163\164\040\111\156\143\056\061\036\060\034\006\003\125\004\003"
 
7738
"\023\025\107\145\157\124\162\165\163\164\040\125\156\151\166\145"
 
7739
"\162\163\141\154\040\103\101"
 
7740
, (PRUint32)71 },
 
7741
  { (void *)"\002\001\001"
 
7742
, (PRUint32)3 },
 
7743
  { (void *)"\060\202\005\150\060\202\003\120\240\003\002\001\002\002\001\001"
 
7744
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
7745
"\105\061\013\060\011\006\003\125\004\006\023\002\125\123\061\026"
 
7746
"\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165\163"
 
7747
"\164\040\111\156\143\056\061\036\060\034\006\003\125\004\003\023"
 
7748
"\025\107\145\157\124\162\165\163\164\040\125\156\151\166\145\162"
 
7749
"\163\141\154\040\103\101\060\036\027\015\060\064\060\063\060\064"
 
7750
"\060\065\060\060\060\060\132\027\015\062\071\060\063\060\064\060"
 
7751
"\065\060\060\060\060\132\060\105\061\013\060\011\006\003\125\004"
 
7752
"\006\023\002\125\123\061\026\060\024\006\003\125\004\012\023\015"
 
7753
"\107\145\157\124\162\165\163\164\040\111\156\143\056\061\036\060"
 
7754
"\034\006\003\125\004\003\023\025\107\145\157\124\162\165\163\164"
 
7755
"\040\125\156\151\166\145\162\163\141\154\040\103\101\060\202\002"
 
7756
"\042\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000"
 
7757
"\003\202\002\017\000\060\202\002\012\002\202\002\001\000\246\025"
 
7758
"\125\240\243\306\340\037\214\235\041\120\327\301\276\053\133\265"
 
7759
"\244\236\241\331\162\130\275\000\033\114\277\141\311\024\035\105"
 
7760
"\202\253\306\035\200\326\075\353\020\234\072\257\155\044\370\274"
 
7761
"\161\001\236\006\365\174\137\036\301\016\125\312\203\232\131\060"
 
7762
"\256\031\313\060\110\225\355\042\067\215\364\112\232\162\146\076"
 
7763
"\255\225\300\340\026\000\340\020\037\053\061\016\327\224\124\323"
 
7764
"\102\063\240\064\035\036\105\166\335\117\312\030\067\354\205\025"
 
7765
"\172\031\010\374\325\307\234\360\362\251\056\020\251\222\346\075"
 
7766
"\130\075\251\026\150\074\057\165\041\030\177\050\167\245\341\141"
 
7767
"\027\267\246\351\370\036\231\333\163\156\364\012\242\041\154\356"
 
7768
"\332\252\205\222\146\257\366\172\153\202\332\272\042\010\065\017"
 
7769
"\317\102\361\065\372\152\356\176\053\045\314\072\021\344\155\257"
 
7770
"\163\262\166\035\255\320\262\170\147\032\244\071\034\121\013\147"
 
7771
"\126\203\375\070\135\015\316\335\360\273\053\226\037\336\173\062"
 
7772
"\122\375\035\273\265\006\241\262\041\136\245\326\225\150\177\360"
 
7773
"\231\236\334\105\010\076\347\322\011\015\065\224\335\200\116\123"
 
7774
"\227\327\265\011\104\040\144\026\027\003\002\114\123\015\150\336"
 
7775
"\325\252\162\115\223\155\202\016\333\234\275\317\264\363\134\135"
 
7776
"\124\172\151\011\226\326\333\021\301\215\165\250\264\317\071\310"
 
7777
"\316\074\274\044\174\346\142\312\341\275\175\247\275\127\145\013"
 
7778
"\344\376\045\355\266\151\020\334\050\032\106\275\001\035\320\227"
 
7779
"\265\341\230\073\300\067\144\326\075\224\356\013\341\365\050\256"
 
7780
"\013\126\277\161\213\043\051\101\216\206\305\113\122\173\330\161"
 
7781
"\253\037\212\025\246\073\203\132\327\130\001\121\306\114\101\331"
 
7782
"\177\330\101\147\162\242\050\337\140\203\251\236\310\173\374\123"
 
7783
"\163\162\131\365\223\172\027\166\016\316\367\345\134\331\013\125"
 
7784
"\064\242\252\133\265\152\124\347\023\312\127\354\227\155\364\136"
 
7785
"\006\057\105\213\130\324\043\026\222\344\026\156\050\143\131\060"
 
7786
"\337\120\001\234\143\211\032\237\333\027\224\202\160\067\303\044"
 
7787
"\236\232\107\326\132\312\116\250\151\211\162\037\221\154\333\176"
 
7788
"\236\033\255\307\037\163\335\054\117\031\145\375\177\223\100\020"
 
7789
"\056\322\360\355\074\236\056\050\076\151\046\063\305\173\002\003"
 
7790
"\001\000\001\243\143\060\141\060\017\006\003\125\035\023\001\001"
 
7791
"\377\004\005\060\003\001\001\377\060\035\006\003\125\035\016\004"
 
7792
"\026\004\024\332\273\056\252\260\014\270\210\046\121\164\134\155"
 
7793
"\003\323\300\330\217\172\326\060\037\006\003\125\035\043\004\030"
 
7794
"\060\026\200\024\332\273\056\252\260\014\270\210\046\121\164\134"
 
7795
"\155\003\323\300\330\217\172\326\060\016\006\003\125\035\017\001"
 
7796
"\001\377\004\004\003\002\001\206\060\015\006\011\052\206\110\206"
 
7797
"\367\015\001\001\005\005\000\003\202\002\001\000\061\170\346\307"
 
7798
"\265\337\270\224\100\311\161\304\250\065\354\106\035\302\205\363"
 
7799
"\050\130\206\260\013\374\216\262\071\217\104\125\253\144\204\134"
 
7800
"\151\251\320\232\070\074\372\345\037\065\345\104\343\200\171\224"
 
7801
"\150\244\273\304\237\075\341\064\315\060\106\213\124\053\225\245"
 
7802
"\357\367\077\231\204\375\065\346\317\061\306\334\152\277\247\327"
 
7803
"\043\010\341\230\136\303\132\010\166\251\246\257\167\057\267\140"
 
7804
"\275\104\106\152\357\227\377\163\225\301\216\350\223\373\375\061"
 
7805
"\267\354\127\021\021\105\233\060\361\032\210\071\301\117\074\247"
 
7806
"\000\325\307\374\253\155\200\042\160\245\014\340\135\004\051\002"
 
7807
"\373\313\240\221\321\174\326\303\176\120\325\235\130\276\101\070"
 
7808
"\353\271\165\074\025\331\233\311\112\203\131\300\332\123\375\063"
 
7809
"\273\066\030\233\205\017\025\335\356\055\254\166\223\271\331\001"
 
7810
"\215\110\020\250\373\365\070\206\361\333\012\306\275\204\243\043"
 
7811
"\101\336\326\167\157\205\324\205\034\120\340\256\121\212\272\215"
 
7812
"\076\166\342\271\312\047\362\137\237\357\156\131\015\006\330\053"
 
7813
"\027\244\322\174\153\273\137\024\032\110\217\032\114\347\263\107"
 
7814
"\034\216\114\105\053\040\356\110\337\347\335\011\216\030\250\332"
 
7815
"\100\215\222\046\021\123\141\163\135\353\275\347\304\115\051\067"
 
7816
"\141\353\254\071\055\147\056\026\326\365\000\203\205\241\314\177"
 
7817
"\166\304\175\344\267\113\146\357\003\105\140\151\266\014\122\226"
 
7818
"\222\204\136\246\243\265\244\076\053\331\314\330\033\107\252\362"
 
7819
"\104\332\117\371\003\350\360\024\313\077\363\203\336\320\301\124"
 
7820
"\343\267\350\012\067\115\213\040\131\003\060\031\241\054\310\275"
 
7821
"\021\037\337\256\311\112\305\363\047\146\146\206\254\150\221\377"
 
7822
"\331\346\123\034\017\213\134\151\145\012\046\310\036\064\303\135"
 
7823
"\121\173\327\251\234\006\241\066\335\325\211\224\274\331\344\055"
 
7824
"\014\136\011\154\010\227\174\243\075\174\223\377\077\241\024\247"
 
7825
"\317\265\135\353\333\333\034\304\166\337\210\271\275\105\005\225"
 
7826
"\033\256\374\106\152\114\257\110\343\316\256\017\322\176\353\346"
 
7827
"\154\234\117\201\152\172\144\254\273\076\325\347\313\166\056\305"
 
7828
"\247\110\301\134\220\017\313\310\077\372\346\062\341\215\033\157"
 
7829
"\244\346\216\330\371\051\110\212\316\163\376\054"
 
7830
, (PRUint32)1388 }
 
7831
};
 
7832
static const NSSItem nss_builtins_items_121 [] = {
 
7833
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
7834
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
7835
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7836
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7837
  { (void *)"GeoTrust Universal CA", (PRUint32)22 },
 
7838
  { (void *)"\346\041\363\065\103\171\005\232\113\150\060\235\212\057\164\042"
 
7839
"\025\207\354\171"
 
7840
, (PRUint32)20 },
 
7841
  { (void *)"\222\145\130\213\242\032\061\162\163\150\134\264\245\172\007\110"
 
7842
, (PRUint32)16 },
 
7843
  { (void *)"\060\105\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
7844
"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
 
7845
"\163\164\040\111\156\143\056\061\036\060\034\006\003\125\004\003"
 
7846
"\023\025\107\145\157\124\162\165\163\164\040\125\156\151\166\145"
 
7847
"\162\163\141\154\040\103\101"
 
7848
, (PRUint32)71 },
 
7849
  { (void *)"\002\001\001"
 
7850
, (PRUint32)3 },
 
7851
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
7852
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
7853
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
7854
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
7855
};
 
7856
static const NSSItem nss_builtins_items_122 [] = {
 
7857
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
7858
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
7859
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7860
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7861
  { (void *)"GeoTrust Universal CA 2", (PRUint32)24 },
 
7862
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
7863
  { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
7864
"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
 
7865
"\163\164\040\111\156\143\056\061\040\060\036\006\003\125\004\003"
 
7866
"\023\027\107\145\157\124\162\165\163\164\040\125\156\151\166\145"
 
7867
"\162\163\141\154\040\103\101\040\062"
 
7868
, (PRUint32)73 },
 
7869
  { (void *)"0", (PRUint32)2 },
 
7870
  { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
7871
"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
 
7872
"\163\164\040\111\156\143\056\061\040\060\036\006\003\125\004\003"
 
7873
"\023\027\107\145\157\124\162\165\163\164\040\125\156\151\166\145"
 
7874
"\162\163\141\154\040\103\101\040\062"
 
7875
, (PRUint32)73 },
 
7876
  { (void *)"\002\001\001"
 
7877
, (PRUint32)3 },
 
7878
  { (void *)"\060\202\005\154\060\202\003\124\240\003\002\001\002\002\001\001"
 
7879
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
7880
"\107\061\013\060\011\006\003\125\004\006\023\002\125\123\061\026"
 
7881
"\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165\163"
 
7882
"\164\040\111\156\143\056\061\040\060\036\006\003\125\004\003\023"
 
7883
"\027\107\145\157\124\162\165\163\164\040\125\156\151\166\145\162"
 
7884
"\163\141\154\040\103\101\040\062\060\036\027\015\060\064\060\063"
 
7885
"\060\064\060\065\060\060\060\060\132\027\015\062\071\060\063\060"
 
7886
"\064\060\065\060\060\060\060\132\060\107\061\013\060\011\006\003"
 
7887
"\125\004\006\023\002\125\123\061\026\060\024\006\003\125\004\012"
 
7888
"\023\015\107\145\157\124\162\165\163\164\040\111\156\143\056\061"
 
7889
"\040\060\036\006\003\125\004\003\023\027\107\145\157\124\162\165"
 
7890
"\163\164\040\125\156\151\166\145\162\163\141\154\040\103\101\040"
 
7891
"\062\060\202\002\042\060\015\006\011\052\206\110\206\367\015\001"
 
7892
"\001\001\005\000\003\202\002\017\000\060\202\002\012\002\202\002"
 
7893
"\001\000\263\124\122\301\311\076\362\331\334\261\123\032\131\051"
 
7894
"\347\261\303\105\050\345\327\321\355\305\305\113\241\252\164\173"
 
7895
"\127\257\112\046\374\330\365\136\247\156\031\333\164\014\117\065"
 
7896
"\133\062\013\001\343\333\353\172\167\065\352\252\132\340\326\350"
 
7897
"\241\127\224\360\220\243\164\126\224\104\060\003\036\134\116\053"
 
7898
"\205\046\164\202\172\014\166\240\157\115\316\101\055\240\025\006"
 
7899
"\024\137\267\102\315\173\217\130\141\064\334\052\010\371\056\303"
 
7900
"\001\246\042\104\034\114\007\202\346\133\316\320\112\174\004\323"
 
7901
"\031\163\047\360\252\230\177\056\257\116\353\207\036\044\167\152"
 
7902
"\135\266\350\133\105\272\334\303\241\005\157\126\216\217\020\046"
 
7903
"\245\111\303\056\327\101\207\042\340\117\206\312\140\265\352\241"
 
7904
"\143\300\001\227\020\171\275\000\074\022\155\053\025\261\254\113"
 
7905
"\261\356\030\271\116\226\334\334\166\377\073\276\317\137\003\300"
 
7906
"\374\073\350\276\106\033\377\332\100\302\122\367\376\343\072\367"
 
7907
"\152\167\065\320\332\215\353\136\030\152\061\307\036\272\074\033"
 
7908
"\050\326\153\124\306\252\133\327\242\054\033\031\314\242\002\366"
 
7909
"\233\131\275\067\153\206\265\155\202\272\330\352\311\126\274\251"
 
7910
"\066\130\375\076\031\363\355\014\046\251\223\070\370\117\301\135"
 
7911
"\042\006\320\227\352\341\255\306\125\340\201\053\050\203\072\372"
 
7912
"\364\173\041\121\000\276\122\070\316\315\146\171\250\364\201\126"
 
7913
"\342\320\203\011\107\121\133\120\152\317\333\110\032\135\076\367"
 
7914
"\313\366\145\367\154\361\225\370\002\073\062\126\202\071\172\133"
 
7915
"\275\057\211\033\277\241\264\350\377\177\215\214\337\003\361\140"
 
7916
"\116\130\021\114\353\243\077\020\053\203\232\001\163\331\224\155"
 
7917
"\204\000\047\146\254\360\160\100\011\102\222\255\117\223\015\141"
 
7918
"\011\121\044\330\222\325\013\224\141\262\207\262\355\377\232\065"
 
7919
"\377\205\124\312\355\104\103\254\033\074\026\153\110\112\012\034"
 
7920
"\100\210\037\222\302\013\000\005\377\362\310\002\112\244\252\251"
 
7921
"\314\231\226\234\057\130\340\175\341\276\273\007\334\137\004\162"
 
7922
"\134\061\064\303\354\137\055\340\075\144\220\042\346\321\354\270"
 
7923
"\056\335\131\256\331\241\067\277\124\065\334\163\062\117\214\004"
 
7924
"\036\063\262\311\106\361\330\134\310\125\120\311\150\275\250\272"
 
7925
"\066\011\002\003\001\000\001\243\143\060\141\060\017\006\003\125"
 
7926
"\035\023\001\001\377\004\005\060\003\001\001\377\060\035\006\003"
 
7927
"\125\035\016\004\026\004\024\166\363\125\341\372\244\066\373\360"
 
7928
"\237\134\142\161\355\074\364\107\070\020\053\060\037\006\003\125"
 
7929
"\035\043\004\030\060\026\200\024\166\363\125\341\372\244\066\373"
 
7930
"\360\237\134\142\161\355\074\364\107\070\020\053\060\016\006\003"
 
7931
"\125\035\017\001\001\377\004\004\003\002\001\206\060\015\006\011"
 
7932
"\052\206\110\206\367\015\001\001\005\005\000\003\202\002\001\000"
 
7933
"\146\301\306\043\363\331\340\056\156\137\350\317\256\260\260\045"
 
7934
"\115\053\370\073\130\233\100\044\067\132\313\253\026\111\377\263"
 
7935
"\165\171\063\241\057\155\160\027\064\221\376\147\176\217\354\233"
 
7936
"\345\136\202\251\125\037\057\334\324\121\007\022\376\254\026\076"
 
7937
"\054\065\306\143\374\334\020\353\015\243\252\320\174\314\321\320"
 
7938
"\057\121\056\304\024\132\336\350\031\341\076\306\314\244\051\347"
 
7939
"\056\204\252\006\060\170\166\124\163\050\230\131\070\340\000\015"
 
7940
"\142\323\102\175\041\237\256\075\072\214\325\372\167\015\030\053"
 
7941
"\026\016\137\066\341\374\052\265\060\044\317\340\143\014\173\130"
 
7942
"\032\376\231\272\102\022\261\221\364\174\150\342\310\350\257\054"
 
7943
"\352\311\176\256\273\052\075\015\025\334\064\225\266\030\164\250"
 
7944
"\152\017\307\264\364\023\304\344\133\355\012\322\244\227\114\052"
 
7945
"\355\057\154\022\211\075\361\047\160\252\152\003\122\041\237\100"
 
7946
"\250\147\120\362\363\132\037\337\337\043\366\334\170\116\346\230"
 
7947
"\117\125\072\123\343\357\362\364\237\307\174\330\130\257\051\042"
 
7948
"\227\270\340\275\221\056\260\166\354\127\021\317\357\051\104\363"
 
7949
"\351\205\172\140\143\344\135\063\211\027\331\061\252\332\326\363"
 
7950
"\030\065\162\317\207\053\057\143\043\204\135\204\214\077\127\240"
 
7951
"\210\374\231\221\050\046\151\231\324\217\227\104\276\216\325\110"
 
7952
"\261\244\050\051\361\025\264\341\345\236\335\370\217\246\157\046"
 
7953
"\327\011\074\072\034\021\016\246\154\067\367\255\104\207\054\050"
 
7954
"\307\330\164\202\263\320\157\112\127\273\065\051\047\240\213\350"
 
7955
"\041\247\207\144\066\135\314\330\026\254\307\262\047\100\222\125"
 
7956
"\070\050\215\121\156\335\024\147\123\154\161\134\046\204\115\165"
 
7957
"\132\266\176\140\126\251\115\255\373\233\036\227\363\015\331\322"
 
7958
"\227\124\167\332\075\022\267\340\036\357\010\006\254\371\205\207"
 
7959
"\351\242\334\257\176\030\022\203\375\126\027\101\056\325\051\202"
 
7960
"\175\231\364\061\366\161\251\317\054\001\047\245\005\271\252\262"
 
7961
"\110\116\052\357\237\223\122\121\225\074\122\163\216\126\114\027"
 
7962
"\100\300\011\050\344\213\152\110\123\333\354\315\125\125\361\306"
 
7963
"\370\351\242\054\114\246\321\046\137\176\257\132\114\332\037\246"
 
7964
"\362\034\054\176\256\002\026\322\126\320\057\127\123\107\350\222"
 
7965
, (PRUint32)1392 }
 
7966
};
 
7967
static const NSSItem nss_builtins_items_123 [] = {
 
7968
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
7969
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
7970
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7971
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7972
  { (void *)"GeoTrust Universal CA 2", (PRUint32)24 },
 
7973
  { (void *)"\067\232\031\173\101\205\105\065\014\246\003\151\363\074\056\257"
 
7974
"\107\117\040\171"
 
7975
, (PRUint32)20 },
 
7976
  { (void *)"\064\374\270\320\066\333\236\024\263\302\362\333\217\344\224\307"
 
7977
, (PRUint32)16 },
 
7978
  { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
7979
"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
 
7980
"\163\164\040\111\156\143\056\061\040\060\036\006\003\125\004\003"
 
7981
"\023\027\107\145\157\124\162\165\163\164\040\125\156\151\166\145"
 
7982
"\162\163\141\154\040\103\101\040\062"
 
7983
, (PRUint32)73 },
 
7984
  { (void *)"\002\001\001"
 
7985
, (PRUint32)3 },
 
7986
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
7987
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
7988
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
7989
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
7990
};
 
7991
static const NSSItem nss_builtins_items_124 [] = {
 
7992
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
7993
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
7994
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
7995
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
7581
7996
  { (void *)"UTN-USER First-Network Applications", (PRUint32)36 },
7582
7997
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
7583
7998
  { (void *)"\060\201\243\061\013\060\011\006\003\125\004\006\023\002\125\123"
7681
8096
"\152\372\246\070\254\037\304\204"
7682
8097
, (PRUint32)1128 }
7683
8098
};
7684
 
static const NSSItem nss_builtins_items_119 [] = {
 
8099
static const NSSItem nss_builtins_items_125 [] = {
7685
8100
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
7686
8101
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
7687
8102
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
7712
8127
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
7713
8128
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
7714
8129
};
7715
 
static const NSSItem nss_builtins_items_120 [] = {
 
8130
static const NSSItem nss_builtins_items_126 [] = {
7716
8131
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
7717
8132
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
7718
8133
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
7799
8214
"\200\072\231\355\165\314\106\173"
7800
8215
, (PRUint32)936 }
7801
8216
};
7802
 
static const NSSItem nss_builtins_items_121 [] = {
 
8217
static const NSSItem nss_builtins_items_127 [] = {
7803
8218
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
7804
8219
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
7805
8220
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
7825
8240
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
7826
8241
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
7827
8242
};
7828
 
static const NSSItem nss_builtins_items_122 [] = {
 
8243
static const NSSItem nss_builtins_items_128 [] = {
7829
8244
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
7830
8245
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
7831
8246
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
7944
8359
"\105\217\046\221\242\216\376\251"
7945
8360
, (PRUint32)1448 }
7946
8361
};
7947
 
static const NSSItem nss_builtins_items_123 [] = {
 
8362
static const NSSItem nss_builtins_items_129 [] = {
7948
8363
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
7949
8364
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
7950
8365
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
7970
8385
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
7971
8386
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
7972
8387
};
7973
 
static const NSSItem nss_builtins_items_124 [] = {
 
8388
static const NSSItem nss_builtins_items_130 [] = {
7974
8389
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
7975
8390
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
7976
8391
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8058
8473
"\222\340\134\366\007\017"
8059
8474
, (PRUint32)934 }
8060
8475
};
8061
 
static const NSSItem nss_builtins_items_125 [] = {
 
8476
static const NSSItem nss_builtins_items_131 [] = {
8062
8477
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8063
8478
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8064
8479
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8085
8500
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
8086
8501
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
8087
8502
};
8088
 
static const NSSItem nss_builtins_items_126 [] = {
 
8503
static const NSSItem nss_builtins_items_132 [] = {
8089
8504
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8090
8505
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8091
8506
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8177
8592
"\367\115\146\177\247\360\034\001\046\170\262\146\107\160\121\144"
8178
8593
, (PRUint32)864 }
8179
8594
};
8180
 
static const NSSItem nss_builtins_items_127 [] = {
 
8595
static const NSSItem nss_builtins_items_133 [] = {
8181
8596
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8182
8597
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8183
8598
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8208
8623
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
8209
8624
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
8210
8625
};
8211
 
static const NSSItem nss_builtins_items_128 [] = {
 
8626
static const NSSItem nss_builtins_items_134 [] = {
8212
8627
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8213
8628
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8214
8629
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8300
8715
"\030\122\051\213\107\064\022\011\324\273\222\065\357\017\333\064"
8301
8716
, (PRUint32)864 }
8302
8717
};
8303
 
static const NSSItem nss_builtins_items_129 [] = {
 
8718
static const NSSItem nss_builtins_items_135 [] = {
8304
8719
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8305
8720
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8306
8721
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8331
8746
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
8332
8747
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
8333
8748
};
8334
 
static const NSSItem nss_builtins_items_130 [] = {
 
8749
static const NSSItem nss_builtins_items_136 [] = {
8335
8750
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8336
8751
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8337
8752
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8402
8817
"\350\140\052\233\205\112\100\363\153\212\044\354\006\026\054\163"
8403
8818
, (PRUint32)784 }
8404
8819
};
8405
 
static const NSSItem nss_builtins_items_131 [] = {
 
8820
static const NSSItem nss_builtins_items_137 [] = {
8406
8821
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8407
8822
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8408
8823
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8425
8840
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
8426
8841
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
8427
8842
};
8428
 
static const NSSItem nss_builtins_items_132 [] = {
 
8843
static const NSSItem nss_builtins_items_138 [] = {
8429
8844
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8430
8845
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8431
8846
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8523
8938
"\225\351\066\226\230\156"
8524
8939
, (PRUint32)1078 }
8525
8940
};
8526
 
static const NSSItem nss_builtins_items_133 [] = {
 
8941
static const NSSItem nss_builtins_items_139 [] = {
8527
8942
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8528
8943
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8529
8944
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8550
8965
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
8551
8966
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
8552
8967
};
8553
 
static const NSSItem nss_builtins_items_134 [] = {
 
8968
static const NSSItem nss_builtins_items_140 [] = {
8554
8969
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8555
8970
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8556
8971
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8649
9064
"\354\375\051"
8650
9065
, (PRUint32)1091 }
8651
9066
};
8652
 
static const NSSItem nss_builtins_items_135 [] = {
 
9067
static const NSSItem nss_builtins_items_141 [] = {
8653
9068
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8654
9069
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8655
9070
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8676
9091
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
8677
9092
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
8678
9093
};
8679
 
static const NSSItem nss_builtins_items_136 [] = {
 
9094
static const NSSItem nss_builtins_items_142 [] = {
8680
9095
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8681
9096
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8682
9097
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8777
9192
"\160\136\310\304\170\260\142"
8778
9193
, (PRUint32)1095 }
8779
9194
};
8780
 
static const NSSItem nss_builtins_items_137 [] = {
 
9195
static const NSSItem nss_builtins_items_143 [] = {
8781
9196
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8782
9197
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8783
9198
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8805
9220
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
8806
9221
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
8807
9222
};
8808
 
static const NSSItem nss_builtins_items_138 [] = {
 
9223
static const NSSItem nss_builtins_items_144 [] = {
8809
9224
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8810
9225
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8811
9226
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
8983
9398
"\001\177\046\304\143\365\045\102\136\142\275"
8984
9399
, (PRUint32)2043 }
8985
9400
};
8986
 
static const NSSItem nss_builtins_items_139 [] = {
 
9401
static const NSSItem nss_builtins_items_145 [] = {
8987
9402
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
8988
9403
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
8989
9404
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9020
9435
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
9021
9436
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
9022
9437
};
9023
 
static const NSSItem nss_builtins_items_140 [] = {
 
9438
static const NSSItem nss_builtins_items_146 [] = {
9024
9439
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9025
9440
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9026
9441
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9197
9612
"\206\063\076\346\057\110\156\257\124\220\116\255\261\045"
9198
9613
, (PRUint32)2030 }
9199
9614
};
9200
 
static const NSSItem nss_builtins_items_141 [] = {
 
9615
static const NSSItem nss_builtins_items_147 [] = {
9201
9616
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9202
9617
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9203
9618
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9234
9649
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
9235
9650
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
9236
9651
};
9237
 
static const NSSItem nss_builtins_items_142 [] = {
 
9652
static const NSSItem nss_builtins_items_148 [] = {
9238
9653
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9239
9654
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9240
9655
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9411
9826
"\257\175\310\352\351\324\126\331\016\023\262\305\105\120"
9412
9827
, (PRUint32)2030 }
9413
9828
};
9414
 
static const NSSItem nss_builtins_items_143 [] = {
 
9829
static const NSSItem nss_builtins_items_149 [] = {
9415
9830
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9416
9831
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9417
9832
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9448
9863
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
9449
9864
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
9450
9865
};
9451
 
static const NSSItem nss_builtins_items_144 [] = {
 
9866
static const NSSItem nss_builtins_items_150 [] = {
9452
9867
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9453
9868
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9454
9869
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9626
10041
"\336\007\043\162\346\275\040\024\113\264\206"
9627
10042
, (PRUint32)2043 }
9628
10043
};
9629
 
static const NSSItem nss_builtins_items_145 [] = {
 
10044
static const NSSItem nss_builtins_items_151 [] = {
9630
10045
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9631
10046
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9632
10047
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9663
10078
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
9664
10079
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
9665
10080
};
9666
 
static const NSSItem nss_builtins_items_146 [] = {
 
10081
static const NSSItem nss_builtins_items_152 [] = {
9667
10082
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9668
10083
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9669
10084
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9841
10256
"\311\024\025\014\343\007\203\233\046\165\357"
9842
10257
, (PRUint32)2043 }
9843
10258
};
9844
 
static const NSSItem nss_builtins_items_147 [] = {
 
10259
static const NSSItem nss_builtins_items_153 [] = {
9845
10260
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9846
10261
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9847
10262
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9878
10293
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
9879
10294
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
9880
10295
};
9881
 
static const NSSItem nss_builtins_items_148 [] = {
 
10296
static const NSSItem nss_builtins_items_154 [] = {
9882
10297
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9883
10298
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9884
10299
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9958
10373
"\134\152\371\162\224\325\001\117\240\333\102"
9959
10374
, (PRUint32)699 }
9960
10375
};
9961
 
static const NSSItem nss_builtins_items_149 [] = {
 
10376
static const NSSItem nss_builtins_items_155 [] = {
9962
10377
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9963
10378
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9964
10379
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
9988
10403
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
9989
10404
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
9990
10405
};
9991
 
static const NSSItem nss_builtins_items_150 [] = {
 
10406
static const NSSItem nss_builtins_items_156 [] = {
9992
10407
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
9993
10408
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
9994
10409
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10172
10587
"\207\112\137\334\357\351\126\360\012\014\350\165"
10173
10588
, (PRUint32)2108 }
10174
10589
};
10175
 
static const NSSItem nss_builtins_items_151 [] = {
 
10590
static const NSSItem nss_builtins_items_157 [] = {
10176
10591
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10177
10592
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10178
10593
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10210
10625
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
10211
10626
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
10212
10627
};
10213
 
static const NSSItem nss_builtins_items_152 [] = {
 
10628
static const NSSItem nss_builtins_items_158 [] = {
10214
10629
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10215
10630
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10216
10631
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10336
10751
"\112\164\066\371"
10337
10752
, (PRUint32)1492 }
10338
10753
};
10339
 
static const NSSItem nss_builtins_items_153 [] = {
 
10754
static const NSSItem nss_builtins_items_159 [] = {
10340
10755
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10341
10756
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10342
10757
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10364
10779
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
10365
10780
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
10366
10781
};
10367
 
static const NSSItem nss_builtins_items_154 [] = {
 
10782
static const NSSItem nss_builtins_items_160 [] = {
10368
10783
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10369
10784
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10370
10785
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10444
10859
"\057\317\246\356\311\160\042\024\275\375\276\154\013\003"
10445
10860
, (PRUint32)862 }
10446
10861
};
10447
 
static const NSSItem nss_builtins_items_155 [] = {
 
10862
static const NSSItem nss_builtins_items_161 [] = {
10448
10863
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10449
10864
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10450
10865
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10469
10884
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
10470
10885
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
10471
10886
};
10472
 
static const NSSItem nss_builtins_items_156 [] = {
 
10887
static const NSSItem nss_builtins_items_162 [] = {
10473
10888
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10474
10889
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10475
10890
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10542
10957
"\127\275\125\232"
10543
10958
, (PRUint32)804 }
10544
10959
};
10545
 
static const NSSItem nss_builtins_items_157 [] = {
 
10960
static const NSSItem nss_builtins_items_163 [] = {
10546
10961
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10547
10962
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10548
10963
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10565
10980
  { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
10566
10981
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
10567
10982
};
10568
 
static const NSSItem nss_builtins_items_158 [] = {
 
10983
static const NSSItem nss_builtins_items_164 [] = {
10569
10984
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10570
10985
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10571
10986
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10638
11053
"\160\254\337\114"
10639
11054
, (PRUint32)804 }
10640
11055
};
10641
 
static const NSSItem nss_builtins_items_159 [] = {
 
11056
static const NSSItem nss_builtins_items_165 [] = {
10642
11057
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10643
11058
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10644
11059
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10661
11076
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
10662
11077
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
10663
11078
};
10664
 
static const NSSItem nss_builtins_items_160 [] = {
 
11079
static const NSSItem nss_builtins_items_166 [] = {
10665
11080
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10666
11081
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10667
11082
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10747
11162
"\025\301\044\174\062\174\003\035\073\241\130\105\062\223"
10748
11163
, (PRUint32)958 }
10749
11164
};
10750
 
static const NSSItem nss_builtins_items_161 [] = {
 
11165
static const NSSItem nss_builtins_items_167 [] = {
10751
11166
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10752
11167
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10753
11168
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10772
11187
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
10773
11188
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
10774
11189
};
10775
 
static const NSSItem nss_builtins_items_162 [] = {
 
11190
static const NSSItem nss_builtins_items_168 [] = {
10776
11191
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10777
11192
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10778
11193
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10863
11278
"\151\003\142\270\231\005\005\075\153\170\022\275\260\157\145"
10864
11279
, (PRUint32)1071 }
10865
11280
};
10866
 
static const NSSItem nss_builtins_items_163 [] = {
 
11281
static const NSSItem nss_builtins_items_169 [] = {
10867
11282
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10868
11283
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10869
11284
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10887
11302
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
10888
11303
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
10889
11304
};
10890
 
static const NSSItem nss_builtins_items_164 [] = {
 
11305
static const NSSItem nss_builtins_items_170 [] = {
10891
11306
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10892
11307
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10893
11308
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
10991
11406
"\004\243\103\055\332\374\013\142\352\057\137\142\123"
10992
11407
, (PRUint32)1309 }
10993
11408
};
10994
 
static const NSSItem nss_builtins_items_165 [] = {
 
11409
static const NSSItem nss_builtins_items_171 [] = {
10995
11410
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
10996
11411
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
10997
11412
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11014
11429
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
11015
11430
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
11016
11431
};
11017
 
static const NSSItem nss_builtins_items_166 [] = {
 
11432
static const NSSItem nss_builtins_items_172 [] = {
11018
11433
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11019
11434
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11020
11435
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11120
11535
"\364\010"
11121
11536
, (PRUint32)1122 }
11122
11537
};
11123
 
static const NSSItem nss_builtins_items_167 [] = {
 
11538
static const NSSItem nss_builtins_items_173 [] = {
11124
11539
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11125
11540
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11126
11541
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11150
11565
  { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
11151
11566
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
11152
11567
};
11153
 
static const NSSItem nss_builtins_items_168 [] = {
 
11568
static const NSSItem nss_builtins_items_174 [] = {
11154
11569
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11155
11570
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11156
11571
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11264
11679
"\005\323\312\003\112\124"
11265
11680
, (PRUint32)1190 }
11266
11681
};
11267
 
static const NSSItem nss_builtins_items_169 [] = {
 
11682
static const NSSItem nss_builtins_items_175 [] = {
11268
11683
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11269
11684
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11270
11685
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11296
11711
  { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
11297
11712
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
11298
11713
};
11299
 
static const NSSItem nss_builtins_items_170 [] = {
 
11714
static const NSSItem nss_builtins_items_176 [] = {
11300
11715
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11301
11716
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11302
11717
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11403
11818
"\062\234\036\273\235\370\146\250"
11404
11819
, (PRUint32)1144 }
11405
11820
};
11406
 
static const NSSItem nss_builtins_items_171 [] = {
 
11821
static const NSSItem nss_builtins_items_177 [] = {
11407
11822
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11408
11823
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11409
11824
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11433
11848
  { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
11434
11849
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
11435
11850
};
11436
 
static const NSSItem nss_builtins_items_172 [] = {
 
11851
static const NSSItem nss_builtins_items_178 [] = {
11437
11852
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11438
11853
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11439
11854
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11539
11954
"\275\023\122\035\250\076\315\000\037\310"
11540
11955
, (PRUint32)1130 }
11541
11956
};
11542
 
static const NSSItem nss_builtins_items_173 [] = {
 
11957
static const NSSItem nss_builtins_items_179 [] = {
11543
11958
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11544
11959
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11545
11960
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11569
11984
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
11570
11985
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
11571
11986
};
11572
 
static const NSSItem nss_builtins_items_174 [] = {
 
11987
static const NSSItem nss_builtins_items_180 [] = {
11573
11988
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11574
11989
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11575
11990
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11678
12093
"\334"
11679
12094
, (PRUint32)1217 }
11680
12095
};
11681
 
static const NSSItem nss_builtins_items_175 [] = {
 
12096
static const NSSItem nss_builtins_items_181 [] = {
11682
12097
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11683
12098
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11684
12099
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11706
12121
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
11707
12122
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
11708
12123
};
11709
 
static const NSSItem nss_builtins_items_176 [] = {
 
12124
static const NSSItem nss_builtins_items_182 [] = {
11710
12125
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11711
12126
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11712
12127
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11813
12228
"\166\135\165\220\032\365\046\217\360"
11814
12229
, (PRUint32)1225 }
11815
12230
};
11816
 
static const NSSItem nss_builtins_items_177 [] = {
 
12231
static const NSSItem nss_builtins_items_183 [] = {
11817
12232
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11818
12233
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11819
12234
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11840
12255
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
11841
12256
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
11842
12257
};
11843
 
static const NSSItem nss_builtins_items_178 [] = {
 
12258
static const NSSItem nss_builtins_items_184 [] = {
11844
12259
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11845
12260
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11846
12261
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
11990
12405
"\306\224\107\351\050"
11991
12406
, (PRUint32)1749 }
11992
12407
};
11993
 
static const NSSItem nss_builtins_items_179 [] = {
 
12408
static const NSSItem nss_builtins_items_185 [] = {
11994
12409
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
11995
12410
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
11996
12411
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12022
12437
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
12023
12438
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
12024
12439
};
12025
 
static const NSSItem nss_builtins_items_180 [] = {
 
12440
static const NSSItem nss_builtins_items_186 [] = {
12026
12441
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12027
12442
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12028
12443
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12165
12580
"\210"
12166
12581
, (PRUint32)1665 }
12167
12582
};
12168
 
static const NSSItem nss_builtins_items_181 [] = {
 
12583
static const NSSItem nss_builtins_items_187 [] = {
12169
12584
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12170
12585
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12171
12586
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12196
12611
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
12197
12612
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
12198
12613
};
12199
 
static const NSSItem nss_builtins_items_182 [] = {
 
12614
static const NSSItem nss_builtins_items_188 [] = {
12200
12615
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12201
12616
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12202
12617
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12315
12730
"\066\053\143\254\130\001\153\063\051\120\206\203\361\001\110"
12316
12731
, (PRUint32)1359 }
12317
12732
};
12318
 
static const NSSItem nss_builtins_items_183 [] = {
 
12733
static const NSSItem nss_builtins_items_189 [] = {
12319
12734
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12320
12735
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12321
12736
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12344
12759
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
12345
12760
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
12346
12761
};
12347
 
static const NSSItem nss_builtins_items_184 [] = {
 
12762
static const NSSItem nss_builtins_items_190 [] = {
12348
12763
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12349
12764
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12350
12765
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12464
12879
"\063\004\324"
12465
12880
, (PRUint32)1363 }
12466
12881
};
12467
 
static const NSSItem nss_builtins_items_185 [] = {
 
12882
static const NSSItem nss_builtins_items_191 [] = {
12468
12883
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12469
12884
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12470
12885
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12493
12908
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
12494
12909
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
12495
12910
};
12496
 
static const NSSItem nss_builtins_items_186 [] = {
 
12911
static const NSSItem nss_builtins_items_192 [] = {
12497
12912
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12498
12913
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12499
12914
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12594
13009
"\264\003\045\274"
12595
13010
, (PRUint32)1076 }
12596
13011
};
12597
 
static const NSSItem nss_builtins_items_187 [] = {
 
13012
static const NSSItem nss_builtins_items_193 [] = {
12598
13013
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12599
13014
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12600
13015
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12623
13038
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
12624
13039
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
12625
13040
};
12626
 
static const NSSItem nss_builtins_items_188 [] = {
 
13041
static const NSSItem nss_builtins_items_194 [] = {
12627
13042
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12628
13043
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12629
13044
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12716
13131
"\177\333\275\237"
12717
13132
, (PRUint32)1028 }
12718
13133
};
12719
 
static const NSSItem nss_builtins_items_189 [] = {
 
13134
static const NSSItem nss_builtins_items_195 [] = {
12720
13135
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12721
13136
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12722
13137
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12742
13157
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
12743
13158
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
12744
13159
};
12745
 
static const NSSItem nss_builtins_items_190 [] = {
 
13160
static const NSSItem nss_builtins_items_196 [] = {
12746
13161
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12747
13162
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12748
13163
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12836
13251
"\037\027\224"
12837
13252
, (PRUint32)1043 }
12838
13253
};
12839
 
static const NSSItem nss_builtins_items_191 [] = {
 
13254
static const NSSItem nss_builtins_items_197 [] = {
12840
13255
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12841
13256
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12842
13257
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12862
13277
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
12863
13278
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
12864
13279
};
12865
 
static const NSSItem nss_builtins_items_192 [] = {
 
13280
static const NSSItem nss_builtins_items_198 [] = {
12866
13281
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12867
13282
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12868
13283
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
12982
13397
"\160\043\261\200\337\032\040\070\347\176"
12983
13398
, (PRUint32)1306 }
12984
13399
};
12985
 
static const NSSItem nss_builtins_items_193 [] = {
 
13400
static const NSSItem nss_builtins_items_199 [] = {
12986
13401
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
12987
13402
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
12988
13403
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
13013
13428
  { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
13014
13429
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
13015
13430
};
 
13431
static const NSSItem nss_builtins_items_200 [] = {
 
13432
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
13433
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
13434
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13435
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13436
  { (void *)"Taiwan GRCA", (PRUint32)12 },
 
13437
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
13438
  { (void *)"\060\077\061\013\060\011\006\003\125\004\006\023\002\124\127\061"
 
13439
"\060\060\056\006\003\125\004\012\014\047\107\157\166\145\162\156"
 
13440
"\155\145\156\164\040\122\157\157\164\040\103\145\162\164\151\146"
 
13441
"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164"
 
13442
"\171"
 
13443
, (PRUint32)65 },
 
13444
  { (void *)"0", (PRUint32)2 },
 
13445
  { (void *)"\060\077\061\013\060\011\006\003\125\004\006\023\002\124\127\061"
 
13446
"\060\060\056\006\003\125\004\012\014\047\107\157\166\145\162\156"
 
13447
"\155\145\156\164\040\122\157\157\164\040\103\145\162\164\151\146"
 
13448
"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164"
 
13449
"\171"
 
13450
, (PRUint32)65 },
 
13451
  { (void *)"\002\020\037\235\131\132\327\057\302\006\104\245\200\010\151\343"
 
13452
"\136\366"
 
13453
, (PRUint32)18 },
 
13454
  { (void *)"\060\202\005\162\060\202\003\132\240\003\002\001\002\002\020\037"
 
13455
"\235\131\132\327\057\302\006\104\245\200\010\151\343\136\366\060"
 
13456
"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\077"
 
13457
"\061\013\060\011\006\003\125\004\006\023\002\124\127\061\060\060"
 
13458
"\056\006\003\125\004\012\014\047\107\157\166\145\162\156\155\145"
 
13459
"\156\164\040\122\157\157\164\040\103\145\162\164\151\146\151\143"
 
13460
"\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171\060"
 
13461
"\036\027\015\060\062\061\062\060\065\061\063\062\063\063\063\132"
 
13462
"\027\015\063\062\061\062\060\065\061\063\062\063\063\063\132\060"
 
13463
"\077\061\013\060\011\006\003\125\004\006\023\002\124\127\061\060"
 
13464
"\060\056\006\003\125\004\012\014\047\107\157\166\145\162\156\155"
 
13465
"\145\156\164\040\122\157\157\164\040\103\145\162\164\151\146\151"
 
13466
"\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164\171"
 
13467
"\060\202\002\042\060\015\006\011\052\206\110\206\367\015\001\001"
 
13468
"\001\005\000\003\202\002\017\000\060\202\002\012\002\202\002\001"
 
13469
"\000\232\045\270\354\314\242\165\250\173\367\316\133\131\212\311"
 
13470
"\321\206\022\010\124\354\234\362\347\106\366\210\363\174\351\245"
 
13471
"\337\114\107\066\244\033\001\034\177\036\127\212\215\303\305\321"
 
13472
"\041\343\332\044\077\110\053\373\237\056\241\224\347\054\034\223"
 
13473
"\321\277\033\001\207\123\231\316\247\365\012\041\166\167\377\251"
 
13474
"\267\306\163\224\117\106\367\020\111\067\372\250\131\111\135\152"
 
13475
"\201\007\126\362\212\371\006\320\367\160\042\115\264\267\101\271"
 
13476
"\062\270\261\360\261\303\234\077\160\375\123\335\201\252\330\143"
 
13477
"\170\366\330\123\156\241\254\152\204\044\162\124\206\306\322\262"
 
13478
"\312\034\016\171\201\326\265\160\142\010\001\056\116\117\016\325"
 
13479
"\021\257\251\257\345\232\277\334\314\207\155\046\344\311\127\242"
 
13480
"\373\226\371\314\341\077\123\214\154\114\176\233\123\010\013\154"
 
13481
"\027\373\147\310\302\255\261\315\200\264\227\334\166\001\026\025"
 
13482
"\351\152\327\244\341\170\107\316\206\325\373\061\363\372\061\276"
 
13483
"\064\252\050\373\160\114\035\111\307\257\054\235\155\146\246\266"
 
13484
"\215\144\176\265\040\152\235\073\201\266\217\100\000\147\113\211"
 
13485
"\206\270\314\145\376\025\123\351\004\301\326\137\035\104\327\012"
 
13486
"\057\047\232\106\175\241\015\165\255\124\206\025\334\111\073\361"
 
13487
"\226\316\017\233\240\354\243\172\135\276\325\052\165\102\345\173"
 
13488
"\336\245\266\252\257\050\254\254\220\254\070\267\325\150\065\046"
 
13489
"\172\334\367\073\363\375\105\233\321\273\103\170\156\157\361\102"
 
13490
"\124\152\230\360\015\255\227\351\122\136\351\325\152\162\336\152"
 
13491
"\367\033\140\024\364\245\344\266\161\147\252\037\352\342\115\301"
 
13492
"\102\100\376\147\106\027\070\057\107\077\161\234\256\345\041\312"
 
13493
"\141\055\155\007\250\204\174\055\356\121\045\361\143\220\236\375"
 
13494
"\341\127\210\153\357\212\043\155\261\346\275\077\255\321\075\226"
 
13495
"\013\205\215\315\153\047\273\267\005\233\354\273\221\251\012\007"
 
13496
"\022\002\227\116\040\220\360\377\015\036\342\101\073\323\100\072"
 
13497
"\347\215\135\332\146\344\002\260\007\122\230\134\016\216\063\234"
 
13498
"\302\246\225\373\125\031\156\114\216\256\113\017\275\301\070\115"
 
13499
"\136\217\204\035\146\315\305\140\226\264\122\132\005\211\216\225"
 
13500
"\172\230\301\221\074\225\043\262\016\364\171\264\311\174\301\112"
 
13501
"\041\002\003\001\000\001\243\152\060\150\060\035\006\003\125\035"
 
13502
"\016\004\026\004\024\314\314\357\314\051\140\244\073\261\222\266"
 
13503
"\074\372\062\142\217\254\045\025\073\060\014\006\003\125\035\023"
 
13504
"\004\005\060\003\001\001\377\060\071\006\004\147\052\007\000\004"
 
13505
"\061\060\057\060\055\002\001\000\060\011\006\005\053\016\003\002"
 
13506
"\032\005\000\060\007\006\005\147\052\003\000\000\004\024\003\233"
 
13507
"\360\042\023\377\225\050\066\323\334\236\300\062\373\061\072\212"
 
13508
"\121\145\060\015\006\011\052\206\110\206\367\015\001\001\005\005"
 
13509
"\000\003\202\002\001\000\100\200\112\372\046\311\316\136\060\335"
 
13510
"\117\206\164\166\130\365\256\263\203\063\170\244\172\164\027\031"
 
13511
"\116\351\122\265\271\340\012\164\142\252\150\312\170\240\114\232"
 
13512
"\216\054\043\056\325\152\022\044\277\324\150\323\212\320\330\234"
 
13513
"\237\264\037\014\336\070\176\127\070\374\215\342\117\136\014\237"
 
13514
"\253\073\322\377\165\227\313\244\343\147\010\377\345\300\026\265"
 
13515
"\110\001\175\351\371\012\377\033\345\152\151\277\170\041\250\302"
 
13516
"\247\043\251\206\253\166\126\350\016\014\366\023\335\052\146\212"
 
13517
"\144\111\075\032\030\207\220\004\237\102\122\267\117\313\376\107"
 
13518
"\101\166\065\357\377\000\166\066\105\062\233\306\106\205\135\342"
 
13519
"\044\260\036\343\110\226\230\127\107\224\125\172\017\101\261\104"
 
13520
"\044\363\301\376\032\153\277\210\375\301\246\332\223\140\136\201"
 
13521
"\112\231\040\234\110\146\031\265\000\171\124\017\270\054\057\113"
 
13522
"\274\251\135\133\140\177\214\207\245\340\122\143\052\276\330\073"
 
13523
"\205\100\025\376\036\266\145\077\305\113\332\176\265\172\065\051"
 
13524
"\243\056\172\230\140\042\243\364\175\047\116\055\352\264\164\074"
 
13525
"\351\017\244\063\017\020\021\274\023\001\326\345\016\323\277\265"
 
13526
"\022\242\341\105\043\300\314\010\156\141\267\211\253\203\343\044"
 
13527
"\036\346\135\007\347\037\040\076\317\147\310\347\254\060\155\047"
 
13528
"\113\150\156\113\052\134\002\010\064\333\370\166\344\147\243\046"
 
13529
"\234\077\242\062\302\112\305\201\030\061\020\126\252\204\357\055"
 
13530
"\012\377\270\037\167\322\277\245\130\240\142\344\327\113\221\165"
 
13531
"\215\211\200\230\176\155\313\123\116\136\257\366\262\227\205\227"
 
13532
"\271\332\125\006\271\044\356\327\306\070\036\143\033\022\073\225"
 
13533
"\341\130\254\362\337\204\325\137\231\057\015\125\133\346\070\333"
 
13534
"\056\077\162\351\110\205\313\273\051\023\217\036\070\125\271\363"
 
13535
"\262\304\060\231\043\116\135\362\110\241\022\014\334\022\220\011"
 
13536
"\220\124\221\003\074\107\345\325\311\145\340\267\113\175\354\107"
 
13537
"\323\263\013\076\255\236\320\164\000\016\353\275\121\255\300\336"
 
13538
"\054\300\303\152\376\357\334\013\247\372\106\337\140\333\234\246"
 
13539
"\131\120\165\043\151\163\223\262\371\374\002\323\107\346\161\316"
 
13540
"\020\002\356\047\214\204\377\254\105\015\023\134\203\062\340\045"
 
13541
"\245\206\054\174\364\022"
 
13542
, (PRUint32)1398 }
 
13543
};
 
13544
static const NSSItem nss_builtins_items_201 [] = {
 
13545
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
13546
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
13547
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13548
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13549
  { (void *)"Taiwan GRCA", (PRUint32)12 },
 
13550
  { (void *)"\364\213\021\277\336\253\276\224\124\040\161\346\101\336\153\276"
 
13551
"\210\053\100\271"
 
13552
, (PRUint32)20 },
 
13553
  { (void *)"\067\205\104\123\062\105\037\040\360\363\225\341\045\304\103\116"
 
13554
, (PRUint32)16 },
 
13555
  { (void *)"\060\077\061\013\060\011\006\003\125\004\006\023\002\124\127\061"
 
13556
"\060\060\056\006\003\125\004\012\014\047\107\157\166\145\162\156"
 
13557
"\155\145\156\164\040\122\157\157\164\040\103\145\162\164\151\146"
 
13558
"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164"
 
13559
"\171"
 
13560
, (PRUint32)65 },
 
13561
  { (void *)"\002\020\037\235\131\132\327\057\302\006\104\245\200\010\151\343"
 
13562
"\136\366"
 
13563
, (PRUint32)18 },
 
13564
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13565
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13566
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13567
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
13568
};
 
13569
static const NSSItem nss_builtins_items_202 [] = {
 
13570
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
13571
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
13572
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13573
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13574
  { (void *)"Firmaprofesional Root CA", (PRUint32)25 },
 
13575
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
13576
  { (void *)"\060\201\235\061\013\060\011\006\003\125\004\006\023\002\105\123"
 
13577
"\061\042\060\040\006\003\125\004\007\023\031\103\057\040\115\165"
 
13578
"\156\164\141\156\145\162\040\062\064\064\040\102\141\162\143\145"
 
13579
"\154\157\156\141\061\102\060\100\006\003\125\004\003\023\071\101"
 
13580
"\165\164\157\162\151\144\141\144\040\144\145\040\103\145\162\164"
 
13581
"\151\146\151\143\141\143\151\157\156\040\106\151\162\155\141\160"
 
13582
"\162\157\146\145\163\151\157\156\141\154\040\103\111\106\040\101"
 
13583
"\066\062\066\063\064\060\066\070\061\046\060\044\006\011\052\206"
 
13584
"\110\206\367\015\001\011\001\026\027\143\141\100\146\151\162\155"
 
13585
"\141\160\162\157\146\145\163\151\157\156\141\154\056\143\157\155"
 
13586
, (PRUint32)160 },
 
13587
  { (void *)"0", (PRUint32)2 },
 
13588
  { (void *)"\060\201\235\061\013\060\011\006\003\125\004\006\023\002\105\123"
 
13589
"\061\042\060\040\006\003\125\004\007\023\031\103\057\040\115\165"
 
13590
"\156\164\141\156\145\162\040\062\064\064\040\102\141\162\143\145"
 
13591
"\154\157\156\141\061\102\060\100\006\003\125\004\003\023\071\101"
 
13592
"\165\164\157\162\151\144\141\144\040\144\145\040\103\145\162\164"
 
13593
"\151\146\151\143\141\143\151\157\156\040\106\151\162\155\141\160"
 
13594
"\162\157\146\145\163\151\157\156\141\154\040\103\111\106\040\101"
 
13595
"\066\062\066\063\064\060\066\070\061\046\060\044\006\011\052\206"
 
13596
"\110\206\367\015\001\011\001\026\027\143\141\100\146\151\162\155"
 
13597
"\141\160\162\157\146\145\163\151\157\156\141\154\056\143\157\155"
 
13598
, (PRUint32)160 },
 
13599
  { (void *)"\002\001\001"
 
13600
, (PRUint32)3 },
 
13601
  { (void *)"\060\202\004\127\060\202\003\077\240\003\002\001\002\002\001\001"
 
13602
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
13603
"\201\235\061\013\060\011\006\003\125\004\006\023\002\105\123\061"
 
13604
"\042\060\040\006\003\125\004\007\023\031\103\057\040\115\165\156"
 
13605
"\164\141\156\145\162\040\062\064\064\040\102\141\162\143\145\154"
 
13606
"\157\156\141\061\102\060\100\006\003\125\004\003\023\071\101\165"
 
13607
"\164\157\162\151\144\141\144\040\144\145\040\103\145\162\164\151"
 
13608
"\146\151\143\141\143\151\157\156\040\106\151\162\155\141\160\162"
 
13609
"\157\146\145\163\151\157\156\141\154\040\103\111\106\040\101\066"
 
13610
"\062\066\063\064\060\066\070\061\046\060\044\006\011\052\206\110"
 
13611
"\206\367\015\001\011\001\026\027\143\141\100\146\151\162\155\141"
 
13612
"\160\162\157\146\145\163\151\157\156\141\154\056\143\157\155\060"
 
13613
"\036\027\015\060\061\061\060\062\064\062\062\060\060\060\060\132"
 
13614
"\027\015\061\063\061\060\062\064\062\062\060\060\060\060\132\060"
 
13615
"\201\235\061\013\060\011\006\003\125\004\006\023\002\105\123\061"
 
13616
"\042\060\040\006\003\125\004\007\023\031\103\057\040\115\165\156"
 
13617
"\164\141\156\145\162\040\062\064\064\040\102\141\162\143\145\154"
 
13618
"\157\156\141\061\102\060\100\006\003\125\004\003\023\071\101\165"
 
13619
"\164\157\162\151\144\141\144\040\144\145\040\103\145\162\164\151"
 
13620
"\146\151\143\141\143\151\157\156\040\106\151\162\155\141\160\162"
 
13621
"\157\146\145\163\151\157\156\141\154\040\103\111\106\040\101\066"
 
13622
"\062\066\063\064\060\066\070\061\046\060\044\006\011\052\206\110"
 
13623
"\206\367\015\001\011\001\026\027\143\141\100\146\151\162\155\141"
 
13624
"\160\162\157\146\145\163\151\157\156\141\154\056\143\157\155\060"
 
13625
"\202\001\042\060\015\006\011\052\206\110\206\367\015\001\001\001"
 
13626
"\005\000\003\202\001\017\000\060\202\001\012\002\202\001\001\000"
 
13627
"\347\043\003\157\157\043\245\136\170\316\225\054\355\224\036\156"
 
13628
"\012\236\001\307\352\060\321\054\235\335\067\350\233\230\171\126"
 
13629
"\323\374\163\337\320\212\336\125\217\121\371\132\352\336\265\160"
 
13630
"\304\355\244\355\377\243\015\156\017\144\120\061\257\001\047\130"
 
13631
"\256\376\154\247\112\057\027\055\323\163\325\023\034\217\131\245"
 
13632
"\064\054\035\124\004\105\315\150\270\240\300\003\245\317\205\102"
 
13633
"\107\225\050\133\317\357\200\154\340\220\227\212\001\074\035\363"
 
13634
"\207\020\060\046\110\175\327\374\351\235\221\161\377\101\232\251"
 
13635
"\100\265\067\234\051\040\117\037\122\343\240\175\023\155\124\267"
 
13636
"\012\336\351\152\116\007\254\254\031\137\334\176\142\164\366\262"
 
13637
"\005\000\272\205\240\375\035\070\156\313\132\273\206\274\224\147"
 
13638
"\063\065\203\054\037\043\315\370\310\221\161\314\227\213\357\256"
 
13639
"\017\334\051\003\033\300\071\353\160\355\301\156\016\330\147\013"
 
13640
"\211\251\274\065\344\357\266\064\264\245\266\304\055\245\276\320"
 
13641
"\303\224\044\110\333\337\226\323\000\265\146\032\213\146\005\017"
 
13642
"\335\077\077\313\077\252\136\232\112\370\264\112\357\225\067\033"
 
13643
"\002\003\001\000\001\243\201\237\060\201\234\060\052\006\003\125"
 
13644
"\035\021\004\043\060\041\206\037\150\164\164\160\072\057\057\167"
 
13645
"\167\167\056\146\151\162\155\141\160\162\157\146\145\163\151\157"
 
13646
"\156\141\154\056\143\157\155\060\022\006\003\125\035\023\001\001"
 
13647
"\377\004\010\060\006\001\001\377\002\001\001\060\053\006\003\125"
 
13648
"\035\020\004\044\060\042\200\017\062\060\060\061\061\060\062\064"
 
13649
"\062\062\060\060\060\060\132\201\017\062\060\061\063\061\060\062"
 
13650
"\064\062\062\060\060\060\060\132\060\016\006\003\125\035\017\001"
 
13651
"\001\377\004\004\003\002\001\006\060\035\006\003\125\035\016\004"
 
13652
"\026\004\024\063\013\240\146\321\352\332\316\336\142\223\004\050"
 
13653
"\122\265\024\177\070\150\267\060\015\006\011\052\206\110\206\367"
 
13654
"\015\001\001\005\005\000\003\202\001\001\000\107\163\376\215\047"
 
13655
"\124\360\365\324\167\234\047\171\127\127\267\025\126\354\307\330"
 
13656
"\130\267\001\002\364\063\355\223\120\210\236\174\106\261\275\077"
 
13657
"\024\157\361\263\107\110\213\214\227\006\327\352\176\243\134\052"
 
13658
"\273\115\057\107\342\370\071\006\311\234\056\061\032\003\170\364"
 
13659
"\274\070\306\042\213\063\061\360\026\004\004\175\371\166\344\113"
 
13660
"\327\300\346\203\354\131\314\077\336\377\117\153\267\147\176\246"
 
13661
"\206\201\062\043\003\235\310\367\137\301\112\140\245\222\251\261"
 
13662
"\244\240\140\303\170\207\263\042\363\052\353\133\251\355\005\253"
 
13663
"\067\017\261\342\323\225\166\143\126\164\214\130\162\033\067\345"
 
13664
"\144\241\276\115\014\223\230\014\227\366\207\155\263\077\347\313"
 
13665
"\200\246\355\210\307\137\120\142\002\350\231\164\026\320\346\264"
 
13666
"\071\361\047\313\310\100\326\343\206\020\251\043\022\222\340\151"
 
13667
"\101\143\247\257\045\013\300\305\222\313\036\230\243\132\272\305"
 
13668
"\063\017\240\227\001\335\177\340\173\326\006\124\317\241\342\115"
 
13669
"\070\353\113\120\265\313\046\364\312\332\160\112\152\241\342\171"
 
13670
"\252\341\247\063\366\375\112\037\366\331\140"
 
13671
, (PRUint32)1115 }
 
13672
};
 
13673
static const NSSItem nss_builtins_items_203 [] = {
 
13674
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
13675
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
13676
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13677
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13678
  { (void *)"Firmaprofesional Root CA", (PRUint32)25 },
 
13679
  { (void *)"\251\142\217\113\230\251\033\110\065\272\322\301\106\062\206\273"
 
13680
"\146\144\152\214"
 
13681
, (PRUint32)20 },
 
13682
  { (void *)"\021\222\171\100\074\261\203\100\345\253\146\112\147\222\200\337"
 
13683
, (PRUint32)16 },
 
13684
  { (void *)"\060\201\235\061\013\060\011\006\003\125\004\006\023\002\105\123"
 
13685
"\061\042\060\040\006\003\125\004\007\023\031\103\057\040\115\165"
 
13686
"\156\164\141\156\145\162\040\062\064\064\040\102\141\162\143\145"
 
13687
"\154\157\156\141\061\102\060\100\006\003\125\004\003\023\071\101"
 
13688
"\165\164\157\162\151\144\141\144\040\144\145\040\103\145\162\164"
 
13689
"\151\146\151\143\141\143\151\157\156\040\106\151\162\155\141\160"
 
13690
"\162\157\146\145\163\151\157\156\141\154\040\103\111\106\040\101"
 
13691
"\066\062\066\063\064\060\066\070\061\046\060\044\006\011\052\206"
 
13692
"\110\206\367\015\001\011\001\026\027\143\141\100\146\151\162\155"
 
13693
"\141\160\162\157\146\145\163\151\157\156\141\154\056\143\157\155"
 
13694
, (PRUint32)160 },
 
13695
  { (void *)"\002\001\001"
 
13696
, (PRUint32)3 },
 
13697
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13698
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13699
  { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
 
13700
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
13701
};
 
13702
static const NSSItem nss_builtins_items_204 [] = {
 
13703
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
13704
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
13705
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13706
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13707
  { (void *)"Wells Fargo Root CA", (PRUint32)20 },
 
13708
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
13709
  { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
13710
"\061\024\060\022\006\003\125\004\012\023\013\127\145\154\154\163"
 
13711
"\040\106\141\162\147\157\061\054\060\052\006\003\125\004\013\023"
 
13712
"\043\127\145\154\154\163\040\106\141\162\147\157\040\103\145\162"
 
13713
"\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157"
 
13714
"\162\151\164\171\061\057\060\055\006\003\125\004\003\023\046\127"
 
13715
"\145\154\154\163\040\106\141\162\147\157\040\122\157\157\164\040"
 
13716
"\103\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150"
 
13717
"\157\162\151\164\171"
 
13718
, (PRUint32)133 },
 
13719
  { (void *)"0", (PRUint32)2 },
 
13720
  { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
13721
"\061\024\060\022\006\003\125\004\012\023\013\127\145\154\154\163"
 
13722
"\040\106\141\162\147\157\061\054\060\052\006\003\125\004\013\023"
 
13723
"\043\127\145\154\154\163\040\106\141\162\147\157\040\103\145\162"
 
13724
"\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157"
 
13725
"\162\151\164\171\061\057\060\055\006\003\125\004\003\023\046\127"
 
13726
"\145\154\154\163\040\106\141\162\147\157\040\122\157\157\164\040"
 
13727
"\103\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150"
 
13728
"\157\162\151\164\171"
 
13729
, (PRUint32)133 },
 
13730
  { (void *)"\002\004\071\344\227\236"
 
13731
, (PRUint32)6 },
 
13732
  { (void *)"\060\202\003\345\060\202\002\315\240\003\002\001\002\002\004\071"
 
13733
"\344\227\236\060\015\006\011\052\206\110\206\367\015\001\001\005"
 
13734
"\005\000\060\201\202\061\013\060\011\006\003\125\004\006\023\002"
 
13735
"\125\123\061\024\060\022\006\003\125\004\012\023\013\127\145\154"
 
13736
"\154\163\040\106\141\162\147\157\061\054\060\052\006\003\125\004"
 
13737
"\013\023\043\127\145\154\154\163\040\106\141\162\147\157\040\103"
 
13738
"\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164"
 
13739
"\150\157\162\151\164\171\061\057\060\055\006\003\125\004\003\023"
 
13740
"\046\127\145\154\154\163\040\106\141\162\147\157\040\122\157\157"
 
13741
"\164\040\103\145\162\164\151\146\151\143\141\164\145\040\101\165"
 
13742
"\164\150\157\162\151\164\171\060\036\027\015\060\060\061\060\061"
 
13743
"\061\061\066\064\061\062\070\132\027\015\062\061\060\061\061\064"
 
13744
"\061\066\064\061\062\070\132\060\201\202\061\013\060\011\006\003"
 
13745
"\125\004\006\023\002\125\123\061\024\060\022\006\003\125\004\012"
 
13746
"\023\013\127\145\154\154\163\040\106\141\162\147\157\061\054\060"
 
13747
"\052\006\003\125\004\013\023\043\127\145\154\154\163\040\106\141"
 
13748
"\162\147\157\040\103\145\162\164\151\146\151\143\141\164\151\157"
 
13749
"\156\040\101\165\164\150\157\162\151\164\171\061\057\060\055\006"
 
13750
"\003\125\004\003\023\046\127\145\154\154\163\040\106\141\162\147"
 
13751
"\157\040\122\157\157\164\040\103\145\162\164\151\146\151\143\141"
 
13752
"\164\145\040\101\165\164\150\157\162\151\164\171\060\202\001\042"
 
13753
"\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003"
 
13754
"\202\001\017\000\060\202\001\012\002\202\001\001\000\325\250\063"
 
13755
"\073\046\371\064\377\315\233\176\345\004\107\316\000\342\175\167"
 
13756
"\347\061\302\056\047\245\115\150\271\061\272\215\103\131\227\307"
 
13757
"\163\252\177\075\134\100\236\005\345\241\342\211\331\114\270\077"
 
13758
"\233\371\014\264\310\142\031\054\105\256\221\036\163\161\101\304"
 
13759
"\113\023\375\160\302\045\254\042\365\165\013\267\123\344\245\053"
 
13760
"\335\316\275\034\072\172\303\367\023\217\046\124\234\026\153\153"
 
13761
"\257\373\330\226\261\140\232\110\340\045\042\044\171\064\316\016"
 
13762
"\046\000\013\116\253\375\213\316\202\327\057\010\160\150\301\250"
 
13763
"\012\371\164\117\007\253\244\371\342\203\176\047\163\164\076\270"
 
13764
"\371\070\102\374\245\250\133\110\043\263\353\343\045\262\200\256"
 
13765
"\226\324\012\234\302\170\232\306\150\030\256\067\142\067\136\121"
 
13766
"\165\250\130\143\300\121\356\100\170\176\250\257\032\240\341\260"
 
13767
"\170\235\120\214\173\347\263\374\216\043\260\333\145\000\160\204"
 
13768
"\001\010\000\024\156\124\206\232\272\314\371\067\020\366\340\336"
 
13769
"\204\055\235\244\205\067\323\207\343\025\320\301\027\220\176\031"
 
13770
"\041\152\022\251\166\375\022\002\351\117\041\136\027\002\003\001"
 
13771
"\000\001\243\141\060\137\060\017\006\003\125\035\023\001\001\377"
 
13772
"\004\005\060\003\001\001\377\060\114\006\003\125\035\040\004\105"
 
13773
"\060\103\060\101\006\013\140\206\110\001\206\373\173\207\007\001"
 
13774
"\013\060\062\060\060\006\010\053\006\001\005\005\007\002\001\026"
 
13775
"\044\150\164\164\160\072\057\057\167\167\167\056\167\145\154\154"
 
13776
"\163\146\141\162\147\157\056\143\157\155\057\143\145\162\164\160"
 
13777
"\157\154\151\143\171\060\015\006\011\052\206\110\206\367\015\001"
 
13778
"\001\005\005\000\003\202\001\001\000\322\047\335\234\012\167\053"
 
13779
"\273\042\362\002\265\112\112\221\371\321\055\276\344\273\032\150"
 
13780
"\357\016\244\000\351\356\347\357\356\366\371\345\164\244\302\330"
 
13781
"\122\130\304\164\373\316\153\265\073\051\171\030\132\357\233\355"
 
13782
"\037\153\066\356\110\045\045\024\266\126\242\020\350\356\247\177"
 
13783
"\320\077\243\320\303\135\046\356\007\314\303\301\044\041\207\036"
 
13784
"\337\052\022\123\157\101\026\347\355\256\224\372\214\162\372\023"
 
13785
"\107\360\074\176\256\175\021\072\023\354\355\372\157\162\144\173"
 
13786
"\235\175\177\046\375\172\373\045\255\352\076\051\177\114\343\000"
 
13787
"\127\062\260\263\351\355\123\027\331\213\262\024\016\060\350\345"
 
13788
"\325\023\306\144\257\304\000\325\330\130\044\374\365\217\354\361"
 
13789
"\307\175\245\333\017\047\321\306\362\100\210\346\037\366\141\250"
 
13790
"\364\102\310\271\067\323\251\276\054\126\170\302\162\233\131\135"
 
13791
"\065\100\212\350\116\143\032\266\351\040\152\121\342\316\244\220"
 
13792
"\337\166\160\231\134\160\103\115\267\266\247\031\144\116\222\267"
 
13793
"\305\221\074\177\110\026\145\173\026\375\313\374\373\331\325\326"
 
13794
"\117\041\145\073\112\177\107\243\373"
 
13795
, (PRUint32)1001 }
 
13796
};
 
13797
static const NSSItem nss_builtins_items_205 [] = {
 
13798
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
13799
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
13800
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13801
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13802
  { (void *)"Wells Fargo Root CA", (PRUint32)20 },
 
13803
  { (void *)"\223\346\253\042\003\003\265\043\050\334\332\126\236\272\344\321"
 
13804
"\321\314\373\145"
 
13805
, (PRUint32)20 },
 
13806
  { (void *)"\040\013\112\172\210\247\251\102\206\212\137\164\126\173\210\005"
 
13807
, (PRUint32)16 },
 
13808
  { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
13809
"\061\024\060\022\006\003\125\004\012\023\013\127\145\154\154\163"
 
13810
"\040\106\141\162\147\157\061\054\060\052\006\003\125\004\013\023"
 
13811
"\043\127\145\154\154\163\040\106\141\162\147\157\040\103\145\162"
 
13812
"\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157"
 
13813
"\162\151\164\171\061\057\060\055\006\003\125\004\003\023\046\127"
 
13814
"\145\154\154\163\040\106\141\162\147\157\040\122\157\157\164\040"
 
13815
"\103\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150"
 
13816
"\157\162\151\164\171"
 
13817
, (PRUint32)133 },
 
13818
  { (void *)"\002\004\071\344\227\236"
 
13819
, (PRUint32)6 },
 
13820
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13821
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13822
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13823
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
13824
};
 
13825
static const NSSItem nss_builtins_items_206 [] = {
 
13826
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
13827
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
13828
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13829
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13830
  { (void *)"Swisscom Root CA 1", (PRUint32)19 },
 
13831
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
13832
  { (void *)"\060\144\061\013\060\011\006\003\125\004\006\023\002\143\150\061"
 
13833
"\021\060\017\006\003\125\004\012\023\010\123\167\151\163\163\143"
 
13834
"\157\155\061\045\060\043\006\003\125\004\013\023\034\104\151\147"
 
13835
"\151\164\141\154\040\103\145\162\164\151\146\151\143\141\164\145"
 
13836
"\040\123\145\162\166\151\143\145\163\061\033\060\031\006\003\125"
 
13837
"\004\003\023\022\123\167\151\163\163\143\157\155\040\122\157\157"
 
13838
"\164\040\103\101\040\061"
 
13839
, (PRUint32)102 },
 
13840
  { (void *)"0", (PRUint32)2 },
 
13841
  { (void *)"\060\144\061\013\060\011\006\003\125\004\006\023\002\143\150\061"
 
13842
"\021\060\017\006\003\125\004\012\023\010\123\167\151\163\163\143"
 
13843
"\157\155\061\045\060\043\006\003\125\004\013\023\034\104\151\147"
 
13844
"\151\164\141\154\040\103\145\162\164\151\146\151\143\141\164\145"
 
13845
"\040\123\145\162\166\151\143\145\163\061\033\060\031\006\003\125"
 
13846
"\004\003\023\022\123\167\151\163\163\143\157\155\040\122\157\157"
 
13847
"\164\040\103\101\040\061"
 
13848
, (PRUint32)102 },
 
13849
  { (void *)"\002\020\134\013\205\134\013\347\131\101\337\127\314\077\177\235"
 
13850
"\250\066"
 
13851
, (PRUint32)18 },
 
13852
  { (void *)"\060\202\005\331\060\202\003\301\240\003\002\001\002\002\020\134"
 
13853
"\013\205\134\013\347\131\101\337\127\314\077\177\235\250\066\060"
 
13854
"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\144"
 
13855
"\061\013\060\011\006\003\125\004\006\023\002\143\150\061\021\060"
 
13856
"\017\006\003\125\004\012\023\010\123\167\151\163\163\143\157\155"
 
13857
"\061\045\060\043\006\003\125\004\013\023\034\104\151\147\151\164"
 
13858
"\141\154\040\103\145\162\164\151\146\151\143\141\164\145\040\123"
 
13859
"\145\162\166\151\143\145\163\061\033\060\031\006\003\125\004\003"
 
13860
"\023\022\123\167\151\163\163\143\157\155\040\122\157\157\164\040"
 
13861
"\103\101\040\061\060\036\027\015\060\065\060\070\061\070\061\062"
 
13862
"\060\066\062\060\132\027\015\062\065\060\070\061\070\062\062\060"
 
13863
"\066\062\060\132\060\144\061\013\060\011\006\003\125\004\006\023"
 
13864
"\002\143\150\061\021\060\017\006\003\125\004\012\023\010\123\167"
 
13865
"\151\163\163\143\157\155\061\045\060\043\006\003\125\004\013\023"
 
13866
"\034\104\151\147\151\164\141\154\040\103\145\162\164\151\146\151"
 
13867
"\143\141\164\145\040\123\145\162\166\151\143\145\163\061\033\060"
 
13868
"\031\006\003\125\004\003\023\022\123\167\151\163\163\143\157\155"
 
13869
"\040\122\157\157\164\040\103\101\040\061\060\202\002\042\060\015"
 
13870
"\006\011\052\206\110\206\367\015\001\001\001\005\000\003\202\002"
 
13871
"\017\000\060\202\002\012\002\202\002\001\000\320\271\260\250\014"
 
13872
"\331\273\077\041\370\033\325\063\223\200\026\145\040\165\262\075"
 
13873
"\233\140\155\106\310\214\061\157\027\303\372\232\154\126\355\074"
 
13874
"\305\221\127\303\315\253\226\111\220\052\031\113\036\243\155\127"
 
13875
"\335\361\053\142\050\165\105\136\252\326\133\372\013\045\330\241"
 
13876
"\026\371\034\304\056\346\225\052\147\314\320\051\156\074\205\064"
 
13877
"\070\141\111\261\000\237\326\072\161\137\115\155\316\137\271\251"
 
13878
"\344\211\177\152\122\372\312\233\362\334\251\371\235\231\107\077"
 
13879
"\116\051\137\264\246\215\135\173\013\231\021\003\003\376\347\333"
 
13880
"\333\243\377\035\245\315\220\036\001\037\065\260\177\000\333\220"
 
13881
"\157\306\176\173\321\356\172\172\247\252\014\127\157\244\155\305"
 
13882
"\023\073\260\245\331\355\062\034\264\136\147\213\124\334\163\207"
 
13883
"\345\323\027\174\146\120\162\135\324\032\130\301\331\317\330\211"
 
13884
"\002\157\247\111\264\066\135\320\244\336\007\054\266\165\267\050"
 
13885
"\221\326\227\276\050\365\230\036\352\133\046\311\275\260\227\163"
 
13886
"\332\256\221\046\353\150\301\371\071\025\326\147\113\012\155\117"
 
13887
"\313\317\260\344\102\161\214\123\171\347\356\341\333\035\240\156"
 
13888
"\035\214\032\167\065\134\026\036\053\123\037\064\213\321\154\374"
 
13889
"\362\147\007\172\365\255\355\326\232\253\241\261\113\341\314\067"
 
13890
"\137\375\177\315\115\256\270\037\234\103\371\052\130\125\103\105"
 
13891
"\274\226\315\160\016\374\311\343\146\272\116\215\073\201\313\025"
 
13892
"\144\173\271\224\350\135\063\122\205\161\056\117\216\242\006\021"
 
13893
"\121\311\343\313\241\156\061\010\144\014\302\322\074\365\066\350"
 
13894
"\327\320\016\170\043\040\221\311\044\052\145\051\133\042\367\041"
 
13895
"\316\203\136\244\363\336\113\323\150\217\106\165\134\203\011\156"
 
13896
"\051\153\304\160\214\365\235\327\040\057\377\106\322\053\070\302"
 
13897
"\057\165\034\075\176\332\245\357\036\140\205\151\102\323\314\370"
 
13898
"\143\376\036\103\071\205\246\266\143\101\020\263\163\036\274\323"
 
13899
"\372\312\175\026\107\342\247\325\320\243\212\012\010\226\142\126"
 
13900
"\156\064\333\331\002\271\060\165\343\004\322\347\217\302\260\021"
 
13901
"\100\012\254\325\161\002\142\213\061\276\335\306\043\130\061\102"
 
13902
"\103\055\164\371\306\236\246\212\017\351\376\277\203\346\103\127"
 
13903
"\044\272\357\106\064\252\327\022\001\070\355\002\003\001\000\001"
 
13904
"\243\201\206\060\201\203\060\016\006\003\125\035\017\001\001\377"
 
13905
"\004\004\003\002\001\206\060\035\006\003\125\035\041\004\026\060"
 
13906
"\024\060\022\006\007\140\205\164\001\123\000\001\006\007\140\205"
 
13907
"\164\001\123\000\001\060\022\006\003\125\035\023\001\001\377\004"
 
13908
"\010\060\006\001\001\377\002\001\007\060\037\006\003\125\035\043"
 
13909
"\004\030\060\026\200\024\003\045\057\336\157\202\001\072\134\054"
 
13910
"\334\053\241\151\265\147\324\214\323\375\060\035\006\003\125\035"
 
13911
"\016\004\026\004\024\003\045\057\336\157\202\001\072\134\054\334"
 
13912
"\053\241\151\265\147\324\214\323\375\060\015\006\011\052\206\110"
 
13913
"\206\367\015\001\001\005\005\000\003\202\002\001\000\065\020\313"
 
13914
"\354\246\004\015\015\017\315\300\333\253\250\362\210\227\014\337"
 
13915
"\223\057\115\174\100\126\061\172\353\244\017\140\315\172\363\276"
 
13916
"\303\047\216\003\076\244\335\022\357\176\036\164\006\074\077\061"
 
13917
"\362\034\173\221\061\041\264\360\320\154\227\324\351\227\262\044"
 
13918
"\126\036\126\303\065\275\210\005\017\133\020\032\144\341\307\202"
 
13919
"\060\371\062\255\236\120\054\347\170\005\320\061\261\132\230\212"
 
13920
"\165\116\220\134\152\024\052\340\122\107\202\140\346\036\332\201"
 
13921
"\261\373\024\013\132\361\237\322\225\272\076\320\033\326\025\035"
 
13922
"\243\276\206\325\333\017\300\111\144\273\056\120\031\113\322\044"
 
13923
"\370\335\036\007\126\320\070\240\225\160\040\166\214\327\335\036"
 
13924
"\336\237\161\304\043\357\203\023\134\243\044\025\115\051\100\074"
 
13925
"\152\304\251\330\267\246\104\245\015\364\340\235\167\036\100\160"
 
13926
"\046\374\332\331\066\344\171\344\265\077\274\233\145\276\273\021"
 
13927
"\226\317\333\306\050\071\072\010\316\107\133\123\132\305\231\376"
 
13928
"\135\251\335\357\114\324\306\245\255\002\346\214\007\022\036\157"
 
13929
"\003\321\157\240\243\363\051\275\022\307\120\242\260\177\210\251"
 
13930
"\231\167\232\261\300\245\071\056\134\174\151\342\054\260\352\067"
 
13931
"\152\244\341\132\341\365\120\345\203\357\245\273\052\210\347\214"
 
13932
"\333\375\155\136\227\031\250\176\146\165\153\161\352\277\261\307"
 
13933
"\157\240\364\216\244\354\064\121\133\214\046\003\160\241\167\325"
 
13934
"\001\022\127\000\065\333\043\336\016\212\050\231\375\261\020\157"
 
13935
"\113\377\070\055\140\116\054\234\353\147\265\255\111\356\113\037"
 
13936
"\254\257\373\015\220\132\146\140\160\135\252\315\170\324\044\356"
 
13937
"\310\101\240\223\001\222\234\152\236\374\271\044\305\263\025\202"
 
13938
"\176\276\256\225\053\353\261\300\332\343\001\140\013\136\151\254"
 
13939
"\204\126\141\276\161\027\376\035\023\017\376\306\207\105\351\376"
 
13940
"\062\240\032\015\023\244\224\125\161\245\026\213\272\312\211\260"
 
13941
"\262\307\374\217\330\124\265\223\142\235\316\317\131\373\075\030"
 
13942
"\316\052\313\065\025\202\135\377\124\042\133\161\122\373\267\311"
 
13943
"\376\140\233\000\101\144\360\252\052\354\266\102\103\316\211\146"
 
13944
"\201\310\213\237\071\124\003\045\323\026\065\216\204\320\137\372"
 
13945
"\060\032\365\232\154\364\016\123\371\072\133\321\034"
 
13946
, (PRUint32)1501 }
 
13947
};
 
13948
static const NSSItem nss_builtins_items_207 [] = {
 
13949
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
13950
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
13951
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13952
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
13953
  { (void *)"Swisscom Root CA 1", (PRUint32)19 },
 
13954
  { (void *)"\137\072\374\012\213\144\366\206\147\064\164\337\176\251\242\376"
 
13955
"\371\372\172\121"
 
13956
, (PRUint32)20 },
 
13957
  { (void *)"\370\070\174\167\210\337\054\026\150\056\302\342\122\113\270\371"
 
13958
, (PRUint32)16 },
 
13959
  { (void *)"\060\144\061\013\060\011\006\003\125\004\006\023\002\143\150\061"
 
13960
"\021\060\017\006\003\125\004\012\023\010\123\167\151\163\163\143"
 
13961
"\157\155\061\045\060\043\006\003\125\004\013\023\034\104\151\147"
 
13962
"\151\164\141\154\040\103\145\162\164\151\146\151\143\141\164\145"
 
13963
"\040\123\145\162\166\151\143\145\163\061\033\060\031\006\003\125"
 
13964
"\004\003\023\022\123\167\151\163\163\143\157\155\040\122\157\157"
 
13965
"\164\040\103\101\040\061"
 
13966
, (PRUint32)102 },
 
13967
  { (void *)"\002\020\134\013\205\134\013\347\131\101\337\127\314\077\177\235"
 
13968
"\250\066"
 
13969
, (PRUint32)18 },
 
13970
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13971
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13972
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
13973
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
13974
};
13016
13975
 
13017
13976
PR_IMPLEMENT_DATA(builtinsInternalObject)
13018
13977
nss_builtins_data[] = {
13211
14170
  { 11, nss_builtins_types_190, nss_builtins_items_190, {NULL} },
13212
14171
  { 13, nss_builtins_types_191, nss_builtins_items_191, {NULL} },
13213
14172
  { 11, nss_builtins_types_192, nss_builtins_items_192, {NULL} },
13214
 
  { 13, nss_builtins_types_193, nss_builtins_items_193, {NULL} }
 
14173
  { 13, nss_builtins_types_193, nss_builtins_items_193, {NULL} },
 
14174
  { 11, nss_builtins_types_194, nss_builtins_items_194, {NULL} },
 
14175
  { 13, nss_builtins_types_195, nss_builtins_items_195, {NULL} },
 
14176
  { 11, nss_builtins_types_196, nss_builtins_items_196, {NULL} },
 
14177
  { 13, nss_builtins_types_197, nss_builtins_items_197, {NULL} },
 
14178
  { 11, nss_builtins_types_198, nss_builtins_items_198, {NULL} },
 
14179
  { 13, nss_builtins_types_199, nss_builtins_items_199, {NULL} },
 
14180
  { 11, nss_builtins_types_200, nss_builtins_items_200, {NULL} },
 
14181
  { 13, nss_builtins_types_201, nss_builtins_items_201, {NULL} },
 
14182
  { 11, nss_builtins_types_202, nss_builtins_items_202, {NULL} },
 
14183
  { 13, nss_builtins_types_203, nss_builtins_items_203, {NULL} },
 
14184
  { 11, nss_builtins_types_204, nss_builtins_items_204, {NULL} },
 
14185
  { 13, nss_builtins_types_205, nss_builtins_items_205, {NULL} },
 
14186
  { 11, nss_builtins_types_206, nss_builtins_items_206, {NULL} },
 
14187
  { 13, nss_builtins_types_207, nss_builtins_items_207, {NULL} }
13215
14188
};
13216
14189
PR_IMPLEMENT_DATA(const PRUint32)
13217
14190
#ifdef DEBUG
13218
 
  nss_builtins_nObjects = 193+1;
 
14191
  nss_builtins_nObjects = 207+1;
13219
14192
#else
13220
 
  nss_builtins_nObjects = 193;
 
14193
  nss_builtins_nObjects = 207;
13221
14194
#endif /* DEBUG */