diff --git a/mozilla/security/nss/lib/ckfw/builtins/certdata.c b/mozilla/security/nss/lib/ckfw/builtins/certdata.c index 372576862de..1f23791658e 100644 --- a/mozilla/security/nss/lib/ckfw/builtins/certdata.c +++ b/mozilla/security/nss/lib/ckfw/builtins/certdata.c @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ #ifdef DEBUG -static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.5 $ $Date: 2010-11-26 22:53:23 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.5 $ $Date: 2010-11-26 22:53:23 $"; +static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.6 $ $Date: 2010-12-02 23:26:35 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.6 $ $Date: 2010-12-02 23:26:35 $"; #endif /* DEBUG */ #ifndef BUILTINS_H @@ -960,6 +960,36 @@ static const CK_ATTRIBUTE_TYPE nss_builtins_types_300 [] = { static const CK_ATTRIBUTE_TYPE nss_builtins_types_301 [] = { 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 }; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_302 [] = { + CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE +}; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_303 [] = { + 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 +}; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_304 [] = { + CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE +}; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_305 [] = { + 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 +}; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_306 [] = { + CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE +}; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_307 [] = { + 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 +}; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_308 [] = { + CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE +}; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_309 [] = { + 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 +}; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_310 [] = { + CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE +}; +static const CK_ATTRIBUTE_TYPE nss_builtins_types_311 [] = { + 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 +}; #ifdef DEBUG static const NSSItem nss_builtins_items_0 [] = { { (void *)&cko_data, (PRUint32)sizeof(CK_OBJECT_CLASS) }, @@ -968,7 +998,7 @@ static const NSSItem nss_builtins_items_0 [] = { { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, { (void *)"CVS ID", (PRUint32)7 }, { (void *)"NSS", (PRUint32)4 }, - { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.5 $ $Date: 2010-11-26 22:53:23 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.5 $ $Date: 2010-11-26 22:53:23 $", (PRUint32)164 } + { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.6 $ $Date: 2010-12-02 23:26:35 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.6 $ $Date: 2010-12-02 23:26:35 $", (PRUint32)164 } }; #endif /* DEBUG */ static const NSSItem nss_builtins_items_1 [] = { @@ -20180,6 +20210,788 @@ static const NSSItem nss_builtins_items_301 [] = { { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } }; +static const NSSItem nss_builtins_items_302 [] = { + { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"TC TrustCenter Universal CA III", (PRUint32)32 }, + { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, + { (void *)"\060\173\061\013\060\011\006\003\125\004\006\023\002\104\105\061" +"\034\060\032\006\003\125\004\012\023\023\124\103\040\124\162\165" +"\163\164\103\145\156\164\145\162\040\107\155\142\110\061\044\060" +"\042\006\003\125\004\013\023\033\124\103\040\124\162\165\163\164" +"\103\145\156\164\145\162\040\125\156\151\166\145\162\163\141\154" +"\040\103\101\061\050\060\046\006\003\125\004\003\023\037\124\103" +"\040\124\162\165\163\164\103\145\156\164\145\162\040\125\156\151" +"\166\145\162\163\141\154\040\103\101\040\111\111\111" +, (PRUint32)125 }, + { (void *)"0", (PRUint32)2 }, + { (void *)"\060\173\061\013\060\011\006\003\125\004\006\023\002\104\105\061" +"\034\060\032\006\003\125\004\012\023\023\124\103\040\124\162\165" +"\163\164\103\145\156\164\145\162\040\107\155\142\110\061\044\060" +"\042\006\003\125\004\013\023\033\124\103\040\124\162\165\163\164" +"\103\145\156\164\145\162\040\125\156\151\166\145\162\163\141\154" +"\040\103\101\061\050\060\046\006\003\125\004\003\023\037\124\103" +"\040\124\162\165\163\164\103\145\156\164\145\162\040\125\156\151" +"\166\145\162\163\141\154\040\103\101\040\111\111\111" +, (PRUint32)125 }, + { (void *)"\002\016\143\045\000\001\000\002\024\215\063\025\002\344\154\364" +, (PRUint32)16 }, + { (void *)"\060\202\003\341\060\202\002\311\240\003\002\001\002\002\016\143" +"\045\000\001\000\002\024\215\063\025\002\344\154\364\060\015\006" +"\011\052\206\110\206\367\015\001\001\005\005\000\060\173\061\013" +"\060\011\006\003\125\004\006\023\002\104\105\061\034\060\032\006" +"\003\125\004\012\023\023\124\103\040\124\162\165\163\164\103\145" +"\156\164\145\162\040\107\155\142\110\061\044\060\042\006\003\125" +"\004\013\023\033\124\103\040\124\162\165\163\164\103\145\156\164" +"\145\162\040\125\156\151\166\145\162\163\141\154\040\103\101\061" +"\050\060\046\006\003\125\004\003\023\037\124\103\040\124\162\165" +"\163\164\103\145\156\164\145\162\040\125\156\151\166\145\162\163" +"\141\154\040\103\101\040\111\111\111\060\036\027\015\060\071\060" +"\071\060\071\060\070\061\065\062\067\132\027\015\062\071\061\062" +"\063\061\062\063\065\071\065\071\132\060\173\061\013\060\011\006" +"\003\125\004\006\023\002\104\105\061\034\060\032\006\003\125\004" +"\012\023\023\124\103\040\124\162\165\163\164\103\145\156\164\145" +"\162\040\107\155\142\110\061\044\060\042\006\003\125\004\013\023" +"\033\124\103\040\124\162\165\163\164\103\145\156\164\145\162\040" +"\125\156\151\166\145\162\163\141\154\040\103\101\061\050\060\046" +"\006\003\125\004\003\023\037\124\103\040\124\162\165\163\164\103" +"\145\156\164\145\162\040\125\156\151\166\145\162\163\141\154\040" +"\103\101\040\111\111\111\060\202\001\042\060\015\006\011\052\206" +"\110\206\367\015\001\001\001\005\000\003\202\001\017\000\060\202" +"\001\012\002\202\001\001\000\302\332\234\142\260\271\161\022\260" +"\013\310\032\127\262\256\203\024\231\263\064\113\233\220\242\305" +"\347\347\057\002\240\115\055\244\372\205\332\233\045\205\055\100" +"\050\040\155\352\340\275\261\110\203\042\051\104\237\116\203\356" +"\065\121\023\163\164\325\274\362\060\146\224\123\300\100\066\057" +"\014\204\145\316\017\156\302\130\223\350\054\013\072\351\301\216" +"\373\362\153\312\074\342\234\116\216\344\371\175\323\047\237\033" +"\325\147\170\207\055\177\013\107\263\307\350\311\110\174\257\057" +"\314\012\331\101\357\237\376\232\341\262\256\371\123\265\345\351" +"\106\237\140\343\337\215\323\177\373\226\176\263\265\162\370\113" +"\255\010\171\315\151\211\100\047\365\052\301\255\103\354\244\123" +"\310\141\266\367\322\171\052\147\030\166\110\155\133\045\001\321" +"\046\305\267\127\151\043\025\133\141\212\255\360\033\055\331\257" +"\134\361\046\220\151\251\325\014\100\365\063\200\103\217\234\243" +"\166\052\105\264\257\277\177\076\207\077\166\305\315\052\336\040" +"\305\026\130\313\371\033\365\017\313\015\021\122\144\270\322\166" +"\142\167\203\361\130\237\377\002\003\001\000\001\243\143\060\141" +"\060\037\006\003\125\035\043\004\030\060\026\200\024\126\347\341" +"\133\045\103\200\340\366\214\341\161\274\216\345\200\057\304\110" +"\342\060\017\006\003\125\035\023\001\001\377\004\005\060\003\001" +"\001\377\060\016\006\003\125\035\017\001\001\377\004\004\003\002" +"\001\006\060\035\006\003\125\035\016\004\026\004\024\126\347\341" +"\133\045\103\200\340\366\214\341\161\274\216\345\200\057\304\110" +"\342\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000" +"\003\202\001\001\000\203\307\257\352\177\115\012\074\071\261\150" +"\276\173\155\211\056\351\263\011\347\030\127\215\205\232\027\363" +"\166\102\120\023\017\307\220\157\063\255\305\111\140\053\154\111" +"\130\031\324\342\276\267\277\253\111\274\224\310\253\276\050\154" +"\026\150\340\310\227\106\040\240\150\147\140\210\071\040\121\330" +"\150\001\021\316\247\366\021\007\366\354\354\254\032\037\262\146" +"\156\126\147\140\172\164\136\300\155\227\066\256\265\015\135\146" +"\163\300\045\062\105\330\112\006\007\217\304\267\007\261\115\006" +"\015\341\245\353\364\165\312\272\234\320\275\263\323\062\044\114" +"\356\176\342\166\004\113\111\123\330\362\351\124\063\374\345\161" +"\037\075\024\134\226\113\361\072\362\000\273\154\264\372\226\125" +"\010\210\011\301\314\221\031\051\260\040\055\377\313\070\244\100" +"\341\027\276\171\141\200\377\007\003\206\114\116\173\006\237\021" +"\206\215\211\356\047\304\333\342\274\031\216\013\303\303\023\307" +"\055\003\143\073\323\350\344\242\052\302\202\010\224\026\124\360" +"\357\037\047\220\045\270\015\016\050\033\107\167\107\275\034\250" +"\045\361\224\264\146" +, (PRUint32)997 } +}; +static const NSSItem nss_builtins_items_303 [] = { + { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"TC TrustCenter Universal CA III", (PRUint32)32 }, + { (void *)"\226\126\315\173\127\226\230\225\320\341\101\106\150\006\373\270" +"\306\021\006\207" +, (PRUint32)20 }, + { (void *)"\237\335\333\253\377\216\377\105\041\137\360\154\235\217\376\053" +, (PRUint32)16 }, + { (void *)"\060\173\061\013\060\011\006\003\125\004\006\023\002\104\105\061" +"\034\060\032\006\003\125\004\012\023\023\124\103\040\124\162\165" +"\163\164\103\145\156\164\145\162\040\107\155\142\110\061\044\060" +"\042\006\003\125\004\013\023\033\124\103\040\124\162\165\163\164" +"\103\145\156\164\145\162\040\125\156\151\166\145\162\163\141\154" +"\040\103\101\061\050\060\046\006\003\125\004\003\023\037\124\103" +"\040\124\162\165\163\164\103\145\156\164\145\162\040\125\156\151" +"\166\145\162\163\141\154\040\103\101\040\111\111\111" +, (PRUint32)125 }, + { (void *)"\002\016\143\045\000\001\000\002\024\215\063\025\002\344\154\364" +, (PRUint32)16 }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } +}; +static const NSSItem nss_builtins_items_304 [] = { + { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"Autoridad de Certificacion Firmaprofesional CIF A62634068", (PRUint32)58 }, + { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, + { (void *)"\060\121\061\013\060\011\006\003\125\004\006\023\002\105\123\061" +"\102\060\100\006\003\125\004\003\014\071\101\165\164\157\162\151" +"\144\141\144\040\144\145\040\103\145\162\164\151\146\151\143\141" +"\143\151\157\156\040\106\151\162\155\141\160\162\157\146\145\163" +"\151\157\156\141\154\040\103\111\106\040\101\066\062\066\063\064" +"\060\066\070" +, (PRUint32)83 }, + { (void *)"0", (PRUint32)2 }, + { (void *)"\060\121\061\013\060\011\006\003\125\004\006\023\002\105\123\061" +"\102\060\100\006\003\125\004\003\014\071\101\165\164\157\162\151" +"\144\141\144\040\144\145\040\103\145\162\164\151\146\151\143\141" +"\143\151\157\156\040\106\151\162\155\141\160\162\157\146\145\163" +"\151\157\156\141\154\040\103\111\106\040\101\066\062\066\063\064" +"\060\066\070" +, (PRUint32)83 }, + { (void *)"\002\010\123\354\073\356\373\262\110\137" +, (PRUint32)10 }, + { (void *)"\060\202\006\024\060\202\003\374\240\003\002\001\002\002\010\123" +"\354\073\356\373\262\110\137\060\015\006\011\052\206\110\206\367" +"\015\001\001\005\005\000\060\121\061\013\060\011\006\003\125\004" +"\006\023\002\105\123\061\102\060\100\006\003\125\004\003\014\071" +"\101\165\164\157\162\151\144\141\144\040\144\145\040\103\145\162" +"\164\151\146\151\143\141\143\151\157\156\040\106\151\162\155\141" +"\160\162\157\146\145\163\151\157\156\141\154\040\103\111\106\040" +"\101\066\062\066\063\064\060\066\070\060\036\027\015\060\071\060" +"\065\062\060\060\070\063\070\061\065\132\027\015\063\060\061\062" +"\063\061\060\070\063\070\061\065\132\060\121\061\013\060\011\006" +"\003\125\004\006\023\002\105\123\061\102\060\100\006\003\125\004" +"\003\014\071\101\165\164\157\162\151\144\141\144\040\144\145\040" +"\103\145\162\164\151\146\151\143\141\143\151\157\156\040\106\151" +"\162\155\141\160\162\157\146\145\163\151\157\156\141\154\040\103" +"\111\106\040\101\066\062\066\063\064\060\066\070\060\202\002\042" +"\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003" +"\202\002\017\000\060\202\002\012\002\202\002\001\000\312\226\153" +"\216\352\370\373\361\242\065\340\177\114\332\340\303\122\327\175" +"\266\020\310\002\136\263\103\052\304\117\152\262\312\034\135\050" +"\232\170\021\032\151\131\127\257\265\040\102\344\213\017\346\337" +"\133\246\003\222\057\365\021\344\142\327\062\161\070\331\004\014" +"\161\253\075\121\176\017\007\337\143\005\134\351\277\224\157\301" +"\051\202\300\264\332\121\260\301\074\273\255\067\112\134\312\361" +"\113\066\016\044\253\277\303\204\167\375\250\120\364\261\347\306" +"\057\322\055\131\215\172\012\116\226\151\122\002\252\066\230\354" +"\374\372\024\203\014\067\037\311\222\067\177\327\201\055\345\304" +"\271\340\076\064\376\147\364\076\146\321\323\364\100\317\136\142" +"\064\017\160\006\076\040\030\132\316\367\162\033\045\154\223\164" +"\024\223\243\163\261\016\252\207\020\043\131\137\040\005\031\107" +"\355\150\216\222\022\312\135\374\326\053\262\222\074\040\317\341" +"\137\257\040\276\240\166\177\166\345\354\032\206\141\063\076\347" +"\173\264\077\240\017\216\242\271\152\157\271\207\046\157\101\154" +"\210\246\120\375\152\143\013\365\223\026\033\031\217\262\355\233" +"\233\311\220\365\001\014\337\031\075\017\076\070\043\311\057\217" +"\014\321\002\376\033\125\326\116\320\215\074\257\117\244\363\376" +"\257\052\323\005\235\171\010\241\313\127\061\264\234\310\220\262" +"\147\364\030\026\223\072\374\107\330\321\170\226\061\037\272\053" +"\014\137\135\231\255\143\211\132\044\040\166\330\337\375\253\116" +"\246\042\252\235\136\346\047\212\175\150\051\243\347\212\270\332" +"\021\273\027\055\231\235\023\044\106\367\305\342\330\237\216\177" +"\307\217\164\155\132\262\350\162\365\254\356\044\020\255\057\024" +"\332\377\055\232\106\161\107\276\102\337\273\001\333\364\177\323" +"\050\217\061\131\133\323\311\002\246\264\122\312\156\227\373\103" +"\305\010\046\157\212\364\273\375\237\050\252\015\325\105\363\023" +"\072\035\330\300\170\217\101\147\074\036\224\144\256\173\013\305" +"\350\331\001\210\071\032\227\206\144\101\325\073\207\014\156\372" +"\017\306\275\110\024\277\071\115\324\236\101\266\217\226\035\143" +"\226\223\331\225\006\170\061\150\236\067\006\073\200\211\105\141" +"\071\043\307\033\104\243\025\345\034\370\222\060\273\002\003\001" +"\000\001\243\201\357\060\201\354\060\022\006\003\125\035\023\001" +"\001\377\004\010\060\006\001\001\377\002\001\001\060\016\006\003" +"\125\035\017\001\001\377\004\004\003\002\001\006\060\035\006\003" +"\125\035\016\004\026\004\024\145\315\353\253\065\036\000\076\176" +"\325\164\300\034\264\163\107\016\032\144\057\060\201\246\006\003" +"\125\035\040\004\201\236\060\201\233\060\201\230\006\004\125\035" +"\040\000\060\201\217\060\057\006\010\053\006\001\005\005\007\002" +"\001\026\043\150\164\164\160\072\057\057\167\167\167\056\146\151" +"\162\155\141\160\162\157\146\145\163\151\157\156\141\154\056\143" +"\157\155\057\143\160\163\060\134\006\010\053\006\001\005\005\007" +"\002\002\060\120\036\116\000\120\000\141\000\163\000\145\000\157" +"\000\040\000\144\000\145\000\040\000\154\000\141\000\040\000\102" +"\000\157\000\156\000\141\000\156\000\157\000\166\000\141\000\040" +"\000\064\000\067\000\040\000\102\000\141\000\162\000\143\000\145" +"\000\154\000\157\000\156\000\141\000\040\000\060\000\070\000\060" +"\000\061\000\067\060\015\006\011\052\206\110\206\367\015\001\001" +"\005\005\000\003\202\002\001\000\027\175\240\371\264\335\305\305" +"\353\255\113\044\265\241\002\253\335\245\210\112\262\017\125\113" +"\053\127\214\073\345\061\335\376\304\062\361\347\133\144\226\066" +"\062\030\354\245\062\167\327\343\104\266\300\021\052\200\271\075" +"\152\156\174\233\323\255\374\303\326\243\346\144\051\174\321\341" +"\070\036\202\053\377\047\145\257\373\026\025\304\056\161\204\345" +"\265\377\372\244\107\275\144\062\273\366\045\204\242\047\102\365" +"\040\260\302\023\020\021\315\020\025\272\102\220\052\322\104\341" +"\226\046\353\061\110\022\375\052\332\311\006\317\164\036\251\113" +"\325\207\050\371\171\064\222\076\056\104\350\366\217\117\217\065" +"\077\045\263\071\334\143\052\220\153\040\137\304\122\022\116\227" +"\054\052\254\235\227\336\110\362\243\146\333\302\322\203\225\246" +"\146\247\236\045\017\351\013\063\221\145\012\132\303\331\124\022" +"\335\257\303\116\016\037\046\136\015\334\263\215\354\325\201\160" +"\336\322\117\044\005\363\154\116\365\114\111\146\215\321\377\322" +"\013\045\101\110\376\121\204\306\102\257\200\004\317\320\176\144" +"\111\344\362\337\242\354\261\114\300\052\035\347\264\261\145\242" +"\304\274\361\230\364\252\160\007\143\264\270\332\073\114\372\100" +"\042\060\133\021\246\360\005\016\306\002\003\110\253\206\233\205" +"\335\333\335\352\242\166\200\163\175\365\234\004\304\105\215\347" +"\271\034\213\236\352\327\165\321\162\261\336\165\104\347\102\175" +"\342\127\153\175\334\231\274\075\203\050\352\200\223\215\305\114" +"\145\301\160\201\270\070\374\103\061\262\366\003\064\107\262\254" +"\373\042\006\313\036\335\027\107\034\137\146\271\323\032\242\332" +"\021\261\244\274\043\311\344\276\207\377\271\224\266\370\135\040" +"\112\324\137\347\275\150\173\145\362\025\036\322\072\251\055\351" +"\330\153\044\254\227\130\104\107\255\131\030\361\041\145\160\336" +"\316\064\140\250\100\361\363\074\244\303\050\043\214\376\047\063" +"\103\100\240\027\074\353\352\073\260\162\246\243\271\112\113\136" +"\026\110\364\262\274\310\214\222\305\235\237\254\162\066\274\064" +"\200\064\153\251\213\222\300\270\027\355\354\166\123\365\044\001" +"\214\263\042\350\113\174\125\306\235\372\243\024\273\145\205\156" +"\156\117\022\176\012\074\235\225" +, (PRUint32)1560 } +}; +static const NSSItem nss_builtins_items_305 [] = { + { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"Autoridad de Certificacion Firmaprofesional CIF A62634068", (PRUint32)58 }, + { (void *)"\256\305\373\077\310\341\277\304\345\117\003\007\132\232\350\000" +"\267\367\266\372" +, (PRUint32)20 }, + { (void *)"\163\072\164\172\354\273\243\226\246\302\344\342\310\233\300\303" +, (PRUint32)16 }, + { (void *)"\060\121\061\013\060\011\006\003\125\004\006\023\002\105\123\061" +"\102\060\100\006\003\125\004\003\014\071\101\165\164\157\162\151" +"\144\141\144\040\144\145\040\103\145\162\164\151\146\151\143\141" +"\143\151\157\156\040\106\151\162\155\141\160\162\157\146\145\163" +"\151\157\156\141\154\040\103\111\106\040\101\066\062\066\063\064" +"\060\066\070" +, (PRUint32)83 }, + { (void *)"\002\010\123\354\073\356\373\262\110\137" +, (PRUint32)10 }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } +}; +static const NSSItem nss_builtins_items_306 [] = { + { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"Izenpe.com", (PRUint32)11 }, + { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, + { (void *)"\060\070\061\013\060\011\006\003\125\004\006\023\002\105\123\061" +"\024\060\022\006\003\125\004\012\014\013\111\132\105\116\120\105" +"\040\123\056\101\056\061\023\060\021\006\003\125\004\003\014\012" +"\111\172\145\156\160\145\056\143\157\155" +, (PRUint32)58 }, + { (void *)"0", (PRUint32)2 }, + { (void *)"\060\070\061\013\060\011\006\003\125\004\006\023\002\105\123\061" +"\024\060\022\006\003\125\004\012\014\013\111\132\105\116\120\105" +"\040\123\056\101\056\061\023\060\021\006\003\125\004\003\014\012" +"\111\172\145\156\160\145\056\143\157\155" +, (PRUint32)58 }, + { (void *)"\002\020\000\260\267\132\026\110\137\277\341\313\365\213\327\031" +"\346\175" +, (PRUint32)18 }, + { (void *)"\060\202\005\361\060\202\003\331\240\003\002\001\002\002\020\000" +"\260\267\132\026\110\137\277\341\313\365\213\327\031\346\175\060" +"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\070" +"\061\013\060\011\006\003\125\004\006\023\002\105\123\061\024\060" +"\022\006\003\125\004\012\014\013\111\132\105\116\120\105\040\123" +"\056\101\056\061\023\060\021\006\003\125\004\003\014\012\111\172" +"\145\156\160\145\056\143\157\155\060\036\027\015\060\067\061\062" +"\061\063\061\063\060\070\062\070\132\027\015\063\067\061\062\061" +"\063\060\070\062\067\062\065\132\060\070\061\013\060\011\006\003" +"\125\004\006\023\002\105\123\061\024\060\022\006\003\125\004\012" +"\014\013\111\132\105\116\120\105\040\123\056\101\056\061\023\060" +"\021\006\003\125\004\003\014\012\111\172\145\156\160\145\056\143" +"\157\155\060\202\002\042\060\015\006\011\052\206\110\206\367\015" +"\001\001\001\005\000\003\202\002\017\000\060\202\002\012\002\202" +"\002\001\000\311\323\172\312\017\036\254\247\206\350\026\145\152" +"\261\302\033\105\062\161\225\331\376\020\133\314\257\347\245\171" +"\001\217\211\303\312\362\125\161\367\167\276\167\224\363\162\244" +"\054\104\330\236\222\233\024\072\241\347\044\220\012\012\126\216" +"\305\330\046\224\341\331\110\341\055\076\332\012\162\335\243\231" +"\025\332\201\242\207\364\173\156\046\167\211\130\255\326\353\014" +"\262\101\172\163\156\155\333\172\170\101\351\010\210\022\176\207" +"\056\146\021\143\154\124\373\074\235\162\300\274\056\377\302\267" +"\335\015\166\343\072\327\367\264\150\276\242\365\343\201\156\301" +"\106\157\135\215\340\115\306\124\125\211\032\063\061\012\261\127" +"\271\243\212\230\303\354\073\064\305\225\101\151\176\165\302\074" +"\040\305\141\272\121\107\240\040\220\223\241\220\113\363\116\174" +"\205\105\124\232\321\005\046\101\260\265\115\035\063\276\304\003" +"\310\045\174\301\160\333\073\364\011\055\124\047\110\254\057\341" +"\304\254\076\310\313\222\114\123\071\067\043\354\323\001\371\340" +"\011\104\115\115\144\300\341\015\132\207\042\274\255\033\243\376" +"\046\265\025\363\247\374\204\031\351\354\241\210\264\104\151\204" +"\203\363\211\321\164\006\251\314\013\326\302\336\047\205\120\046" +"\312\027\270\311\172\207\126\054\032\001\036\154\276\023\255\020" +"\254\265\044\365\070\221\241\326\113\332\361\273\322\336\107\265" +"\361\274\201\366\131\153\317\031\123\351\215\025\313\112\313\251" +"\157\104\345\033\101\317\341\206\247\312\320\152\237\274\114\215" +"\006\063\132\242\205\345\220\065\240\142\134\026\116\360\343\242" +"\372\003\032\264\054\161\263\130\054\336\173\013\333\032\017\353" +"\336\041\037\006\167\006\003\260\311\357\231\374\300\271\117\013" +"\206\050\376\322\271\352\343\332\245\303\107\151\022\340\333\360" +"\366\031\213\355\173\160\327\002\326\355\207\030\050\054\004\044" +"\114\167\344\110\212\032\306\073\232\324\017\312\372\165\322\001" +"\100\132\215\171\277\213\317\113\317\252\026\301\225\344\255\114" +"\212\076\027\221\324\261\142\345\202\345\200\004\244\003\176\215" +"\277\332\177\242\017\227\117\014\323\015\373\327\321\345\162\176" +"\034\310\167\377\133\232\017\267\256\005\106\345\361\250\026\354" +"\107\244\027\002\003\001\000\001\243\201\366\060\201\363\060\201" +"\260\006\003\125\035\021\004\201\250\060\201\245\201\017\151\156" +"\146\157\100\151\172\145\156\160\145\056\143\157\155\244\201\221" +"\060\201\216\061\107\060\105\006\003\125\004\012\014\076\111\132" +"\105\116\120\105\040\123\056\101\056\040\055\040\103\111\106\040" +"\101\060\061\063\063\067\062\066\060\055\122\115\145\162\143\056" +"\126\151\164\157\162\151\141\055\107\141\163\164\145\151\172\040" +"\124\061\060\065\065\040\106\066\062\040\123\070\061\103\060\101" +"\006\003\125\004\011\014\072\101\166\144\141\040\144\145\154\040" +"\115\145\144\151\164\145\162\162\141\156\145\157\040\105\164\157" +"\162\142\151\144\145\141\040\061\064\040\055\040\060\061\060\061" +"\060\040\126\151\164\157\162\151\141\055\107\141\163\164\145\151" +"\172\060\017\006\003\125\035\023\001\001\377\004\005\060\003\001" +"\001\377\060\016\006\003\125\035\017\001\001\377\004\004\003\002" +"\001\006\060\035\006\003\125\035\016\004\026\004\024\035\034\145" +"\016\250\362\045\173\264\221\317\344\261\261\346\275\125\164\154" +"\005\060\015\006\011\052\206\110\206\367\015\001\001\013\005\000" +"\003\202\002\001\000\170\246\014\026\112\237\114\210\072\300\313" +"\016\245\026\175\237\271\110\137\030\217\015\142\066\366\315\031" +"\153\254\253\325\366\221\175\256\161\363\077\263\016\170\205\233" +"\225\244\047\041\107\102\112\174\110\072\365\105\174\263\014\216" +"\121\170\254\225\023\336\306\375\175\270\032\220\114\253\222\003" +"\307\355\102\001\316\017\330\261\372\242\222\341\140\155\256\172" +"\153\011\252\306\051\356\150\111\147\060\200\044\172\061\026\071" +"\133\176\361\034\056\335\154\011\255\362\061\301\202\116\271\273" +"\371\276\277\052\205\077\300\100\243\072\131\374\131\113\074\050" +"\044\333\264\025\165\256\015\210\272\056\163\300\275\130\207\345" +"\102\362\353\136\356\036\060\042\231\313\067\321\304\041\154\201" +"\354\276\155\046\346\034\344\102\040\236\107\260\254\203\131\160" +"\054\065\326\257\066\064\264\315\073\370\062\250\357\343\170\211" +"\373\215\105\054\332\234\270\176\100\034\141\347\076\242\222\054" +"\113\362\315\372\230\266\051\377\363\362\173\251\037\056\240\223" +"\127\053\336\205\003\371\151\067\313\236\170\152\005\264\305\061" +"\170\211\354\172\247\205\341\271\173\074\336\276\036\171\204\316" +"\237\160\016\131\302\065\056\220\052\061\331\344\105\172\101\244" +"\056\023\233\064\016\146\173\111\253\144\227\320\106\303\171\235" +"\162\120\143\246\230\133\006\275\110\155\330\071\203\160\350\065" +"\360\005\321\252\274\343\333\310\002\352\174\375\202\332\302\133" +"\122\065\256\230\072\255\272\065\223\043\247\037\110\335\065\106" +"\230\262\020\150\344\245\061\302\012\130\056\031\201\020\311\120" +"\165\374\352\132\026\316\021\327\356\357\120\210\055\141\377\077" +"\102\163\005\224\103\325\216\074\116\001\072\031\245\037\106\116" +"\167\320\135\345\201\042\041\207\376\224\175\204\330\223\255\326" +"\150\103\110\262\333\353\163\044\347\221\177\124\244\266\200\076" +"\235\243\074\114\162\302\127\304\240\324\314\070\047\316\325\006" +"\236\242\110\331\351\237\316\202\160\066\223\232\073\337\226\041" +"\343\131\267\014\332\221\067\360\375\131\132\263\231\310\151\154" +"\103\046\001\065\143\140\125\211\003\072\165\330\272\112\331\124" +"\377\356\336\200\330\055\321\070\325\136\055\013\230\175\076\154" +"\333\374\046\210\307" +, (PRUint32)1525 } +}; +static const NSSItem nss_builtins_items_307 [] = { + { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"Izenpe.com", (PRUint32)11 }, + { (void *)"\057\170\075\045\122\030\247\112\145\071\161\265\054\242\234\105" +"\025\157\351\031" +, (PRUint32)20 }, + { (void *)"\246\260\315\205\200\332\134\120\064\243\071\220\057\125\147\163" +, (PRUint32)16 }, + { (void *)"\060\070\061\013\060\011\006\003\125\004\006\023\002\105\123\061" +"\024\060\022\006\003\125\004\012\014\013\111\132\105\116\120\105" +"\040\123\056\101\056\061\023\060\021\006\003\125\004\003\014\012" +"\111\172\145\156\160\145\056\143\157\155" +, (PRUint32)58 }, + { (void *)"\002\020\000\260\267\132\026\110\137\277\341\313\365\213\327\031" +"\346\175" +, (PRUint32)18 }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } +}; +static const NSSItem nss_builtins_items_308 [] = { + { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"Chambers of Commerce Root - 2008", (PRUint32)33 }, + { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, + { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\105\125" +"\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151" +"\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141" +"\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141" +"\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144" +"\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011" +"\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125" +"\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155" +"\141\040\123\056\101\056\061\051\060\047\006\003\125\004\003\023" +"\040\103\150\141\155\142\145\162\163\040\157\146\040\103\157\155" +"\155\145\162\143\145\040\122\157\157\164\040\055\040\062\060\060" +"\070" +, (PRUint32)177 }, + { (void *)"0", (PRUint32)2 }, + { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\105\125" +"\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151" +"\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141" +"\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141" +"\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144" +"\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011" +"\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125" +"\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155" +"\141\040\123\056\101\056\061\051\060\047\006\003\125\004\003\023" +"\040\103\150\141\155\142\145\162\163\040\157\146\040\103\157\155" +"\155\145\162\143\145\040\122\157\157\164\040\055\040\062\060\060" +"\070" +, (PRUint32)177 }, + { (void *)"\002\011\000\243\332\102\176\244\261\256\332" +, (PRUint32)11 }, + { (void *)"\060\202\007\117\060\202\005\067\240\003\002\001\002\002\011\000" +"\243\332\102\176\244\261\256\332\060\015\006\011\052\206\110\206" +"\367\015\001\001\005\005\000\060\201\256\061\013\060\011\006\003" +"\125\004\006\023\002\105\125\061\103\060\101\006\003\125\004\007" +"\023\072\115\141\144\162\151\144\040\050\163\145\145\040\143\165" +"\162\162\145\156\164\040\141\144\144\162\145\163\163\040\141\164" +"\040\167\167\167\056\143\141\155\145\162\146\151\162\155\141\056" +"\143\157\155\057\141\144\144\162\145\163\163\051\061\022\060\020" +"\006\003\125\004\005\023\011\101\070\062\067\064\063\062\070\067" +"\061\033\060\031\006\003\125\004\012\023\022\101\103\040\103\141" +"\155\145\162\146\151\162\155\141\040\123\056\101\056\061\051\060" +"\047\006\003\125\004\003\023\040\103\150\141\155\142\145\162\163" +"\040\157\146\040\103\157\155\155\145\162\143\145\040\122\157\157" +"\164\040\055\040\062\060\060\070\060\036\027\015\060\070\060\070" +"\060\061\061\062\062\071\065\060\132\027\015\063\070\060\067\063" +"\061\061\062\062\071\065\060\132\060\201\256\061\013\060\011\006" +"\003\125\004\006\023\002\105\125\061\103\060\101\006\003\125\004" +"\007\023\072\115\141\144\162\151\144\040\050\163\145\145\040\143" +"\165\162\162\145\156\164\040\141\144\144\162\145\163\163\040\141" +"\164\040\167\167\167\056\143\141\155\145\162\146\151\162\155\141" +"\056\143\157\155\057\141\144\144\162\145\163\163\051\061\022\060" +"\020\006\003\125\004\005\023\011\101\070\062\067\064\063\062\070" +"\067\061\033\060\031\006\003\125\004\012\023\022\101\103\040\103" +"\141\155\145\162\146\151\162\155\141\040\123\056\101\056\061\051" +"\060\047\006\003\125\004\003\023\040\103\150\141\155\142\145\162" +"\163\040\157\146\040\103\157\155\155\145\162\143\145\040\122\157" +"\157\164\040\055\040\062\060\060\070\060\202\002\042\060\015\006" +"\011\052\206\110\206\367\015\001\001\001\005\000\003\202\002\017" +"\000\060\202\002\012\002\202\002\001\000\257\000\313\160\067\053" +"\200\132\112\072\154\170\224\175\243\177\032\037\366\065\325\275" +"\333\313\015\104\162\076\046\262\220\122\272\143\073\050\130\157" +"\245\263\155\224\246\363\335\144\014\125\366\366\347\362\042\042" +"\200\136\341\142\306\266\051\341\201\154\362\277\345\175\062\152" +"\124\240\062\031\131\376\037\213\327\075\140\206\205\044\157\343" +"\021\263\167\076\040\226\065\041\153\263\010\331\160\056\144\367" +"\204\222\123\326\016\260\220\212\212\343\207\215\006\323\275\220" +"\016\342\231\241\033\206\016\332\232\012\273\013\141\120\006\122" +"\361\236\177\166\354\313\017\320\036\015\317\231\060\075\034\304" +"\105\020\130\254\326\323\350\327\345\352\305\001\007\167\326\121" +"\346\003\177\212\110\245\115\150\165\271\351\274\236\116\031\161" +"\365\062\113\234\155\140\031\013\373\314\235\165\334\277\046\315" +"\217\223\170\071\171\163\136\045\016\312\134\353\167\022\007\313" +"\144\101\107\162\223\253\120\303\353\011\166\144\064\322\071\267" +"\166\021\011\015\166\105\304\251\256\075\152\257\265\175\145\057" +"\224\130\020\354\134\174\257\176\342\266\030\331\320\233\116\132" +"\111\337\251\146\013\314\074\306\170\174\247\234\035\343\316\216" +"\123\276\005\336\140\017\153\345\032\333\077\343\341\041\311\051" +"\301\361\353\007\234\122\033\001\104\121\074\173\045\327\304\345" +"\122\124\135\045\007\312\026\040\270\255\344\101\356\172\010\376" +"\231\157\203\246\221\002\260\154\066\125\152\347\175\365\226\346" +"\312\201\326\227\361\224\203\351\355\260\261\153\022\151\036\254" +"\373\135\251\305\230\351\264\133\130\172\276\075\242\104\072\143" +"\131\324\013\045\336\033\117\275\345\001\236\315\322\051\325\237" +"\027\031\012\157\277\014\220\323\011\137\331\343\212\065\314\171" +"\132\115\031\067\222\267\304\301\255\257\364\171\044\232\262\001" +"\013\261\257\134\226\363\200\062\373\134\075\230\361\240\077\112" +"\336\276\257\224\056\331\125\232\027\156\140\235\143\154\270\143" +"\311\256\201\134\030\065\340\220\273\276\074\117\067\042\271\176" +"\353\317\236\167\041\246\075\070\201\373\110\332\061\075\053\343" +"\211\365\320\265\275\176\340\120\304\022\211\263\043\232\020\061" +"\205\333\256\157\357\070\063\030\166\021\002\003\001\000\001\243" +"\202\001\154\060\202\001\150\060\022\006\003\125\035\023\001\001" +"\377\004\010\060\006\001\001\377\002\001\014\060\035\006\003\125" +"\035\016\004\026\004\024\371\044\254\017\262\265\370\171\300\372" +"\140\210\033\304\331\115\002\236\027\031\060\201\343\006\003\125" +"\035\043\004\201\333\060\201\330\200\024\371\044\254\017\262\265" +"\370\171\300\372\140\210\033\304\331\115\002\236\027\031\241\201" +"\264\244\201\261\060\201\256\061\013\060\011\006\003\125\004\006" +"\023\002\105\125\061\103\060\101\006\003\125\004\007\023\072\115" +"\141\144\162\151\144\040\050\163\145\145\040\143\165\162\162\145" +"\156\164\040\141\144\144\162\145\163\163\040\141\164\040\167\167" +"\167\056\143\141\155\145\162\146\151\162\155\141\056\143\157\155" +"\057\141\144\144\162\145\163\163\051\061\022\060\020\006\003\125" +"\004\005\023\011\101\070\062\067\064\063\062\070\067\061\033\060" +"\031\006\003\125\004\012\023\022\101\103\040\103\141\155\145\162" +"\146\151\162\155\141\040\123\056\101\056\061\051\060\047\006\003" +"\125\004\003\023\040\103\150\141\155\142\145\162\163\040\157\146" +"\040\103\157\155\155\145\162\143\145\040\122\157\157\164\040\055" +"\040\062\060\060\070\202\011\000\243\332\102\176\244\261\256\332" +"\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\006" +"\060\075\006\003\125\035\040\004\066\060\064\060\062\006\004\125" +"\035\040\000\060\052\060\050\006\010\053\006\001\005\005\007\002" +"\001\026\034\150\164\164\160\072\057\057\160\157\154\151\143\171" +"\056\143\141\155\145\162\146\151\162\155\141\056\143\157\155\060" +"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202" +"\002\001\000\220\022\257\042\065\302\243\071\360\056\336\351\265" +"\351\170\174\110\276\077\175\105\222\136\351\332\261\031\374\026" +"\074\237\264\133\146\236\152\347\303\271\135\210\350\017\255\317" +"\043\017\336\045\072\136\314\117\245\301\265\055\254\044\322\130" +"\007\336\242\317\151\204\140\063\350\020\015\023\251\043\320\205" +"\345\216\173\246\236\075\162\023\162\063\365\252\175\306\143\037" +"\010\364\376\001\177\044\317\053\054\124\011\336\342\053\155\222" +"\306\071\117\026\352\074\176\172\106\324\105\152\106\250\353\165" +"\202\126\247\253\240\174\150\023\063\366\235\060\360\157\047\071" +"\044\043\052\220\375\220\051\065\362\223\337\064\245\306\367\370" +"\357\214\017\142\112\174\256\323\365\124\370\215\266\232\126\207" +"\026\202\072\063\253\132\042\010\367\202\272\352\056\340\107\232" +"\264\265\105\243\005\073\331\334\056\105\100\073\352\334\177\350" +"\073\353\321\354\046\330\065\244\060\305\072\254\127\236\263\166" +"\245\040\173\371\036\112\005\142\001\246\050\165\140\227\222\015" +"\156\076\115\067\103\015\222\025\234\030\042\315\121\231\240\051" +"\032\074\137\212\062\063\133\060\307\211\057\107\230\017\243\003" +"\306\366\361\254\337\062\360\331\201\032\344\234\275\366\200\024" +"\360\321\054\271\205\365\330\243\261\310\245\041\345\034\023\227" +"\356\016\275\337\051\251\357\064\123\133\323\344\152\023\204\006" +"\266\062\002\304\122\256\042\322\334\262\041\102\032\332\100\360" +"\051\311\354\012\014\134\342\320\272\314\110\323\067\012\314\022" +"\012\212\171\260\075\003\177\151\113\364\064\040\175\263\064\352" +"\216\113\144\365\076\375\263\043\147\025\015\004\270\360\055\301" +"\011\121\074\262\154\025\360\245\043\327\203\164\344\345\056\311" +"\376\230\047\102\306\253\306\236\260\320\133\070\245\233\120\336" +"\176\030\230\265\105\073\366\171\264\350\367\032\173\006\203\373" +"\320\213\332\273\307\275\030\253\010\157\074\200\153\100\077\031" +"\031\272\145\212\346\276\325\134\323\066\327\357\100\122\044\140" +"\070\147\004\061\354\217\363\202\306\336\271\125\363\073\061\221" +"\132\334\265\010\025\255\166\045\012\015\173\056\207\342\014\246" +"\006\274\046\020\155\067\235\354\335\170\214\174\200\305\360\331" +"\167\110\320" +, (PRUint32)1875 } +}; +static const NSSItem nss_builtins_items_309 [] = { + { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"Chambers of Commerce Root - 2008", (PRUint32)33 }, + { (void *)"\170\152\164\254\166\253\024\177\234\152\060\120\272\236\250\176" +"\376\232\316\074" +, (PRUint32)20 }, + { (void *)"\136\200\236\204\132\016\145\013\027\002\363\125\030\052\076\327" +, (PRUint32)16 }, + { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\105\125" +"\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151" +"\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141" +"\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141" +"\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144" +"\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011" +"\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125" +"\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155" +"\141\040\123\056\101\056\061\051\060\047\006\003\125\004\003\023" +"\040\103\150\141\155\142\145\162\163\040\157\146\040\103\157\155" +"\155\145\162\143\145\040\122\157\157\164\040\055\040\062\060\060" +"\070" +, (PRUint32)177 }, + { (void *)"\002\011\000\243\332\102\176\244\261\256\332" +, (PRUint32)11 }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } +}; +static const NSSItem nss_builtins_items_310 [] = { + { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"Global Chambersign Root - 2008", (PRUint32)31 }, + { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, + { (void *)"\060\201\254\061\013\060\011\006\003\125\004\006\023\002\105\125" +"\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151" +"\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141" +"\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141" +"\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144" +"\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011" +"\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125" +"\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155" +"\141\040\123\056\101\056\061\047\060\045\006\003\125\004\003\023" +"\036\107\154\157\142\141\154\040\103\150\141\155\142\145\162\163" +"\151\147\156\040\122\157\157\164\040\055\040\062\060\060\070" +, (PRUint32)175 }, + { (void *)"0", (PRUint32)2 }, + { (void *)"\060\201\254\061\013\060\011\006\003\125\004\006\023\002\105\125" +"\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151" +"\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141" +"\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141" +"\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144" +"\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011" +"\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125" +"\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155" +"\141\040\123\056\101\056\061\047\060\045\006\003\125\004\003\023" +"\036\107\154\157\142\141\154\040\103\150\141\155\142\145\162\163" +"\151\147\156\040\122\157\157\164\040\055\040\062\060\060\070" +, (PRUint32)175 }, + { (void *)"\002\011\000\311\315\323\351\325\175\043\316" +, (PRUint32)11 }, + { (void *)"\060\202\007\111\060\202\005\061\240\003\002\001\002\002\011\000" +"\311\315\323\351\325\175\043\316\060\015\006\011\052\206\110\206" +"\367\015\001\001\005\005\000\060\201\254\061\013\060\011\006\003" +"\125\004\006\023\002\105\125\061\103\060\101\006\003\125\004\007" +"\023\072\115\141\144\162\151\144\040\050\163\145\145\040\143\165" +"\162\162\145\156\164\040\141\144\144\162\145\163\163\040\141\164" +"\040\167\167\167\056\143\141\155\145\162\146\151\162\155\141\056" +"\143\157\155\057\141\144\144\162\145\163\163\051\061\022\060\020" +"\006\003\125\004\005\023\011\101\070\062\067\064\063\062\070\067" +"\061\033\060\031\006\003\125\004\012\023\022\101\103\040\103\141" +"\155\145\162\146\151\162\155\141\040\123\056\101\056\061\047\060" +"\045\006\003\125\004\003\023\036\107\154\157\142\141\154\040\103" +"\150\141\155\142\145\162\163\151\147\156\040\122\157\157\164\040" +"\055\040\062\060\060\070\060\036\027\015\060\070\060\070\060\061" +"\061\062\063\061\064\060\132\027\015\063\070\060\067\063\061\061" +"\062\063\061\064\060\132\060\201\254\061\013\060\011\006\003\125" +"\004\006\023\002\105\125\061\103\060\101\006\003\125\004\007\023" +"\072\115\141\144\162\151\144\040\050\163\145\145\040\143\165\162" +"\162\145\156\164\040\141\144\144\162\145\163\163\040\141\164\040" +"\167\167\167\056\143\141\155\145\162\146\151\162\155\141\056\143" +"\157\155\057\141\144\144\162\145\163\163\051\061\022\060\020\006" +"\003\125\004\005\023\011\101\070\062\067\064\063\062\070\067\061" +"\033\060\031\006\003\125\004\012\023\022\101\103\040\103\141\155" +"\145\162\146\151\162\155\141\040\123\056\101\056\061\047\060\045" +"\006\003\125\004\003\023\036\107\154\157\142\141\154\040\103\150" +"\141\155\142\145\162\163\151\147\156\040\122\157\157\164\040\055" +"\040\062\060\060\070\060\202\002\042\060\015\006\011\052\206\110" +"\206\367\015\001\001\001\005\000\003\202\002\017\000\060\202\002" +"\012\002\202\002\001\000\300\337\126\323\344\072\233\166\105\264" +"\023\333\377\301\266\031\213\067\101\030\225\122\107\353\027\235" +"\051\210\216\065\154\006\062\056\107\142\363\111\004\277\175\104" +"\066\261\161\314\275\132\011\163\325\331\205\104\377\221\127\045" +"\337\136\066\216\160\321\134\161\103\035\331\332\357\134\322\373" +"\033\275\072\265\313\255\243\314\104\247\015\256\041\025\077\271" +"\172\133\222\165\330\244\022\070\211\031\212\267\200\322\342\062" +"\157\126\234\221\326\210\020\013\263\164\144\222\164\140\363\366" +"\317\030\117\140\262\043\320\307\073\316\141\113\231\217\302\014" +"\320\100\262\230\334\015\250\116\243\271\012\256\140\240\255\105" +"\122\143\272\146\275\150\340\371\276\032\250\201\273\036\101\170" +"\165\323\301\376\000\125\260\207\124\350\047\220\065\035\114\063" +"\255\227\374\227\056\230\204\277\054\311\243\277\321\230\021\024" +"\355\143\370\312\230\210\130\027\231\355\105\003\227\176\074\206" +"\036\210\214\276\362\221\204\217\145\064\330\000\114\175\267\061" +"\027\132\051\172\012\030\044\060\243\067\265\172\251\001\175\046" +"\326\371\016\216\131\361\375\033\063\265\051\073\027\073\101\266" +"\041\335\324\300\075\245\237\237\037\103\120\311\273\274\154\172" +"\227\230\356\315\214\037\373\234\121\256\213\160\275\047\237\161" +"\300\153\254\175\220\146\350\327\135\072\015\260\325\302\215\325" +"\310\235\235\301\155\320\320\277\121\344\343\370\303\070\066\256" +"\326\247\165\346\257\204\103\135\223\222\014\152\007\336\073\035" +"\230\042\326\254\301\065\333\243\240\045\377\162\265\166\035\336" +"\155\351\054\146\054\122\204\320\105\222\316\034\345\345\063\035" +"\334\007\123\124\243\252\202\073\232\067\057\334\335\240\144\351" +"\346\335\275\256\374\144\205\035\074\247\311\006\336\204\377\153" +"\350\153\032\074\305\242\263\102\373\213\011\076\137\010\122\307" +"\142\304\324\005\161\277\304\144\344\370\241\203\350\076\022\233" +"\250\036\324\066\115\057\161\366\215\050\366\203\251\023\322\141" +"\301\221\273\110\300\064\217\101\214\113\114\333\151\022\377\120" +"\224\234\040\203\131\163\355\174\241\362\361\375\335\367\111\323" +"\103\130\240\126\143\312\075\075\345\065\126\131\351\016\312\040" +"\314\053\113\223\051\017\002\003\001\000\001\243\202\001\152\060" +"\202\001\146\060\022\006\003\125\035\023\001\001\377\004\010\060" +"\006\001\001\377\002\001\014\060\035\006\003\125\035\016\004\026" +"\004\024\271\011\312\234\036\333\323\154\072\153\256\355\124\361" +"\133\223\006\065\056\136\060\201\341\006\003\125\035\043\004\201" +"\331\060\201\326\200\024\271\011\312\234\036\333\323\154\072\153" +"\256\355\124\361\133\223\006\065\056\136\241\201\262\244\201\257" +"\060\201\254\061\013\060\011\006\003\125\004\006\023\002\105\125" +"\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151" +"\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141" +"\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141" +"\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144" +"\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011" +"\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125" +"\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155" +"\141\040\123\056\101\056\061\047\060\045\006\003\125\004\003\023" +"\036\107\154\157\142\141\154\040\103\150\141\155\142\145\162\163" +"\151\147\156\040\122\157\157\164\040\055\040\062\060\060\070\202" +"\011\000\311\315\323\351\325\175\043\316\060\016\006\003\125\035" +"\017\001\001\377\004\004\003\002\001\006\060\075\006\003\125\035" +"\040\004\066\060\064\060\062\006\004\125\035\040\000\060\052\060" +"\050\006\010\053\006\001\005\005\007\002\001\026\034\150\164\164" +"\160\072\057\057\160\157\154\151\143\171\056\143\141\155\145\162" +"\146\151\162\155\141\056\143\157\155\060\015\006\011\052\206\110" +"\206\367\015\001\001\005\005\000\003\202\002\001\000\200\210\177" +"\160\336\222\050\331\005\224\106\377\220\127\251\361\057\337\032" +"\015\153\372\174\016\034\111\044\171\047\330\106\252\157\051\131" +"\122\210\160\022\352\335\075\365\233\123\124\157\341\140\242\250" +"\011\271\354\353\131\174\306\065\361\334\030\351\361\147\345\257" +"\272\105\340\011\336\312\104\017\302\027\016\167\221\105\172\063" +"\137\137\226\054\150\213\301\107\217\230\233\075\300\354\313\365" +"\325\202\222\204\065\321\276\066\070\126\162\061\133\107\055\252" +"\027\244\143\121\353\012\001\255\177\354\165\236\313\241\037\361" +"\177\022\261\271\344\144\177\147\326\043\052\364\270\071\135\230" +"\350\041\247\341\275\075\102\032\164\232\160\257\150\154\120\135" +"\111\317\377\373\016\135\346\054\107\327\201\072\131\000\265\163" +"\153\143\040\366\061\105\010\071\016\364\160\176\100\160\132\077" +"\320\153\102\251\164\075\050\057\002\155\165\162\225\011\215\110" +"\143\306\306\043\127\222\223\136\065\301\215\371\012\367\054\235" +"\142\034\366\255\174\335\246\061\036\266\261\307\176\205\046\372" +"\244\152\265\332\143\060\321\357\223\067\262\146\057\175\005\367" +"\347\267\113\230\224\065\300\331\072\051\301\235\262\120\063\035" +"\112\251\132\246\311\003\357\355\364\347\250\156\212\264\127\204" +"\353\244\077\320\356\252\252\207\133\143\350\223\342\153\250\324" +"\270\162\170\153\033\355\071\344\135\313\233\252\207\325\117\116" +"\000\376\331\152\237\074\061\017\050\002\001\175\230\350\247\260" +"\242\144\236\171\370\110\362\025\251\314\346\310\104\353\077\170" +"\231\362\173\161\076\074\361\230\247\305\030\022\077\346\273\050" +"\063\102\351\105\012\174\155\362\206\171\057\305\202\031\175\011" +"\211\174\262\124\166\210\256\336\301\363\314\341\156\333\061\326" +"\223\256\231\240\357\045\152\163\230\211\133\072\056\023\210\036" +"\277\300\222\224\064\033\343\047\267\213\036\157\102\377\347\351" +"\067\233\120\035\055\242\371\002\356\313\130\130\072\161\274\150" +"\343\252\301\257\034\050\037\242\334\043\145\077\201\352\256\231" +"\323\330\060\317\023\015\117\025\311\204\274\247\110\055\370\060" +"\043\167\330\106\113\171\155\366\214\355\072\177\140\021\170\364" +"\351\233\256\325\124\300\164\200\321\013\102\237\301" +, (PRUint32)1869 } +}; +static const NSSItem nss_builtins_items_311 [] = { + { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, + { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, + { (void *)"Global Chambersign Root - 2008", (PRUint32)31 }, + { (void *)"\112\275\356\354\225\015\065\234\211\256\307\122\241\054\133\051" +"\366\326\252\014" +, (PRUint32)20 }, + { (void *)"\236\200\377\170\001\014\056\301\066\275\376\226\220\156\010\363" +, (PRUint32)16 }, + { (void *)"\060\201\254\061\013\060\011\006\003\125\004\006\023\002\105\125" +"\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151" +"\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141" +"\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141" +"\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144" +"\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011" +"\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125" +"\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155" +"\141\040\123\056\101\056\061\047\060\045\006\003\125\004\003\023" +"\036\107\154\157\142\141\154\040\103\150\141\155\142\145\162\163" +"\151\147\156\040\122\157\157\164\040\055\040\062\060\060\070" +, (PRUint32)175 }, + { (void *)"\002\011\000\311\315\323\351\325\175\043\316" +, (PRUint32)11 }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } +}; builtinsInternalObject nss_builtins_data[] = { @@ -20486,11 +21298,21 @@ nss_builtins_data[] = { { 11, nss_builtins_types_298, nss_builtins_items_298, {NULL} }, { 13, nss_builtins_types_299, nss_builtins_items_299, {NULL} }, { 11, nss_builtins_types_300, nss_builtins_items_300, {NULL} }, - { 13, nss_builtins_types_301, nss_builtins_items_301, {NULL} } + { 13, nss_builtins_types_301, nss_builtins_items_301, {NULL} }, + { 11, nss_builtins_types_302, nss_builtins_items_302, {NULL} }, + { 13, nss_builtins_types_303, nss_builtins_items_303, {NULL} }, + { 11, nss_builtins_types_304, nss_builtins_items_304, {NULL} }, + { 13, nss_builtins_types_305, nss_builtins_items_305, {NULL} }, + { 11, nss_builtins_types_306, nss_builtins_items_306, {NULL} }, + { 13, nss_builtins_types_307, nss_builtins_items_307, {NULL} }, + { 11, nss_builtins_types_308, nss_builtins_items_308, {NULL} }, + { 13, nss_builtins_types_309, nss_builtins_items_309, {NULL} }, + { 11, nss_builtins_types_310, nss_builtins_items_310, {NULL} }, + { 13, nss_builtins_types_311, nss_builtins_items_311, {NULL} } }; const PRUint32 #ifdef DEBUG - nss_builtins_nObjects = 301+1; + nss_builtins_nObjects = 311+1; #else - nss_builtins_nObjects = 301; + nss_builtins_nObjects = 311; #endif /* DEBUG */ diff --git a/mozilla/security/nss/lib/ckfw/builtins/certdata.txt b/mozilla/security/nss/lib/ckfw/builtins/certdata.txt index 04d71bb61bd..0ff7c132591 100644 --- a/mozilla/security/nss/lib/ckfw/builtins/certdata.txt +++ b/mozilla/security/nss/lib/ckfw/builtins/certdata.txt @@ -34,7 +34,7 @@ # the terms of any one of the MPL, the GPL or the LGPL. # # ***** END LICENSE BLOCK ***** -CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.64.2.5 $ $Date: 2010-11-26 22:53:23 $" +CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.64.2.6 $ $Date: 2010-12-02 23:26:35 $" # # certdata.txt @@ -20804,3 +20804,835 @@ CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE + +# +# Certificate "TC TrustCenter Universal CA III" +# +CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "TC TrustCenter Universal CA III" +CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 +CKA_SUBJECT MULTILINE_OCTAL +\060\173\061\013\060\011\006\003\125\004\006\023\002\104\105\061 +\034\060\032\006\003\125\004\012\023\023\124\103\040\124\162\165 +\163\164\103\145\156\164\145\162\040\107\155\142\110\061\044\060 +\042\006\003\125\004\013\023\033\124\103\040\124\162\165\163\164 +\103\145\156\164\145\162\040\125\156\151\166\145\162\163\141\154 +\040\103\101\061\050\060\046\006\003\125\004\003\023\037\124\103 +\040\124\162\165\163\164\103\145\156\164\145\162\040\125\156\151 +\166\145\162\163\141\154\040\103\101\040\111\111\111 +END +CKA_ID UTF8 "0" +CKA_ISSUER MULTILINE_OCTAL +\060\173\061\013\060\011\006\003\125\004\006\023\002\104\105\061 +\034\060\032\006\003\125\004\012\023\023\124\103\040\124\162\165 +\163\164\103\145\156\164\145\162\040\107\155\142\110\061\044\060 +\042\006\003\125\004\013\023\033\124\103\040\124\162\165\163\164 +\103\145\156\164\145\162\040\125\156\151\166\145\162\163\141\154 +\040\103\101\061\050\060\046\006\003\125\004\003\023\037\124\103 +\040\124\162\165\163\164\103\145\156\164\145\162\040\125\156\151 +\166\145\162\163\141\154\040\103\101\040\111\111\111 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\016\143\045\000\001\000\002\024\215\063\025\002\344\154\364 +END +CKA_VALUE MULTILINE_OCTAL +\060\202\003\341\060\202\002\311\240\003\002\001\002\002\016\143 +\045\000\001\000\002\024\215\063\025\002\344\154\364\060\015\006 +\011\052\206\110\206\367\015\001\001\005\005\000\060\173\061\013 +\060\011\006\003\125\004\006\023\002\104\105\061\034\060\032\006 +\003\125\004\012\023\023\124\103\040\124\162\165\163\164\103\145 +\156\164\145\162\040\107\155\142\110\061\044\060\042\006\003\125 +\004\013\023\033\124\103\040\124\162\165\163\164\103\145\156\164 +\145\162\040\125\156\151\166\145\162\163\141\154\040\103\101\061 +\050\060\046\006\003\125\004\003\023\037\124\103\040\124\162\165 +\163\164\103\145\156\164\145\162\040\125\156\151\166\145\162\163 +\141\154\040\103\101\040\111\111\111\060\036\027\015\060\071\060 +\071\060\071\060\070\061\065\062\067\132\027\015\062\071\061\062 +\063\061\062\063\065\071\065\071\132\060\173\061\013\060\011\006 +\003\125\004\006\023\002\104\105\061\034\060\032\006\003\125\004 +\012\023\023\124\103\040\124\162\165\163\164\103\145\156\164\145 +\162\040\107\155\142\110\061\044\060\042\006\003\125\004\013\023 +\033\124\103\040\124\162\165\163\164\103\145\156\164\145\162\040 +\125\156\151\166\145\162\163\141\154\040\103\101\061\050\060\046 +\006\003\125\004\003\023\037\124\103\040\124\162\165\163\164\103 +\145\156\164\145\162\040\125\156\151\166\145\162\163\141\154\040 +\103\101\040\111\111\111\060\202\001\042\060\015\006\011\052\206 +\110\206\367\015\001\001\001\005\000\003\202\001\017\000\060\202 +\001\012\002\202\001\001\000\302\332\234\142\260\271\161\022\260 +\013\310\032\127\262\256\203\024\231\263\064\113\233\220\242\305 +\347\347\057\002\240\115\055\244\372\205\332\233\045\205\055\100 +\050\040\155\352\340\275\261\110\203\042\051\104\237\116\203\356 +\065\121\023\163\164\325\274\362\060\146\224\123\300\100\066\057 +\014\204\145\316\017\156\302\130\223\350\054\013\072\351\301\216 +\373\362\153\312\074\342\234\116\216\344\371\175\323\047\237\033 +\325\147\170\207\055\177\013\107\263\307\350\311\110\174\257\057 +\314\012\331\101\357\237\376\232\341\262\256\371\123\265\345\351 +\106\237\140\343\337\215\323\177\373\226\176\263\265\162\370\113 +\255\010\171\315\151\211\100\047\365\052\301\255\103\354\244\123 +\310\141\266\367\322\171\052\147\030\166\110\155\133\045\001\321 +\046\305\267\127\151\043\025\133\141\212\255\360\033\055\331\257 +\134\361\046\220\151\251\325\014\100\365\063\200\103\217\234\243 +\166\052\105\264\257\277\177\076\207\077\166\305\315\052\336\040 +\305\026\130\313\371\033\365\017\313\015\021\122\144\270\322\166 +\142\167\203\361\130\237\377\002\003\001\000\001\243\143\060\141 +\060\037\006\003\125\035\043\004\030\060\026\200\024\126\347\341 +\133\045\103\200\340\366\214\341\161\274\216\345\200\057\304\110 +\342\060\017\006\003\125\035\023\001\001\377\004\005\060\003\001 +\001\377\060\016\006\003\125\035\017\001\001\377\004\004\003\002 +\001\006\060\035\006\003\125\035\016\004\026\004\024\126\347\341 +\133\045\103\200\340\366\214\341\161\274\216\345\200\057\304\110 +\342\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000 +\003\202\001\001\000\203\307\257\352\177\115\012\074\071\261\150 +\276\173\155\211\056\351\263\011\347\030\127\215\205\232\027\363 +\166\102\120\023\017\307\220\157\063\255\305\111\140\053\154\111 +\130\031\324\342\276\267\277\253\111\274\224\310\253\276\050\154 +\026\150\340\310\227\106\040\240\150\147\140\210\071\040\121\330 +\150\001\021\316\247\366\021\007\366\354\354\254\032\037\262\146 +\156\126\147\140\172\164\136\300\155\227\066\256\265\015\135\146 +\163\300\045\062\105\330\112\006\007\217\304\267\007\261\115\006 +\015\341\245\353\364\165\312\272\234\320\275\263\323\062\044\114 +\356\176\342\166\004\113\111\123\330\362\351\124\063\374\345\161 +\037\075\024\134\226\113\361\072\362\000\273\154\264\372\226\125 +\010\210\011\301\314\221\031\051\260\040\055\377\313\070\244\100 +\341\027\276\171\141\200\377\007\003\206\114\116\173\006\237\021 +\206\215\211\356\047\304\333\342\274\031\216\013\303\303\023\307 +\055\003\143\073\323\350\344\242\052\302\202\010\224\026\124\360 +\357\037\047\220\045\270\015\016\050\033\107\167\107\275\034\250 +\045\361\224\264\146 +END + +# Trust for Certificate "TC TrustCenter Universal CA III" +CKA_CLASS CK_OBJECT_CLASS CKO_NETSCAPE_TRUST +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "TC TrustCenter Universal CA III" +CKA_CERT_SHA1_HASH MULTILINE_OCTAL +\226\126\315\173\127\226\230\225\320\341\101\106\150\006\373\270 +\306\021\006\207 +END +CKA_CERT_MD5_HASH MULTILINE_OCTAL +\237\335\333\253\377\216\377\105\041\137\360\154\235\217\376\053 +END +CKA_ISSUER MULTILINE_OCTAL +\060\173\061\013\060\011\006\003\125\004\006\023\002\104\105\061 +\034\060\032\006\003\125\004\012\023\023\124\103\040\124\162\165 +\163\164\103\145\156\164\145\162\040\107\155\142\110\061\044\060 +\042\006\003\125\004\013\023\033\124\103\040\124\162\165\163\164 +\103\145\156\164\145\162\040\125\156\151\166\145\162\163\141\154 +\040\103\101\061\050\060\046\006\003\125\004\003\023\037\124\103 +\040\124\162\165\163\164\103\145\156\164\145\162\040\125\156\151 +\166\145\162\163\141\154\040\103\101\040\111\111\111 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\016\143\045\000\001\000\002\024\215\063\025\002\344\154\364 +END +CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE + +# +# Certificate "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# +CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "Autoridad de Certificacion Firmaprofesional CIF A62634068" +CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 +CKA_SUBJECT MULTILINE_OCTAL +\060\121\061\013\060\011\006\003\125\004\006\023\002\105\123\061 +\102\060\100\006\003\125\004\003\014\071\101\165\164\157\162\151 +\144\141\144\040\144\145\040\103\145\162\164\151\146\151\143\141 +\143\151\157\156\040\106\151\162\155\141\160\162\157\146\145\163 +\151\157\156\141\154\040\103\111\106\040\101\066\062\066\063\064 +\060\066\070 +END +CKA_ID UTF8 "0" +CKA_ISSUER MULTILINE_OCTAL +\060\121\061\013\060\011\006\003\125\004\006\023\002\105\123\061 +\102\060\100\006\003\125\004\003\014\071\101\165\164\157\162\151 +\144\141\144\040\144\145\040\103\145\162\164\151\146\151\143\141 +\143\151\157\156\040\106\151\162\155\141\160\162\157\146\145\163 +\151\157\156\141\154\040\103\111\106\040\101\066\062\066\063\064 +\060\066\070 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\010\123\354\073\356\373\262\110\137 +END +CKA_VALUE MULTILINE_OCTAL +\060\202\006\024\060\202\003\374\240\003\002\001\002\002\010\123 +\354\073\356\373\262\110\137\060\015\006\011\052\206\110\206\367 +\015\001\001\005\005\000\060\121\061\013\060\011\006\003\125\004 +\006\023\002\105\123\061\102\060\100\006\003\125\004\003\014\071 +\101\165\164\157\162\151\144\141\144\040\144\145\040\103\145\162 +\164\151\146\151\143\141\143\151\157\156\040\106\151\162\155\141 +\160\162\157\146\145\163\151\157\156\141\154\040\103\111\106\040 +\101\066\062\066\063\064\060\066\070\060\036\027\015\060\071\060 +\065\062\060\060\070\063\070\061\065\132\027\015\063\060\061\062 +\063\061\060\070\063\070\061\065\132\060\121\061\013\060\011\006 +\003\125\004\006\023\002\105\123\061\102\060\100\006\003\125\004 +\003\014\071\101\165\164\157\162\151\144\141\144\040\144\145\040 +\103\145\162\164\151\146\151\143\141\143\151\157\156\040\106\151 +\162\155\141\160\162\157\146\145\163\151\157\156\141\154\040\103 +\111\106\040\101\066\062\066\063\064\060\066\070\060\202\002\042 +\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003 +\202\002\017\000\060\202\002\012\002\202\002\001\000\312\226\153 +\216\352\370\373\361\242\065\340\177\114\332\340\303\122\327\175 +\266\020\310\002\136\263\103\052\304\117\152\262\312\034\135\050 +\232\170\021\032\151\131\127\257\265\040\102\344\213\017\346\337 +\133\246\003\222\057\365\021\344\142\327\062\161\070\331\004\014 +\161\253\075\121\176\017\007\337\143\005\134\351\277\224\157\301 +\051\202\300\264\332\121\260\301\074\273\255\067\112\134\312\361 +\113\066\016\044\253\277\303\204\167\375\250\120\364\261\347\306 +\057\322\055\131\215\172\012\116\226\151\122\002\252\066\230\354 +\374\372\024\203\014\067\037\311\222\067\177\327\201\055\345\304 +\271\340\076\064\376\147\364\076\146\321\323\364\100\317\136\142 +\064\017\160\006\076\040\030\132\316\367\162\033\045\154\223\164 +\024\223\243\163\261\016\252\207\020\043\131\137\040\005\031\107 +\355\150\216\222\022\312\135\374\326\053\262\222\074\040\317\341 +\137\257\040\276\240\166\177\166\345\354\032\206\141\063\076\347 +\173\264\077\240\017\216\242\271\152\157\271\207\046\157\101\154 +\210\246\120\375\152\143\013\365\223\026\033\031\217\262\355\233 +\233\311\220\365\001\014\337\031\075\017\076\070\043\311\057\217 +\014\321\002\376\033\125\326\116\320\215\074\257\117\244\363\376 +\257\052\323\005\235\171\010\241\313\127\061\264\234\310\220\262 +\147\364\030\026\223\072\374\107\330\321\170\226\061\037\272\053 +\014\137\135\231\255\143\211\132\044\040\166\330\337\375\253\116 +\246\042\252\235\136\346\047\212\175\150\051\243\347\212\270\332 +\021\273\027\055\231\235\023\044\106\367\305\342\330\237\216\177 +\307\217\164\155\132\262\350\162\365\254\356\044\020\255\057\024 +\332\377\055\232\106\161\107\276\102\337\273\001\333\364\177\323 +\050\217\061\131\133\323\311\002\246\264\122\312\156\227\373\103 +\305\010\046\157\212\364\273\375\237\050\252\015\325\105\363\023 +\072\035\330\300\170\217\101\147\074\036\224\144\256\173\013\305 +\350\331\001\210\071\032\227\206\144\101\325\073\207\014\156\372 +\017\306\275\110\024\277\071\115\324\236\101\266\217\226\035\143 +\226\223\331\225\006\170\061\150\236\067\006\073\200\211\105\141 +\071\043\307\033\104\243\025\345\034\370\222\060\273\002\003\001 +\000\001\243\201\357\060\201\354\060\022\006\003\125\035\023\001 +\001\377\004\010\060\006\001\001\377\002\001\001\060\016\006\003 +\125\035\017\001\001\377\004\004\003\002\001\006\060\035\006\003 +\125\035\016\004\026\004\024\145\315\353\253\065\036\000\076\176 +\325\164\300\034\264\163\107\016\032\144\057\060\201\246\006\003 +\125\035\040\004\201\236\060\201\233\060\201\230\006\004\125\035 +\040\000\060\201\217\060\057\006\010\053\006\001\005\005\007\002 +\001\026\043\150\164\164\160\072\057\057\167\167\167\056\146\151 +\162\155\141\160\162\157\146\145\163\151\157\156\141\154\056\143 +\157\155\057\143\160\163\060\134\006\010\053\006\001\005\005\007 +\002\002\060\120\036\116\000\120\000\141\000\163\000\145\000\157 +\000\040\000\144\000\145\000\040\000\154\000\141\000\040\000\102 +\000\157\000\156\000\141\000\156\000\157\000\166\000\141\000\040 +\000\064\000\067\000\040\000\102\000\141\000\162\000\143\000\145 +\000\154\000\157\000\156\000\141\000\040\000\060\000\070\000\060 +\000\061\000\067\060\015\006\011\052\206\110\206\367\015\001\001 +\005\005\000\003\202\002\001\000\027\175\240\371\264\335\305\305 +\353\255\113\044\265\241\002\253\335\245\210\112\262\017\125\113 +\053\127\214\073\345\061\335\376\304\062\361\347\133\144\226\066 +\062\030\354\245\062\167\327\343\104\266\300\021\052\200\271\075 +\152\156\174\233\323\255\374\303\326\243\346\144\051\174\321\341 +\070\036\202\053\377\047\145\257\373\026\025\304\056\161\204\345 +\265\377\372\244\107\275\144\062\273\366\045\204\242\047\102\365 +\040\260\302\023\020\021\315\020\025\272\102\220\052\322\104\341 +\226\046\353\061\110\022\375\052\332\311\006\317\164\036\251\113 +\325\207\050\371\171\064\222\076\056\104\350\366\217\117\217\065 +\077\045\263\071\334\143\052\220\153\040\137\304\122\022\116\227 +\054\052\254\235\227\336\110\362\243\146\333\302\322\203\225\246 +\146\247\236\045\017\351\013\063\221\145\012\132\303\331\124\022 +\335\257\303\116\016\037\046\136\015\334\263\215\354\325\201\160 +\336\322\117\044\005\363\154\116\365\114\111\146\215\321\377\322 +\013\045\101\110\376\121\204\306\102\257\200\004\317\320\176\144 +\111\344\362\337\242\354\261\114\300\052\035\347\264\261\145\242 +\304\274\361\230\364\252\160\007\143\264\270\332\073\114\372\100 +\042\060\133\021\246\360\005\016\306\002\003\110\253\206\233\205 +\335\333\335\352\242\166\200\163\175\365\234\004\304\105\215\347 +\271\034\213\236\352\327\165\321\162\261\336\165\104\347\102\175 +\342\127\153\175\334\231\274\075\203\050\352\200\223\215\305\114 +\145\301\160\201\270\070\374\103\061\262\366\003\064\107\262\254 +\373\042\006\313\036\335\027\107\034\137\146\271\323\032\242\332 +\021\261\244\274\043\311\344\276\207\377\271\224\266\370\135\040 +\112\324\137\347\275\150\173\145\362\025\036\322\072\251\055\351 +\330\153\044\254\227\130\104\107\255\131\030\361\041\145\160\336 +\316\064\140\250\100\361\363\074\244\303\050\043\214\376\047\063 +\103\100\240\027\074\353\352\073\260\162\246\243\271\112\113\136 +\026\110\364\262\274\310\214\222\305\235\237\254\162\066\274\064 +\200\064\153\251\213\222\300\270\027\355\354\166\123\365\044\001 +\214\263\042\350\113\174\125\306\235\372\243\024\273\145\205\156 +\156\117\022\176\012\074\235\225 +END + +# Trust for Certificate "Autoridad de Certificacion Firmaprofesional CIF A62634068" +CKA_CLASS CK_OBJECT_CLASS CKO_NETSCAPE_TRUST +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "Autoridad de Certificacion Firmaprofesional CIF A62634068" +CKA_CERT_SHA1_HASH MULTILINE_OCTAL +\256\305\373\077\310\341\277\304\345\117\003\007\132\232\350\000 +\267\367\266\372 +END +CKA_CERT_MD5_HASH MULTILINE_OCTAL +\163\072\164\172\354\273\243\226\246\302\344\342\310\233\300\303 +END +CKA_ISSUER MULTILINE_OCTAL +\060\121\061\013\060\011\006\003\125\004\006\023\002\105\123\061 +\102\060\100\006\003\125\004\003\014\071\101\165\164\157\162\151 +\144\141\144\040\144\145\040\103\145\162\164\151\146\151\143\141 +\143\151\157\156\040\106\151\162\155\141\160\162\157\146\145\163 +\151\157\156\141\154\040\103\111\106\040\101\066\062\066\063\064 +\060\066\070 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\010\123\354\073\356\373\262\110\137 +END +CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE + +# +# Certificate "Izenpe.com" +# +CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "Izenpe.com" +CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 +CKA_SUBJECT MULTILINE_OCTAL +\060\070\061\013\060\011\006\003\125\004\006\023\002\105\123\061 +\024\060\022\006\003\125\004\012\014\013\111\132\105\116\120\105 +\040\123\056\101\056\061\023\060\021\006\003\125\004\003\014\012 +\111\172\145\156\160\145\056\143\157\155 +END +CKA_ID UTF8 "0" +CKA_ISSUER MULTILINE_OCTAL +\060\070\061\013\060\011\006\003\125\004\006\023\002\105\123\061 +\024\060\022\006\003\125\004\012\014\013\111\132\105\116\120\105 +\040\123\056\101\056\061\023\060\021\006\003\125\004\003\014\012 +\111\172\145\156\160\145\056\143\157\155 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\020\000\260\267\132\026\110\137\277\341\313\365\213\327\031 +\346\175 +END +CKA_VALUE MULTILINE_OCTAL +\060\202\005\361\060\202\003\331\240\003\002\001\002\002\020\000 +\260\267\132\026\110\137\277\341\313\365\213\327\031\346\175\060 +\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\070 +\061\013\060\011\006\003\125\004\006\023\002\105\123\061\024\060 +\022\006\003\125\004\012\014\013\111\132\105\116\120\105\040\123 +\056\101\056\061\023\060\021\006\003\125\004\003\014\012\111\172 +\145\156\160\145\056\143\157\155\060\036\027\015\060\067\061\062 +\061\063\061\063\060\070\062\070\132\027\015\063\067\061\062\061 +\063\060\070\062\067\062\065\132\060\070\061\013\060\011\006\003 +\125\004\006\023\002\105\123\061\024\060\022\006\003\125\004\012 +\014\013\111\132\105\116\120\105\040\123\056\101\056\061\023\060 +\021\006\003\125\004\003\014\012\111\172\145\156\160\145\056\143 +\157\155\060\202\002\042\060\015\006\011\052\206\110\206\367\015 +\001\001\001\005\000\003\202\002\017\000\060\202\002\012\002\202 +\002\001\000\311\323\172\312\017\036\254\247\206\350\026\145\152 +\261\302\033\105\062\161\225\331\376\020\133\314\257\347\245\171 +\001\217\211\303\312\362\125\161\367\167\276\167\224\363\162\244 +\054\104\330\236\222\233\024\072\241\347\044\220\012\012\126\216 +\305\330\046\224\341\331\110\341\055\076\332\012\162\335\243\231 +\025\332\201\242\207\364\173\156\046\167\211\130\255\326\353\014 +\262\101\172\163\156\155\333\172\170\101\351\010\210\022\176\207 +\056\146\021\143\154\124\373\074\235\162\300\274\056\377\302\267 +\335\015\166\343\072\327\367\264\150\276\242\365\343\201\156\301 +\106\157\135\215\340\115\306\124\125\211\032\063\061\012\261\127 +\271\243\212\230\303\354\073\064\305\225\101\151\176\165\302\074 +\040\305\141\272\121\107\240\040\220\223\241\220\113\363\116\174 +\205\105\124\232\321\005\046\101\260\265\115\035\063\276\304\003 +\310\045\174\301\160\333\073\364\011\055\124\047\110\254\057\341 +\304\254\076\310\313\222\114\123\071\067\043\354\323\001\371\340 +\011\104\115\115\144\300\341\015\132\207\042\274\255\033\243\376 +\046\265\025\363\247\374\204\031\351\354\241\210\264\104\151\204 +\203\363\211\321\164\006\251\314\013\326\302\336\047\205\120\046 +\312\027\270\311\172\207\126\054\032\001\036\154\276\023\255\020 +\254\265\044\365\070\221\241\326\113\332\361\273\322\336\107\265 +\361\274\201\366\131\153\317\031\123\351\215\025\313\112\313\251 +\157\104\345\033\101\317\341\206\247\312\320\152\237\274\114\215 +\006\063\132\242\205\345\220\065\240\142\134\026\116\360\343\242 +\372\003\032\264\054\161\263\130\054\336\173\013\333\032\017\353 +\336\041\037\006\167\006\003\260\311\357\231\374\300\271\117\013 +\206\050\376\322\271\352\343\332\245\303\107\151\022\340\333\360 +\366\031\213\355\173\160\327\002\326\355\207\030\050\054\004\044 +\114\167\344\110\212\032\306\073\232\324\017\312\372\165\322\001 +\100\132\215\171\277\213\317\113\317\252\026\301\225\344\255\114 +\212\076\027\221\324\261\142\345\202\345\200\004\244\003\176\215 +\277\332\177\242\017\227\117\014\323\015\373\327\321\345\162\176 +\034\310\167\377\133\232\017\267\256\005\106\345\361\250\026\354 +\107\244\027\002\003\001\000\001\243\201\366\060\201\363\060\201 +\260\006\003\125\035\021\004\201\250\060\201\245\201\017\151\156 +\146\157\100\151\172\145\156\160\145\056\143\157\155\244\201\221 +\060\201\216\061\107\060\105\006\003\125\004\012\014\076\111\132 +\105\116\120\105\040\123\056\101\056\040\055\040\103\111\106\040 +\101\060\061\063\063\067\062\066\060\055\122\115\145\162\143\056 +\126\151\164\157\162\151\141\055\107\141\163\164\145\151\172\040 +\124\061\060\065\065\040\106\066\062\040\123\070\061\103\060\101 +\006\003\125\004\011\014\072\101\166\144\141\040\144\145\154\040 +\115\145\144\151\164\145\162\162\141\156\145\157\040\105\164\157 +\162\142\151\144\145\141\040\061\064\040\055\040\060\061\060\061 +\060\040\126\151\164\157\162\151\141\055\107\141\163\164\145\151 +\172\060\017\006\003\125\035\023\001\001\377\004\005\060\003\001 +\001\377\060\016\006\003\125\035\017\001\001\377\004\004\003\002 +\001\006\060\035\006\003\125\035\016\004\026\004\024\035\034\145 +\016\250\362\045\173\264\221\317\344\261\261\346\275\125\164\154 +\005\060\015\006\011\052\206\110\206\367\015\001\001\013\005\000 +\003\202\002\001\000\170\246\014\026\112\237\114\210\072\300\313 +\016\245\026\175\237\271\110\137\030\217\015\142\066\366\315\031 +\153\254\253\325\366\221\175\256\161\363\077\263\016\170\205\233 +\225\244\047\041\107\102\112\174\110\072\365\105\174\263\014\216 +\121\170\254\225\023\336\306\375\175\270\032\220\114\253\222\003 +\307\355\102\001\316\017\330\261\372\242\222\341\140\155\256\172 +\153\011\252\306\051\356\150\111\147\060\200\044\172\061\026\071 +\133\176\361\034\056\335\154\011\255\362\061\301\202\116\271\273 +\371\276\277\052\205\077\300\100\243\072\131\374\131\113\074\050 +\044\333\264\025\165\256\015\210\272\056\163\300\275\130\207\345 +\102\362\353\136\356\036\060\042\231\313\067\321\304\041\154\201 +\354\276\155\046\346\034\344\102\040\236\107\260\254\203\131\160 +\054\065\326\257\066\064\264\315\073\370\062\250\357\343\170\211 +\373\215\105\054\332\234\270\176\100\034\141\347\076\242\222\054 +\113\362\315\372\230\266\051\377\363\362\173\251\037\056\240\223 +\127\053\336\205\003\371\151\067\313\236\170\152\005\264\305\061 +\170\211\354\172\247\205\341\271\173\074\336\276\036\171\204\316 +\237\160\016\131\302\065\056\220\052\061\331\344\105\172\101\244 +\056\023\233\064\016\146\173\111\253\144\227\320\106\303\171\235 +\162\120\143\246\230\133\006\275\110\155\330\071\203\160\350\065 +\360\005\321\252\274\343\333\310\002\352\174\375\202\332\302\133 +\122\065\256\230\072\255\272\065\223\043\247\037\110\335\065\106 +\230\262\020\150\344\245\061\302\012\130\056\031\201\020\311\120 +\165\374\352\132\026\316\021\327\356\357\120\210\055\141\377\077 +\102\163\005\224\103\325\216\074\116\001\072\031\245\037\106\116 +\167\320\135\345\201\042\041\207\376\224\175\204\330\223\255\326 +\150\103\110\262\333\353\163\044\347\221\177\124\244\266\200\076 +\235\243\074\114\162\302\127\304\240\324\314\070\047\316\325\006 +\236\242\110\331\351\237\316\202\160\066\223\232\073\337\226\041 +\343\131\267\014\332\221\067\360\375\131\132\263\231\310\151\154 +\103\046\001\065\143\140\125\211\003\072\165\330\272\112\331\124 +\377\356\336\200\330\055\321\070\325\136\055\013\230\175\076\154 +\333\374\046\210\307 +END + +# Trust for Certificate "Izenpe.com" +CKA_CLASS CK_OBJECT_CLASS CKO_NETSCAPE_TRUST +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "Izenpe.com" +CKA_CERT_SHA1_HASH MULTILINE_OCTAL +\057\170\075\045\122\030\247\112\145\071\161\265\054\242\234\105 +\025\157\351\031 +END +CKA_CERT_MD5_HASH MULTILINE_OCTAL +\246\260\315\205\200\332\134\120\064\243\071\220\057\125\147\163 +END +CKA_ISSUER MULTILINE_OCTAL +\060\070\061\013\060\011\006\003\125\004\006\023\002\105\123\061 +\024\060\022\006\003\125\004\012\014\013\111\132\105\116\120\105 +\040\123\056\101\056\061\023\060\021\006\003\125\004\003\014\012 +\111\172\145\156\160\145\056\143\157\155 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\020\000\260\267\132\026\110\137\277\341\313\365\213\327\031 +\346\175 +END +CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN +CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE + +# +# Certificate "Chambers of Commerce Root - 2008" +# +CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "Chambers of Commerce Root - 2008" +CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 +CKA_SUBJECT MULTILINE_OCTAL +\060\201\256\061\013\060\011\006\003\125\004\006\023\002\105\125 +\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151 +\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141 +\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141 +\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144 +\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011 +\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125 +\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155 +\141\040\123\056\101\056\061\051\060\047\006\003\125\004\003\023 +\040\103\150\141\155\142\145\162\163\040\157\146\040\103\157\155 +\155\145\162\143\145\040\122\157\157\164\040\055\040\062\060\060 +\070 +END +CKA_ID UTF8 "0" +CKA_ISSUER MULTILINE_OCTAL +\060\201\256\061\013\060\011\006\003\125\004\006\023\002\105\125 +\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151 +\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141 +\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141 +\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144 +\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011 +\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125 +\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155 +\141\040\123\056\101\056\061\051\060\047\006\003\125\004\003\023 +\040\103\150\141\155\142\145\162\163\040\157\146\040\103\157\155 +\155\145\162\143\145\040\122\157\157\164\040\055\040\062\060\060 +\070 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\011\000\243\332\102\176\244\261\256\332 +END +CKA_VALUE MULTILINE_OCTAL +\060\202\007\117\060\202\005\067\240\003\002\001\002\002\011\000 +\243\332\102\176\244\261\256\332\060\015\006\011\052\206\110\206 +\367\015\001\001\005\005\000\060\201\256\061\013\060\011\006\003 +\125\004\006\023\002\105\125\061\103\060\101\006\003\125\004\007 +\023\072\115\141\144\162\151\144\040\050\163\145\145\040\143\165 +\162\162\145\156\164\040\141\144\144\162\145\163\163\040\141\164 +\040\167\167\167\056\143\141\155\145\162\146\151\162\155\141\056 +\143\157\155\057\141\144\144\162\145\163\163\051\061\022\060\020 +\006\003\125\004\005\023\011\101\070\062\067\064\063\062\070\067 +\061\033\060\031\006\003\125\004\012\023\022\101\103\040\103\141 +\155\145\162\146\151\162\155\141\040\123\056\101\056\061\051\060 +\047\006\003\125\004\003\023\040\103\150\141\155\142\145\162\163 +\040\157\146\040\103\157\155\155\145\162\143\145\040\122\157\157 +\164\040\055\040\062\060\060\070\060\036\027\015\060\070\060\070 +\060\061\061\062\062\071\065\060\132\027\015\063\070\060\067\063 +\061\061\062\062\071\065\060\132\060\201\256\061\013\060\011\006 +\003\125\004\006\023\002\105\125\061\103\060\101\006\003\125\004 +\007\023\072\115\141\144\162\151\144\040\050\163\145\145\040\143 +\165\162\162\145\156\164\040\141\144\144\162\145\163\163\040\141 +\164\040\167\167\167\056\143\141\155\145\162\146\151\162\155\141 +\056\143\157\155\057\141\144\144\162\145\163\163\051\061\022\060 +\020\006\003\125\004\005\023\011\101\070\062\067\064\063\062\070 +\067\061\033\060\031\006\003\125\004\012\023\022\101\103\040\103 +\141\155\145\162\146\151\162\155\141\040\123\056\101\056\061\051 +\060\047\006\003\125\004\003\023\040\103\150\141\155\142\145\162 +\163\040\157\146\040\103\157\155\155\145\162\143\145\040\122\157 +\157\164\040\055\040\062\060\060\070\060\202\002\042\060\015\006 +\011\052\206\110\206\367\015\001\001\001\005\000\003\202\002\017 +\000\060\202\002\012\002\202\002\001\000\257\000\313\160\067\053 +\200\132\112\072\154\170\224\175\243\177\032\037\366\065\325\275 +\333\313\015\104\162\076\046\262\220\122\272\143\073\050\130\157 +\245\263\155\224\246\363\335\144\014\125\366\366\347\362\042\042 +\200\136\341\142\306\266\051\341\201\154\362\277\345\175\062\152 +\124\240\062\031\131\376\037\213\327\075\140\206\205\044\157\343 +\021\263\167\076\040\226\065\041\153\263\010\331\160\056\144\367 +\204\222\123\326\016\260\220\212\212\343\207\215\006\323\275\220 +\016\342\231\241\033\206\016\332\232\012\273\013\141\120\006\122 +\361\236\177\166\354\313\017\320\036\015\317\231\060\075\034\304 +\105\020\130\254\326\323\350\327\345\352\305\001\007\167\326\121 +\346\003\177\212\110\245\115\150\165\271\351\274\236\116\031\161 +\365\062\113\234\155\140\031\013\373\314\235\165\334\277\046\315 +\217\223\170\071\171\163\136\045\016\312\134\353\167\022\007\313 +\144\101\107\162\223\253\120\303\353\011\166\144\064\322\071\267 +\166\021\011\015\166\105\304\251\256\075\152\257\265\175\145\057 +\224\130\020\354\134\174\257\176\342\266\030\331\320\233\116\132 +\111\337\251\146\013\314\074\306\170\174\247\234\035\343\316\216 +\123\276\005\336\140\017\153\345\032\333\077\343\341\041\311\051 +\301\361\353\007\234\122\033\001\104\121\074\173\045\327\304\345 +\122\124\135\045\007\312\026\040\270\255\344\101\356\172\010\376 +\231\157\203\246\221\002\260\154\066\125\152\347\175\365\226\346 +\312\201\326\227\361\224\203\351\355\260\261\153\022\151\036\254 +\373\135\251\305\230\351\264\133\130\172\276\075\242\104\072\143 +\131\324\013\045\336\033\117\275\345\001\236\315\322\051\325\237 +\027\031\012\157\277\014\220\323\011\137\331\343\212\065\314\171 +\132\115\031\067\222\267\304\301\255\257\364\171\044\232\262\001 +\013\261\257\134\226\363\200\062\373\134\075\230\361\240\077\112 +\336\276\257\224\056\331\125\232\027\156\140\235\143\154\270\143 +\311\256\201\134\030\065\340\220\273\276\074\117\067\042\271\176 +\353\317\236\167\041\246\075\070\201\373\110\332\061\075\053\343 +\211\365\320\265\275\176\340\120\304\022\211\263\043\232\020\061 +\205\333\256\157\357\070\063\030\166\021\002\003\001\000\001\243 +\202\001\154\060\202\001\150\060\022\006\003\125\035\023\001\001 +\377\004\010\060\006\001\001\377\002\001\014\060\035\006\003\125 +\035\016\004\026\004\024\371\044\254\017\262\265\370\171\300\372 +\140\210\033\304\331\115\002\236\027\031\060\201\343\006\003\125 +\035\043\004\201\333\060\201\330\200\024\371\044\254\017\262\265 +\370\171\300\372\140\210\033\304\331\115\002\236\027\031\241\201 +\264\244\201\261\060\201\256\061\013\060\011\006\003\125\004\006 +\023\002\105\125\061\103\060\101\006\003\125\004\007\023\072\115 +\141\144\162\151\144\040\050\163\145\145\040\143\165\162\162\145 +\156\164\040\141\144\144\162\145\163\163\040\141\164\040\167\167 +\167\056\143\141\155\145\162\146\151\162\155\141\056\143\157\155 +\057\141\144\144\162\145\163\163\051\061\022\060\020\006\003\125 +\004\005\023\011\101\070\062\067\064\063\062\070\067\061\033\060 +\031\006\003\125\004\012\023\022\101\103\040\103\141\155\145\162 +\146\151\162\155\141\040\123\056\101\056\061\051\060\047\006\003 +\125\004\003\023\040\103\150\141\155\142\145\162\163\040\157\146 +\040\103\157\155\155\145\162\143\145\040\122\157\157\164\040\055 +\040\062\060\060\070\202\011\000\243\332\102\176\244\261\256\332 +\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\006 +\060\075\006\003\125\035\040\004\066\060\064\060\062\006\004\125 +\035\040\000\060\052\060\050\006\010\053\006\001\005\005\007\002 +\001\026\034\150\164\164\160\072\057\057\160\157\154\151\143\171 +\056\143\141\155\145\162\146\151\162\155\141\056\143\157\155\060 +\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202 +\002\001\000\220\022\257\042\065\302\243\071\360\056\336\351\265 +\351\170\174\110\276\077\175\105\222\136\351\332\261\031\374\026 +\074\237\264\133\146\236\152\347\303\271\135\210\350\017\255\317 +\043\017\336\045\072\136\314\117\245\301\265\055\254\044\322\130 +\007\336\242\317\151\204\140\063\350\020\015\023\251\043\320\205 +\345\216\173\246\236\075\162\023\162\063\365\252\175\306\143\037 +\010\364\376\001\177\044\317\053\054\124\011\336\342\053\155\222 +\306\071\117\026\352\074\176\172\106\324\105\152\106\250\353\165 +\202\126\247\253\240\174\150\023\063\366\235\060\360\157\047\071 +\044\043\052\220\375\220\051\065\362\223\337\064\245\306\367\370 +\357\214\017\142\112\174\256\323\365\124\370\215\266\232\126\207 +\026\202\072\063\253\132\042\010\367\202\272\352\056\340\107\232 +\264\265\105\243\005\073\331\334\056\105\100\073\352\334\177\350 +\073\353\321\354\046\330\065\244\060\305\072\254\127\236\263\166 +\245\040\173\371\036\112\005\142\001\246\050\165\140\227\222\015 +\156\076\115\067\103\015\222\025\234\030\042\315\121\231\240\051 +\032\074\137\212\062\063\133\060\307\211\057\107\230\017\243\003 +\306\366\361\254\337\062\360\331\201\032\344\234\275\366\200\024 +\360\321\054\271\205\365\330\243\261\310\245\041\345\034\023\227 +\356\016\275\337\051\251\357\064\123\133\323\344\152\023\204\006 +\266\062\002\304\122\256\042\322\334\262\041\102\032\332\100\360 +\051\311\354\012\014\134\342\320\272\314\110\323\067\012\314\022 +\012\212\171\260\075\003\177\151\113\364\064\040\175\263\064\352 +\216\113\144\365\076\375\263\043\147\025\015\004\270\360\055\301 +\011\121\074\262\154\025\360\245\043\327\203\164\344\345\056\311 +\376\230\047\102\306\253\306\236\260\320\133\070\245\233\120\336 +\176\030\230\265\105\073\366\171\264\350\367\032\173\006\203\373 +\320\213\332\273\307\275\030\253\010\157\074\200\153\100\077\031 +\031\272\145\212\346\276\325\134\323\066\327\357\100\122\044\140 +\070\147\004\061\354\217\363\202\306\336\271\125\363\073\061\221 +\132\334\265\010\025\255\166\045\012\015\173\056\207\342\014\246 +\006\274\046\020\155\067\235\354\335\170\214\174\200\305\360\331 +\167\110\320 +END + +# Trust for Certificate "Chambers of Commerce Root - 2008" +CKA_CLASS CK_OBJECT_CLASS CKO_NETSCAPE_TRUST +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "Chambers of Commerce Root - 2008" +CKA_CERT_SHA1_HASH MULTILINE_OCTAL +\170\152\164\254\166\253\024\177\234\152\060\120\272\236\250\176 +\376\232\316\074 +END +CKA_CERT_MD5_HASH MULTILINE_OCTAL +\136\200\236\204\132\016\145\013\027\002\363\125\030\052\076\327 +END +CKA_ISSUER MULTILINE_OCTAL +\060\201\256\061\013\060\011\006\003\125\004\006\023\002\105\125 +\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151 +\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141 +\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141 +\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144 +\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011 +\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125 +\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155 +\141\040\123\056\101\056\061\051\060\047\006\003\125\004\003\023 +\040\103\150\141\155\142\145\162\163\040\157\146\040\103\157\155 +\155\145\162\143\145\040\122\157\157\164\040\055\040\062\060\060 +\070 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\011\000\243\332\102\176\244\261\256\332 +END +CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE + +# +# Certificate "Global Chambersign Root - 2008" +# +CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "Global Chambersign Root - 2008" +CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 +CKA_SUBJECT MULTILINE_OCTAL +\060\201\254\061\013\060\011\006\003\125\004\006\023\002\105\125 +\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151 +\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141 +\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141 +\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144 +\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011 +\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125 +\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155 +\141\040\123\056\101\056\061\047\060\045\006\003\125\004\003\023 +\036\107\154\157\142\141\154\040\103\150\141\155\142\145\162\163 +\151\147\156\040\122\157\157\164\040\055\040\062\060\060\070 +END +CKA_ID UTF8 "0" +CKA_ISSUER MULTILINE_OCTAL +\060\201\254\061\013\060\011\006\003\125\004\006\023\002\105\125 +\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151 +\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141 +\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141 +\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144 +\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011 +\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125 +\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155 +\141\040\123\056\101\056\061\047\060\045\006\003\125\004\003\023 +\036\107\154\157\142\141\154\040\103\150\141\155\142\145\162\163 +\151\147\156\040\122\157\157\164\040\055\040\062\060\060\070 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\011\000\311\315\323\351\325\175\043\316 +END +CKA_VALUE MULTILINE_OCTAL +\060\202\007\111\060\202\005\061\240\003\002\001\002\002\011\000 +\311\315\323\351\325\175\043\316\060\015\006\011\052\206\110\206 +\367\015\001\001\005\005\000\060\201\254\061\013\060\011\006\003 +\125\004\006\023\002\105\125\061\103\060\101\006\003\125\004\007 +\023\072\115\141\144\162\151\144\040\050\163\145\145\040\143\165 +\162\162\145\156\164\040\141\144\144\162\145\163\163\040\141\164 +\040\167\167\167\056\143\141\155\145\162\146\151\162\155\141\056 +\143\157\155\057\141\144\144\162\145\163\163\051\061\022\060\020 +\006\003\125\004\005\023\011\101\070\062\067\064\063\062\070\067 +\061\033\060\031\006\003\125\004\012\023\022\101\103\040\103\141 +\155\145\162\146\151\162\155\141\040\123\056\101\056\061\047\060 +\045\006\003\125\004\003\023\036\107\154\157\142\141\154\040\103 +\150\141\155\142\145\162\163\151\147\156\040\122\157\157\164\040 +\055\040\062\060\060\070\060\036\027\015\060\070\060\070\060\061 +\061\062\063\061\064\060\132\027\015\063\070\060\067\063\061\061 +\062\063\061\064\060\132\060\201\254\061\013\060\011\006\003\125 +\004\006\023\002\105\125\061\103\060\101\006\003\125\004\007\023 +\072\115\141\144\162\151\144\040\050\163\145\145\040\143\165\162 +\162\145\156\164\040\141\144\144\162\145\163\163\040\141\164\040 +\167\167\167\056\143\141\155\145\162\146\151\162\155\141\056\143 +\157\155\057\141\144\144\162\145\163\163\051\061\022\060\020\006 +\003\125\004\005\023\011\101\070\062\067\064\063\062\070\067\061 +\033\060\031\006\003\125\004\012\023\022\101\103\040\103\141\155 +\145\162\146\151\162\155\141\040\123\056\101\056\061\047\060\045 +\006\003\125\004\003\023\036\107\154\157\142\141\154\040\103\150 +\141\155\142\145\162\163\151\147\156\040\122\157\157\164\040\055 +\040\062\060\060\070\060\202\002\042\060\015\006\011\052\206\110 +\206\367\015\001\001\001\005\000\003\202\002\017\000\060\202\002 +\012\002\202\002\001\000\300\337\126\323\344\072\233\166\105\264 +\023\333\377\301\266\031\213\067\101\030\225\122\107\353\027\235 +\051\210\216\065\154\006\062\056\107\142\363\111\004\277\175\104 +\066\261\161\314\275\132\011\163\325\331\205\104\377\221\127\045 +\337\136\066\216\160\321\134\161\103\035\331\332\357\134\322\373 +\033\275\072\265\313\255\243\314\104\247\015\256\041\025\077\271 +\172\133\222\165\330\244\022\070\211\031\212\267\200\322\342\062 +\157\126\234\221\326\210\020\013\263\164\144\222\164\140\363\366 +\317\030\117\140\262\043\320\307\073\316\141\113\231\217\302\014 +\320\100\262\230\334\015\250\116\243\271\012\256\140\240\255\105 +\122\143\272\146\275\150\340\371\276\032\250\201\273\036\101\170 +\165\323\301\376\000\125\260\207\124\350\047\220\065\035\114\063 +\255\227\374\227\056\230\204\277\054\311\243\277\321\230\021\024 +\355\143\370\312\230\210\130\027\231\355\105\003\227\176\074\206 +\036\210\214\276\362\221\204\217\145\064\330\000\114\175\267\061 +\027\132\051\172\012\030\044\060\243\067\265\172\251\001\175\046 +\326\371\016\216\131\361\375\033\063\265\051\073\027\073\101\266 +\041\335\324\300\075\245\237\237\037\103\120\311\273\274\154\172 +\227\230\356\315\214\037\373\234\121\256\213\160\275\047\237\161 +\300\153\254\175\220\146\350\327\135\072\015\260\325\302\215\325 +\310\235\235\301\155\320\320\277\121\344\343\370\303\070\066\256 +\326\247\165\346\257\204\103\135\223\222\014\152\007\336\073\035 +\230\042\326\254\301\065\333\243\240\045\377\162\265\166\035\336 +\155\351\054\146\054\122\204\320\105\222\316\034\345\345\063\035 +\334\007\123\124\243\252\202\073\232\067\057\334\335\240\144\351 +\346\335\275\256\374\144\205\035\074\247\311\006\336\204\377\153 +\350\153\032\074\305\242\263\102\373\213\011\076\137\010\122\307 +\142\304\324\005\161\277\304\144\344\370\241\203\350\076\022\233 +\250\036\324\066\115\057\161\366\215\050\366\203\251\023\322\141 +\301\221\273\110\300\064\217\101\214\113\114\333\151\022\377\120 +\224\234\040\203\131\163\355\174\241\362\361\375\335\367\111\323 +\103\130\240\126\143\312\075\075\345\065\126\131\351\016\312\040 +\314\053\113\223\051\017\002\003\001\000\001\243\202\001\152\060 +\202\001\146\060\022\006\003\125\035\023\001\001\377\004\010\060 +\006\001\001\377\002\001\014\060\035\006\003\125\035\016\004\026 +\004\024\271\011\312\234\036\333\323\154\072\153\256\355\124\361 +\133\223\006\065\056\136\060\201\341\006\003\125\035\043\004\201 +\331\060\201\326\200\024\271\011\312\234\036\333\323\154\072\153 +\256\355\124\361\133\223\006\065\056\136\241\201\262\244\201\257 +\060\201\254\061\013\060\011\006\003\125\004\006\023\002\105\125 +\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151 +\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141 +\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141 +\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144 +\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011 +\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125 +\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155 +\141\040\123\056\101\056\061\047\060\045\006\003\125\004\003\023 +\036\107\154\157\142\141\154\040\103\150\141\155\142\145\162\163 +\151\147\156\040\122\157\157\164\040\055\040\062\060\060\070\202 +\011\000\311\315\323\351\325\175\043\316\060\016\006\003\125\035 +\017\001\001\377\004\004\003\002\001\006\060\075\006\003\125\035 +\040\004\066\060\064\060\062\006\004\125\035\040\000\060\052\060 +\050\006\010\053\006\001\005\005\007\002\001\026\034\150\164\164 +\160\072\057\057\160\157\154\151\143\171\056\143\141\155\145\162 +\146\151\162\155\141\056\143\157\155\060\015\006\011\052\206\110 +\206\367\015\001\001\005\005\000\003\202\002\001\000\200\210\177 +\160\336\222\050\331\005\224\106\377\220\127\251\361\057\337\032 +\015\153\372\174\016\034\111\044\171\047\330\106\252\157\051\131 +\122\210\160\022\352\335\075\365\233\123\124\157\341\140\242\250 +\011\271\354\353\131\174\306\065\361\334\030\351\361\147\345\257 +\272\105\340\011\336\312\104\017\302\027\016\167\221\105\172\063 +\137\137\226\054\150\213\301\107\217\230\233\075\300\354\313\365 +\325\202\222\204\065\321\276\066\070\126\162\061\133\107\055\252 +\027\244\143\121\353\012\001\255\177\354\165\236\313\241\037\361 +\177\022\261\271\344\144\177\147\326\043\052\364\270\071\135\230 +\350\041\247\341\275\075\102\032\164\232\160\257\150\154\120\135 +\111\317\377\373\016\135\346\054\107\327\201\072\131\000\265\163 +\153\143\040\366\061\105\010\071\016\364\160\176\100\160\132\077 +\320\153\102\251\164\075\050\057\002\155\165\162\225\011\215\110 +\143\306\306\043\127\222\223\136\065\301\215\371\012\367\054\235 +\142\034\366\255\174\335\246\061\036\266\261\307\176\205\046\372 +\244\152\265\332\143\060\321\357\223\067\262\146\057\175\005\367 +\347\267\113\230\224\065\300\331\072\051\301\235\262\120\063\035 +\112\251\132\246\311\003\357\355\364\347\250\156\212\264\127\204 +\353\244\077\320\356\252\252\207\133\143\350\223\342\153\250\324 +\270\162\170\153\033\355\071\344\135\313\233\252\207\325\117\116 +\000\376\331\152\237\074\061\017\050\002\001\175\230\350\247\260 +\242\144\236\171\370\110\362\025\251\314\346\310\104\353\077\170 +\231\362\173\161\076\074\361\230\247\305\030\022\077\346\273\050 +\063\102\351\105\012\174\155\362\206\171\057\305\202\031\175\011 +\211\174\262\124\166\210\256\336\301\363\314\341\156\333\061\326 +\223\256\231\240\357\045\152\163\230\211\133\072\056\023\210\036 +\277\300\222\224\064\033\343\047\267\213\036\157\102\377\347\351 +\067\233\120\035\055\242\371\002\356\313\130\130\072\161\274\150 +\343\252\301\257\034\050\037\242\334\043\145\077\201\352\256\231 +\323\330\060\317\023\015\117\025\311\204\274\247\110\055\370\060 +\043\167\330\106\113\171\155\366\214\355\072\177\140\021\170\364 +\351\233\256\325\124\300\164\200\321\013\102\237\301 +END + +# Trust for Certificate "Global Chambersign Root - 2008" +CKA_CLASS CK_OBJECT_CLASS CKO_NETSCAPE_TRUST +CKA_TOKEN CK_BBOOL CK_TRUE +CKA_PRIVATE CK_BBOOL CK_FALSE +CKA_MODIFIABLE CK_BBOOL CK_FALSE +CKA_LABEL UTF8 "Global Chambersign Root - 2008" +CKA_CERT_SHA1_HASH MULTILINE_OCTAL +\112\275\356\354\225\015\065\234\211\256\307\122\241\054\133\051 +\366\326\252\014 +END +CKA_CERT_MD5_HASH MULTILINE_OCTAL +\236\200\377\170\001\014\056\301\066\275\376\226\220\156\010\363 +END +CKA_ISSUER MULTILINE_OCTAL +\060\201\254\061\013\060\011\006\003\125\004\006\023\002\105\125 +\061\103\060\101\006\003\125\004\007\023\072\115\141\144\162\151 +\144\040\050\163\145\145\040\143\165\162\162\145\156\164\040\141 +\144\144\162\145\163\163\040\141\164\040\167\167\167\056\143\141 +\155\145\162\146\151\162\155\141\056\143\157\155\057\141\144\144 +\162\145\163\163\051\061\022\060\020\006\003\125\004\005\023\011 +\101\070\062\067\064\063\062\070\067\061\033\060\031\006\003\125 +\004\012\023\022\101\103\040\103\141\155\145\162\146\151\162\155 +\141\040\123\056\101\056\061\047\060\045\006\003\125\004\003\023 +\036\107\154\157\142\141\154\040\103\150\141\155\142\145\162\163 +\151\147\156\040\122\157\157\164\040\055\040\062\060\060\070 +END +CKA_SERIAL_NUMBER MULTILINE_OCTAL +\002\011\000\311\315\323\351\325\175\043\316 +END +CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR +CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE