~ubuntu-branches/ubuntu/jaunty/nss/jaunty-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack, Fabien Tassin, Alexander Sack
  • Date: 2009-01-11 15:06:17 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090111150617-iz4lw05qgy2odorl
Tags: 3.12.2~rc1-0ubuntu1
* New upstream snapshot: 3.12.2 RC1

[ Fabien Tassin <fta@ubuntu.com> ]
* Remove patch applied upstream:
  - drop debian/patches/80_security_tools.patch
  - update debian/patches/series
* Update diverged patches:
  - update debian/patches/38_kbsd.patch
  - update debian/patches/38_mips64_build.patch
* Add new symbols to symbols file
  - update debian/libnss3-1d.symbols

[ Alexander Sack <asac@ubuntu.com> ]
* disable soname patch to become binary compatible with upstream
  - update debian/patches/series
* flip links: libnss3.so <- libnss3.so.1d (before: libnss3.so ->
  libnss3.so.1d); same link flipping was done for all other previously
  soname patched libs: libnssutil3.so, libsmime3.so.1d, libssl3.so.1d
  - update debian/libnss3-1d.links
  - update debian/libnss3-1d.symbols
* properly transition links in preinst and postrm; also cover abort-
  cases in the other maintainer scripts
  - add debian/libnss3-1d.postinst
  - add debian/libnss3-1d.postrm
  - add debian/libnss3-1d.preinst
  - add debian/libnss3-1d.prerm
* remove hack from debian/rules that debian uses to recreate
  libsoftokn3.so with a versioned SONAME
  - update debian/rules
* install the unversioned .so binaries
  - update debian/rules
* only install the 4 main libraries into /usr/lib; all the others
  go to pkglibdir
  - update debian/rules
* higher bar for libnspr4 Build-Depend to >= 4.7.3~, which is
  the version where the soname droppage is going to happen
  - update debian/control
* explitily pass libraries to be used for dpkg-gensymbols run of
  dh_makeshlibs
  - update debian/rules
* fix lintian complain about no-shlibs-control-file
  - update debian/rules

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.48.2.1 $ $Date: 2008/05/03 03:13:22 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.48.2.1 $ $Date: 2008/05/03 03:13:22 $";
 
38
static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.51 $ $Date: 2008/10/17 23:06:45 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.51 $ $Date: 2008/10/17 23:06:45 $";
39
39
#endif /* DEBUG */
40
40
 
41
41
#ifndef BUILTINS_H
797
797
static const CK_ATTRIBUTE_TYPE nss_builtins_types_247 [] = {
798
798
 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
799
799
};
 
800
static const CK_ATTRIBUTE_TYPE nss_builtins_types_248 [] = {
 
801
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
802
};
 
803
static const CK_ATTRIBUTE_TYPE nss_builtins_types_249 [] = {
 
804
 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
 
805
};
 
806
static const CK_ATTRIBUTE_TYPE nss_builtins_types_250 [] = {
 
807
 CKA_CLASS,  CKA_TOKEN,  CKA_PRIVATE,  CKA_MODIFIABLE,  CKA_LABEL,  CKA_CERTIFICATE_TYPE,  CKA_SUBJECT,  CKA_ID,  CKA_ISSUER,  CKA_SERIAL_NUMBER,  CKA_VALUE
 
808
};
 
