mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
use correct issuer/SN for beTRUSTed -- Entrust
This commit is contained in:
parent
06eb5d78dd
commit
2b952c4a99
@ -32,7 +32,7 @@
|
||||
* GPL.
|
||||
*/
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.20 $ $Date: 2002/08/27 20:41:18 $ $Name: $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.20 $ $Date: 2002/08/27 20:41:18 $ $Name: $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.21 $ $Date: 2002/08/27 20:57:48 $ $Name: $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.21 $ $Date: 2002/08/27 20:57:48 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef BUILTINS_H
|
||||
@ -466,7 +466,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.20 $ $Date: 2002/08/27 20:41:18 $ $Name: $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.20 $ $Date: 2002/08/27 20:41:18 $ $Name: $", (PRUint32)179 }
|
||||
{ (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.21 $ $Date: 2002/08/27 20:57:48 $ $Name: $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.21 $ $Date: 2002/08/27 20:57:48 $ $Name: $", (PRUint32)179 }
|
||||
};
|
||||
#endif /* DEBUG */
|
||||
static const NSSItem nss_builtins_items_1 [] = {
|
||||
@ -7480,11 +7480,11 @@ static const NSSItem nss_builtins_items_119 [] = {
|
||||
"\122\125\123\124\145\144\061\033\060\031\006\003\125\004\013\023"
|
||||
"\022\142\145\124\122\125\123\124\145\144\040\122\157\157\164\040"
|
||||
"\103\101\163\061\063\060\061\006\003\125\004\003\023\052\142\145"
|
||||
"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\055"
|
||||
"\102\141\154\164\151\155\157\162\145\040\111\155\160\154\145\155"
|
||||
"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\040"
|
||||
"\055\040\105\156\164\162\165\163\164\040\111\155\160\154\145\155"
|
||||
"\145\156\164\141\164\151\157\156"
|
||||
, (PRUint32)104 },
|
||||
{ (void *)"\074\265\075\106"
|
||||
{ (void *)"\074\265\117\100"
|
||||
, (PRUint32)4 },
|
||||
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
|
||||
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
|
||||
|
@ -30,7 +30,7 @@
|
||||
# may use your version of this file under either the MPL or the
|
||||
# GPL.
|
||||
#
|
||||
CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.22 $ $Date: 2002/08/27 20:41:20 $ $Name: $"
|
||||
CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.23 $ $Date: 2002/08/27 20:57:46 $ $Name: $"
|
||||
|
||||
#
|
||||
# certdata.txt
|
||||
@ -7690,12 +7690,12 @@ CKA_ISSUER MULTILINE_OCTAL
|
||||
\122\125\123\124\145\144\061\033\060\031\006\003\125\004\013\023
|
||||
\022\142\145\124\122\125\123\124\145\144\040\122\157\157\164\040
|
||||
\103\101\163\061\063\060\061\006\003\125\004\003\023\052\142\145
|
||||
\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\055
|
||||
\102\141\154\164\151\155\157\162\145\040\111\155\160\154\145\155
|
||||
\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\040
|
||||
\055\040\105\156\164\162\165\163\164\040\111\155\160\154\145\155
|
||||
\145\156\164\141\164\151\157\156
|
||||
END
|
||||
CKA_SERIAL_NUMBER MULTILINE_OCTAL
|
||||
\074\265\075\106
|
||||
\074\265\117\100
|
||||
END
|
||||
CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
|
||||
CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
|
||||
|
Loading…
Reference in New Issue
Block a user