wok rev 6444
Up: nss, nss-dev to 3.12.7. Added patches archlinux got from other distros. It uses system sqlite now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Sep 28 03:43:12 2010 +0000 (2010-09-28) |
parents | 667aa69f0165 |
children | dd8ad4ae1ec1 |
files | nss-dev/receipt nss/receipt nss/stuff/add_spi+cacert_ca_certs.patch nss/stuff/nss-no-rpath.patch nss/stuff/nss-nolocalsql.patch nss/stuff/ssl-renegotiate-transitional.patch |
line diff
1.1 --- a/nss-dev/receipt Tue Sep 28 03:32:38 2010 +0000 1.2 +++ b/nss-dev/receipt Tue Sep 28 03:43:12 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nss-dev" 1.7 -VERSION="3.12.4" 1.8 +VERSION="3.12.7" 1.9 CATEGORY="development" 1.10 SHORT_DESC="nss devel library." 1.11 MAINTAINER="rocky@slitaz.org"
2.1 --- a/nss/receipt Tue Sep 28 03:32:38 2010 +0000 2.2 +++ b/nss/receipt Tue Sep 28 03:43:12 2010 +0000 2.3 @@ -1,11 +1,11 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="nss" 2.7 -VERSION="3.12.4" 2.8 +VERSION="3.12.7" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="Mozilla Network Security Services (NSS)." 2.11 MAINTAINER="rocky@slitaz.org" 2.12 -DEPENDS="libfirefox" 2.13 +DEPENDS="libfirefox sqlite zlib" 2.14 BUILD_DEPENDS="firefox-dev sqlite-dev zlib-dev perl" 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/" 2.17 @@ -15,6 +15,15 @@ 2.18 compile_rules() 2.19 { 2.20 cd $src 2.21 + # Adds the SPI Inc. and CAcert.org CA certificates - patch from Debian 2.22 + patch -Np1 -i ../stuff/add_spi+cacert_ca_certs.patch 2.23 + # Adds transitional SSL renegotiate support - patch from Debian 2.24 + patch -Np1 -i ../stuff/ssl-renegotiate-transitional.patch 2.25 + # Builds against system sqlite - patch from Fedora 2.26 + patch -Np0 -i ../stuff/nss-nolocalsql.patch 2.27 + # Removes rpath 2.28 + patch -Np0 -i ../stuff/nss-no-rpath.patch 2.29 + 2.30 export NSPR_INCLUDE_DIR=$(ls -d /usr/include/firefox-*) 2.31 export NSPR_LIB_DIR=$(ls -d /usr/lib/firefox-*/lib) 2.32 export NSS_USE_SYSTEM_SQLITE=1
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/nss/stuff/add_spi+cacert_ca_certs.patch Tue Sep 28 03:43:12 2010 +0000 3.3 @@ -0,0 +1,1168 @@ 3.4 +## 95_add_spi+cacert_ca_certs.patch by martin f. krafft <madduck@debian.org> 3.5 +## 3.6 +## All lines beginning with `## DP:' are a description of the patch. 3.7 +## DP: Adds the SPI Inc. and CAcert.org CA certificates 3.8 + 3.9 +diff --git a/mozilla/security/nss/lib/ckfw/builtins/certdata.c b/mozilla/security/nss/lib/ckfw/builtins/certdata.c 3.10 +index 52b78ad..28fe53c 100644 3.11 +--- a/mozilla/security/nss/lib/ckfw/builtins/certdata.c 3.12 ++++ b/mozilla/security/nss/lib/ckfw/builtins/certdata.c 3.13 +@@ -35,7 +35,7 @@ 3.14 + * 3.15 + * ***** END LICENSE BLOCK ***** */ 3.16 + #ifdef DEBUG 3.17 +-static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.67 $ $Date: 2010/04/08 14:28:58 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67 $ $Date: 2010/04/08 14:28:58 $"; 3.18 ++static const char CVS_ID[] = "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.64 $ $Date: 2010/04/08 14:28:59 $""; @(#) $RCSfile: certdata.perl,v $ $Revision: 1.13 $ $Date: 2010/03/26 22:06:47 $"; 3.19 + #endif /* DEBUG */ 3.20 + 3.21 + #ifndef BUILTINS_H 3.22 +@@ -960,6 +960,24 @@ static const CK_ATTRIBUTE_TYPE nss_builtins_types_300 [] = { 3.23 + static const CK_ATTRIBUTE_TYPE nss_builtins_types_301 [] = { 3.24 + 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 3.25 + }; 3.26 ++static const CK_ATTRIBUTE_TYPE nss_builtins_types_302 [] = { 3.27 ++ CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE 3.28 ++}; 3.29 ++static const CK_ATTRIBUTE_TYPE nss_builtins_types_303 [] = { 3.30 ++ 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 3.31 ++}; 3.32 ++static const CK_ATTRIBUTE_TYPE nss_builtins_types_304 [] = { 3.33 ++ CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE 3.34 ++}; 3.35 ++static const CK_ATTRIBUTE_TYPE nss_builtins_types_305 [] = { 3.36 ++ 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 3.37 ++}; 3.38 ++static const CK_ATTRIBUTE_TYPE nss_builtins_types_306 [] = { 3.39 ++ CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE 3.40 ++}; 3.41 ++static const CK_ATTRIBUTE_TYPE nss_builtins_types_307 [] = { 3.42 ++ 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 3.43 ++}; 3.44 + #ifdef DEBUG 3.45 + static const NSSItem nss_builtins_items_0 [] = { 3.46 + { (void *)&cko_data, (PRUint32)sizeof(CK_OBJECT_CLASS) }, 3.47 +@@ -968,7 +986,7 @@ static const NSSItem nss_builtins_items_0 [] = { 3.48 + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.49 + { (void *)"CVS ID", (PRUint32)7 }, 3.50 + { (void *)"NSS", (PRUint32)4 }, 3.51 +- { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.67 $ $Date: 2010/04/08 14:28:58 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67 $ $Date: 2010/04/08 14:28:58 $", (PRUint32)160 } 3.52 ++ { (void *)"@(#) $RCSfile: certdata.txt,v $ $Revision: 1.64 $ $Date: 2010/04/08 14:28:59 $""; @(#) $RCSfile: certdata.perl,v $ $Revision: 1.13 $ $Date: 2010/03/26 22:06:47 $", (PRUint32)160 } 3.53 + }; 3.54 + #endif /* DEBUG */ 3.55 + static const NSSItem nss_builtins_items_1 [] = { 3.56 +@@ -20303,6 +20321,531 @@ static const NSSItem nss_builtins_items_301 [] = { 3.57 + { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.58 + { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } 3.59 + }; 3.60 ++static const NSSItem nss_builtins_items_302 [] = { 3.61 ++ { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, 3.62 ++ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, 3.63 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.64 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.65 ++ { (void *)"CAcert.org Class 1 Root CA", (PRUint32)27 }, 3.66 ++ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, 3.67 ++ { (void *)"\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157" 3.68 ++"\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150" 3.69 ++"\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164" 3.70 ++"\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103" 3.71 ++"\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101" 3.72 ++"\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206" 3.73 ++"\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164" 3.74 ++"\100\143\141\143\145\162\164\056\157\162\147" 3.75 ++, (PRUint32)123 }, 3.76 ++ { (void *)"0", (PRUint32)2 }, 3.77 ++ { (void *)"\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157" 3.78 ++"\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150" 3.79 ++"\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164" 3.80 ++"\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103" 3.81 ++"\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101" 3.82 ++"\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206" 3.83 ++"\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164" 3.84 ++"\100\143\141\143\145\162\164\056\157\162\147" 3.85 ++, (PRUint32)123 }, 3.86 ++ { (void *)"\002\001\000" 3.87 ++, (PRUint32)3 }, 3.88 ++ { (void *)"\060\202\007\075\060\202\005\045\240\003\002\001\002\002\001\000" 3.89 ++"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" 3.90 ++"\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157\164" 3.91 ++"\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150\164" 3.92 ++"\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164\056" 3.93 ++"\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103\101" 3.94 ++"\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101\165" 3.95 ++"\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206\110" 3.96 ++"\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164\100" 3.97 ++"\143\141\143\145\162\164\056\157\162\147\060\036\027\015\060\063" 3.98 ++"\060\063\063\060\061\062\062\071\064\071\132\027\015\063\063\060" 3.99 ++"\063\062\071\061\062\062\071\064\071\132\060\171\061\020\060\016" 3.100 ++"\006\003\125\004\012\023\007\122\157\157\164\040\103\101\061\036" 3.101 ++"\060\034\006\003\125\004\013\023\025\150\164\164\160\072\057\057" 3.102 ++"\167\167\167\056\143\141\143\145\162\164\056\157\162\147\061\042" 3.103 ++"\060\040\006\003\125\004\003\023\031\103\101\040\103\145\162\164" 3.104 ++"\040\123\151\147\156\151\156\147\040\101\165\164\150\157\162\151" 3.105 ++"\164\171\061\041\060\037\006\011\052\206\110\206\367\015\001\011" 3.106 ++"\001\026\022\163\165\160\160\157\162\164\100\143\141\143\145\162" 3.107 ++"\164\056\157\162\147\060\202\002\042\060\015\006\011\052\206\110" 3.108 ++"\206\367\015\001\001\001\005\000\003\202\002\017\000\060\202\002" 3.109 ++"\012\002\202\002\001\000\316\042\300\342\106\175\354\066\050\007" 3.110 ++"\120\226\362\240\063\100\214\113\361\073\146\077\061\345\153\002" 3.111 ++"\066\333\326\174\366\361\210\217\116\167\066\005\101\225\371\011" 3.112 ++"\360\022\317\106\206\163\140\267\156\176\350\300\130\144\256\315" 3.113 ++"\260\255\105\027\014\143\372\147\012\350\326\322\277\076\347\230" 3.114 ++"\304\360\114\372\340\003\273\065\135\154\041\336\236\040\331\272" 3.115 ++"\315\146\062\067\162\372\367\010\365\307\315\130\311\216\347\016" 3.116 ++"\136\352\076\376\034\241\024\012\025\154\206\204\133\144\146\052" 3.117 ++"\172\251\113\123\171\365\210\242\173\356\057\012\141\053\215\262" 3.118 ++"\176\115\126\245\023\354\352\332\222\236\254\104\101\036\130\140" 3.119 ++"\145\005\146\370\300\104\275\313\224\367\102\176\013\367\145\150" 3.120 ++"\230\121\005\360\363\005\221\004\035\033\027\202\354\310\127\273" 3.121 ++"\303\153\172\210\361\260\162\314\045\133\040\221\354\026\002\022" 3.122 ++"\217\062\351\027\030\110\320\307\005\056\002\060\102\270\045\234" 3.123 ++"\005\153\077\252\072\247\353\123\110\367\350\322\266\007\230\334" 3.124 ++"\033\306\064\177\177\311\034\202\172\005\130\053\010\133\363\070" 3.125 ++"\242\253\027\135\146\311\230\327\236\020\213\242\322\335\164\232" 3.126 ++"\367\161\014\162\140\337\315\157\230\063\235\226\064\166\076\044" 3.127 ++"\172\222\260\016\225\036\157\346\240\105\070\107\252\327\101\355" 3.128 ++"\112\267\022\366\327\033\203\212\017\056\330\011\266\131\327\252" 3.129 ++"\004\377\322\223\175\150\056\335\213\113\253\130\272\057\215\352" 3.130 ++"\225\247\240\303\124\211\245\373\333\213\121\042\235\262\303\276" 3.131 ++"\021\276\054\221\206\213\226\170\255\040\323\212\057\032\077\306" 3.132 ++"\320\121\145\207\041\261\031\001\145\177\105\034\207\365\174\320" 3.133 ++"\101\114\117\051\230\041\375\063\037\165\014\004\121\372\031\167" 3.134 ++"\333\324\024\034\356\201\303\035\365\230\267\151\006\221\042\335" 3.135 ++"\000\120\314\201\061\254\022\007\173\070\332\150\133\346\053\324" 3.136 ++"\176\311\137\255\350\353\162\114\363\001\345\113\040\277\232\246" 3.137 ++"\127\312\221\000\001\213\241\165\041\067\265\143\015\147\076\106" 3.138 ++"\117\160\040\147\316\305\326\131\333\002\340\360\322\313\315\272" 3.139 ++"\142\267\220\101\350\335\040\344\051\274\144\051\102\310\042\334" 3.140 ++"\170\232\377\103\354\230\033\011\121\113\132\132\302\161\361\304" 3.141 ++"\313\163\251\345\241\013\002\003\001\000\001\243\202\001\316\060" 3.142 ++"\202\001\312\060\035\006\003\125\035\016\004\026\004\024\026\265" 3.143 ++"\062\033\324\307\363\340\346\216\363\275\322\260\072\356\262\071" 3.144 ++"\030\321\060\201\243\006\003\125\035\043\004\201\233\060\201\230" 3.145 ++"\200\024\026\265\062\033\324\307\363\340\346\216\363\275\322\260" 3.146 ++"\072\356\262\071\030\321\241\175\244\173\060\171\061\020\060\016" 3.147 ++"\006\003\125\004\012\023\007\122\157\157\164\040\103\101\061\036" 3.148 ++"\060\034\006\003\125\004\013\023\025\150\164\164\160\072\057\057" 3.149 ++"\167\167\167\056\143\141\143\145\162\164\056\157\162\147\061\042" 3.150 ++"\060\040\006\003\125\004\003\023\031\103\101\040\103\145\162\164" 3.151 ++"\040\123\151\147\156\151\156\147\040\101\165\164\150\157\162\151" 3.152 ++"\164\171\061\041\060\037\006\011\052\206\110\206\367\015\001\011" 3.153 ++"\001\026\022\163\165\160\160\157\162\164\100\143\141\143\145\162" 3.154 ++"\164\056\157\162\147\202\001\000\060\017\006\003\125\035\023\001" 3.155 ++"\001\377\004\005\060\003\001\001\377\060\062\006\003\125\035\037" 3.156 ++"\004\053\060\051\060\047\240\045\240\043\206\041\150\164\164\160" 3.157 ++"\163\072\057\057\167\167\167\056\143\141\143\145\162\164\056\157" 3.158 ++"\162\147\057\162\145\166\157\153\145\056\143\162\154\060\060\006" 3.159 ++"\011\140\206\110\001\206\370\102\001\004\004\043\026\041\150\164" 3.160 ++"\164\160\163\072\057\057\167\167\167\056\143\141\143\145\162\164" 3.161 ++"\056\157\162\147\057\162\145\166\157\153\145\056\143\162\154\060" 3.162 ++"\064\006\011\140\206\110\001\206\370\102\001\010\004\047\026\045" 3.163 ++"\150\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162" 3.164 ++"\164\056\157\162\147\057\151\156\144\145\170\056\160\150\160\077" 3.165 ++"\151\144\075\061\060\060\126\006\011\140\206\110\001\206\370\102" 3.166 ++"\001\015\004\111\026\107\124\157\040\147\145\164\040\171\157\165" 3.167 ++"\162\040\157\167\156\040\143\145\162\164\151\146\151\143\141\164" 3.168 ++"\145\040\146\157\162\040\106\122\105\105\040\150\145\141\144\040" 3.169 ++"\157\166\145\162\040\164\157\040\150\164\164\160\072\057\057\167" 3.170 ++"\167\167\056\143\141\143\145\162\164\056\157\162\147\060\015\006" 3.171 ++"\011\052\206\110\206\367\015\001\001\004\005\000\003\202\002\001" 3.172 ++"\000\050\307\356\234\202\002\272\134\200\022\312\065\012\035\201" 3.173 ++"\157\211\152\231\314\362\150\017\177\247\341\215\130\225\076\275" 3.174 ++"\362\006\303\220\132\254\265\140\366\231\103\001\243\210\160\234" 3.175 ++"\235\142\235\244\207\257\147\130\015\060\066\073\346\255\110\323" 3.176 ++"\313\164\002\206\161\076\342\053\003\150\361\064\142\100\106\073" 3.177 ++"\123\352\050\364\254\373\146\225\123\212\115\135\375\073\331\140" 3.178 ++"\327\312\171\151\073\261\145\222\246\306\201\202\134\234\315\353" 3.179 ++"\115\001\212\245\337\021\125\252\025\312\037\067\300\202\230\160" 3.180 ++"\141\333\152\174\226\243\216\056\124\076\117\041\251\220\357\334" 3.181 ++"\202\277\334\350\105\255\115\220\163\010\074\224\145\260\004\231" 3.182 ++"\166\177\342\274\302\152\025\252\227\004\067\044\330\036\224\116" 3.183 ++"\155\016\121\276\326\304\217\312\226\155\367\103\337\350\060\145" 3.184 ++"\047\073\173\273\103\103\143\304\103\367\262\354\150\314\341\031" 3.185 ++"\216\042\373\230\341\173\132\076\001\067\073\213\010\260\242\363" 3.186 ++"\225\116\032\313\233\315\232\261\333\262\160\360\055\112\333\330" 3.187 ++"\260\343\157\105\110\063\022\377\376\074\062\052\124\367\304\367" 3.188 ++"\212\360\210\043\302\107\376\144\172\161\300\321\036\246\143\260" 3.189 ++"\007\176\244\057\323\001\217\334\237\053\266\306\010\251\017\223" 3.190 ++"\110\045\374\022\375\237\102\334\363\304\076\366\127\260\327\335" 3.191 ++"\151\321\006\167\064\012\113\322\312\240\377\034\306\214\311\026" 3.192 ++"\276\304\314\062\067\150\163\137\010\373\121\367\111\123\066\005" 3.193 ++"\012\225\002\114\362\171\032\020\366\330\072\165\234\363\035\361" 3.194 ++"\242\015\160\147\206\033\263\026\365\057\345\244\353\171\206\371" 3.195 ++"\075\013\302\163\013\245\231\254\157\374\147\270\345\057\013\246" 3.196 ++"\030\044\215\173\321\110\065\051\030\100\254\223\140\341\226\206" 3.197 ++"\120\264\172\131\330\217\041\013\237\317\202\221\306\073\277\153" 3.198 ++"\334\007\221\271\227\126\043\252\266\154\224\306\110\006\074\344" 3.199 ++"\316\116\252\344\366\057\011\334\123\157\056\374\164\353\072\143" 3.200 ++"\231\302\246\254\211\274\247\262\104\240\015\212\020\343\154\362" 3.201 ++"\044\313\372\233\237\160\107\056\336\024\213\324\262\040\011\226" 3.202 ++"\242\144\361\044\034\334\241\065\234\025\262\324\274\125\056\175" 3.203 ++"\006\365\234\016\125\364\132\326\223\332\166\255\045\163\114\305" 3.204 ++"\103" 3.205 ++, (PRUint32)1857 } 3.206 ++}; 3.207 ++static const NSSItem nss_builtins_items_303 [] = { 3.208 ++ { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, 3.209 ++ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, 3.210 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.211 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.212 ++ { (void *)"CAcert.org Class 1 Root CA", (PRUint32)27 }, 3.213 ++ { (void *)"\023\134\354\066\364\234\270\351\073\032\262\160\315\200\210\106" 3.214 ++"\166\316\217\063" 3.215 ++, (PRUint32)20 }, 3.216 ++ { (void *)"\246\033\067\136\071\015\234\066\124\356\275\040\061\106\037\153" 3.217 ++, (PRUint32)16 }, 3.218 ++ { (void *)"\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157" 3.219 ++"\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150" 3.220 ++"\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164" 3.221 ++"\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103" 3.222 ++"\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101" 3.223 ++"\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206" 3.224 ++"\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164" 3.225 ++"\100\143\141\143\145\162\164\056\157\162\147" 3.226 ++, (PRUint32)123 }, 3.227 ++ { (void *)"\002\001\000" 3.228 ++, (PRUint32)3 }, 3.229 ++ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.230 ++ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.231 ++ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.232 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } 3.233 ++}; 3.234 ++static const NSSItem nss_builtins_items_304 [] = { 3.235 ++ { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, 3.236 ++ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, 3.237 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.238 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.239 ++ { (void *)"CAcert.org Class 3 Root CA", (PRUint32)27 }, 3.240 ++ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, 3.241 ++ { (void *)"\060\124\061\024\060\022\006\003\125\004\012\023\013\103\101\143" 3.242 ++"\145\162\164\040\111\156\143\056\061\036\060\034\006\003\125\004" 3.243 ++"\013\023\025\150\164\164\160\072\057\057\167\167\167\056\103\101" 3.244 ++"\143\145\162\164\056\157\162\147\061\034\060\032\006\003\125\004" 3.245 ++"\003\023\023\103\101\143\145\162\164\040\103\154\141\163\163\040" 3.246 ++"\063\040\122\157\157\164" 3.247 ++, (PRUint32)86 }, 3.248 ++ { (void *)"0", (PRUint32)2 }, 3.249 ++ { (void *)"\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157" 3.250 ++"\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150" 3.251 ++"\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164" 3.252 ++"\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103" 3.253 ++"\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101" 3.254 ++"\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206" 3.255 ++"\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164" 3.256 ++"\100\143\141\143\145\162\164\056\157\162\147" 3.257 ++, (PRUint32)123 }, 3.258 ++ { (void *)"\002\001\001" 3.259 ++, (PRUint32)3 }, 3.260 ++ { (void *)"\060\202\006\010\060\202\003\360\240\003\002\001\002\002\001\001" 3.261 ++"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" 3.262 ++"\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157\164" 3.263 ++"\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150\164" 3.264 ++"\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164\056" 3.265 ++"\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103\101" 3.266 ++"\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101\165" 3.267 ++"\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206\110" 3.268 ++"\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164\100" 3.269 ++"\143\141\143\145\162\164\056\157\162\147\060\036\027\015\060\065" 3.270 ++"\061\060\061\064\060\067\063\066\065\065\132\027\015\063\063\060" 3.271 ++"\063\062\070\060\067\063\066\065\065\132\060\124\061\024\060\022" 3.272 ++"\006\003\125\004\012\023\013\103\101\143\145\162\164\040\111\156" 3.273 ++"\143\056\061\036\060\034\006\003\125\004\013\023\025\150\164\164" 3.274 ++"\160\072\057\057\167\167\167\056\103\101\143\145\162\164\056\157" 3.275 ++"\162\147\061\034\060\032\006\003\125\004\003\023\023\103\101\143" 3.276 ++"\145\162\164\040\103\154\141\163\163\040\063\040\122\157\157\164" 3.277 ++"\060\202\002\042\060\015\006\011\052\206\110\206\367\015\001\001" 3.278 ++"\001\005\000\003\202\002\017\000\060\202\002\012\002\202\002\001" 3.279 ++"\000\253\111\065\021\110\174\322\046\176\123\224\317\103\251\335" 3.280 ++"\050\327\102\052\213\363\207\170\031\130\174\017\236\332\211\175" 3.281 ++"\341\373\353\162\220\015\164\241\226\144\253\237\240\044\231\163" 3.282 ++"\332\342\125\166\307\027\173\365\004\254\106\270\303\276\177\144" 3.283 ++"\215\020\154\044\363\141\234\300\362\220\372\121\346\365\151\001" 3.284 ++"\143\303\017\126\342\112\102\317\342\104\214\045\050\250\305\171" 3.285 ++"\011\175\106\271\212\363\351\363\064\051\010\105\344\034\237\313" 3.286 ++"\224\004\034\201\250\024\263\230\145\304\103\354\116\202\215\011" 3.287 ++"\321\275\252\133\215\222\320\354\336\220\305\177\012\302\343\353" 3.288 ++"\346\061\132\136\164\076\227\063\131\350\303\003\075\140\063\277" 3.289 ++"\367\321\157\107\304\315\356\142\203\122\156\056\010\232\244\331" 3.290 ++"\025\030\221\246\205\222\107\260\256\110\353\155\267\041\354\205" 3.291 ++"\032\150\162\065\253\377\360\020\135\300\364\224\247\152\325\073" 3.292 ++"\222\176\114\220\005\176\223\301\054\213\244\216\142\164\025\161" 3.293 ++"\156\013\161\003\352\257\025\070\232\324\322\005\162\157\214\371" 3.294 ++"\053\353\132\162\045\371\071\106\343\162\033\076\004\303\144\047" 3.295 ++"\042\020\052\212\117\130\247\003\255\276\264\056\023\355\135\252" 3.296 ++"\110\327\325\175\324\052\173\134\372\106\004\120\344\314\016\102" 3.297 ++"\133\214\355\333\362\317\374\226\223\340\333\021\066\124\142\064" 3.298 ++"\070\217\014\140\233\073\227\126\070\255\363\322\133\213\240\133" 3.299 ++"\352\116\226\270\174\327\325\240\206\160\100\323\221\051\267\242" 3.300 ++"\074\255\365\214\273\317\032\222\212\344\064\173\300\330\154\137" 3.301 ++"\351\012\302\303\247\040\232\132\337\054\135\122\134\272\107\325" 3.302 ++"\233\357\044\050\160\070\040\057\325\177\051\300\262\101\003\150" 3.303 ++"\222\314\340\234\314\227\113\105\357\072\020\012\253\160\072\230" 3.304 ++"\225\160\255\065\261\352\205\053\244\034\200\041\061\251\256\140" 3.305 ++"\172\200\046\110\000\270\001\300\223\143\125\042\221\074\126\347" 3.306 ++"\257\333\072\045\363\217\061\124\352\046\213\201\131\371\241\321" 3.307 ++"\123\021\305\173\235\003\366\164\021\340\155\261\054\077\054\206" 3.308 ++"\221\231\161\232\246\167\213\064\140\321\024\264\054\254\235\257" 3.309 ++"\214\020\323\237\304\152\370\157\023\374\163\131\367\146\102\164" 3.310 ++"\036\212\343\370\334\322\157\230\234\313\107\230\225\100\005\373" 3.311 ++"\351\002\003\001\000\001\243\201\277\060\201\274\060\017\006\003" 3.312 ++"\125\035\023\001\001\377\004\005\060\003\001\001\377\060\135\006" 3.313 ++"\010\053\006\001\005\005\007\001\001\004\121\060\117\060\043\006" 3.314 ++"\010\053\006\001\005\005\007\060\001\206\027\150\164\164\160\072" 3.315 ++"\057\057\157\143\163\160\056\103\101\143\145\162\164\056\157\162" 3.316 ++"\147\057\060\050\006\010\053\006\001\005\005\007\060\002\206\034" 3.317 ++"\150\164\164\160\072\057\057\167\167\167\056\103\101\143\145\162" 3.318 ++"\164\056\157\162\147\057\143\141\056\143\162\164\060\112\006\003" 3.319 ++"\125\035\040\004\103\060\101\060\077\006\010\053\006\001\004\001" 3.320 ++"\201\220\112\060\063\060\061\006\010\053\006\001\005\005\007\002" 3.321 ++"\001\026\045\150\164\164\160\072\057\057\167\167\167\056\103\101" 3.322 ++"\143\145\162\164\056\157\162\147\057\151\156\144\145\170\056\160" 3.323 ++"\150\160\077\151\144\075\061\060\060\015\006\011\052\206\110\206" 3.324 ++"\367\015\001\001\004\005\000\003\202\002\001\000\177\010\210\241" 3.325 ++"\332\032\120\111\332\211\373\241\010\162\363\212\367\036\304\072" 3.326 ++"\264\171\133\040\060\261\105\336\302\135\323\145\151\361\302\135" 3.327 ++"\124\124\074\205\137\271\173\102\221\302\231\375\033\121\233\253" 3.328 ++"\106\245\241\020\123\236\155\210\254\163\156\054\063\246\360\364" 3.329 ++"\236\340\165\301\076\210\105\251\341\146\103\376\126\132\321\172" 3.330 ++"\101\170\367\100\332\112\072\361\013\133\245\273\026\006\346\302" 3.331 ++"\347\223\271\205\115\227\117\261\036\070\103\200\357\233\015\214" 3.332 ++"\357\270\247\140\000\207\127\175\036\104\034\313\043\357\233\074" 3.333 ++"\231\235\257\265\051\034\105\171\026\226\115\047\155\361\034\154" 3.334 ++"\303\302\125\144\263\274\024\342\363\244\037\036\062\374\047\025" 3.335 ++"\005\317\335\056\256\076\202\141\173\360\041\020\030\366\104\352" 3.336 ++"\123\071\371\334\320\232\040\340\306\273\340\273\132\117\304\231" 3.337 ++"\310\007\275\265\275\242\333\056\142\015\102\064\101\274\377\213" 3.338 ++"\212\365\121\042\252\210\060\000\342\260\324\274\276\145\272\325" 3.339 ++"\003\127\171\233\350\334\310\115\370\120\355\221\245\122\050\242" 3.340 ++"\254\373\066\130\076\351\224\053\221\120\207\033\326\136\326\214" 3.341 ++"\314\367\017\020\014\122\116\320\026\141\345\345\012\154\277\027" 3.342 ++"\307\162\106\127\234\230\365\154\140\143\172\157\136\271\116\057" 3.343 ++"\310\271\271\273\152\205\274\230\015\355\371\076\227\204\064\224" 3.344 ++"\256\000\257\241\345\347\222\156\116\275\363\342\331\024\213\134" 3.345 ++"\322\353\001\154\240\027\245\055\020\353\234\172\112\275\275\356" 3.346 ++"\316\375\355\042\100\253\160\070\210\365\012\207\152\302\253\005" 3.347 ++"\140\311\110\005\332\123\301\336\104\167\152\263\363\074\074\355" 3.348 ++"\200\274\246\070\112\051\044\137\376\131\073\233\045\172\126\143" 3.349 ++"\000\144\271\135\244\142\175\127\066\117\255\203\357\037\222\123" 3.350 ++"\240\216\167\127\335\345\141\021\075\043\000\220\114\074\372\243" 3.351 ++"\140\223\004\243\257\065\366\016\152\217\117\112\140\247\205\005" 3.352 ++"\154\106\241\217\364\307\166\343\241\131\127\367\161\262\304\156" 3.353 ++"\024\134\155\155\101\146\337\033\223\261\324\000\303\356\313\317" 3.354 ++"\074\075\041\200\251\137\143\145\374\335\340\137\244\364\053\360" 3.355 ++"\205\161\101\324\147\045\373\032\261\227\256\326\231\202\023\101" 3.356 ++"\322\156\245\033\231\047\200\347\013\251\250\000" 3.357 ++, (PRUint32)1548 } 3.358 ++}; 3.359 ++static const NSSItem nss_builtins_items_305 [] = { 3.360 ++ { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, 3.361 ++ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, 3.362 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.363 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.364 ++ { (void *)"CAcert.org Class 3 Root CA", (PRUint32)27 }, 3.365 ++ { (void *)"\333\114\102\151\007\077\351\302\243\175\211\012\134\033\030\304" 3.366 ++"\030\116\052\055" 3.367 ++, (PRUint32)20 }, 3.368 ++ { (void *)"\163\077\065\124\035\104\311\351\132\112\357\121\255\003\006\266" 3.369 ++, (PRUint32)16 }, 3.370 ++ { (void *)"\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157" 3.371 ++"\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150" 3.372 ++"\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164" 3.373 ++"\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103" 3.374 ++"\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101" 3.375 ++"\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206" 3.376 ++"\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164" 3.377 ++"\100\143\141\143\145\162\164\056\157\162\147" 3.378 ++, (PRUint32)123 }, 3.379 ++ { (void *)"\002\001\001" 3.380 ++, (PRUint32)3 }, 3.381 ++ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.382 ++ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.383 ++ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.384 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } 3.385 ++}; 3.386 ++static const NSSItem nss_builtins_items_306 [] = { 3.387 ++ { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, 3.388 ++ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, 3.389 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.390 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.391 ++ { (void *)"Software in the Public Interest, Inc. Root CA (2008)", (PRUint32)53 }, 3.392 ++ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, 3.393 ++ { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\125\123" 3.394 ++"\061\020\060\016\006\003\125\004\010\023\007\111\156\144\151\141" 3.395 ++"\156\141\061\025\060\023\006\003\125\004\007\023\014\111\156\144" 3.396 ++"\151\141\156\141\160\157\154\151\163\061\050\060\046\006\003\125" 3.397 ++"\004\012\023\037\123\157\146\164\167\141\162\145\040\151\156\040" 3.398 ++"\164\150\145\040\120\165\142\154\151\143\040\111\156\164\145\162" 3.399 ++"\145\163\164\061\023\060\021\006\003\125\004\013\023\012\150\157" 3.400 ++"\163\164\155\141\163\164\145\162\061\036\060\034\006\003\125\004" 3.401 ++"\003\023\025\103\145\162\164\151\146\151\143\141\164\145\040\101" 3.402 ++"\165\164\150\157\162\151\164\171\061\045\060\043\006\011\052\206" 3.403 ++"\110\206\367\015\001\011\001\026\026\150\157\163\164\155\141\163" 3.404 ++"\164\145\162\100\163\160\151\055\151\156\143\056\157\162\147" 3.405 ++, (PRUint32)191 }, 3.406 ++ { (void *)"0", (PRUint32)2 }, 3.407 ++ { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\125\123" 3.408 ++"\061\020\060\016\006\003\125\004\010\023\007\111\156\144\151\141" 3.409 ++"\156\141\061\025\060\023\006\003\125\004\007\023\014\111\156\144" 3.410 ++"\151\141\156\141\160\157\154\151\163\061\050\060\046\006\003\125" 3.411 ++"\004\012\023\037\123\157\146\164\167\141\162\145\040\151\156\040" 3.412 ++"\164\150\145\040\120\165\142\154\151\143\040\111\156\164\145\162" 3.413 ++"\145\163\164\061\023\060\021\006\003\125\004\013\023\012\150\157" 3.414 ++"\163\164\155\141\163\164\145\162\061\036\060\034\006\003\125\004" 3.415 ++"\003\023\025\103\145\162\164\151\146\151\143\141\164\145\040\101" 3.416 ++"\165\164\150\157\162\151\164\171\061\045\060\043\006\011\052\206" 3.417 ++"\110\206\367\015\001\011\001\026\026\150\157\163\164\155\141\163" 3.418 ++"\164\145\162\100\163\160\151\055\151\156\143\056\157\162\147" 3.419 ++, (PRUint32)191 }, 3.420 ++ { (void *)"\002\011\000\350\216\266\311\370\052\024\050" 3.421 ++, (PRUint32)11 }, 3.422 ++ { (void *)"\060\202\010\016\060\202\005\366\240\003\002\001\002\002\011\000" 3.423 ++"\350\216\266\311\370\052\024\050\060\015\006\011\052\206\110\206" 3.424 ++"\367\015\001\001\005\005\000\060\201\274\061\013\060\011\006\003" 3.425 ++"\125\004\006\023\002\125\123\061\020\060\016\006\003\125\004\010" 3.426 ++"\023\007\111\156\144\151\141\156\141\061\025\060\023\006\003\125" 3.427 ++"\004\007\023\014\111\156\144\151\141\156\141\160\157\154\151\163" 3.428 ++"\061\050\060\046\006\003\125\004\012\023\037\123\157\146\164\167" 3.429 ++"\141\162\145\040\151\156\040\164\150\145\040\120\165\142\154\151" 3.430 ++"\143\040\111\156\164\145\162\145\163\164\061\023\060\021\006\003" 3.431 ++"\125\004\013\023\012\150\157\163\164\155\141\163\164\145\162\061" 3.432 ++"\036\060\034\006\003\125\004\003\023\025\103\145\162\164\151\146" 3.433 ++"\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061" 3.434 ++"\045\060\043\006\011\052\206\110\206\367\015\001\011\001\026\026" 3.435 ++"\150\157\163\164\155\141\163\164\145\162\100\163\160\151\055\151" 3.436 ++"\156\143\056\157\162\147\060\036\027\015\060\070\060\065\061\063" 3.437 ++"\060\070\060\067\065\066\132\027\015\061\070\060\065\061\061\060" 3.438 ++"\070\060\067\065\066\132\060\201\274\061\013\060\011\006\003\125" 3.439 ++"\004\006\023\002\125\123\061\020\060\016\006\003\125\004\010\023" 3.440 ++"\007\111\156\144\151\141\156\141\061\025\060\023\006\003\125\004" 3.441 ++"\007\023\014\111\156\144\151\141\156\141\160\157\154\151\163\061" 3.442 ++"\050\060\046\006\003\125\004\012\023\037\123\157\146\164\167\141" 3.443 ++"\162\145\040\151\156\040\164\150\145\040\120\165\142\154\151\143" 3.444 ++"\040\111\156\164\145\162\145\163\164\061\023\060\021\006\003\125" 3.445 ++"\004\013\023\012\150\157\163\164\155\141\163\164\145\162\061\036" 3.446 ++"\060\034\006\003\125\004\003\023\025\103\145\162\164\151\146\151" 3.447 ++"\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061\045" 3.448 ++"\060\043\006\011\052\206\110\206\367\015\001\011\001\026\026\150" 3.449 ++"\157\163\164\155\141\163\164\145\162\100\163\160\151\055\151\156" 3.450 ++"\143\056\157\162\147\060\202\002\042\060\015\006\011\052\206\110" 3.451 ++"\206\367\015\001\001\001\005\000\003\202\002\017\000\060\202\002" 3.452 ++"\012\002\202\002\001\000\334\066\346\107\102\302\304\121\165\051" 3.453 ++"\207\100\303\330\216\041\006\322\030\116\353\357\040\275\220\074" 3.454 ++"\205\020\023\214\051\133\224\143\366\364\055\361\006\102\221\271" 3.455 ++"\031\304\102\151\010\277\213\066\105\352\050\005\063\111\110\240" 3.456 ++"\047\103\223\065\212\101\330\170\263\360\357\263\156\055\335\321" 3.457 ++"\313\175\352\364\165\046\323\076\220\072\356\327\347\054\004\265" 3.458 ++"\174\341\365\174\305\116\357\167\275\134\242\223\063\222\316\175" 3.459 ++"\201\110\317\153\265\042\054\010\203\375\323\325\317\073\055\375" 3.460 ++"\265\111\220\133\366\255\115\023\312\336\323\246\235\123\121\161" 3.461 ++"\143\106\370\112\026\134\230\356\055\155\232\026\241\166\220\342" 3.462 ++"\140\103\231\326\211\326\154\056\172\230\262\013\003\054\343\172" 3.463 ++"\117\307\335\343\314\343\112\152\215\171\122\372\364\301\257\056" 3.464 ++"\217\052\010\313\033\051\202\222\162\103\274\316\210\251\252\247" 3.465 ++"\212\121\103\125\205\232\067\003\170\223\310\360\275\264\101\310" 3.466 ++"\007\102\232\313\065\227\172\212\201\145\336\035\124\010\001\361" 3.467 ++"\144\134\267\027\032\121\274\036\303\131\207\166\030\026\230\356" 3.468 ++"\277\366\147\201\213\006\065\305\113\155\131\031\307\322\306\110" 3.469 ++"\276\156\024\050\203\112\020\234\033\365\157\274\251\216\365\151" 3.470 ++"\376\262\301\125\314\347\024\311\371\133\024\123\121\007\352\316" 3.471 ++"\075\344\117\050\037\074\141\011\327\063\322\156\247\156\324\307" 3.472 ++"\023\011\157\153\135\024\356\235\211\033\245\152\362\366\370\320" 3.473 ++"\162\216\352\162\037\057\064\152\051\012\305\012\354\034\100\205" 3.474 ++"\022\367\246\245\323\117\255\300\205\214\114\174\163\040\314\123" 3.475 ++"\030\361\262\130\114\001\365\277\352\144\325\134\071\305\316\154" 3.476 ++"\314\123\132\126\272\101\017\045\337\153\120\266\307\212\240\275" 3.477 ++"\002\302\305\073\125\245\262\144\042\204\121\050\126\256\061\356" 3.478 ++"\136\373\013\026\115\106\005\221\200\104\355\254\155\360\127\250" 3.479 ++"\372\353\141\110\240\313\033\263\037\216\315\305\041\167\003\204" 3.480 ++"\036\374\254\243\103\010\143\214\355\371\047\357\264\260\135\147" 3.481 ++"\326\117\355\320\213\076\135\133\311\221\275\226\002\204\075\305" 3.482 ++"\115\274\102\077\164\375\074\135\254\134\110\066\136\207\061\057" 3.483 ++"\030\154\304\150\356\241\213\311\131\320\030\343\000\200\263\124" 3.484 ++"\047\056\231\360\025\123\002\003\001\000\001\243\202\002\017\060" 3.485 ++"\202\002\013\060\035\006\003\125\035\016\004\026\004\024\064\161" 3.486 ++"\321\070\327\025\066\203\107\153\327\067\144\102\073\216\215\122" 3.487 ++"\235\253\060\201\361\006\003\125\035\043\004\201\351\060\201\346" 3.488 ++"\200\024\064\161\321\070\327\025\066\203\107\153\327\067\144\102" 3.489 ++"\073\216\215\122\235\253\241\201\302\244\201\277\060\201\274\061" 3.490 ++"\013\060\011\006\003\125\004\006\023\002\125\123\061\020\060\016" 3.491 ++"\006\003\125\004\010\023\007\111\156\144\151\141\156\141\061\025" 3.492 ++"\060\023\006\003\125\004\007\023\014\111\156\144\151\141\156\141" 3.493 ++"\160\157\154\151\163\061\050\060\046\006\003\125\004\012\023\037" 3.494 ++"\123\157\146\164\167\141\162\145\040\151\156\040\164\150\145\040" 3.495 ++"\120\165\142\154\151\143\040\111\156\164\145\162\145\163\164\061" 3.496 ++"\023\060\021\006\003\125\004\013\023\012\150\157\163\164\155\141" 3.497 ++"\163\164\145\162\061\036\060\034\006\003\125\004\003\023\025\103" 3.498 ++"\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157" 3.499 ++"\162\151\164\171\061\045\060\043\006\011\052\206\110\206\367\015" 3.500 ++"\001\011\001\026\026\150\157\163\164\155\141\163\164\145\162\100" 3.501 ++"\163\160\151\055\151\156\143\056\157\162\147\202\011\000\350\216" 3.502 ++"\266\311\370\052\024\050\060\017\006\003\125\035\023\001\001\377" 3.503 ++"\004\005\060\003\001\001\377\060\021\006\011\140\206\110\001\206" 3.504 ++"\370\102\001\001\004\004\003\002\000\007\060\011\006\003\125\035" 3.505 ++"\022\004\002\060\000\060\056\006\011\140\206\110\001\206\370\102" 3.506 ++"\001\015\004\041\026\037\123\157\146\164\167\141\162\145\040\151" 3.507 ++"\156\040\164\150\145\040\120\165\142\154\151\143\040\111\156\164" 3.508 ++"\145\162\145\163\164\060\060\006\011\140\206\110\001\206\370\102" 3.509 ++"\001\004\004\043\026\041\150\164\164\160\163\072\057\057\143\141" 3.510 ++"\056\163\160\151\055\151\156\143\056\157\162\147\057\143\141\055" 3.511 ++"\143\162\154\056\160\145\155\060\062\006\011\140\206\110\001\206" 3.512 ++"\370\102\001\003\004\045\026\043\150\164\164\160\163\072\057\057" 3.513 ++"\143\141\056\163\160\151\055\151\156\143\056\157\162\147\057\143" 3.514 ++"\145\162\164\055\143\162\154\056\160\145\155\060\041\006\003\125" 3.515 ++"\035\021\004\032\060\030\201\026\150\157\163\164\155\141\163\164" 3.516 ++"\145\162\100\163\160\151\055\151\156\143\056\157\162\147\060\016" 3.517 ++"\006\003\125\035\017\001\001\377\004\004\003\002\001\006\060\015" 3.518 ++"\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202\002" 3.519 ++"\001\000\264\315\275\340\271\352\262\003\053\176\062\351\336\162" 3.520 ++"\077\311\113\202\136\235\342\257\125\011\242\014\124\350\317\030" 3.521 ++"\074\050\040\035\251\273\003\002\057\122\071\042\371\027\317\255" 3.522 ++"\147\220\263\003\177\330\025\343\153\176\273\233\126\001\257\065" 3.523 ++"\324\332\271\307\147\027\233\324\325\016\067\263\040\101\056\014" 3.524 ++"\001\304\133\371\145\076\302\141\350\322\360\152\225\160\303\306" 3.525 ++"\157\325\065\244\254\131\162\341\211\337\241\240\235\044\275\051" 3.526 ++"\171\351\141\052\331\323\036\311\106\244\010\170\101\222\162\017" 3.527 ++"\253\024\165\355\011\360\242\360\134\357\303\012\142\040\267\302" 3.528 ++"\050\146\256\114\057\056\217\105\143\046\226\360\356\061\346\213" 3.529 ++"\125\233\252\072\371\202\071\035\210\074\342\007\165\032\341\017" 3.530 ++"\261\060\274\161\062\322\072\376\372\241\211\363\103\054\326\162" 3.531 ++"\304\171\247\025\110\005\300\330\055\162\002\343\313\075\026\152" 3.532 ++"\272\311\270\021\020\342\111\205\314\226\107\140\005\045\056\357" 3.533 ++"\165\131\063\365\107\031\026\357\332\154\137\007\310\246\120\266" 3.534 ++"\035\313\146\064\045\374\146\203\353\305\266\060\101\370\106\104" 3.535 ++"\142\250\301\014\124\346\352\114\132\050\346\256\306\267\376\177" 3.536 ++"\073\226\250\056\356\307\150\076\335\000\075\051\257\052\143\253" 3.537 ++"\137\356\111\052\055\305\334\373\321\306\323\321\227\126\122\206" 3.538 ++"\266\224\353\324\140\121\267\374\036\233\314\002\233\324\037\217" 3.539 ++"\371\112\217\266\056\050\073\027\314\305\246\005\343\322\323\265" 3.540 ++"\306\003\311\341\110\102\233\313\077\344\027\340\376\015\001\225" 3.541 ++"\011\272\270\015\161\344\011\160\167\102\330\115\341\102\251\140" 3.542 ++"\203\327\027\211\103\322\324\335\247\030\266\253\324\044\045\207" 3.543 ++"\265\324\342\374\056\042\151\275\255\150\054\377\162\265\230\252" 3.544 ++"\006\234\347\052\152\270\241\223\166\316\260\363\177\234\341\340" 3.545 ++"\117\270\330\206\106\245\063\002\054\045\141\067\052\222\310\254" 3.546 ++"\201\164\150\143\207\063\166\275\005\177\136\325\325\002\155\275" 3.547 ++"\257\377\052\132\252\111\354\230\171\107\123\221\366\016\064\132" 3.548 ++"\311\245\306\353\262\343\305\254\266\240\160\065\273\310\121\151" 3.549 ++"\320\362\265\242\062\156\274\077\240\067\071\174\161\066\246\005" 3.550 ++"\337\014\022\344\026\247\305\326\313\143\243\225\160\077\346\004" 3.551 ++"\243\140" 3.552 ++, (PRUint32)2066 } 3.553 ++}; 3.554 ++static const NSSItem nss_builtins_items_307 [] = { 3.555 ++ { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, 3.556 ++ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, 3.557 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.558 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, 3.559 ++ { (void *)"Software in the Public Interest, Inc. Root CA (2008)", (PRUint32)53 }, 3.560 ++ { (void *)"\257\160\210\103\203\202\002\025\315\141\306\274\354\375\067\044" 3.561 ++"\251\220\103\034" 3.562 ++, (PRUint32)20 }, 3.563 ++ { (void *)"\052\107\237\140\273\203\164\157\001\003\327\013\015\366\015\170" 3.564 ++, (PRUint32)16 }, 3.565 ++ { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\125\123" 3.566 ++"\061\020\060\016\006\003\125\004\010\023\007\111\156\144\151\141" 3.567 ++"\156\141\061\025\060\023\006\003\125\004\007\023\014\111\156\144" 3.568 ++"\151\141\156\141\160\157\154\151\163\061\050\060\046\006\003\125" 3.569 ++"\004\012\023\037\123\157\146\164\167\141\162\145\040\151\156\040" 3.570 ++"\164\150\145\040\120\165\142\154\151\143\040\111\156\164\145\162" 3.571 ++"\145\163\164\061\023\060\021\006\003\125\004\013\023\012\150\157" 3.572 ++"\163\164\155\141\163\164\145\162\061\036\060\034\006\003\125\004" 3.573 ++"\003\023\025\103\145\162\164\151\146\151\143\141\164\145\040\101" 3.574 ++"\165\164\150\157\162\151\164\171\061\045\060\043\006\011\052\206" 3.575 ++"\110\206\367\015\001\011\001\026\026\150\157\163\164\155\141\163" 3.576 ++"\164\145\162\100\163\160\151\055\151\156\143\056\157\162\147" 3.577 ++, (PRUint32)191 }, 3.578 ++ { (void *)"\002\011\000\350\216\266\311\370\052\024\050" 3.579 ++, (PRUint32)11 }, 3.580 ++ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.581 ++ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.582 ++ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, 3.583 ++ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } 3.584 ++}; 3.585 + 3.586 + builtinsInternalObject 3.587 + nss_builtins_data[] = { 3.588 +@@ -20609,11 +21152,17 @@ nss_builtins_data[] = { 3.589 + { 11, nss_builtins_types_298, nss_builtins_items_298, {NULL} }, 3.590 + { 13, nss_builtins_types_299, nss_builtins_items_299, {NULL} }, 3.591 + { 11, nss_builtins_types_300, nss_builtins_items_300, {NULL} }, 3.592 +- { 13, nss_builtins_types_301, nss_builtins_items_301, {NULL} } 3.593 ++ { 13, nss_builtins_types_301, nss_builtins_items_301, {NULL} }, 3.594 ++ { 11, nss_builtins_types_302, nss_builtins_items_302, {NULL} }, 3.595 ++ { 13, nss_builtins_types_303, nss_builtins_items_303, {NULL} }, 3.596 ++ { 11, nss_builtins_types_304, nss_builtins_items_304, {NULL} }, 3.597 ++ { 13, nss_builtins_types_305, nss_builtins_items_305, {NULL} }, 3.598 ++ { 11, nss_builtins_types_306, nss_builtins_items_306, {NULL} }, 3.599 ++ { 13, nss_builtins_types_307, nss_builtins_items_307, {NULL} } 3.600 + }; 3.601 + const PRUint32 3.602 + #ifdef DEBUG 3.603 +- nss_builtins_nObjects = 301+1; 3.604 ++ nss_builtins_nObjects = 307+1; 3.605 + #else 3.606 +- nss_builtins_nObjects = 301; 3.607 ++ nss_builtins_nObjects = 307; 3.608 + #endif /* DEBUG */ 3.609 +diff --git a/mozilla/security/nss/lib/ckfw/builtins/certdata.txt b/mozilla/security/nss/lib/ckfw/builtins/certdata.txt 3.610 +index 93f1854..539f4e1 100644 3.611 +--- a/mozilla/security/nss/lib/ckfw/builtins/certdata.txt 3.612 ++++ b/mozilla/security/nss/lib/ckfw/builtins/certdata.txt 3.613 +@@ -20926,3 +20926,558 @@ CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.614 + CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.615 + CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.616 + CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE 3.617 ++ 3.618 ++# 3.619 ++# Certificate "CAcert.org Class 1 Root CA" 3.620 ++# 3.621 ++CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE 3.622 ++CKA_TOKEN CK_BBOOL CK_TRUE 3.623 ++CKA_PRIVATE CK_BBOOL CK_FALSE 3.624 ++CKA_MODIFIABLE CK_BBOOL CK_FALSE 3.625 ++CKA_LABEL UTF8 "CAcert.org Class 1 Root CA" 3.626 ++CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 3.627 ++CKA_SUBJECT MULTILINE_OCTAL 3.628 ++\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157 3.629 ++\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150 3.630 ++\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164 3.631 ++\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103 3.632 ++\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101 3.633 ++\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206 3.634 ++\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164 3.635 ++\100\143\141\143\145\162\164\056\157\162\147 3.636 ++END 3.637 ++CKA_ID UTF8 "0" 3.638 ++CKA_ISSUER MULTILINE_OCTAL 3.639 ++\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157 3.640 ++\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150 3.641 ++\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164 3.642 ++\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103 3.643 ++\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101 3.644 ++\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206 3.645 ++\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164 3.646 ++\100\143\141\143\145\162\164\056\157\162\147 3.647 ++END 3.648 ++CKA_SERIAL_NUMBER MULTILINE_OCTAL 3.649 ++\002\001\000 3.650 ++END 3.651 ++CKA_VALUE MULTILINE_OCTAL 3.652 ++\060\202\007\075\060\202\005\045\240\003\002\001\002\002\001\000 3.653 ++\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060 3.654 ++\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157\164 3.655 ++\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150\164 3.656 ++\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164\056 3.657 ++\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103\101 3.658 ++\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101\165 3.659 ++\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206\110 3.660 ++\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164\100 3.661 ++\143\141\143\145\162\164\056\157\162\147\060\036\027\015\060\063 3.662 ++\060\063\063\060\061\062\062\071\064\071\132\027\015\063\063\060 3.663 ++\063\062\071\061\062\062\071\064\071\132\060\171\061\020\060\016 3.664 ++\006\003\125\004\012\023\007\122\157\157\164\040\103\101\061\036 3.665 ++\060\034\006\003\125\004\013\023\025\150\164\164\160\072\057\057 3.666 ++\167\167\167\056\143\141\143\145\162\164\056\157\162\147\061\042 3.667 ++\060\040\006\003\125\004\003\023\031\103\101\040\103\145\162\164 3.668 ++\040\123\151\147\156\151\156\147\040\101\165\164\150\157\162\151 3.669 ++\164\171\061\041\060\037\006\011\052\206\110\206\367\015\001\011 3.670 ++\001\026\022\163\165\160\160\157\162\164\100\143\141\143\145\162 3.671 ++\164\056\157\162\147\060\202\002\042\060\015\006\011\052\206\110 3.672 ++\206\367\015\001\001\001\005\000\003\202\002\017\000\060\202\002 3.673 ++\012\002\202\002\001\000\316\042\300\342\106\175\354\066\050\007 3.674 ++\120\226\362\240\063\100\214\113\361\073\146\077\061\345\153\002 3.675 ++\066\333\326\174\366\361\210\217\116\167\066\005\101\225\371\011 3.676 ++\360\022\317\106\206\163\140\267\156\176\350\300\130\144\256\315 3.677 ++\260\255\105\027\014\143\372\147\012\350\326\322\277\076\347\230 3.678 ++\304\360\114\372\340\003\273\065\135\154\041\336\236\040\331\272 3.679 ++\315\146\062\067\162\372\367\010\365\307\315\130\311\216\347\016 3.680 ++\136\352\076\376\034\241\024\012\025\154\206\204\133\144\146\052 3.681 ++\172\251\113\123\171\365\210\242\173\356\057\012\141\053\215\262 3.682 ++\176\115\126\245\023\354\352\332\222\236\254\104\101\036\130\140 3.683 ++\145\005\146\370\300\104\275\313\224\367\102\176\013\367\145\150 3.684 ++\230\121\005\360\363\005\221\004\035\033\027\202\354\310\127\273 3.685 ++\303\153\172\210\361\260\162\314\045\133\040\221\354\026\002\022 3.686 ++\217\062\351\027\030\110\320\307\005\056\002\060\102\270\045\234 3.687 ++\005\153\077\252\072\247\353\123\110\367\350\322\266\007\230\334 3.688 ++\033\306\064\177\177\311\034\202\172\005\130\053\010\133\363\070 3.689 ++\242\253\027\135\146\311\230\327\236\020\213\242\322\335\164\232 3.690 ++\367\161\014\162\140\337\315\157\230\063\235\226\064\166\076\044 3.691 ++\172\222\260\016\225\036\157\346\240\105\070\107\252\327\101\355 3.692 ++\112\267\022\366\327\033\203\212\017\056\330\011\266\131\327\252 3.693 ++\004\377\322\223\175\150\056\335\213\113\253\130\272\057\215\352 3.694 ++\225\247\240\303\124\211\245\373\333\213\121\042\235\262\303\276 3.695 ++\021\276\054\221\206\213\226\170\255\040\323\212\057\032\077\306 3.696 ++\320\121\145\207\041\261\031\001\145\177\105\034\207\365\174\320 3.697 ++\101\114\117\051\230\041\375\063\037\165\014\004\121\372\031\167 3.698 ++\333\324\024\034\356\201\303\035\365\230\267\151\006\221\042\335 3.699 ++\000\120\314\201\061\254\022\007\173\070\332\150\133\346\053\324 3.700 ++\176\311\137\255\350\353\162\114\363\001\345\113\040\277\232\246 3.701 ++\127\312\221\000\001\213\241\165\041\067\265\143\015\147\076\106 3.702 ++\117\160\040\147\316\305\326\131\333\002\340\360\322\313\315\272 3.703 ++\142\267\220\101\350\335\040\344\051\274\144\051\102\310\042\334 3.704 ++\170\232\377\103\354\230\033\011\121\113\132\132\302\161\361\304 3.705 ++\313\163\251\345\241\013\002\003\001\000\001\243\202\001\316\060 3.706 ++\202\001\312\060\035\006\003\125\035\016\004\026\004\024\026\265 3.707 ++\062\033\324\307\363\340\346\216\363\275\322\260\072\356\262\071 3.708 ++\030\321\060\201\243\006\003\125\035\043\004\201\233\060\201\230 3.709 ++\200\024\026\265\062\033\324\307\363\340\346\216\363\275\322\260 3.710 ++\072\356\262\071\030\321\241\175\244\173\060\171\061\020\060\016 3.711 ++\006\003\125\004\012\023\007\122\157\157\164\040\103\101\061\036 3.712 ++\060\034\006\003\125\004\013\023\025\150\164\164\160\072\057\057 3.713 ++\167\167\167\056\143\141\143\145\162\164\056\157\162\147\061\042 3.714 ++\060\040\006\003\125\004\003\023\031\103\101\040\103\145\162\164 3.715 ++\040\123\151\147\156\151\156\147\040\101\165\164\150\157\162\151 3.716 ++\164\171\061\041\060\037\006\011\052\206\110\206\367\015\001\011 3.717 ++\001\026\022\163\165\160\160\157\162\164\100\143\141\143\145\162 3.718 ++\164\056\157\162\147\202\001\000\060\017\006\003\125\035\023\001 3.719 ++\001\377\004\005\060\003\001\001\377\060\062\006\003\125\035\037 3.720 ++\004\053\060\051\060\047\240\045\240\043\206\041\150\164\164\160 3.721 ++\163\072\057\057\167\167\167\056\143\141\143\145\162\164\056\157 3.722 ++\162\147\057\162\145\166\157\153\145\056\143\162\154\060\060\006 3.723 ++\011\140\206\110\001\206\370\102\001\004\004\043\026\041\150\164 3.724 ++\164\160\163\072\057\057\167\167\167\056\143\141\143\145\162\164 3.725 ++\056\157\162\147\057\162\145\166\157\153\145\056\143\162\154\060 3.726 ++\064\006\011\140\206\110\001\206\370\102\001\010\004\047\026\045 3.727 ++\150\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162 3.728 ++\164\056\157\162\147\057\151\156\144\145\170\056\160\150\160\077 3.729 ++\151\144\075\061\060\060\126\006\011\140\206\110\001\206\370\102 3.730 ++\001\015\004\111\026\107\124\157\040\147\145\164\040\171\157\165 3.731 ++\162\040\157\167\156\040\143\145\162\164\151\146\151\143\141\164 3.732 ++\145\040\146\157\162\040\106\122\105\105\040\150\145\141\144\040 3.733 ++\157\166\145\162\040\164\157\040\150\164\164\160\072\057\057\167 3.734 ++\167\167\056\143\141\143\145\162\164\056\157\162\147\060\015\006 3.735 ++\011\052\206\110\206\367\015\001\001\004\005\000\003\202\002\001 3.736 ++\000\050\307\356\234\202\002\272\134\200\022\312\065\012\035\201 3.737 ++\157\211\152\231\314\362\150\017\177\247\341\215\130\225\076\275 3.738 ++\362\006\303\220\132\254\265\140\366\231\103\001\243\210\160\234 3.739 ++\235\142\235\244\207\257\147\130\015\060\066\073\346\255\110\323 3.740 ++\313\164\002\206\161\076\342\053\003\150\361\064\142\100\106\073 3.741 ++\123\352\050\364\254\373\146\225\123\212\115\135\375\073\331\140 3.742 ++\327\312\171\151\073\261\145\222\246\306\201\202\134\234\315\353 3.743 ++\115\001\212\245\337\021\125\252\025\312\037\067\300\202\230\160 3.744 ++\141\333\152\174\226\243\216\056\124\076\117\041\251\220\357\334 3.745 ++\202\277\334\350\105\255\115\220\163\010\074\224\145\260\004\231 3.746 ++\166\177\342\274\302\152\025\252\227\004\067\044\330\036\224\116 3.747 ++\155\016\121\276\326\304\217\312\226\155\367\103\337\350\060\145 3.748 ++\047\073\173\273\103\103\143\304\103\367\262\354\150\314\341\031 3.749 ++\216\042\373\230\341\173\132\076\001\067\073\213\010\260\242\363 3.750 ++\225\116\032\313\233\315\232\261\333\262\160\360\055\112\333\330 3.751 ++\260\343\157\105\110\063\022\377\376\074\062\052\124\367\304\367 3.752 ++\212\360\210\043\302\107\376\144\172\161\300\321\036\246\143\260 3.753 ++\007\176\244\057\323\001\217\334\237\053\266\306\010\251\017\223 3.754 ++\110\045\374\022\375\237\102\334\363\304\076\366\127\260\327\335 3.755 ++\151\321\006\167\064\012\113\322\312\240\377\034\306\214\311\026 3.756 ++\276\304\314\062\067\150\163\137\010\373\121\367\111\123\066\005 3.757 ++\012\225\002\114\362\171\032\020\366\330\072\165\234\363\035\361 3.758 ++\242\015\160\147\206\033\263\026\365\057\345\244\353\171\206\371 3.759 ++\075\013\302\163\013\245\231\254\157\374\147\270\345\057\013\246 3.760 ++\030\044\215\173\321\110\065\051\030\100\254\223\140\341\226\206 3.761 ++\120\264\172\131\330\217\041\013\237\317\202\221\306\073\277\153 3.762 ++\334\007\221\271\227\126\043\252\266\154\224\306\110\006\074\344 3.763 ++\316\116\252\344\366\057\011\334\123\157\056\374\164\353\072\143 3.764 ++\231\302\246\254\211\274\247\262\104\240\015\212\020\343\154\362 3.765 ++\044\313\372\233\237\160\107\056\336\024\213\324\262\040\011\226 3.766 ++\242\144\361\044\034\334\241\065\234\025\262\324\274\125\056\175 3.767 ++\006\365\234\016\125\364\132\326\223\332\166\255\045\163\114\305 3.768 ++\103 3.769 ++END 3.770 ++ 3.771 ++# Trust for Certificate "CAcert.org Class 1 Root CA" 3.772 ++CKA_CLASS CK_OBJECT_CLASS CKO_NETSCAPE_TRUST 3.773 ++CKA_TOKEN CK_BBOOL CK_TRUE 3.774 ++CKA_PRIVATE CK_BBOOL CK_FALSE 3.775 ++CKA_MODIFIABLE CK_BBOOL CK_FALSE 3.776 ++CKA_LABEL UTF8 "CAcert.org Class 1 Root CA" 3.777 ++CKA_CERT_SHA1_HASH MULTILINE_OCTAL 3.778 ++\023\134\354\066\364\234\270\351\073\032\262\160\315\200\210\106 3.779 ++\166\316\217\063 3.780 ++END 3.781 ++CKA_CERT_MD5_HASH MULTILINE_OCTAL 3.782 ++\246\033\067\136\071\015\234\066\124\356\275\040\061\106\037\153 3.783 ++END 3.784 ++CKA_ISSUER MULTILINE_OCTAL 3.785 ++\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157 3.786 ++\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150 3.787 ++\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164 3.788 ++\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103 3.789 ++\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101 3.790 ++\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206 3.791 ++\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164 3.792 ++\100\143\141\143\145\162\164\056\157\162\147 3.793 ++END 3.794 ++CKA_SERIAL_NUMBER MULTILINE_OCTAL 3.795 ++\002\001\000 3.796 ++END 3.797 ++CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.798 ++CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.799 ++CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.800 ++CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE 3.801 ++ 3.802 ++# 3.803 ++# Certificate "CAcert.org Class 3 Root CA" 3.804 ++# 3.805 ++CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE 3.806 ++CKA_TOKEN CK_BBOOL CK_TRUE 3.807 ++CKA_PRIVATE CK_BBOOL CK_FALSE 3.808 ++CKA_MODIFIABLE CK_BBOOL CK_FALSE 3.809 ++CKA_LABEL UTF8 "CAcert.org Class 3 Root CA" 3.810 ++CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 3.811 ++CKA_SUBJECT MULTILINE_OCTAL 3.812 ++\060\124\061\024\060\022\006\003\125\004\012\023\013\103\101\143 3.813 ++\145\162\164\040\111\156\143\056\061\036\060\034\006\003\125\004 3.814 ++\013\023\025\150\164\164\160\072\057\057\167\167\167\056\103\101 3.815 ++\143\145\162\164\056\157\162\147\061\034\060\032\006\003\125\004 3.816 ++\003\023\023\103\101\143\145\162\164\040\103\154\141\163\163\040 3.817 ++\063\040\122\157\157\164 3.818 ++END 3.819 ++CKA_ID UTF8 "0" 3.820 ++CKA_ISSUER MULTILINE_OCTAL 3.821 ++\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157 3.822 ++\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150 3.823 ++\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164 3.824 ++\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103 3.825 ++\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101 3.826 ++\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206 3.827 ++\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164 3.828 ++\100\143\141\143\145\162\164\056\157\162\147 3.829 ++END 3.830 ++CKA_SERIAL_NUMBER MULTILINE_OCTAL 3.831 ++\002\001\001 3.832 ++END 3.833 ++CKA_VALUE MULTILINE_OCTAL 3.834 ++\060\202\006\010\060\202\003\360\240\003\002\001\002\002\001\001 3.835 ++\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060 3.836 ++\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157\164 3.837 ++\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150\164 3.838 ++\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164\056 3.839 ++\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103\101 3.840 ++\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101\165 3.841 ++\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206\110 3.842 ++\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164\100 3.843 ++\143\141\143\145\162\164\056\157\162\147\060\036\027\015\060\065 3.844 ++\061\060\061\064\060\067\063\066\065\065\132\027\015\063\063\060 3.845 ++\063\062\070\060\067\063\066\065\065\132\060\124\061\024\060\022 3.846 ++\006\003\125\004\012\023\013\103\101\143\145\162\164\040\111\156 3.847 ++\143\056\061\036\060\034\006\003\125\004\013\023\025\150\164\164 3.848 ++\160\072\057\057\167\167\167\056\103\101\143\145\162\164\056\157 3.849 ++\162\147\061\034\060\032\006\003\125\004\003\023\023\103\101\143 3.850 ++\145\162\164\040\103\154\141\163\163\040\063\040\122\157\157\164 3.851 ++\060\202\002\042\060\015\006\011\052\206\110\206\367\015\001\001 3.852 ++\001\005\000\003\202\002\017\000\060\202\002\012\002\202\002\001 3.853 ++\000\253\111\065\021\110\174\322\046\176\123\224\317\103\251\335 3.854 ++\050\327\102\052\213\363\207\170\031\130\174\017\236\332\211\175 3.855 ++\341\373\353\162\220\015\164\241\226\144\253\237\240\044\231\163 3.856 ++\332\342\125\166\307\027\173\365\004\254\106\270\303\276\177\144 3.857 ++\215\020\154\044\363\141\234\300\362\220\372\121\346\365\151\001 3.858 ++\143\303\017\126\342\112\102\317\342\104\214\045\050\250\305\171 3.859 ++\011\175\106\271\212\363\351\363\064\051\010\105\344\034\237\313 3.860 ++\224\004\034\201\250\024\263\230\145\304\103\354\116\202\215\011 3.861 ++\321\275\252\133\215\222\320\354\336\220\305\177\012\302\343\353 3.862 ++\346\061\132\136\164\076\227\063\131\350\303\003\075\140\063\277 3.863 ++\367\321\157\107\304\315\356\142\203\122\156\056\010\232\244\331 3.864 ++\025\030\221\246\205\222\107\260\256\110\353\155\267\041\354\205 3.865 ++\032\150\162\065\253\377\360\020\135\300\364\224\247\152\325\073 3.866 ++\222\176\114\220\005\176\223\301\054\213\244\216\142\164\025\161 3.867 ++\156\013\161\003\352\257\025\070\232\324\322\005\162\157\214\371 3.868 ++\053\353\132\162\045\371\071\106\343\162\033\076\004\303\144\047 3.869 ++\042\020\052\212\117\130\247\003\255\276\264\056\023\355\135\252 3.870 ++\110\327\325\175\324\052\173\134\372\106\004\120\344\314\016\102 3.871 ++\133\214\355\333\362\317\374\226\223\340\333\021\066\124\142\064 3.872 ++\070\217\014\140\233\073\227\126\070\255\363\322\133\213\240\133 3.873 ++\352\116\226\270\174\327\325\240\206\160\100\323\221\051\267\242 3.874 ++\074\255\365\214\273\317\032\222\212\344\064\173\300\330\154\137 3.875 ++\351\012\302\303\247\040\232\132\337\054\135\122\134\272\107\325 3.876 ++\233\357\044\050\160\070\040\057\325\177\051\300\262\101\003\150 3.877 ++\222\314\340\234\314\227\113\105\357\072\020\012\253\160\072\230 3.878 ++\225\160\255\065\261\352\205\053\244\034\200\041\061\251\256\140 3.879 ++\172\200\046\110\000\270\001\300\223\143\125\042\221\074\126\347 3.880 ++\257\333\072\045\363\217\061\124\352\046\213\201\131\371\241\321 3.881 ++\123\021\305\173\235\003\366\164\021\340\155\261\054\077\054\206 3.882 ++\221\231\161\232\246\167\213\064\140\321\024\264\054\254\235\257 3.883 ++\214\020\323\237\304\152\370\157\023\374\163\131\367\146\102\164 3.884 ++\036\212\343\370\334\322\157\230\234\313\107\230\225\100\005\373 3.885 ++\351\002\003\001\000\001\243\201\277\060\201\274\060\017\006\003 3.886 ++\125\035\023\001\001\377\004\005\060\003\001\001\377\060\135\006 3.887 ++\010\053\006\001\005\005\007\001\001\004\121\060\117\060\043\006 3.888 ++\010\053\006\001\005\005\007\060\001\206\027\150\164\164\160\072 3.889 ++\057\057\157\143\163\160\056\103\101\143\145\162\164\056\157\162 3.890 ++\147\057\060\050\006\010\053\006\001\005\005\007\060\002\206\034 3.891 ++\150\164\164\160\072\057\057\167\167\167\056\103\101\143\145\162 3.892 ++\164\056\157\162\147\057\143\141\056\143\162\164\060\112\006\003 3.893 ++\125\035\040\004\103\060\101\060\077\006\010\053\006\001\004\001 3.894 ++\201\220\112\060\063\060\061\006\010\053\006\001\005\005\007\002 3.895 ++\001\026\045\150\164\164\160\072\057\057\167\167\167\056\103\101 3.896 ++\143\145\162\164\056\157\162\147\057\151\156\144\145\170\056\160 3.897 ++\150\160\077\151\144\075\061\060\060\015\006\011\052\206\110\206 3.898 ++\367\015\001\001\004\005\000\003\202\002\001\000\177\010\210\241 3.899 ++\332\032\120\111\332\211\373\241\010\162\363\212\367\036\304\072 3.900 ++\264\171\133\040\060\261\105\336\302\135\323\145\151\361\302\135 3.901 ++\124\124\074\205\137\271\173\102\221\302\231\375\033\121\233\253 3.902 ++\106\245\241\020\123\236\155\210\254\163\156\054\063\246\360\364 3.903 ++\236\340\165\301\076\210\105\251\341\146\103\376\126\132\321\172 3.904 ++\101\170\367\100\332\112\072\361\013\133\245\273\026\006\346\302 3.905 ++\347\223\271\205\115\227\117\261\036\070\103\200\357\233\015\214 3.906 ++\357\270\247\140\000\207\127\175\036\104\034\313\043\357\233\074 3.907 ++\231\235\257\265\051\034\105\171\026\226\115\047\155\361\034\154 3.908 ++\303\302\125\144\263\274\024\342\363\244\037\036\062\374\047\025 3.909 ++\005\317\335\056\256\076\202\141\173\360\041\020\030\366\104\352 3.910 ++\123\071\371\334\320\232\040\340\306\273\340\273\132\117\304\231 3.911 ++\310\007\275\265\275\242\333\056\142\015\102\064\101\274\377\213 3.912 ++\212\365\121\042\252\210\060\000\342\260\324\274\276\145\272\325 3.913 ++\003\127\171\233\350\334\310\115\370\120\355\221\245\122\050\242 3.914 ++\254\373\066\130\076\351\224\053\221\120\207\033\326\136\326\214 3.915 ++\314\367\017\020\014\122\116\320\026\141\345\345\012\154\277\027 3.916 ++\307\162\106\127\234\230\365\154\140\143\172\157\136\271\116\057 3.917 ++\310\271\271\273\152\205\274\230\015\355\371\076\227\204\064\224 3.918 ++\256\000\257\241\345\347\222\156\116\275\363\342\331\024\213\134 3.919 ++\322\353\001\154\240\027\245\055\020\353\234\172\112\275\275\356 3.920 ++\316\375\355\042\100\253\160\070\210\365\012\207\152\302\253\005 3.921 ++\140\311\110\005\332\123\301\336\104\167\152\263\363\074\074\355 3.922 ++\200\274\246\070\112\051\044\137\376\131\073\233\045\172\126\143 3.923 ++\000\144\271\135\244\142\175\127\066\117\255\203\357\037\222\123 3.924 ++\240\216\167\127\335\345\141\021\075\043\000\220\114\074\372\243 3.925 ++\140\223\004\243\257\065\366\016\152\217\117\112\140\247\205\005 3.926 ++\154\106\241\217\364\307\166\343\241\131\127\367\161\262\304\156 3.927 ++\024\134\155\155\101\146\337\033\223\261\324\000\303\356\313\317 3.928 ++\074\075\041\200\251\137\143\145\374\335\340\137\244\364\053\360 3.929 ++\205\161\101\324\147\045\373\032\261\227\256\326\231\202\023\101 3.930 ++\322\156\245\033\231\047\200\347\013\251\250\000 3.931 ++END 3.932 ++ 3.933 ++# Trust for Certificate "CAcert.org Class 3 Root CA" 3.934 ++CKA_CLASS CK_OBJECT_CLASS CKO_NETSCAPE_TRUST 3.935 ++CKA_TOKEN CK_BBOOL CK_TRUE 3.936 ++CKA_PRIVATE CK_BBOOL CK_FALSE 3.937 ++CKA_MODIFIABLE CK_BBOOL CK_FALSE 3.938 ++CKA_LABEL UTF8 "CAcert.org Class 3 Root CA" 3.939 ++CKA_CERT_SHA1_HASH MULTILINE_OCTAL 3.940 ++\333\114\102\151\007\077\351\302\243\175\211\012\134\033\030\304 3.941 ++\030\116\052\055 3.942 ++END 3.943 ++CKA_CERT_MD5_HASH MULTILINE_OCTAL 3.944 ++\163\077\065\124\035\104\311\351\132\112\357\121\255\003\006\266 3.945 ++END 3.946 ++CKA_ISSUER MULTILINE_OCTAL 3.947 ++\060\171\061\020\060\016\006\003\125\004\012\023\007\122\157\157 3.948 ++\164\040\103\101\061\036\060\034\006\003\125\004\013\023\025\150 3.949 ++\164\164\160\072\057\057\167\167\167\056\143\141\143\145\162\164 3.950 ++\056\157\162\147\061\042\060\040\006\003\125\004\003\023\031\103 3.951 ++\101\040\103\145\162\164\040\123\151\147\156\151\156\147\040\101 3.952 ++\165\164\150\157\162\151\164\171\061\041\060\037\006\011\052\206 3.953 ++\110\206\367\015\001\011\001\026\022\163\165\160\160\157\162\164 3.954 ++\100\143\141\143\145\162\164\056\157\162\147 3.955 ++END 3.956 ++CKA_SERIAL_NUMBER MULTILINE_OCTAL 3.957 ++\002\001\001 3.958 ++END 3.959 ++CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.960 ++CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.961 ++CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.962 ++CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE 3.963 ++ 3.964 ++# 3.965 ++# Certificate "Software in the Public Interest, Inc. Root CA (2008)" 3.966 ++# 3.967 ++CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE 3.968 ++CKA_TOKEN CK_BBOOL CK_TRUE 3.969 ++CKA_PRIVATE CK_BBOOL CK_FALSE 3.970 ++CKA_MODIFIABLE CK_BBOOL CK_FALSE 3.971 ++CKA_LABEL UTF8 "Software in the Public Interest, Inc. Root CA (2008)" 3.972 ++CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 3.973 ++CKA_SUBJECT MULTILINE_OCTAL 3.974 ++\060\201\274\061\013\060\011\006\003\125\004\006\023\002\125\123 3.975 ++\061\020\060\016\006\003\125\004\010\023\007\111\156\144\151\141 3.976 ++\156\141\061\025\060\023\006\003\125\004\007\023\014\111\156\144 3.977 ++\151\141\156\141\160\157\154\151\163\061\050\060\046\006\003\125 3.978 ++\004\012\023\037\123\157\146\164\167\141\162\145\040\151\156\040 3.979 ++\164\150\145\040\120\165\142\154\151\143\040\111\156\164\145\162 3.980 ++\145\163\164\061\023\060\021\006\003\125\004\013\023\012\150\157 3.981 ++\163\164\155\141\163\164\145\162\061\036\060\034\006\003\125\004 3.982 ++\003\023\025\103\145\162\164\151\146\151\143\141\164\145\040\101 3.983 ++\165\164\150\157\162\151\164\171\061\045\060\043\006\011\052\206 3.984 ++\110\206\367\015\001\011\001\026\026\150\157\163\164\155\141\163 3.985 ++\164\145\162\100\163\160\151\055\151\156\143\056\157\162\147 3.986 ++END 3.987 ++CKA_ID UTF8 "0" 3.988 ++CKA_ISSUER MULTILINE_OCTAL 3.989 ++\060\201\274\061\013\060\011\006\003\125\004\006\023\002\125\123 3.990 ++\061\020\060\016\006\003\125\004\010\023\007\111\156\144\151\141 3.991 ++\156\141\061\025\060\023\006\003\125\004\007\023\014\111\156\144 3.992 ++\151\141\156\141\160\157\154\151\163\061\050\060\046\006\003\125 3.993 ++\004\012\023\037\123\157\146\164\167\141\162\145\040\151\156\040 3.994 ++\164\150\145\040\120\165\142\154\151\143\040\111\156\164\145\162 3.995 ++\145\163\164\061\023\060\021\006\003\125\004\013\023\012\150\157 3.996 ++\163\164\155\141\163\164\145\162\061\036\060\034\006\003\125\004 3.997 ++\003\023\025\103\145\162\164\151\146\151\143\141\164\145\040\101 3.998 ++\165\164\150\157\162\151\164\171\061\045\060\043\006\011\052\206 3.999 ++\110\206\367\015\001\011\001\026\026\150\157\163\164\155\141\163 3.1000 ++\164\145\162\100\163\160\151\055\151\156\143\056\157\162\147 3.1001 ++END 3.1002 ++CKA_SERIAL_NUMBER MULTILINE_OCTAL 3.1003 ++\002\011\000\350\216\266\311\370\052\024\050 3.1004 ++END 3.1005 ++CKA_VALUE MULTILINE_OCTAL 3.1006 ++\060\202\010\016\060\202\005\366\240\003\002\001\002\002\011\000 3.1007 ++\350\216\266\311\370\052\024\050\060\015\006\011\052\206\110\206 3.1008 ++\367\015\001\001\005\005\000\060\201\274\061\013\060\011\006\003 3.1009 ++\125\004\006\023\002\125\123\061\020\060\016\006\003\125\004\010 3.1010 ++\023\007\111\156\144\151\141\156\141\061\025\060\023\006\003\125 3.1011 ++\004\007\023\014\111\156\144\151\141\156\141\160\157\154\151\163 3.1012 ++\061\050\060\046\006\003\125\004\012\023\037\123\157\146\164\167 3.1013 ++\141\162\145\040\151\156\040\164\150\145\040\120\165\142\154\151 3.1014 ++\143\040\111\156\164\145\162\145\163\164\061\023\060\021\006\003 3.1015 ++\125\004\013\023\012\150\157\163\164\155\141\163\164\145\162\061 3.1016 ++\036\060\034\006\003\125\004\003\023\025\103\145\162\164\151\146 3.1017 ++\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061 3.1018 ++\045\060\043\006\011\052\206\110\206\367\015\001\011\001\026\026 3.1019 ++\150\157\163\164\155\141\163\164\145\162\100\163\160\151\055\151 3.1020 ++\156\143\056\157\162\147\060\036\027\015\060\070\060\065\061\063 3.1021 ++\060\070\060\067\065\066\132\027\015\061\070\060\065\061\061\060 3.1022 ++\070\060\067\065\066\132\060\201\274\061\013\060\011\006\003\125 3.1023 ++\004\006\023\002\125\123\061\020\060\016\006\003\125\004\010\023 3.1024 ++\007\111\156\144\151\141\156\141\061\025\060\023\006\003\125\004 3.1025 ++\007\023\014\111\156\144\151\141\156\141\160\157\154\151\163\061 3.1026 ++\050\060\046\006\003\125\004\012\023\037\123\157\146\164\167\141 3.1027 ++\162\145\040\151\156\040\164\150\145\040\120\165\142\154\151\143 3.1028 ++\040\111\156\164\145\162\145\163\164\061\023\060\021\006\003\125 3.1029 ++\004\013\023\012\150\157\163\164\155\141\163\164\145\162\061\036 3.1030 ++\060\034\006\003\125\004\003\023\025\103\145\162\164\151\146\151 3.1031 ++\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061\045 3.1032 ++\060\043\006\011\052\206\110\206\367\015\001\011\001\026\026\150 3.1033 ++\157\163\164\155\141\163\164\145\162\100\163\160\151\055\151\156 3.1034 ++\143\056\157\162\147\060\202\002\042\060\015\006\011\052\206\110 3.1035 ++\206\367\015\001\001\001\005\000\003\202\002\017\000\060\202\002 3.1036 ++\012\002\202\002\001\000\334\066\346\107\102\302\304\121\165\051 3.1037 ++\207\100\303\330\216\041\006\322\030\116\353\357\040\275\220\074 3.1038 ++\205\020\023\214\051\133\224\143\366\364\055\361\006\102\221\271 3.1039 ++\031\304\102\151\010\277\213\066\105\352\050\005\063\111\110\240 3.1040 ++\047\103\223\065\212\101\330\170\263\360\357\263\156\055\335\321 3.1041 ++\313\175\352\364\165\046\323\076\220\072\356\327\347\054\004\265 3.1042 ++\174\341\365\174\305\116\357\167\275\134\242\223\063\222\316\175 3.1043 ++\201\110\317\153\265\042\054\010\203\375\323\325\317\073\055\375 3.1044 ++\265\111\220\133\366\255\115\023\312\336\323\246\235\123\121\161 3.1045 ++\143\106\370\112\026\134\230\356\055\155\232\026\241\166\220\342 3.1046 ++\140\103\231\326\211\326\154\056\172\230\262\013\003\054\343\172 3.1047 ++\117\307\335\343\314\343\112\152\215\171\122\372\364\301\257\056 3.1048 ++\217\052\010\313\033\051\202\222\162\103\274\316\210\251\252\247 3.1049 ++\212\121\103\125\205\232\067\003\170\223\310\360\275\264\101\310 3.1050 ++\007\102\232\313\065\227\172\212\201\145\336\035\124\010\001\361 3.1051 ++\144\134\267\027\032\121\274\036\303\131\207\166\030\026\230\356 3.1052 ++\277\366\147\201\213\006\065\305\113\155\131\031\307\322\306\110 3.1053 ++\276\156\024\050\203\112\020\234\033\365\157\274\251\216\365\151 3.1054 ++\376\262\301\125\314\347\024\311\371\133\024\123\121\007\352\316 3.1055 ++\075\344\117\050\037\074\141\011\327\063\322\156\247\156\324\307 3.1056 ++\023\011\157\153\135\024\356\235\211\033\245\152\362\366\370\320 3.1057 ++\162\216\352\162\037\057\064\152\051\012\305\012\354\034\100\205 3.1058 ++\022\367\246\245\323\117\255\300\205\214\114\174\163\040\314\123 3.1059 ++\030\361\262\130\114\001\365\277\352\144\325\134\071\305\316\154 3.1060 ++\314\123\132\126\272\101\017\045\337\153\120\266\307\212\240\275 3.1061 ++\002\302\305\073\125\245\262\144\042\204\121\050\126\256\061\356 3.1062 ++\136\373\013\026\115\106\005\221\200\104\355\254\155\360\127\250 3.1063 ++\372\353\141\110\240\313\033\263\037\216\315\305\041\167\003\204 3.1064 ++\036\374\254\243\103\010\143\214\355\371\047\357\264\260\135\147 3.1065 ++\326\117\355\320\213\076\135\133\311\221\275\226\002\204\075\305 3.1066 ++\115\274\102\077\164\375\074\135\254\134\110\066\136\207\061\057 3.1067 ++\030\154\304\150\356\241\213\311\131\320\030\343\000\200\263\124 3.1068 ++\047\056\231\360\025\123\002\003\001\000\001\243\202\002\017\060 3.1069 ++\202\002\013\060\035\006\003\125\035\016\004\026\004\024\064\161 3.1070 ++\321\070\327\025\066\203\107\153\327\067\144\102\073\216\215\122 3.1071 ++\235\253\060\201\361\006\003\125\035\043\004\201\351\060\201\346 3.1072 ++\200\024\064\161\321\070\327\025\066\203\107\153\327\067\144\102 3.1073 ++\073\216\215\122\235\253\241\201\302\244\201\277\060\201\274\061 3.1074 ++\013\060\011\006\003\125\004\006\023\002\125\123\061\020\060\016 3.1075 ++\006\003\125\004\010\023\007\111\156\144\151\141\156\141\061\025 3.1076 ++\060\023\006\003\125\004\007\023\014\111\156\144\151\141\156\141 3.1077 ++\160\157\154\151\163\061\050\060\046\006\003\125\004\012\023\037 3.1078 ++\123\157\146\164\167\141\162\145\040\151\156\040\164\150\145\040 3.1079 ++\120\165\142\154\151\143\040\111\156\164\145\162\145\163\164\061 3.1080 ++\023\060\021\006\003\125\004\013\023\012\150\157\163\164\155\141 3.1081 ++\163\164\145\162\061\036\060\034\006\003\125\004\003\023\025\103 3.1082 ++\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157 3.1083 ++\162\151\164\171\061\045\060\043\006\011\052\206\110\206\367\015 3.1084 ++\001\011\001\026\026\150\157\163\164\155\141\163\164\145\162\100 3.1085 ++\163\160\151\055\151\156\143\056\157\162\147\202\011\000\350\216 3.1086 ++\266\311\370\052\024\050\060\017\006\003\125\035\023\001\001\377 3.1087 ++\004\005\060\003\001\001\377\060\021\006\011\140\206\110\001\206 3.1088 ++\370\102\001\001\004\004\003\002\000\007\060\011\006\003\125\035 3.1089 ++\022\004\002\060\000\060\056\006\011\140\206\110\001\206\370\102 3.1090 ++\001\015\004\041\026\037\123\157\146\164\167\141\162\145\040\151 3.1091 ++\156\040\164\150\145\040\120\165\142\154\151\143\040\111\156\164 3.1092 ++\145\162\145\163\164\060\060\006\011\140\206\110\001\206\370\102 3.1093 ++\001\004\004\043\026\041\150\164\164\160\163\072\057\057\143\141 3.1094 ++\056\163\160\151\055\151\156\143\056\157\162\147\057\143\141\055 3.1095 ++\143\162\154\056\160\145\155\060\062\006\011\140\206\110\001\206 3.1096 ++\370\102\001\003\004\045\026\043\150\164\164\160\163\072\057\057 3.1097 ++\143\141\056\163\160\151\055\151\156\143\056\157\162\147\057\143 3.1098 ++\145\162\164\055\143\162\154\056\160\145\155\060\041\006\003\125 3.1099 ++\035\021\004\032\060\030\201\026\150\157\163\164\155\141\163\164 3.1100 ++\145\162\100\163\160\151\055\151\156\143\056\157\162\147\060\016 3.1101 ++\006\003\125\035\017\001\001\377\004\004\003\002\001\006\060\015 3.1102 ++\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202\002 3.1103 ++\001\000\264\315\275\340\271\352\262\003\053\176\062\351\336\162 3.1104 ++\077\311\113\202\136\235\342\257\125\011\242\014\124\350\317\030 3.1105 ++\074\050\040\035\251\273\003\002\057\122\071\042\371\027\317\255 3.1106 ++\147\220\263\003\177\330\025\343\153\176\273\233\126\001\257\065 3.1107 ++\324\332\271\307\147\027\233\324\325\016\067\263\040\101\056\014 3.1108 ++\001\304\133\371\145\076\302\141\350\322\360\152\225\160\303\306 3.1109 ++\157\325\065\244\254\131\162\341\211\337\241\240\235\044\275\051 3.1110 ++\171\351\141\052\331\323\036\311\106\244\010\170\101\222\162\017 3.1111 ++\253\024\165\355\011\360\242\360\134\357\303\012\142\040\267\302 3.1112 ++\050\146\256\114\057\056\217\105\143\046\226\360\356\061\346\213 3.1113 ++\125\233\252\072\371\202\071\035\210\074\342\007\165\032\341\017 3.1114 ++\261\060\274\161\062\322\072\376\372\241\211\363\103\054\326\162 3.1115 ++\304\171\247\025\110\005\300\330\055\162\002\343\313\075\026\152 3.1116 ++\272\311\270\021\020\342\111\205\314\226\107\140\005\045\056\357 3.1117 ++\165\131\063\365\107\031\026\357\332\154\137\007\310\246\120\266 3.1118 ++\035\313\146\064\045\374\146\203\353\305\266\060\101\370\106\104 3.1119 ++\142\250\301\014\124\346\352\114\132\050\346\256\306\267\376\177 3.1120 ++\073\226\250\056\356\307\150\076\335\000\075\051\257\052\143\253 3.1121 ++\137\356\111\052\055\305\334\373\321\306\323\321\227\126\122\206 3.1122 ++\266\224\353\324\140\121\267\374\036\233\314\002\233\324\037\217 3.1123 ++\371\112\217\266\056\050\073\027\314\305\246\005\343\322\323\265 3.1124 ++\306\003\311\341\110\102\233\313\077\344\027\340\376\015\001\225 3.1125 ++\011\272\270\015\161\344\011\160\167\102\330\115\341\102\251\140 3.1126 ++\203\327\027\211\103\322\324\335\247\030\266\253\324\044\045\207 3.1127 ++\265\324\342\374\056\042\151\275\255\150\054\377\162\265\230\252 3.1128 ++\006\234\347\052\152\270\241\223\166\316\260\363\177\234\341\340 3.1129 ++\117\270\330\206\106\245\063\002\054\045\141\067\052\222\310\254 3.1130 ++\201\164\150\143\207\063\166\275\005\177\136\325\325\002\155\275 3.1131 ++\257\377\052\132\252\111\354\230\171\107\123\221\366\016\064\132 3.1132 ++\311\245\306\353\262\343\305\254\266\240\160\065\273\310\121\151 3.1133 ++\320\362\265\242\062\156\274\077\240\067\071\174\161\066\246\005 3.1134 ++\337\014\022\344\026\247\305\326\313\143\243\225\160\077\346\004 3.1135 ++\243\140 3.1136 ++END 3.1137 ++ 3.1138 ++# Trust for Certificate "Software in the Public Interest, Inc. Root CA (2008)" 3.1139 ++CKA_CLASS CK_OBJECT_CLASS CKO_NETSCAPE_TRUST 3.1140 ++CKA_TOKEN CK_BBOOL CK_TRUE 3.1141 ++CKA_PRIVATE CK_BBOOL CK_FALSE 3.1142 ++CKA_MODIFIABLE CK_BBOOL CK_FALSE 3.1143 ++CKA_LABEL UTF8 "Software in the Public Interest, Inc. Root CA (2008)" 3.1144 ++CKA_CERT_SHA1_HASH MULTILINE_OCTAL 3.1145 ++\257\160\210\103\203\202\002\025\315\141\306\274\354\375\067\044 3.1146 ++\251\220\103\034 3.1147 ++END 3.1148 ++CKA_CERT_MD5_HASH MULTILINE_OCTAL 3.1149 ++\052\107\237\140\273\203\164\157\001\003\327\013\015\366\015\170 3.1150 ++END 3.1151 ++CKA_ISSUER MULTILINE_OCTAL 3.1152 ++\060\201\274\061\013\060\011\006\003\125\004\006\023\002\125\123 3.1153 ++\061\020\060\016\006\003\125\004\010\023\007\111\156\144\151\141 3.1154 ++\156\141\061\025\060\023\006\003\125\004\007\023\014\111\156\144 3.1155 ++\151\141\156\141\160\157\154\151\163\061\050\060\046\006\003\125 3.1156 ++\004\012\023\037\123\157\146\164\167\141\162\145\040\151\156\040 3.1157 ++\164\150\145\040\120\165\142\154\151\143\040\111\156\164\145\162 3.1158 ++\145\163\164\061\023\060\021\006\003\125\004\013\023\012\150\157 3.1159 ++\163\164\155\141\163\164\145\162\061\036\060\034\006\003\125\004 3.1160 ++\003\023\025\103\145\162\164\151\146\151\143\141\164\145\040\101 3.1161 ++\165\164\150\157\162\151\164\171\061\045\060\043\006\011\052\206 3.1162 ++\110\206\367\015\001\011\001\026\026\150\157\163\164\155\141\163 3.1163 ++\164\145\162\100\163\160\151\055\151\156\143\056\157\162\147 3.1164 ++END 3.1165 ++CKA_SERIAL_NUMBER MULTILINE_OCTAL 3.1166 ++\002\011\000\350\216\266\311\370\052\024\050 3.1167 ++END 3.1168 ++CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.1169 ++CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.1170 ++CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR 3.1171 ++CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/nss/stuff/nss-no-rpath.patch Tue Sep 28 03:43:12 2010 +0000 4.3 @@ -0,0 +1,14 @@ 4.4 +--- ./mozilla/security/nss/cmd/platlibs.mk.withrpath 2007-02-19 07:17:06.000000000 +0100 4.5 ++++ ./mozilla/security/nss/cmd/platlibs.mk 2007-02-19 07:18:07.000000000 +0100 4.6 +@@ -52,9 +52,9 @@ 4.7 + 4.8 + ifeq ($(OS_ARCH), Linux) 4.9 + ifeq ($(USE_64), 1) 4.10 +-EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:$$ORIGIN/../lib' 4.11 ++#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:$$ORIGIN/../lib' 4.12 + else 4.13 +-EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib' 4.14 ++#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib' 4.15 + endif 4.16 + endif 4.17 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/nss/stuff/nss-nolocalsql.patch Tue Sep 28 03:43:12 2010 +0000 5.3 @@ -0,0 +1,52 @@ 5.4 +diff -up ./mozilla/security/nss/lib/Makefile.nolocalsql ./mozilla/security/nss/lib/Makefile 5.5 +--- ./mozilla/security/nss/lib/Makefile.nolocalsql 2010-02-27 16:40:25.891777537 -0800 5.6 ++++ ./mozilla/security/nss/lib/Makefile 2010-02-27 16:41:59.175902327 -0800 5.7 +@@ -62,11 +62,11 @@ ifndef USE_SYSTEM_ZLIB 5.8 + ZLIB_SRCDIR = zlib # Add the zlib directory to DIRS. 5.9 + endif 5.10 + 5.11 +-ifndef MOZILLA_CLIENT 5.12 +-ifndef NSS_USE_SYSTEM_SQLITE 5.13 +-SQLITE_SRCDIR = sqlite # Add the sqlite directory to DIRS. 5.14 +-endif 5.15 +-endif 5.16 ++#ifndef MOZILLA_CLIENT 5.17 ++#ifndef NSS_USE_SYSTEM_SQLITE 5.18 ++#SQLITE_SRCDIR = sqlite # Add the sqlite directory to DIRS. 5.19 ++#endif 5.20 ++#endif 5.21 + 5.22 + ifndef MOZILLA_CLIENT 5.23 + ifeq ($(OS_ARCH),Linux) 5.24 +diff -up ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn.nolocalsql ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn 5.25 +--- ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn.nolocalsql 2010-02-27 16:44:24.998777709 -0800 5.26 ++++ ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn 2010-02-27 16:45:08.533803472 -0800 5.27 +@@ -46,9 +46,9 @@ MAPFILE = $(OBJDIR)/nssdbm.def 5.28 + 5.29 + DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSOFTOKEN_LIB_NAME=\"$(notdir $(SHARED_LIBRARY))\" 5.30 + 5.31 +-ifdef MOZILLA_CLIENT 5.32 +-INCLUDES += -I$(DIST)/include/sqlite3 5.33 +-endif 5.34 ++#ifdef MOZILLA_CLIENT 5.35 ++#INCLUDES += -I$(DIST)/include/sqlite3 5.36 ++#endif 5.37 + 5.38 + CSRCS = \ 5.39 + dbmshim.c \ 5.40 +diff -up ./mozilla/security/nss/lib/softoken/manifest.mn.nolocalsql ./mozilla/security/nss/lib/softoken/manifest.mn 5.41 +--- ./mozilla/security/nss/lib/softoken/manifest.mn.nolocalsql 2010-02-27 16:42:52.213902231 -0800 5.42 ++++ ./mozilla/security/nss/lib/softoken/manifest.mn 2010-02-27 16:43:34.040776788 -0800 5.43 +@@ -47,9 +47,9 @@ MAPFILE = $(OBJDIR)/softokn.def 5.44 + 5.45 + DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSOFTOKEN_LIB_NAME=\"$(notdir $(SHARED_LIBRARY))\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\" 5.46 + 5.47 +-ifdef MOZILLA_CLIENT 5.48 +-INCLUDES += -I$(DIST)/include/sqlite3 5.49 +-endif 5.50 ++#ifdef MOZILLA_CLIENT 5.51 ++#INCLUDES += -I$(DIST)/include/sqlite3 5.52 ++#endif 5.53 + 5.54 + EXPORTS = \ 5.55 + secmodt.h \
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/nss/stuff/ssl-renegotiate-transitional.patch Tue Sep 28 03:43:12 2010 +0000 6.3 @@ -0,0 +1,21 @@ 6.4 +Enable transitional scheme for ssl renegotiation: 6.5 + 6.6 +(from mozilla/security/nss/lib/ssl/ssl.h) 6.7 +Disallow unsafe renegotiation in server sockets only, but allow clients 6.8 +to continue to renegotiate with vulnerable servers. 6.9 +This value should only be used during the transition period when few 6.10 +servers have been upgraded. 6.11 + 6.12 +diff --git a/mozilla/security/nss/lib/ssl/sslsock.c b/mozilla/security/nss/lib/ssl/sslsock.c 6.13 +index f1d1921..c074360 100644 6.14 +--- a/mozilla/security/nss/lib/ssl/sslsock.c 6.15 ++++ b/mozilla/security/nss/lib/ssl/sslsock.c 6.16 +@@ -181,7 +181,7 @@ static sslOptions ssl_defaults = { 6.17 + PR_FALSE, /* noLocks */ 6.18 + PR_FALSE, /* enableSessionTickets */ 6.19 + PR_FALSE, /* enableDeflate */ 6.20 +- 2, /* enableRenegotiation (default: requires extension) */ 6.21 ++ 3, /* enableRenegotiation (default: transitional) */ 6.22 + PR_FALSE, /* requireSafeNegotiation */ 6.23 + }; 6.24 +