809
static const CK_ATTRIBUTE_TYPE nss_builtins_types_251 [] = {
 
810
 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
 
811
};
800
812
#ifdef DEBUG
801
813
static const NSSItem nss_builtins_items_0 [] = {
802
814
  { (void *)&cko_data, (PRUint32)sizeof(CK_OBJECT_CLASS) },
805
817
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
806
818
  { (void *)"CVS ID", (PRUint32)7 },
807
819
  { (void *)"NSS", (PRUint32)4 },
808
 
  { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.48.2.1 $ $Date: 2008/05/03 03:13:22 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.48.2.1 $ $Date: 2008/05/03 03:13:22 $", (PRUint32)160 }
 
820
  { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.51 $ $Date: 2008/10/17 23:06:45 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.51 $ $Date: 2008/10/17 23:06:45 $", (PRUint32)160 }
809
821
};
810
822
#endif /* DEBUG */
811
823
static const NSSItem nss_builtins_items_1 [] = {
3176
3188
"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
3177
3189
"\156\040\122\157\157\164\040\103\101"
3178
3190
, (PRUint32)89 },
3179
 
  { (void *)"\002\013\002\000\000\000\000\000\326\170\267\224\005"
 
3191
  { (void *)"\002\013\004\000\000\000\000\001\025\113\132\303\224"
3180
3192
, (PRUint32)13 },
3181
 
  { (void *)"\060\202\003\165\060\202\002\135\240\003\002\001\002\002\013\002"
3182
 
"\000\000\000\000\000\326\170\267\224\005\060\015\006\011\052\206"
3183
 
"\110\206\367\015\001\001\004\005\000\060\127\061\013\060\011\006"
 
3193
  { (void *)"\060\202\003\165\060\202\002\135\240\003\002\001\002\002\013\004"
 
3194
"\000\000\000\000\001\025\113\132\303\224\060\015\006\011\052\206"
 
3195
"\110\206\367\015\001\001\005\005\000\060\127\061\013\060\011\006"
3184
3196
"\003\125\004\006\023\002\102\105\061\031\060\027\006\003\125\004"
3185
3197
"\012\023\020\107\154\157\142\141\154\123\151\147\156\040\156\166"
3186
3198
"\055\163\141\061\020\060\016\006\003\125\004\013\023\007\122\157"
3187
3199
"\157\164\040\103\101\061\033\060\031\006\003\125\004\003\023\022"
3188
3200
"\107\154\157\142\141\154\123\151\147\156\040\122\157\157\164\040"
3189
3201
"\103\101\060\036\027\015\071\070\060\071\060\061\061\062\060\060"
3190
 
"\060\060\132\027\015\061\064\060\061\062\070\061\062\060\060\060"
 
3202
"\060\060\132\027\015\062\070\060\061\062\070\061\062\060\060\060"
3191
3203
"\060\132\060\127\061\013\060\011\006\003\125\004\006\023\002\102"
3192
3204
"\105\061\031\060\027\006\003\125\004\012\023\020\107\154\157\142"
3193
3205
"\141\154\123\151\147\156\040\156\166\055\163\141\061\020\060\016"
3213
3225
"\327\203\064\377\054\052\301\154\031\103\112\007\205\347\323\174"
3214
3226
"\366\041\150\357\352\362\122\237\177\223\220\317\002\003\001\000"
3215
3227
"\001\243\102\060\100\060\016\006\003\125\035\017\001\001\377\004"
3216
 
"\004\003\002\000\006\060\035\006\003\125\035\016\004\026\004\024"
3217
 
"\140\173\146\032\105\015\227\312\211\120\057\175\004\315\064\250"
3218
 
"\377\374\375\113\060\017\006\003\125\035\023\001\001\377\004\005"
3219
 
"\060\003\001\001\377\060\015\006\011\052\206\110\206\367\015\001"
3220
 
"\001\004\005\000\003\202\001\001\000\256\252\237\374\267\322\313"
3221
 
"\037\137\071\051\050\030\236\064\311\154\117\157\032\360\144\242"
3222
 
"\160\112\117\023\206\233\140\050\236\350\201\111\230\175\012\273"
3223
 
"\345\260\235\075\066\333\217\005\121\377\011\061\052\037\335\211"
3224
 
"\167\236\017\056\154\225\004\355\206\313\264\000\077\204\002\115"
3225
 
"\200\152\052\055\170\013\256\157\053\242\203\104\203\037\315\120"
3226
 
"\202\114\044\257\275\367\245\264\310\132\017\364\347\107\136\111"
3227
 
"\216\067\226\376\232\210\005\072\331\300\333\051\207\346\031\226"
3228
 
"\107\247\072\246\214\213\074\167\376\106\143\247\123\332\041\321"
3229
 
"\254\176\111\242\113\346\303\147\131\057\263\212\016\273\054\275"
3230
 
"\251\252\102\174\065\301\330\177\325\247\061\072\116\143\103\071"
3231
 
"\257\010\260\141\064\214\323\230\251\103\064\366\017\207\051\073"
3232
 
"\235\302\126\130\230\167\303\367\033\254\366\235\370\076\252\247"
3233
 
"\124\105\360\365\371\325\061\145\376\153\130\234\161\263\036\327"
3234
 
"\122\352\062\027\374\100\140\035\311\171\044\262\366\154\375\250"
3235
 
"\146\016\202\335\230\313\332\302\104\117\056\240\173\362\367\153"
3236
 
"\054\166\021\204\106\212\170\243\343"
 
3228
"\004\003\002\001\006\060\017\006\003\125\035\023\001\001\377\004"
 
3229
"\005\060\003\001\001\377\060\035\006\003\125\035\016\004\026\004"
 
3230
"\024\140\173\146\032\105\015\227\312\211\120\057\175\004\315\064"
 
3231
"\250\377\374\375\113\060\015\006\011\052\206\110\206\367\015\001"
 
3232
"\001\005\005\000\003\202\001\001\000\326\163\347\174\117\166\320"
 
3233
"\215\277\354\272\242\276\064\305\050\062\265\174\374\154\234\054"
 
3234
"\053\275\011\236\123\277\153\136\252\021\110\266\345\010\243\263"
 
3235
"\312\075\141\115\323\106\011\263\076\303\240\343\143\125\033\362"
 
3236
"\272\357\255\071\341\103\271\070\243\346\057\212\046\073\357\240"
 
3237
"\120\126\371\306\012\375\070\315\304\013\160\121\224\227\230\004"
 
3238
"\337\303\137\224\325\025\311\024\101\234\304\135\165\144\025\015"
 
3239
"\377\125\060\354\206\217\377\015\357\054\271\143\106\366\252\374"
 
3240
"\337\274\151\375\056\022\110\144\232\340\225\360\246\357\051\217"
 
3241
"\001\261\025\265\014\035\245\376\151\054\151\044\170\036\263\247"
 
3242
"\034\161\142\356\312\310\227\254\027\135\212\302\370\107\206\156"
 
3243
"\052\304\126\061\225\320\147\211\205\053\371\154\246\135\106\235"
 
3244
"\014\252\202\344\231\121\335\160\267\333\126\075\141\344\152\341"
 
3245
"\134\326\366\376\075\336\101\314\007\256\143\122\277\123\123\364"
 
3246
"\053\351\307\375\266\367\202\137\205\322\101\030\333\201\263\004"
 
3247
"\034\305\037\244\200\157\025\040\311\336\014\210\012\035\326\146"
 
3248
"\125\342\374\110\311\051\046\151\340"
3237
3249
, (PRUint32)889 }
3238
3250
};
3239
3251
static const NSSItem nss_builtins_items_45 [] = {
3242
3254
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
3243
3255
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
3244
3256
  { (void *)"GlobalSign Root CA", (PRUint32)19 },
3245
 
  { (void *)"\057\027\077\175\351\226\147\257\245\172\370\012\242\321\261\057"
3246
 
"\254\203\003\070"
 
3257
  { (void *)"\261\274\226\213\324\364\235\142\052\250\232\201\362\025\001\122"
 
3258
"\244\035\202\234"
3247
3259
, (PRUint32)20 },
3248
 
  { (void *)"\253\277\352\343\153\051\246\314\246\170\065\231\357\255\053\200"
 
3260
  { (void *)"\076\105\122\025\011\121\222\341\267\135\067\237\261\207\051\212"
3249
3261
, (PRUint32)16 },
3250
3262
  { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
3251
3263
"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
3254
3266
"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
3255
3267
"\156\040\122\157\157\164\040\103\101"
3256
3268
, (PRUint32)89 },
3257
 
  { (void *)"\002\013\002\000\000\000\000\000\326\170\267\224\005"
 
3269
  { (void *)"\002\013\004\000\000\000\000\001\025\113\132\303\224"
3258
3270
, (PRUint32)13 },
3259
3271
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
3260
3272
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
16725
16737
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
16726
16738
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
16727
16739
};
 
16740
static const NSSItem nss_builtins_items_248 [] = {
 
16741
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
16742
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
16743
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
16744
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
16745
  { (void *)"WellsSecure Public Root Certificate Authority", (PRUint32)46 },
 
16746
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
16747
  { (void *)"\060\201\205\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
16748
"\061\040\060\036\006\003\125\004\012\014\027\127\145\154\154\163"
 
16749
"\040\106\141\162\147\157\040\127\145\154\154\163\123\145\143\165"
 
16750
"\162\145\061\034\060\032\006\003\125\004\013\014\023\127\145\154"
 
16751
"\154\163\040\106\141\162\147\157\040\102\141\156\153\040\116\101"
 
16752
"\061\066\060\064\006\003\125\004\003\014\055\127\145\154\154\163"
 
16753
"\123\145\143\165\162\145\040\120\165\142\154\151\143\040\122\157"
 
16754
"\157\164\040\103\145\162\164\151\146\151\143\141\164\145\040\101"
 
16755
"\165\164\150\157\162\151\164\171"
 
16756
, (PRUint32)136 },
 
16757
  { (void *)"0", (PRUint32)2 },
 
16758
  { (void *)"\060\201\205\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
16759
"\061\040\060\036\006\003\125\004\012\014\027\127\145\154\154\163"
 
16760
"\040\106\141\162\147\157\040\127\145\154\154\163\123\145\143\165"
 
16761
"\162\145\061\034\060\032\006\003\125\004\013\014\023\127\145\154"
 
16762
"\154\163\040\106\141\162\147\157\040\102\141\156\153\040\116\101"
 
16763
"\061\066\060\064\006\003\125\004\003\014\055\127\145\154\154\163"
 
16764
"\123\145\143\165\162\145\040\120\165\142\154\151\143\040\122\157"
 
16765
"\157\164\040\103\145\162\164\151\146\151\143\141\164\145\040\101"
 
16766
"\165\164\150\157\162\151\164\171"
 
16767
, (PRUint32)136 },
 
16768
  { (void *)"\002\001\001"
 
16769
, (PRUint32)3 },
 
16770
  { (void *)"\060\202\004\275\060\202\003\245\240\003\002\001\002\002\001\001"
 
16771
"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
 
16772
"\201\205\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
 
16773
"\040\060\036\006\003\125\004\012\014\027\127\145\154\154\163\040"
 
16774
"\106\141\162\147\157\040\127\145\154\154\163\123\145\143\165\162"
 
16775
"\145\061\034\060\032\006\003\125\004\013\014\023\127\145\154\154"
 
16776
"\163\040\106\141\162\147\157\040\102\141\156\153\040\116\101\061"
 
16777
"\066\060\064\006\003\125\004\003\014\055\127\145\154\154\163\123"
 
16778
"\145\143\165\162\145\040\120\165\142\154\151\143\040\122\157\157"
 
16779
"\164\040\103\145\162\164\151\146\151\143\141\164\145\040\101\165"
 
16780
"\164\150\157\162\151\164\171\060\036\027\015\060\067\061\062\061"
 
16781
"\063\061\067\060\067\065\064\132\027\015\062\062\061\062\061\064"
 
16782
"\060\060\060\067\065\064\132\060\201\205\061\013\060\011\006\003"
 
16783
"\125\004\006\023\002\125\123\061\040\060\036\006\003\125\004\012"
 
16784
"\014\027\127\145\154\154\163\040\106\141\162\147\157\040\127\145"
 
16785
"\154\154\163\123\145\143\165\162\145\061\034\060\032\006\003\125"
 
16786
"\004\013\014\023\127\145\154\154\163\040\106\141\162\147\157\040"
 
16787
"\102\141\156\153\040\116\101\061\066\060\064\006\003\125\004\003"
 
16788
"\014\055\127\145\154\154\163\123\145\143\165\162\145\040\120\165"
 
16789
"\142\154\151\143\040\122\157\157\164\040\103\145\162\164\151\146"
 
16790
"\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171\060"
 
16791
"\202\001\042\060\015\006\011\052\206\110\206\367\015\001\001\001"
 
16792
"\005\000\003\202\001\017\000\060\202\001\012\002\202\001\001\000"
 
16793
"\356\157\264\275\171\342\217\010\041\236\070\004\101\045\357\253"
 
16794
"\133\034\123\222\254\155\236\335\302\304\056\105\224\003\065\210"
 
16795
"\147\164\127\343\337\214\270\247\166\217\073\367\250\304\333\051"
 
16796
"\143\016\221\150\066\212\227\216\212\161\150\011\007\344\350\324"
 
16797
"\016\117\370\326\053\114\244\026\371\357\103\230\217\263\236\122"
 
16798
"\337\155\221\071\217\070\275\167\213\103\143\353\267\223\374\060"
 
16799
"\114\034\001\223\266\023\373\367\241\037\277\045\341\164\067\054"
 
16800
"\036\244\136\074\150\370\113\277\015\271\036\056\066\350\251\344"
 
16801
"\247\370\017\313\202\165\174\065\055\042\326\302\277\013\363\264"
 
16802
"\374\154\225\141\036\127\327\004\201\062\203\122\171\346\203\143"
 
16803
"\317\267\313\143\213\021\342\275\136\353\366\215\355\225\162\050"
 
16804
"\264\254\022\142\351\112\063\346\203\062\256\005\165\225\275\204"
 
16805
"\225\333\052\134\233\216\056\014\270\201\053\101\346\070\126\237"
 
16806
"\111\233\154\166\372\212\135\367\001\171\201\174\301\203\100\005"
 
16807
"\376\161\375\014\077\314\116\140\011\016\145\107\020\057\001\300"
 
16808
"\005\077\217\370\263\101\357\132\102\176\131\357\322\227\014\145"
 
16809
"\002\003\001\000\001\243\202\001\064\060\202\001\060\060\017\006"
 
16810
"\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060\071"
 
16811
"\006\003\125\035\037\004\062\060\060\060\056\240\054\240\052\206"
 
16812
"\050\150\164\164\160\072\057\057\143\162\154\056\160\153\151\056"
 
16813
"\167\145\154\154\163\146\141\162\147\157\056\143\157\155\057\167"
 
16814
"\163\160\162\143\141\056\143\162\154\060\016\006\003\125\035\017"
 
16815
"\001\001\377\004\004\003\002\001\306\060\035\006\003\125\035\016"
 
16816
"\004\026\004\024\046\225\031\020\331\350\241\227\221\377\334\031"
 
16817
"\331\265\004\076\322\163\012\152\060\201\262\006\003\125\035\043"
 
16818
"\004\201\252\060\201\247\200\024\046\225\031\020\331\350\241\227"
 
16819
"\221\377\334\031\331\265\004\076\322\163\012\152\241\201\213\244"
 
16820
"\201\210\060\201\205\061\013\060\011\006\003\125\004\006\023\002"
 
16821
"\125\123\061\040\060\036\006\003\125\004\012\014\027\127\145\154"
 
16822
"\154\163\040\106\141\162\147\157\040\127\145\154\154\163\123\145"
 
16823
"\143\165\162\145\061\034\060\032\006\003\125\004\013\014\023\127"
 
16824
"\145\154\154\163\040\106\141\162\147\157\040\102\141\156\153\040"
 
16825
"\116\101\061\066\060\064\006\003\125\004\003\014\055\127\145\154"
 
16826
"\154\163\123\145\143\165\162\145\040\120\165\142\154\151\143\040"
 
16827
"\122\157\157\164\040\103\145\162\164\151\146\151\143\141\164\145"
 
16828
"\040\101\165\164\150\157\162\151\164\171\202\001\001\060\015\006"
 
16829
"\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001"
 
16830
"\000\271\025\261\104\221\314\043\310\053\115\167\343\370\232\173"
 
16831
"\047\015\315\162\273\231\000\312\174\146\031\120\306\325\230\355"
 
16832
"\253\277\003\132\345\115\345\036\310\117\161\227\206\325\343\035"
 
16833
"\375\220\311\074\165\167\127\172\175\370\336\364\324\325\367\225"
 
16834
"\346\164\156\035\074\256\174\235\333\002\003\005\054\161\113\045"
 
16835
"\076\007\343\136\232\365\146\027\051\210\032\070\237\317\252\101"
 
16836
"\003\204\227\153\223\070\172\312\060\104\033\044\104\063\320\344"
 
16837
"\321\334\050\070\364\023\103\065\065\051\143\250\174\242\265\255"
 
16838
"\070\244\355\255\375\306\232\037\377\227\163\376\373\263\065\247"
 
16839
"\223\206\306\166\221\000\346\254\121\026\304\047\062\134\333\163"
 
16840
"\332\245\223\127\216\076\155\065\046\010\131\325\347\104\327\166"
 
16841
"\040\143\347\254\023\147\303\155\261\160\106\174\325\226\021\075"
 
16842
"\211\157\135\250\241\353\215\012\332\303\035\063\154\243\352\147"
 
16843
"\031\232\231\177\113\075\203\121\052\035\312\057\206\014\242\176"
 
16844
"\020\055\053\324\026\225\013\007\252\056\024\222\111\267\051\157"
 
16845
"\330\155\061\175\365\374\241\020\007\207\316\057\131\334\076\130"
 
16846
"\333"
 
16847
, (PRUint32)1217 }
 
16848
};
 
16849
static const NSSItem nss_builtins_items_249 [] = {
 
16850
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
16851
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
16852
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
16853
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
16854
  { (void *)"WellsSecure Public Root Certificate Authority", (PRUint32)46 },
 
16855
  { (void *)"\347\264\366\235\141\354\220\151\333\176\220\247\100\032\074\364"
 
16856
"\175\117\350\356"
 
16857
, (PRUint32)20 },
 
16858
  { (void *)"\025\254\245\302\222\055\171\274\350\177\313\147\355\002\317\066"
 
16859
, (PRUint32)16 },
 
16860
  { (void *)"\060\201\205\061\013\060\011\006\003\125\004\006\023\002\125\123"
 
16861
"\061\040\060\036\006\003\125\004\012\014\027\127\145\154\154\163"
 
16862
"\040\106\141\162\147\157\040\127\145\154\154\163\123\145\143\165"
 
16863
"\162\145\061\034\060\032\006\003\125\004\013\014\023\127\145\154"
 
16864
"\154\163\040\106\141\162\147\157\040\102\141\156\153\040\116\101"
 
16865
"\061\066\060\064\006\003\125\004\003\014\055\127\145\154\154\163"
 
16866
"\123\145\143\165\162\145\040\120\165\142\154\151\143\040\122\157"
 
16867
"\157\164\040\103\145\162\164\151\146\151\143\141\164\145\040\101"
 
16868
"\165\164\150\157\162\151\164\171"
 
16869
, (PRUint32)136 },
 
16870
  { (void *)"\002\001\001"
 
16871
, (PRUint32)3 },
 
16872
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
16873
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
16874
  { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) },
 
16875
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
16876
};
 
16877
static const NSSItem nss_builtins_items_250 [] = {
 
16878
  { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
16879
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
16880
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
16881
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
16882
  { (void *)"COMODO ECC Certification Authority", (PRUint32)35 },
 
16883
  { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
 
16884
  { (void *)"\060\201\205\061\013\060\011\006\003\125\004\006\023\002\107\102"
 
16885
"\061\033\060\031\006\003\125\004\010\023\022\107\162\145\141\164"
 
16886
"\145\162\040\115\141\156\143\150\145\163\164\145\162\061\020\060"
 
16887
"\016\006\003\125\004\007\023\007\123\141\154\146\157\162\144\061"
 
16888
"\032\060\030\006\003\125\004\012\023\021\103\117\115\117\104\117"
 
16889
"\040\103\101\040\114\151\155\151\164\145\144\061\053\060\051\006"
 
16890
"\003\125\004\003\023\042\103\117\115\117\104\117\040\105\103\103"
 
16891
"\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101"
 
16892
"\165\164\150\157\162\151\164\171"
 
16893
, (PRUint32)136 },
 
16894
  { (void *)"0", (PRUint32)2 },
 
16895
  { (void *)"\060\201\205\061\013\060\011\006\003\125\004\006\023\002\107\102"
 
16896
"\061\033\060\031\006\003\125\004\010\023\022\107\162\145\141\164"
 
16897
"\145\162\040\115\141\156\143\150\145\163\164\145\162\061\020\060"
 
16898
"\016\006\003\125\004\007\023\007\123\141\154\146\157\162\144\061"
 
16899
"\032\060\030\006\003\125\004\012\023\021\103\117\115\117\104\117"
 
16900
"\040\103\101\040\114\151\155\151\164\145\144\061\053\060\051\006"
 
16901
"\003\125\004\003\023\042\103\117\115\117\104\117\040\105\103\103"
 
16902
"\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101"
 
16903
"\165\164\150\157\162\151\164\171"
 
16904
, (PRUint32)136 },
 
16905
  { (void *)"\002\020\037\107\257\252\142\000\160\120\124\114\001\236\233\143"
 
16906
"\231\052"
 
16907
, (PRUint32)18 },
 
16908
  { (void *)"\060\202\002\211\060\202\002\017\240\003\002\001\002\002\020\037"
 
16909
"\107\257\252\142\000\160\120\124\114\001\236\233\143\231\052\060"
 
16910
"\012\006\010\052\206\110\316\075\004\003\003\060\201\205\061\013"
 
16911
"\060\011\006\003\125\004\006\023\002\107\102\061\033\060\031\006"
 
16912
"\003\125\004\010\023\022\107\162\145\141\164\145\162\040\115\141"
 
16913
"\156\143\150\145\163\164\145\162\061\020\060\016\006\003\125\004"
 
16914
"\007\023\007\123\141\154\146\157\162\144\061\032\060\030\006\003"
 
16915
"\125\004\012\023\021\103\117\115\117\104\117\040\103\101\040\114"
 
16916
"\151\155\151\164\145\144\061\053\060\051\006\003\125\004\003\023"
 
16917
"\042\103\117\115\117\104\117\040\105\103\103\040\103\145\162\164"
 
16918
"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162"
 
16919
"\151\164\171\060\036\027\015\060\070\060\063\060\066\060\060\060"
 
16920
"\060\060\060\132\027\015\063\070\060\061\061\070\062\063\065\071"
 
16921
"\065\071\132\060\201\205\061\013\060\011\006\003\125\004\006\023"
 
16922
"\002\107\102\061\033\060\031\006\003\125\004\010\023\022\107\162"
 
16923
"\145\141\164\145\162\040\115\141\156\143\150\145\163\164\145\162"
 
16924
"\061\020\060\016\006\003\125\004\007\023\007\123\141\154\146\157"
 
16925
"\162\144\061\032\060\030\006\003\125\004\012\023\021\103\117\115"
 
16926
"\117\104\117\040\103\101\040\114\151\155\151\164\145\144\061\053"
 
16927
"\060\051\006\003\125\004\003\023\042\103\117\115\117\104\117\040"
 
16928
"\105\103\103\040\103\145\162\164\151\146\151\143\141\164\151\157"
 
16929
"\156\040\101\165\164\150\157\162\151\164\171\060\166\060\020\006"
 
16930
"\007\052\206\110\316\075\002\001\006\005\053\201\004\000\042\003"
 
16931
"\142\000\004\003\107\173\057\165\311\202\025\205\373\165\344\221"
 
16932
"\026\324\253\142\231\365\076\122\013\006\316\101\000\177\227\341"
 
16933
"\012\044\074\035\001\004\356\075\322\215\011\227\014\340\165\344"
 
16934
"\372\373\167\212\052\365\003\140\113\066\213\026\043\026\255\011"
 
16935
"\161\364\112\364\050\120\264\376\210\034\156\077\154\057\057\011"
 
16936
"\131\133\245\133\013\063\231\342\303\075\211\371\152\054\357\262"
 
16937
"\323\006\351\243\102\060\100\060\035\006\003\125\035\016\004\026"
 
16938
"\004\024\165\161\247\031\110\031\274\235\235\352\101\107\337\224"
 
16939
"\304\110\167\231\323\171\060\016\006\003\125\035\017\001\001\377"
 
16940
"\004\004\003\002\001\006\060\017\006\003\125\035\023\001\001\377"
 
16941
"\004\005\060\003\001\001\377\060\012\006\010\052\206\110\316\075"
 
16942
"\004\003\003\003\150\000\060\145\002\061\000\357\003\133\172\254"
 
16943
"\267\170\012\162\267\210\337\377\265\106\024\011\012\372\240\346"
 
16944
"\175\010\306\032\207\275\030\250\163\275\046\312\140\014\235\316"
 
16945
"\231\237\317\134\017\060\341\276\024\061\352\002\060\024\364\223"
 
16946
"\074\111\247\063\172\220\106\107\263\143\175\023\233\116\267\157"
 
16947
"\030\067\200\123\376\335\040\340\065\232\066\321\307\001\271\346"
 
16948
"\334\335\363\377\035\054\072\026\127\331\222\071\326"
 
16949
, (PRUint32)653 }
 
16950
};
 
16951
static const NSSItem nss_builtins_items_251 [] = {
 
16952
  { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
 
16953
  { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
 
16954
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
16955
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
 
16956
  { (void *)"COMODO ECC Certification Authority", (PRUint32)35 },
 
16957
  { (void *)"\237\164\116\237\053\115\272\354\017\061\054\120\266\126\073\216"
 
16958
"\055\223\303\021"
 
16959
, (PRUint32)20 },
 
16960
  { (void *)"\174\142\377\164\235\061\123\136\150\112\325\170\252\036\277\043"
 
16961
, (PRUint32)16 },
 
16962
  { (void *)"\060\201\205\061\013\060\011\006\003\125\004\006\023\002\107\102"
 
16963
"\061\033\060\031\006\003\125\004\010\023\022\107\162\145\141\164"
 
16964
"\145\162\040\115\141\156\143\150\145\163\164\145\162\061\020\060"
 
16965
"\016\006\003\125\004\007\023\007\123\141\154\146\157\162\144\061"
 
16966
"\032\060\030\006\003\125\004\012\023\021\103\117\115\117\104\117"
 
16967
"\040\103\101\040\114\151\155\151\164\145\144\061\053\060\051\006"
 
16968
"\003\125\004\003\023\042\103\117\115\117\104\117\040\105\103\103"
 
16969
"\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101"
 
16970
"\165\164\150\157\162\151\164\171"
 
16971
, (PRUint32)136 },
 
16972
  { (void *)"\002\020\037\107\257\252\142\000\160\120\124\114\001\236\233\143"
 
16973
"\231\052"
 
16974
, (PRUint32)18 },
 
16975
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
16976
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
16977
  { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
 
16978
  { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }
 
16979
};
16728
16980
 
16729
16981
builtinsInternalObject
16730
16982
nss_builtins_data[] = {
16977
17229
  { 11, nss_builtins_types_244, nss_builtins_items_244, {NULL} },
16978
17230
  { 13, nss_builtins_types_245, nss_builtins_items_245, {NULL} },
16979
17231
  { 11, nss_builtins_types_246, nss_builtins_items_246, {NULL} },
16980
 
  { 13, nss_builtins_types_247, nss_builtins_items_247, {NULL} }
 
17232
  { 13, nss_builtins_types_247, nss_builtins_items_247, {NULL} },
 
17233
  { 11, nss_builtins_types_248, nss_builtins_items_248, {NULL} },
 
17234
  { 13, nss_builtins_types_249, nss_builtins_items_249, {NULL} },
 
17235
  { 11, nss_builtins_types_250, nss_builtins_items_250, {NULL} },
 
17236
  { 13, nss_builtins_types_251, nss_builtins_items_251, {NULL} }
16981
17237
};
16982
17238
const PRUint32
16983
17239
#ifdef DEBUG
16984
 
  nss_builtins_nObjects = 247+1;
 
17240
  nss_builtins_nObjects = 251+1;
16985
17241
#else
16986
 
  nss_builtins_nObjects = 247;
 
17242
  nss_builtins_nObjects = 251;
16987
17243
#endif /* DEBUG */