summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2hg <devnull@localhost>2002-08-04 21:19:56 +0000
committercvs2hg <devnull@localhost>2002-08-04 21:19:56 +0000
commit51ce2196cb01c68eafd825b140110c578904cc42 (patch)
treed3a16796b75094ed2cb1fbfcf2b0c325b9a82f77
parent0f24161cf809b4145434649b2b63bdb4c47c499a (diff)
downloadnss-hg-51ce2196cb01c68eafd825b140110c578904cc42.tar.gz
fixup commit for branch 'BEONEX_0_9_BRANCH'NMAKE_LAST_RITESMOZILLA_1_1_RELEASEMOZILLA_1_1_BASE
-rw-r--r--security/coreconf/Darwin.mk2
-rw-r--r--security/coreconf/HP-UXB.11.mk16
-rw-r--r--security/coreconf/OpenBSD.mk (renamed from security/dbm/src/manifest.mn)63
-rw-r--r--security/coreconf/config.mk2
-rw-r--r--security/coreconf/rules.mk5
-rw-r--r--security/dbm/Makefile80
-rw-r--r--security/dbm/config/config.mk67
-rw-r--r--security/dbm/include/Makefile76
-rw-r--r--security/dbm/include/manifest.mn57
-rw-r--r--security/dbm/manifest.mn45
-rw-r--r--security/dbm/src/Makefile76
-rw-r--r--security/dbm/src/config.mk63
-rw-r--r--security/dbm/src/dirent.c348
-rw-r--r--security/dbm/src/dirent.h97
-rw-r--r--security/dbm/tests/Makefile69
-rw-r--r--security/nss/lib/certdb/certdb.c267
-rw-r--r--security/nss/lib/certdb/crl.c4
-rw-r--r--security/nss/lib/certdb/stanpcertdb.c48
-rw-r--r--security/nss/lib/certhigh/certhigh.c7
-rw-r--r--security/nss/lib/certhigh/ocsp.c603
-rw-r--r--security/nss/lib/ckfw/builtins/certdata.c6007
-rw-r--r--security/nss/lib/ckfw/builtins/certdata.txt6006
-rw-r--r--security/nss/lib/ckfw/builtins/config.mk2
-rw-r--r--security/nss/lib/ckfw/builtins/constants.c2
-rw-r--r--security/nss/lib/dev/devm.h2
-rw-r--r--security/nss/lib/dev/devslot.c6
-rw-r--r--security/nss/lib/dev/devtoken.c9
-rw-r--r--security/nss/lib/dev/devutil.c3
-rw-r--r--security/nss/lib/freebl/Makefile2
-rw-r--r--security/nss/lib/freebl/config.mk4
-rw-r--r--security/nss/lib/freebl/unix_rand.c13
-rw-r--r--security/nss/lib/nss/config.mk7
-rw-r--r--security/nss/lib/nss/nss.h4
-rw-r--r--security/nss/lib/nss/nssinit.c18
-rw-r--r--security/nss/lib/pk11wrap/pk11cert.c17
-rw-r--r--security/nss/lib/pk11wrap/pk11slot.c5
-rw-r--r--security/nss/lib/pkcs12/p12d.c95
-rw-r--r--security/nss/lib/pkcs12/p12t.h2
-rw-r--r--security/nss/lib/pki/certificate.c4
-rw-r--r--security/nss/lib/pki/pki3hack.c28
-rw-r--r--security/nss/lib/pki/pkibase.c60
-rw-r--r--security/nss/lib/softoken/lowpbe.c6
-rw-r--r--security/nss/lib/softoken/pkcs11.c26
-rw-r--r--security/nss/lib/softoken/softokn.rc2
-rw-r--r--security/nss/lib/ssl/sslmutex.c2
-rw-r--r--security/nss/lib/ssl/sslmutex.h2
-rw-r--r--security/nss/lib/util/Makefile2
-rw-r--r--security/nss/lib/util/portreg.c34
-rw-r--r--security/nss/lib/util/portreg.h9
-rw-r--r--security/nss/manifest.mn4
50 files changed, 3747 insertions, 10631 deletions
diff --git a/security/coreconf/Darwin.mk b/security/coreconf/Darwin.mk
index 6c2b93c9d..59f5af8fd 100644
--- a/security/coreconf/Darwin.mk
+++ b/security/coreconf/Darwin.mk
@@ -70,5 +70,7 @@ DSO_LDOPTS = -dynamiclib -compatibility_version 1 -current_version 1 -install_na
MKSHLIB = $(CC) -arch $(CPU_ARCH) $(DSO_LDOPTS)
DLL_SUFFIX = dylib
+PROCESS_MAP_FILE = grep -v ';+' $(LIBRARY_NAME).def | grep -v ';-' | \
+ sed -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,,' -e 's,^,_,' > $@
G++INCLUDES = -I/usr/include/g++
diff --git a/security/coreconf/HP-UXB.11.mk b/security/coreconf/HP-UXB.11.mk
index 08463214d..5b489014f 100644
--- a/security/coreconf/HP-UXB.11.mk
+++ b/security/coreconf/HP-UXB.11.mk
@@ -41,14 +41,22 @@ endif
ifndef NS_USE_GCC
CCC = /opt/aCC/bin/aCC -ext
ifeq ($(USE_64), 1)
- OS_CFLAGS += -Aa +e +DA2.0W +DS2.0 +DChpux
+ ifeq ($(OS_TEST), ia64)
+ OS_CFLAGS += -Aa +e +p +DD64
+ else
+ OS_CFLAGS += -Aa +e +DA2.0W +DS2.0 +DChpux
+ endif
# Next line replaced by generic name handling in arch.mk
# COMPILER_TAG = _64
else
- ifdef USE_HYBRID
- OS_CFLAGS += -Aa +e +DA2.0 +DS2.0
+ ifeq ($(OS_TEST), ia64)
+ OS_CFLAGS += -Aa +e +p +DD32
else
- OS_CFLAGS += +DAportable +DS2.0
+ ifdef USE_HYBRID
+ OS_CFLAGS += -Aa +e +DA2.0 +DS2.0
+ else
+ OS_CFLAGS += +DAportable +DS2.0
+ endif
endif
endif
else
diff --git a/security/dbm/src/manifest.mn b/security/coreconf/OpenBSD.mk
index 80f2abfd0..14fa73489 100644
--- a/security/dbm/src/manifest.mn
+++ b/security/coreconf/OpenBSD.mk
@@ -1,28 +1,27 @@
-#! gmake
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
-#
+#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
-#
+#
# The Original Code is the Netscape security libraries.
-#
+#
# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
+# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1994-2000 Netscape Communications Corporation. All
# Rights Reserved.
-#
+#
# Contributor(s):
-#
+#
# Alternatively, the contents of this file may be used under the
# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
+# "GPL"), in which case the provisions of the GPL are applicable
+# instead of those above. If you wish to allow use of your
# version of this file only under the terms of the GPL and not to
# allow others to use your version of this file under the MPL,
# indicate your decision by deleting the provisions above and
@@ -31,31 +30,33 @@
# may use your version of this file under either the MPL or the
# GPL.
#
+# Config stuff for OpenBSD
+#
-CORE_DEPTH = ../..
+include $(CORE_DEPTH)/coreconf/UNIX.mk
-VPATH = $(CORE_DEPTH)/../dbm/src
+DEFAULT_COMPILER = gcc
+CC = gcc
+CCC = g++
+RANLIB = ranlib
-MODULE = dbm
+CPU_ARCH := $(shell uname -p)
+ifeq ($(CPU_ARCH),i386)
+OS_REL_CFLAGS = -Di386
+CPU_ARCH = x86
+endif
-#
-# memmove.c, snprintf.c, and strerror.c are not in CSRCS because
-# the Standard C Library has memmove and strerror and DBM is not
-# using snprintf.
-#
+DLL_SUFFIX = so.1.0
+
+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DOPENBSD
+
+OS_LIBS =
+
+ARCH = openbsd
+
+DSO_CFLAGS = -fPIC -DPIC
+DSO_LDOPTS = -shared -Wl,-soname,lib$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)
+DSO_LDFLAGS =
-CSRCS = db.c \
- h_bigkey.c \
- h_func.c \
- h_log2.c \
- h_page.c \
- hash.c \
- hash_buf.c \
- hsearch.c \
- mktemp.c \
- ndbm.c \
- nsres.c \
- dirent.c \
- $(NULL)
+MKSHLIB = $(CC) $(DSO_LDOPTS)
-LIBRARY_NAME = dbm
diff --git a/security/coreconf/config.mk b/security/coreconf/config.mk
index 7ad0d1e16..01b633be8 100644
--- a/security/coreconf/config.mk
+++ b/security/coreconf/config.mk
@@ -58,7 +58,7 @@ endif
# one for each OS release. #
#######################################################################
-TARGET_OSES = FreeBSD BSD_OS NetBSD OpenUNIX OS2 QNX Darwin BeOS
+TARGET_OSES = FreeBSD BSD_OS NetBSD OpenUNIX OS2 QNX Darwin BeOS OpenBSD
ifeq (,$(filter-out $(TARGET_OSES),$(OS_TARGET)))
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
diff --git a/security/coreconf/rules.mk b/security/coreconf/rules.mk
index 76043627a..c53c1ffc5 100644
--- a/security/coreconf/rules.mk
+++ b/security/coreconf/rules.mk
@@ -364,6 +364,11 @@ endif
ifeq ($(OS_TARGET),OpenVMS)
@echo "`translate $@`" > $(@:$(DLL_SUFFIX)=vms)
endif
+ifeq ($(OS_TARGET),Darwin)
+ifdef MAPFILE
+ nmedit -s $(MAPFILE) $@
+endif
+endif
endif
endif
diff --git a/security/dbm/Makefile b/security/dbm/Makefile
deleted file mode 100644
index 34cd6d899..000000000
--- a/security/dbm/Makefile
+++ /dev/null
@@ -1,80 +0,0 @@
-#! gmake
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-#######################################################################
-# (1) Include initial platform-independent assignments (MANDATORY). #
-#######################################################################
-
-include manifest.mn
-
-#######################################################################
-# (2) Include "global" configuration information. (OPTIONAL) #
-#######################################################################
-
-include $(CORE_DEPTH)/coreconf/config.mk
-
-#######################################################################
-# (3) Include "component" configuration information. (OPTIONAL) #
-#######################################################################
-
-
-
-#######################################################################
-# (4) Include "local" platform-dependent assignments (OPTIONAL). #
-#######################################################################
-
-
-
-#######################################################################
-# (5) Execute "global" rules. (OPTIONAL) #
-#######################################################################
-
-include $(CORE_DEPTH)/coreconf/rules.mk
-
-#######################################################################
-# (6) Execute "component" rules. (OPTIONAL) #
-#######################################################################
-
-
-
-#######################################################################
-# (7) Execute "local" rules. (OPTIONAL). #
-#######################################################################
-
-coreconf_hack:
- cd ../coreconf; gmake
- gmake import
-
-RelEng_bld: coreconf_hack
- gmake
diff --git a/security/dbm/config/config.mk b/security/dbm/config/config.mk
deleted file mode 100644
index 753364931..000000000
--- a/security/dbm/config/config.mk
+++ /dev/null
@@ -1,67 +0,0 @@
-#! gmake
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-#
-# These macros are defined by mozilla's configure script.
-# We define them manually here.
-#
-
-DEFINES += -DSTDC_HEADERS -DHAVE_STRERROR
-
-#
-# Most platforms have snprintf, so it's simpler to list the exceptions.
-#
-HAVE_SNPRINTF = 1
-#
-# OSF1 V4.0D doesn't have snprintf but V5.0A does.
-#
-ifeq ($(OS_TARGET)$(OS_RELEASE),OSF1V4.0D)
-HAVE_SNPRINTF =
-endif
-ifdef HAVE_SNPRINTF
-DEFINES += -DHAVE_SNPRINTF
-endif
-
-ifeq (,$(filter-out IRIX Linux,$(OS_TARGET)))
-DEFINES += -DHAVE_SYS_CDEFS_H
-endif
-
-ifeq (,$(filter-out DGUX NCR ReliantUNIX SCO_SV SCOOS UNIXWARE,$(OS_TARGET)))
-DEFINES += -DHAVE_SYS_BYTEORDER_H
-endif
-
-#
-# None of the platforms that we are interested in need to
-# define HAVE_MEMORY_H.
-#
diff --git a/security/dbm/include/Makefile b/security/dbm/include/Makefile
deleted file mode 100644
index ba4dd8ddf..000000000
--- a/security/dbm/include/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-#! gmake
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-#######################################################################
-# (1) Include initial platform-independent assignments (MANDATORY). #
-#######################################################################
-
-include manifest.mn
-
-#######################################################################
-# (2) Include "global" configuration information. (OPTIONAL) #
-#######################################################################
-
-include $(CORE_DEPTH)/coreconf/config.mk
-
-#######################################################################
-# (3) Include "component" configuration information. (OPTIONAL) #
-#######################################################################
-
-
-
-#######################################################################
-# (4) Include "local" platform-dependent assignments (OPTIONAL). #
-#######################################################################
-
-
-
-#######################################################################
-# (5) Execute "global" rules. (OPTIONAL) #
-#######################################################################
-
-include $(CORE_DEPTH)/coreconf/rules.mk
-
-#######################################################################
-# (6) Execute "component" rules. (OPTIONAL) #
-#######################################################################
-
-
-
-#######################################################################
-# (7) Execute "local" rules. (OPTIONAL). #
-#######################################################################
-
-
-
diff --git a/security/dbm/include/manifest.mn b/security/dbm/include/manifest.mn
deleted file mode 100644
index 886fedd98..000000000
--- a/security/dbm/include/manifest.mn
+++ /dev/null
@@ -1,57 +0,0 @@
-#! gmake
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-CORE_DEPTH = ../..
-
-VPATH = $(CORE_DEPTH)/../dbm/include
-
-MODULE = dbm
-
-EXPORTS = nsres.h \
- cdefs.h \
- mcom_db.h \
- ncompat.h \
- winfile.h \
- $(NULL)
-
-PRIVATE_EXPORTS = hsearch.h \
- page.h \
- extern.h \
- ndbm.h \
- queue.h \
- hash.h \
- mpool.h \
- search.h \
- $(NULL)
-
diff --git a/security/dbm/manifest.mn b/security/dbm/manifest.mn
deleted file mode 100644
index 11f4f4237..000000000
--- a/security/dbm/manifest.mn
+++ /dev/null
@@ -1,45 +0,0 @@
-#! gmake
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-CORE_DEPTH = ..
-
-MODULE = dbm
-
-IMPORTS = nspr20/v4.1.2
-
-RELEASE = dbm
-
-DIRS = include \
- src \
- $(NULL)
diff --git a/security/dbm/src/Makefile b/security/dbm/src/Makefile
deleted file mode 100644
index 8fce98394..000000000
--- a/security/dbm/src/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-#! gmake
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-#######################################################################
-# (1) Include initial platform-independent assignments (MANDATORY). #
-#######################################################################
-
-include manifest.mn
-
-#######################################################################
-# (2) Include "global" configuration information. (OPTIONAL) #
-#######################################################################
-
-include $(CORE_DEPTH)/coreconf/config.mk
-
-#######################################################################
-# (3) Include "component" configuration information. (OPTIONAL) #
-#######################################################################
-
-include $(CORE_DEPTH)/dbm/config/config.mk
-
-#######################################################################
-# (4) Include "local" platform-dependent assignments (OPTIONAL). #
-#######################################################################
-
-include config.mk
-
-#######################################################################
-# (5) Execute "global" rules. (OPTIONAL) #
-#######################################################################
-
-include $(CORE_DEPTH)/coreconf/rules.mk
-
-#######################################################################
-# (6) Execute "component" rules. (OPTIONAL) #
-#######################################################################
-
-
-
-#######################################################################
-# (7) Execute "local" rules. (OPTIONAL). #
-#######################################################################
-
-
-
diff --git a/security/dbm/src/config.mk b/security/dbm/src/config.mk
deleted file mode 100644
index 370fd75d6..000000000
--- a/security/dbm/src/config.mk
+++ /dev/null
@@ -1,63 +0,0 @@
-#! gmake
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-DEFINES += -DMEMMOVE -D__DBINTERFACE_PRIVATE $(SECURITY_FLAG)
-
-INCLUDES += -I$(CORE_DEPTH)/../dbm/include
-
-#
-# Currently, override TARGETS variable so that only static libraries
-# are specifed as dependencies within rules.mk.
-#
-
-TARGETS = $(LIBRARY)
-SHARED_LIBRARY =
-IMPORT_LIBRARY =
-PURE_LIBRARY =
-PROGRAM =
-
-ifdef SHARED_LIBRARY
- ifeq (,$(filter-out WINNT WIN95 WINCE,$(OS_TARGET))) # list omits WIN16
- DLLBASE=/BASE:0x30000000
- RES=$(OBJDIR)/dbm.res
- RESNAME=../include/dbm.rc
- endif
- ifeq ($(DLL_SUFFIX),dll)
- DEFINES += -D_DLL
- endif
-endif
-
-ifeq ($(OS_TARGET),AIX)
- OS_LIBS += -lc_r
-endif
diff --git a/security/dbm/src/dirent.c b/security/dbm/src/dirent.c
deleted file mode 100644
index 001a48c5c..000000000
--- a/security/dbm/src/dirent.c
+++ /dev/null
@@ -1,348 +0,0 @@
-#ifdef OS2
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-
-#include <dirent.h>
-#include <errno.h>
-
-/*#ifndef __EMX__
-#include <libx.h>
-#endif */
-
-#define INCL_DOSFILEMGR
-#define INCL_DOSERRORS
-#include <os2.h>
-
-#if OS2 >= 2
-# define FFBUF FILEFINDBUF3
-# define Word ULONG
- /*
- * LS20 recommends a request count of 100, but according to the
- * APAR text it does not lead to missing files, just to funny
- * numbers of returned entries.
- *
- * LS30 HPFS386 requires a count greater than 2, or some files
- * are missing (those starting with a character less that '.').
- *
- * Novell looses entries which overflow the buffer. In previous
- * versions of dirent2, this could have lead to missing files
- * when the average length of 100 directory entries was 40 bytes
- * or more (quite unlikely for files on a Novell server).
- *
- * Conclusion: Make sure that the entries all fit into the buffer
- * and that the buffer is large enough for more than 2 entries
- * (each entry is at most 300 bytes long). And ignore the LS20
- * effect.
- */
-# define Count 25
-# define BufSz (25 * (sizeof(FILEFINDBUF3)+1))
-#else
-# define FFBUF FILEFINDBUF
-# define Word USHORT
-# define BufSz 1024
-# define Count 3
-#endif
-
-#if defined(__IBMC__) || defined(__IBMCPP__)
- #define error(rc) _doserrno = rc, errno = EOS2ERR
-#elif defined(MICROSOFT)
- #define error(rc) _doserrno = rc, errno = 255
-#else
- #define error(rc) errno = 255
-#endif
-
-struct _dirdescr {
- HDIR handle; /* DosFindFirst handle */
- char fstype; /* filesystem type */
- Word count; /* valid entries in <ffbuf> */
- long number; /* absolute number of next entry */
- int index; /* relative number of next entry */
- FFBUF * next; /* pointer to next entry */
- char name[MAXPATHLEN+3]; /* directory name */
- unsigned attrmask; /* attribute mask for seekdir */
- struct dirent entry; /* buffer for directory entry */
- BYTE ffbuf[BufSz];
-};
-
-/*
- * Return first char of filesystem type, or 0 if unknown.
- */
-static char
-getFSType(const char *path)
-{
- static char cache[1+26];
- char drive[3], info[512];
- Word unit, infolen;
- char r;
-
- if (isalpha(path[0]) && path[1] == ':') {
- unit = toupper(path[0]) - '@';
- path += 2;
- } else {
- ULONG driveMap;
-#if OS2 >= 2
- if (DosQueryCurrentDisk(&unit, &driveMap))
-#else
- if (DosQCurDisk(&unit, &driveMap))
-#endif
- return 0;
- }
-
- if ((path[0] == '\\' || path[0] == '/')
- && (path[1] == '\\' || path[1] == '/'))
- return 0;
-
- if (cache [unit])
- return cache [unit];
-
- drive[0] = '@' + unit;
- drive[1] = ':';
- drive[2] = '\0';
- infolen = sizeof info;
-#if OS2 >= 2
- if (DosQueryFSAttach(drive, 0, FSAIL_QUERYNAME, (PVOID)info, &infolen))
- return 0;
- if (infolen >= sizeof(FSQBUFFER2)) {
- FSQBUFFER2 *p = (FSQBUFFER2 *)info;
- r = p->szFSDName[p->cbName];
- } else
-#else
- if (DosQFSAttach((PSZ)drive, 0, FSAIL_QUERYNAME, (PVOID)info, &infolen, 0))
- return 0;
- if (infolen >= 9) {
- char *p = info + sizeof(USHORT);
- p += sizeof(USHORT) + *(USHORT *)p + 1 + sizeof(USHORT);
- r = *p;
- } else
-#endif
- r = 0;
- return cache [unit] = r;
-}
-
-char *
-abs_path(const char *name, char *buffer, int len)
-{
- char buf[4];
- if (isalpha(name[0]) && name[1] == ':' && name[2] == '\0') {
- buf[0] = name[0];
- buf[1] = name[1];
- buf[2] = '.';
- buf[3] = '\0';
- name = buf;
- }
-#if OS2 >= 2
- if (DosQueryPathInfo((PSZ)name, FIL_QUERYFULLNAME, buffer, len))
-#else
- if (DosQPathInfo((PSZ)name, FIL_QUERYFULLNAME, (PBYTE)buffer, len, 0L))
-#endif
- return NULL;
- return buffer;
-}
-
-DIR *
-openxdir(const char *path, unsigned att_mask)
-{
- DIR *dir;
- char name[MAXPATHLEN+3];
- Word rc;
-
- dir = malloc(sizeof(DIR));
- if (dir == NULL) {
- errno = ENOMEM;
- return NULL;
- }
-
- strncpy(name, path, MAXPATHLEN);
- name[MAXPATHLEN] = '\0';
- switch (name[strlen(name)-1]) {
- default:
- strcat(name, "\\");
- case '\\':
- case '/':
- case ':':
- ;
- }
- strcat(name, ".");
- if (!abs_path(name, dir->name, MAXPATHLEN+1))
- strcpy(dir->name, name);
- if (dir->name[strlen(dir->name)-1] == '\\')
- strcat(dir->name, "*");
- else
- strcat(dir->name, "\\*");
-
- dir->fstype = getFSType(dir->name);
- dir->attrmask = att_mask | A_DIR;
-
- dir->handle = HDIR_CREATE;
- dir->count = 100;
-#if OS2 >= 2
- rc = DosFindFirst(dir->name, &dir->handle, dir->attrmask,
- dir->ffbuf, sizeof dir->ffbuf, &dir->count, FIL_STANDARD);
-#else
- rc = DosFindFirst((PSZ)dir->name, &dir->handle, dir->attrmask,
- (PFILEFINDBUF)dir->ffbuf, sizeof dir->ffbuf, &dir->count, 0);
-#endif
- switch (rc) {
- default:
- free(dir);
- error(rc);
- return NULL;
- case NO_ERROR:
- case ERROR_NO_MORE_FILES:
- ;
- }
-
- dir->number = 0;
- dir->index = 0;
- dir->next = (FFBUF *)dir->ffbuf;
-
- return (DIR *)dir;
-}
-
-DIR *
-opendir(const char *pathname)
-{
- return openxdir(pathname, 0);
-}
-
-struct dirent *
-readdir(DIR *dir)
-{
- static int dummy_ino = 2;
-
- if (dir->index == dir->count) {
- Word rc;
- dir->count = 100;
-#if OS2 >= 2
- rc = DosFindNext(dir->handle, dir->ffbuf,
- sizeof dir->ffbuf, &dir->count);
-#else
- rc = DosFindNext(dir->handle, (PFILEFINDBUF)dir->ffbuf,
- sizeof dir->ffbuf, &dir->count);
-#endif
- if (rc) {
- error(rc);
- return NULL;
- }
-
- dir->index = 0;
- dir->next = (FFBUF *)dir->ffbuf;
- }
-
- if (dir->index == dir->count)
- return NULL;
-
- memcpy(dir->entry.d_name, dir->next->achName, dir->next->cchName);
- dir->entry.d_name[dir->next->cchName] = '\0';
- dir->entry.d_ino = dummy_ino++;
- dir->entry.d_reclen = dir->next->cchName;
- dir->entry.d_namlen = dir->next->cchName;
- dir->entry.d_size = dir->next->cbFile;
- dir->entry.d_attribute = dir->next->attrFile;
- dir->entry.d_time = *(USHORT *)&dir->next->ftimeLastWrite;
- dir->entry.d_date = *(USHORT *)&dir->next->fdateLastWrite;
-
- switch (dir->fstype) {
- case 'F': /* FAT */
- case 'C': /* CDFS */
- if (dir->next->attrFile & FILE_DIRECTORY)
- strupr(dir->entry.d_name);
- else
- strlwr(dir->entry.d_name);
- }
-
-#if OS2 >= 2
- dir->next = (FFBUF *)((BYTE *)dir->next + dir->next->oNextEntryOffset);
-#else
- dir->next = (FFBUF *)((BYTE *)dir->next->achName + dir->next->cchName + 1);
-#endif
- ++dir->number;
- ++dir->index;
-
- return &dir->entry;
-}
-
-long
-telldir(DIR *dir)
-{
- return dir->number;
-}
-
-void
-seekdir(DIR *dir, long off)
-{
- if (dir->number > off) {
- char name[MAXPATHLEN+2];
- Word rc;
-
- DosFindClose(dir->handle);
-
- strcpy(name, dir->name);
- strcat(name, "*");
-
- dir->handle = HDIR_CREATE;
- dir->count = 32767;
-#if OS2 >= 2
- rc = DosFindFirst(name, &dir->handle, dir->attrmask,
- dir->ffbuf, sizeof dir->ffbuf, &dir->count, FIL_STANDARD);
-#else
- rc = DosFindFirst((PSZ)name, &dir->handle, dir->attrmask,
- (PFILEFINDBUF)dir->ffbuf, sizeof dir->ffbuf, &dir->count, 0);
-#endif
- switch (rc) {
- default:
- error(rc);
- return;
- case NO_ERROR:
- case ERROR_NO_MORE_FILES:
- ;
- }
-
- dir->number = 0;
- dir->index = 0;
- dir->next = (FFBUF *)dir->ffbuf;
- }
-
- while (dir->number < off && readdir(dir))
- ;
-}
-
-void
-closedir(DIR *dir)
-{
- DosFindClose(dir->handle);
- free(dir);
-}
-
-/*****************************************************************************/
-
-#ifdef TEST
-
-main(int argc, char **argv)
-{
- int i;
- DIR *dir;
- struct dirent *ep;
-
- for (i = 1; i < argc; ++i) {
- dir = opendir(argv[i]);
- if (!dir)
- continue;
- while (ep = readdir(dir))
- if (strchr("\\/:", argv[i] [strlen(argv[i]) - 1]))
- printf("%s%s\n", argv[i], ep->d_name);
- else
- printf("%s/%s\n", argv[i], ep->d_name);
- closedir(dir);
- }
-
- return 0;
-}
-
-#endif
-
-#endif /* OS2 */
-
diff --git a/security/dbm/src/dirent.h b/security/dbm/src/dirent.h
deleted file mode 100644
index 07a6c0ac8..000000000
--- a/security/dbm/src/dirent.h
+++ /dev/null
@@ -1,97 +0,0 @@
-#ifndef __DIRENT_H__
-#define __DIRENT_H__
-/*
- * @(#)msd_dir.h 1.4 87/11/06 Public Domain.
- *
- * A public domain implementation of BSD directory routines for
- * MS-DOS. Written by Michael Rendell ({uunet,utai}michael@garfield),
- * August 1897
- *
- * Extended by Peter Lim (lim@mullian.oz) to overcome some MS DOS quirks
- * and returns 2 more pieces of information - file size & attribute.
- * Plus a little reshuffling of some #define's positions December 1987
- *
- * Some modifications by Martin Junius 02-14-89
- *
- * AK900712
- * AK910410 abs_path - make absolute path
- *
- */
-
-#ifdef __EMX__
-#include <sys/param.h>
-#else
-#if defined(__IBMC__) || defined(__IBMCPP__) || defined(XP_W32_MSVC)
-#include <stdio.h>
-#ifdef MAXPATHLEN
- #undef MAXPATHLEN
-#endif
-#define MAXPATHLEN (FILENAME_MAX*4)
-#define MAXNAMLEN FILENAME_MAX
-
-#else
-#include <param.h>
-#endif
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* attribute stuff */
-#ifndef A_RONLY
-# define A_RONLY 0x01
-# define A_HIDDEN 0x02
-# define A_SYSTEM 0x04
-# define A_LABEL 0x08
-# define A_DIR 0x10
-# define A_ARCHIVE 0x20
-#endif
-
-struct dirent {
-#if defined(OS2) || defined(WIN32) /* use the layout of EMX to avoid trouble */
- int d_ino; /* Dummy */
- int d_reclen; /* Dummy, same as d_namlen */
- int d_namlen; /* length of name */
- char d_name[MAXNAMLEN + 1];
- unsigned long d_size;
- unsigned short d_attribute; /* attributes (see above) */
- unsigned short d_time; /* modification time */
- unsigned short d_date; /* modification date */
-#else
- char d_name[MAXNAMLEN + 1]; /* garentee null termination */
- char d_attribute; /* .. extension .. */
- unsigned long d_size; /* .. extension .. */
-#endif
-};
-
-typedef struct _dirdescr DIR;
-/* the structs do not have to be defined here */
-
-extern DIR *opendir(const char *);
-extern DIR *openxdir(const char *, unsigned);
-extern struct dirent *readdir(DIR *);
-extern void seekdir(DIR *, long);
-extern long telldir(DIR *);
-extern void closedir(DIR *);
-#define rewinddir(dirp) seekdir(dirp, 0L)
-
-extern char * abs_path(const char *name, char *buffer, int len);
-
-#ifndef S_IFMT
-#define S_IFMT ( S_IFDIR | S_IFREG )
-#endif
-
-#ifndef S_ISDIR
-#define S_ISDIR( m ) (((m) & S_IFMT) == S_IFDIR)
-#endif
-
-#ifndef S_ISREG
-#define S_ISREG( m ) (((m) & S_IFMT) == S_IFREG)
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
diff --git a/security/dbm/tests/Makefile b/security/dbm/tests/Makefile
deleted file mode 100644
index fe132e19c..000000000
--- a/security/dbm/tests/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-#! gmake
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-DEPTH = ../..
-CORE_DEPTH = ../..
-
-VPATH = $(CORE_DEPTH)/../dbm/tests
-
-MODULE = dbm
-
-CSRCS = lots.c
-
-PROGRAM = lots
-
-include $(DEPTH)/coreconf/config.mk
-
-include $(DEPTH)/dbm/config/config.mk
-
-ifeq (,$(filter-out WIN%,$(OS_TARGET)))
-LIBDBM = ../src/$(PLATFORM)/dbm$(STATIC_LIB_SUFFIX)
-else
-LIBDBM = ../src/$(PLATFORM)/libdbm$(STATIC_LIB_SUFFIX)
-endif
-
-INCLUDES += -I$(CORE_DEPTH)/../dbm/include
-
-LDFLAGS = $(LDOPTS) $(LIBDBM)
-
-include $(DEPTH)/coreconf/rules.mk
-
-lots.pure: lots
- purify $(CC) -o lots.pure $(CFLAGS) $(OBJS) $(MYLIBS)
-
-crash: crash.o $(MYLIBS)
- $(CC) -o crash $(CFLAGS) $^
-
-crash.pure: crash.o $(MYLIBS)
- purify $(CC) -o crash.pure $(CFLAGS) $^
-
diff --git a/security/nss/lib/certdb/certdb.c b/security/nss/lib/certdb/certdb.c
index 89d351603..55941cce2 100644
--- a/security/nss/lib/certdb/certdb.c
+++ b/security/nss/lib/certdb/certdb.c
@@ -59,6 +59,7 @@
#include "sslerr.h"
#include "nsslocks.h"
#include "pk11func.h"
+#include "xconst.h" /* for CERT_DecodeAltNameExtension */
#ifndef NSS_3_4_CODE
#define NSS_3_4_CODE
@@ -1236,6 +1237,186 @@ CERT_AddOKDomainName(CERTCertificate *cert, const char *hn)
return SECSuccess;
}
+/* returns SECSuccess if hn matches pattern cn,
+** returns SECFailure with SSL_ERROR_BAD_CERT_DOMAIN if no match,
+** returns SECFailure with some other error code if another error occurs.
+**
+** may modify cn, so caller must pass a modifiable copy.
+*/
+static SECStatus
+cert_TestHostName(char * cn, const char * hn)
+{
+ char * hndomain;
+ int regvalid;
+
+ if ((hndomain = PORT_Strchr(hn, '.')) == NULL) {
+ /* No domain in URI host name */
+ char * cndomain;
+ if ((cndomain = PORT_Strchr(cn, '.')) != NULL &&
+ (cndomain - cn) > 0) {
+ /* there is a domain in the cn string, so chop it off */
+ *cndomain = '\0';
+ }
+ }
+
+ regvalid = PORT_RegExpValid(cn);
+ if (regvalid != NON_SXP) {
+ SECStatus rv;
+ /* cn is a regular expression, try to match the shexp */
+ int match = PORT_RegExpCaseSearch(hn, cn);
+
+ if ( match == 0 ) {
+ rv = SECSuccess;
+ } else {
+ PORT_SetError(SSL_ERROR_BAD_CERT_DOMAIN);
+ rv = SECFailure;
+ }
+ return rv;
+ }
+ /* cn is not a regular expression */
+
+ /* compare entire hn with cert name */
+ if (PORT_Strcasecmp(hn, cn) == 0) {
+ return SECSuccess;
+ }
+
+ if ( hndomain ) {
+ /* compare just domain name with cert name */
+ if ( PORT_Strcasecmp(hndomain+1, cn) == 0 ) {
+ return SECSuccess;
+ }
+ }
+
+ PORT_SetError(SSL_ERROR_BAD_CERT_DOMAIN);
+ return SECFailure;
+}
+
+
+SECStatus
+cert_VerifySubjectAltName(CERTCertificate *cert, const char *hn)
+{
+ PRArenaPool * arena = NULL;
+ CERTGeneralName * nameList = NULL;
+ CERTGeneralName * current;
+ char * cn;
+ int cnBufLen;
+ unsigned int hnLen;
+ int DNSextCount = 0;
+ int IPextCount = 0;
+ PRBool isIPaddr;
+ SECStatus rv = SECFailure;
+ SECItem subAltName;
+ PRNetAddr netAddr;
+ char cnbuf[128];
+
+ subAltName.data = NULL;
+ hnLen = strlen(hn);
+ cn = cnbuf;
+ cnBufLen = sizeof cnbuf;
+
+ rv = CERT_FindCertExtension(cert, SEC_OID_X509_SUBJECT_ALT_NAME,
+ &subAltName);
+ if (rv != SECSuccess) {
+ goto finish;
+ }
+ isIPaddr = (PR_SUCCESS == PR_StringToNetAddr(hn, &netAddr));
+ rv = SECFailure;
+ arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE);
+ if (!arena)
+ goto finish;
+
+ nameList = current = CERT_DecodeAltNameExtension(arena, &subAltName);
+ if (!current)
+ goto finish;
+
+ do {
+ switch (current->type) {
+ case certDNSName:
+ if (!isIPaddr) {
+ /* DNS name current->name.other.data is not null terminated.
+ ** so must copy it.
+ */
+ int cnLen = current->name.other.len;
+ if (cnLen + 1 > cnBufLen) {
+ cnBufLen = cnLen + 1;
+ cn = (char *)PORT_ArenaAlloc(arena, cnBufLen);
+ if (!cn)
+ goto finish;
+ }
+ PORT_Memcpy(cn, current->name.other.data,
+ current->name.other.len);
+ cn[cnLen] = 0;
+ rv = cert_TestHostName(cn ,hn);
+ if (rv == SECSuccess)
+ goto finish;
+ }
+ DNSextCount++;
+ break;
+ case certIPAddress:
+ if (isIPaddr) {
+ int match = 0;
+ PRIPv6Addr v6Addr;
+ if (current->name.other.len == 4 && /* IP v4 address */
+ netAddr.inet.family == PR_AF_INET) {
+ match = !memcmp(&netAddr.inet.ip,
+ current->name.other.data, 4);
+ } else if (current->name.other.len == 16 && /* IP v6 address */
+ netAddr.ipv6.family == PR_AF_INET6) {
+ match = !memcmp(&netAddr.ipv6.ip,
+ current->name.other.data, 16);
+ } else if (current->name.other.len == 16 && /* IP v6 address */
+ netAddr.inet.family == PR_AF_INET) {
+ /* convert netAddr to ipv6, then compare. */
+ /* ipv4 must be in Network Byte Order on input. */
+ PR_ConvertIPv4AddrToIPv6(netAddr.inet.ip, &v6Addr);
+ match = !memcmp(&v6Addr, current->name.other.data, 16);
+ } else if (current->name.other.len == 4 && /* IP v4 address */
+ netAddr.inet.family == PR_AF_INET6) {
+ /* convert netAddr to ipv6, then compare. */
+ PRUint32 ipv4 = (current->name.other.data[0] << 24) |
+ (current->name.other.data[1] << 16) |
+ (current->name.other.data[2] << 8) |
+ current->name.other.data[3];
+ /* ipv4 must be in Network Byte Order on input. */
+ PR_ConvertIPv4AddrToIPv6(PR_htonl(ipv4), &v6Addr);
+ match = !memcmp(&netAddr.ipv6.ip, &v6Addr, 16);
+ }
+ if (match) {
+ rv = SECSuccess;
+ goto finish;
+ }
+ }
+ IPextCount++;
+ break;
+ default:
+ break;
+ }
+ current = cert_get_next_general_name(current);
+ } while (current != nameList);
+
+ if ((!isIPaddr && !DNSextCount) || (isIPaddr && !IPextCount)) {
+ /* no relevant value in the extension was found. */
+ PORT_SetError(SEC_ERROR_EXTENSION_NOT_FOUND);
+ } else {
+ PORT_SetError(SSL_ERROR_BAD_CERT_DOMAIN);
+ }
+ rv = SECFailure;
+
+finish:
+
+ /* Don't free nameList, it's part of the arena. */
+ if (arena) {
+ PORT_FreeArena(arena, PR_FALSE);
+ }
+
+ if (subAltName.data) {
+ SECITEM_FreeItem(&subAltName, PR_FALSE);
+ }
+
+ return rv;
+}
+
+
/* Make sure that the name of the host we are connecting to matches the
* name that is incoded in the common-name component of the certificate
* that they are using.
@@ -1244,11 +1425,6 @@ SECStatus
CERT_VerifyCertName(CERTCertificate *cert, const char *hn)
{
char * cn;
- char * domain;
- char * hndomain;
- char * hostname;
- int regvalid;
- int match;
SECStatus rv;
CERTOKDomainName *domainOK;
@@ -1257,86 +1433,31 @@ CERT_VerifyCertName(CERTCertificate *cert, const char *hn)
return SECFailure;
}
- hostname = PORT_Strdup(hn);
- if ( hostname == NULL ) {
- return(SECFailure);
- }
- sec_lower_string(hostname);
-
/* if the name is one that the user has already approved, it's OK. */
for (domainOK = cert->domainOK; domainOK; domainOK = domainOK->next) {
- if (0 == PORT_Strcmp(hostname, domainOK->name)) {
- PORT_Free(hostname);
+ if (0 == PORT_Strcasecmp(hn, domainOK->name)) {
return SECSuccess;
}
}
+ /* Per RFC 2818, if the SubjectAltName extension is present, it must
+ ** be used as the cert's identity.
+ */
+ rv = cert_VerifySubjectAltName(cert, hn);
+ if (rv == SECSuccess || PORT_GetError() != SEC_ERROR_EXTENSION_NOT_FOUND)
+ return rv;
+
/* try the cert extension first, then the common name */
cn = CERT_FindNSStringExtension(cert, SEC_OID_NS_CERT_EXT_SSL_SERVER_NAME);
- if ( cn == NULL ) {
+ if ( !cn ) {
cn = CERT_GetCommonName(&cert->subject);
}
-
- sec_lower_string(cn);
-
- if ( cn ) {
- if ( ( hndomain = PORT_Strchr(hostname, '.') ) == NULL ) {
- /* No domain in server name */
- if ( ( domain = PORT_Strchr(cn, '.') ) != NULL ) {
- /* there is a domain in the cn string, so chop it off */
- *domain = '\0';
- }
- }
-
- regvalid = PORT_RegExpValid(cn);
-
- if ( regvalid == NON_SXP ) {
- /* compare entire hostname with cert name */
- if ( PORT_Strcmp(hostname, cn) == 0 ) {
- rv = SECSuccess;
- goto done;
- }
-
- if ( hndomain ) {
- /* compare just domain name with cert name */
- if ( PORT_Strcmp(hndomain+1, cn) == 0 ) {
- rv = SECSuccess;
- goto done;
- }
- }
-
- PORT_SetError(SSL_ERROR_BAD_CERT_DOMAIN);
- rv = SECFailure;
- goto done;
-
- } else {
- /* try to match the shexp */
- match = PORT_RegExpCaseSearch(hostname, cn);
-
- if ( match == 0 ) {
- rv = SECSuccess;
- } else {
- PORT_SetError(SSL_ERROR_BAD_CERT_DOMAIN);
- rv = SECFailure;
- }
- goto done;
- }
- }
-
- PORT_SetError(SEC_ERROR_NO_MEMORY);
- rv = SECFailure;
-
-done:
- /* free the common name */
if ( cn ) {
+ rv = cert_TestHostName(cn, hn);
PORT_Free(cn);
- }
-
- if ( hostname ) {
- PORT_Free(hostname);
- }
-
- return(rv);
+ } else
+ PORT_SetError(SSL_ERROR_BAD_CERT_DOMAIN);
+ return rv;
}
PRBool
diff --git a/security/nss/lib/certdb/crl.c b/security/nss/lib/certdb/crl.c
index 8eb90005a..47db5c403 100644
--- a/security/nss/lib/certdb/crl.c
+++ b/security/nss/lib/certdb/crl.c
@@ -239,10 +239,6 @@ SECStatus cert_check_crl_version (CERTCrl *crl)
if (crl->entries == NULL) {
- if (hasCriticalExten == PR_FALSE && version == SEC_CRL_VERSION_2) {
- PORT_SetError (SEC_ERROR_BAD_DER);
- return (SECFailure);
- }
return (SECSuccess);
}
/* Look in the crl entry extensions. If there is a critical extension,
diff --git a/security/nss/lib/certdb/stanpcertdb.c b/security/nss/lib/certdb/stanpcertdb.c
index 1ed2e8d23..3f52f438e 100644
--- a/security/nss/lib/certdb/stanpcertdb.c
+++ b/security/nss/lib/certdb/stanpcertdb.c
@@ -181,6 +181,9 @@ __CERT_AddTempCertToPerm(CERTCertificate *cert, char *nickname,
/* reset the CERTCertificate fields */
cert->nssCertificate = NULL;
cert = STAN_GetCERTCertificate(c); /* will return same pointer */
+ if (!cert) {
+ return SECFailure;
+ }
cert->istemp = PR_FALSE;
cert->isperm = PR_TRUE;
if (!trust) {
@@ -243,6 +246,9 @@ __CERT_NewTempCertificate(CERTCertDBHandle *handle, SECItem *derCert,
* below
*/
cc = STAN_GetCERTCertificate(c);
+ if (!cc) {
+ return NULL;
+ }
nssItem_Create(c->object.arena,
&c->issuer, cc->derIssuer.len, cc->derIssuer.data);
nssItem_Create(c->object.arena,
@@ -286,6 +292,9 @@ __CERT_NewTempCertificate(CERTCertDBHandle *handle, SECItem *derCert,
/* and use the "official" entry */
c = tempCert;
cc = STAN_GetCERTCertificate(c);
+ if (!cc) {
+ return NULL;
+ }
} else {
return NULL;
}
@@ -354,10 +363,16 @@ CERT_FindCertByName(CERTCertDBHandle *handle, SECItem *name)
c = get_best_temp_or_perm(ct, cp);
if (ct) {
CERTCertificate *cert = STAN_GetCERTCertificate(ct);
+ if (!cert) {
+ return NULL;
+ }
CERT_DestroyCertificate(cert);
}
if (cp) {
CERTCertificate *cert = STAN_GetCERTCertificate(cp);
+ if (!cert) {
+ return NULL;
+ }
CERT_DestroyCertificate(cert);
}
if (c) {
@@ -404,6 +419,9 @@ CERT_FindCertByNickname(CERTCertDBHandle *handle, char *nickname)
CERT_DestroyCertificate(cert);
if (ct) {
CERTCertificate *cert2 = STAN_GetCERTCertificate(ct);
+ if (!cert2) {
+ return NULL;
+ }
CERT_DestroyCertificate(cert2);
}
} else {
@@ -454,6 +472,9 @@ CERT_FindCertByNicknameOrEmailAddr(CERTCertDBHandle *handle, char *name)
CERT_DestroyCertificate(cert);
if (ct) {
CERTCertificate *cert2 = STAN_GetCERTCertificate(ct);
+ if (!cert2) {
+ return NULL;
+ }
CERT_DestroyCertificate(cert2);
}
} else {
@@ -519,14 +540,18 @@ CERT_CreateSubjectCertList(CERTCertList *certList, CERTCertDBHandle *handle,
ci = tSubjectCerts;
while (ci && *ci) {
cert = STAN_GetCERTCertificate(*ci);
- add_to_subject_list(certList, cert, validOnly, sorttime);
+ if (cert) {
+ add_to_subject_list(certList, cert, validOnly, sorttime);
+ }
ci++;
}
/* Iterate over the matching perm certs. Add them to the list */
ci = pSubjectCerts;
while (ci && *ci) {
cert = STAN_GetCERTCertificate(*ci);
- add_to_subject_list(certList, cert, validOnly, sorttime);
+ if (cert) {
+ add_to_subject_list(certList, cert, validOnly, sorttime);
+ }
ci++;
}
nss_ZFreeIf(tSubjectCerts);
@@ -722,7 +747,24 @@ CERT_SaveSMimeProfile(CERTCertificate *cert, SECItem *emailProfile,
NSSCryptoContext *cc;
nssSMIMEProfile *stanProfile = NULL;
PRBool freeOldProfile = PR_FALSE;
-
+ PK11SlotInfo* internalslot = PK11_GetInternalKeySlot();
+
+ if (cert && cert->slot != internalslot) {
+ /* this cert comes from an external source, we need to add it
+ to the cert db before creating an S/MIME profile */
+ rv = PK11_ImportCert(internalslot, cert,
+ CK_INVALID_HANDLE, NULL, PR_FALSE);
+
+ PK11_FreeSlot(internalslot);
+
+ if (rv != SECSuccess )
+ {
+ return SECFailure;
+ }
+ } else {
+ PK11_FreeSlot(internalslot);
+ }
+
emailAddr = cert->emailAddr;
if ( emailAddr == NULL ) {
diff --git a/security/nss/lib/certhigh/certhigh.c b/security/nss/lib/certhigh/certhigh.c
index 4f6069ff2..1cd3916ea 100644
--- a/security/nss/lib/certhigh/certhigh.c
+++ b/security/nss/lib/certhigh/certhigh.c
@@ -1130,6 +1130,9 @@ loser:
while (stanCert) {
SECItem derCert;
CERTCertificate *cCert = STAN_GetCERTCertificate(stanCert);
+ if (!cCert) {
+ goto loser;
+ }
derCert.len = (unsigned int)stanCert->encoding.size;
derCert.data = (unsigned char *)stanCert->encoding.data;
SECITEM_CopyItem(arena, &chain->certs[i], &derCert);
@@ -1150,7 +1153,9 @@ loser:
stanCert = stanChain[i];
while (stanCert) {
CERTCertificate *cCert = STAN_GetCERTCertificate(stanCert);
- CERT_DestroyCertificate(cCert);
+ if (cCert) {
+ CERT_DestroyCertificate(cCert);
+ }
stanCert = stanChain[++i];
}
nss_ZFreeIf(stanChain);
diff --git a/security/nss/lib/certhigh/ocsp.c b/security/nss/lib/certhigh/ocsp.c
index 6afa26b59..7b6ef8804 100644
--- a/security/nss/lib/certhigh/ocsp.c
+++ b/security/nss/lib/certhigh/ocsp.c
@@ -1798,414 +1798,283 @@ loser:
}
/*
- * Read from "fd" into "buf" -- expect/attempt to read a "minimum" number
- * of bytes, but do not exceed "maximum". (Obviously, stop at less than
- * "minimum" if hit end-of-stream.) Only problems are low-level i/o errors.
+ * Read from "fd" into "buf" -- expect/attempt to read a given number of bytes
+ * Obviously, stop if hit end-of-stream. Timeout is passed in.
*/
+
static int
-ocsp_MinMaxRead(PRFileDesc *fd, unsigned char *buf, int minimum, int maximum)
+ocsp_read(PRFileDesc *fd, char *buf, int toread, PRIntervalTime timeout)
{
int total = 0;
- while (total < minimum) {
- PRInt32 got;
-
- got = PR_Read(fd, buf + total, (PRInt32) (maximum - total));
- if (got < 0) {
- if (PR_GetError() != PR_WOULD_BLOCK_ERROR) {
- break;
- }
- continue;
- } else if (got == 0) { /* EOS */
- break;
- }
+ while (total < toread)
+ {
+ PRInt32 got;
+
+ got = PR_Recv(fd, buf + total, (PRInt32) (toread - total), 0, timeout);
+ if (got < 0)
+ {
+ if (0 == total)
+ {
+ total = -1; /* report the error if we didn't read anything yet */
+ }
+ break;
+ }
+ else
+ if (got == 0)
+ { /* EOS */
+ break;
+ }
- total += got;
+ total += got;
}
return total;
}
-#ifdef BUFSIZ
-#define OCSP_BUFSIZE BUFSIZ
-#else
#define OCSP_BUFSIZE 1024
-#endif
+
+#define AbortHttpDecode(error) \
+{ \
+ if (inBuffer) \
+ PORT_Free(inBuffer); \
+ PORT_SetError(error); \
+ return NULL; \
+}
+
/*
- * Listens on the given socket and returns an encoded response when received.
- * Properly formatted HTTP response headers are expected to be read from the
- * socket, preceding a binary-encoded OCSP response. Problems with parsing
- * cause the error SEC_ERROR_OCSP_BAD_HTTP_RESPONSE to be set; any other
- * problems are likely low-level i/o or memory allocation errors.
+ * Reads on the given socket and returns an encoded response when received.
+ * Properly formatted HTTP/1.0 response headers are expected to be read
+ * from the socket, preceding a binary-encoded OCSP response. Problems
+ * with parsing cause the error SEC_ERROR_OCSP_BAD_HTTP_RESPONSE to be
+ * set; any other problems are likely low-level i/o or memory allocation
+ * errors.
*/
static SECItem *
ocsp_GetEncodedResponse(PRArenaPool *arena, PRFileDesc *sock)
{
- unsigned char *buf = NULL;
- int bufsize, bytesRead, len;
- const unsigned char *bufEnd;
- const char *s;
- const char *newline = NULL;
- PRBool headersDone = PR_FALSE;
- PRBool pendingCR = PR_FALSE;
- PRBool contentTypeOK = PR_FALSE;
- unsigned int contentLength = 0;
- void *mark = NULL;
- SECItem *result = NULL;
-
+ /* first read HTTP status line and headers */
+
+ char* inBuffer = NULL;
+ PRInt32 offset = 0;
+ PRInt32 inBufsize = 0;
+ const PRInt32 bufSizeIncrement = OCSP_BUFSIZE; /* 1 KB at a time */
+ const PRInt32 maxBufSize = 8 * bufSizeIncrement ; /* 8 KB max */
+ const char* CRLF = "\r\n";
+ const PRInt32 CRLFlen = strlen(CRLF);
+ const char* headerEndMark = "\r\n\r\n";
+ const PRInt32 markLen = strlen(headerEndMark);
+ const PRIntervalTime ocsptimeout =
+ PR_SecondsToInterval(30); /* hardcoded to 30s for now */
+ char* headerEnd = NULL;
+ PRBool EOS = PR_FALSE;
+ const char* httpprotocol = "HTTP/";
+ const PRInt32 httplen = strlen(httpprotocol);
+ const char* httpcode = NULL;
+ const char* contenttype = NULL;
+ PRInt32 contentlength = 0;
+ PRInt32 bytesRead = 0;
+ char* statusLineEnd = NULL;
+ char* space = NULL;
+ char* nextHeader = NULL;
+ SECItem* result = NULL;
+
+ /* read up to at least the end of the HTTP headers */
+ do
+ {
+ inBufsize += bufSizeIncrement;
+ inBuffer = PORT_Realloc(inBuffer, inBufsize+1);
+ if (NULL == inBuffer)
+ {
+ AbortHttpDecode(SEC_ERROR_NO_MEMORY);
+ }
+ bytesRead = ocsp_read(sock, inBuffer + offset, bufSizeIncrement,
+ ocsptimeout);
+ if (bytesRead > 0)
+ {
+ PRInt32 searchOffset = (offset - markLen) >0 ? offset-markLen : 0;
+ offset += bytesRead;
+ *(inBuffer + offset) = '\0'; /* NULL termination */
+ headerEnd = strstr((const char*)inBuffer + searchOffset, headerEndMark);
+ if (bytesRead < bufSizeIncrement)
+ {
+ /* we read less data than requested, therefore we are at
+ EOS or there was a read error */
+ EOS = PR_TRUE;
+ }
+ }
+ else
+ {
+ /* recv error or EOS */
+ EOS = PR_TRUE;
+ }
+ } while ( (!headerEnd) && (PR_FALSE == EOS) &&
+ (inBufsize < maxBufSize) );
- bufsize = OCSP_BUFSIZE;
- buf = PORT_Alloc(bufsize+1);
- buf[bufsize] = 0; /* NULL termination so string functions are OK */
- if (buf == NULL) {
- goto loser;
+ if (!headerEnd)
+ {
+ AbortHttpDecode(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
}
- /*
- * I picked 128 because:
- * - It is a nice "round" number. ;-)
- * - I am sure it should cover at least the first line of the http
- * response (on the order of 20 should be enough but I am allowing
- * for excessive leading whitespace) so that I don't have to keep
- * checking for going past the end of the buffer until after that.
- * - I am sure that any interesting response will be bigger than that;
- * the exception is one that is status-only, like "tryLater".
- * - Given a trim response (no extra whitespace), it should cover
- * all of the http headers, and just a bit of the content.
- * This is what I was aiming for, to minimize data copying.
- */
- bytesRead = ocsp_MinMaxRead(sock, buf, 128, bufsize);
- if (bytesRead <= 0) {
- if (bytesRead == 0)
- PORT_SetError(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
- goto loser;
+
+ /* parse the HTTP status line */
+ statusLineEnd = strstr((const char*)inBuffer, CRLF);
+ if (!statusLineEnd)
+ {
+ AbortHttpDecode(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
}
- bufEnd = buf + bytesRead;
- /*
- * Skip leading whitespace.
- */
- for (s = (char *)buf; s < (char *)bufEnd; s++) {
- if (*s != ' ' && *s != '\t') {
- break;
- }
+ *statusLineEnd = '\0';
+
+ /* check for HTTP/ response */
+ space = strchr((const char*)inBuffer, ' ');
+ if (!space || PORT_Strncasecmp((const char*)inBuffer, httpprotocol, httplen) != 0 )
+ {
+ AbortHttpDecode(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
}
- /*
- * Here we expect to find something like "HTTP/1.x 200 OK\r\n".
- * (The status code may be anything, but should be 3 digits.
- * The comment (e.g. "OK") may be anything as well.) I figure that
- * the minimal line would be "HTTP/x.y zzz\n", which is 13 chars.
- * That may not even meet the spec, but we will accept it -- anything
- * less than that, though, we will not.
- */
- if (((char *)bufEnd - s) < 13 || PORT_Strncasecmp(s, "http/", 5) != 0) {
- PORT_SetError(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
- goto loser;
+
+ /* check the HTTP status code of 200 */
+ httpcode = space +1;
+ space = strchr(httpcode, ' ');
+ if (!space)
+ {
+ AbortHttpDecode(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
}
- s += 5; /* skip "http/" */
- /*
- * I don't see a reason to look at the version number. Assuming that
- * whatever version it is, it supports the one or two headers we are
- * looking for, and doesn't completely change the interpretation of
- * status values, it shouldn't matter. We shouldn't reject something
- * that would otherwise work just because the code was picky about
- * version number. So we just skip it, hoping real incompatibility
- * will manifest itself in the parsing.
- */
- while (*s++ != ' ') { /* skip "x.y ", without interpretation */
- /*
- * We expect the version number to be only a few characters,
- * and that we should easily have enough in the buffer to cover.
- * So, if we go past the end, just bail.
- */
- if (s >= (char *)bufEnd) {
- PORT_SetError(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
- goto loser;
- }
+ *space = 0;
+ if (0 != strcmp(httpcode, "200"))
+ {
+ AbortHttpDecode(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
}
- /*
- * Now get, and check, the status. Accept 200-299; reject all else.
- * There are some 200s that basically have no content, but that will
- * fall out as bad below, and it's just easier to handle it that way
- * than to try to know all the different status values.
- */
+
+ /* parse the HTTP headers in the buffer . We only care about
+ content-type and content-length
+ */
+
+ nextHeader = statusLineEnd + CRLFlen;
+ *headerEnd = '\0'; /* terminate */
+ do
{
- int statusCode = PORT_Atoi(s);
+ char* thisHeaderEnd = NULL;
+ char* value = NULL;
+ char* colon = strchr(nextHeader, ':');
+
+ if (!colon)
+ {
+ AbortHttpDecode(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
+ }
- if (statusCode < 200 || statusCode >= 300) {
- PORT_SetError(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
- goto loser;
- }
- }
- s += 3; /* skip 3-digit status code */
- /*
- * The rest of the line is a comment, which we just want to skip.
- * The next thing to do is continue through all of the HTTP headers,
- * watching for the couple we are interested in. The end of the
- * headers (and thus the beginning of the content) is marked by
- * two consecutive newlines. (According to spec that should be
- * CRLF followed by CRLF, but we are being generous and allowing
- * for people who send only CRs or only LFs, too.)
- *
- * XXX Explain better about how the following code works.
- * Especially what the potential values of "newline" are and what
- * each one means.
- */
- while (1) {
- /*
- * Move forward to the next line, stopping when we find a CRLF,
- * CR, or LF, or the end of the buffer. We have to be careful
- * when we find a lone CR at the end of the buffer, because if
- * the next character read is an LF we want to treat it as one
- * newline altogether.
- *
- * We also need to detect two newlines in a row, which is what
- * marks the end of the headers and time for us to quit out of
- * the outer loop.
- */
- for (; s < (char *)bufEnd; s++) {
- if (*s == '\r' || *s == '\n') {
- if (s == newline) {
- headersDone = PR_TRUE; /* 2nd consecutive newline */
- }
- newline = s;
- if (newline[0] == '\r') {
- if (s == (char *)bufEnd - 1) {
- /* CR at end - wait for the next character */
- newline = NULL;
- pendingCR = PR_TRUE;
- break;
- } else if (newline[1] == '\n') {
- /* CRLF seen; swallow both */
- newline++;
- }
- }
- newline++;
- break;
- }
- /*
- * After the first time through, we no longer need to remember
- * where the previous line started. We needed it for checking
- * for consecutive newlines, but now we need it to be clear in
- * case we finish the loop by finishing off the buffer.
- */
- newline = NULL;
- }
- if (headersDone) {
- s = newline;
- break;
- }
- /*
- * When we are here, either:
- * - newline is NULL, meaning we're at the end of the buffer
- * and we need to refill it, or
- * - newline points to the first character on the new line
- */
- if (newline == NULL) {
- /* So, we need to refill the buffer. */
- len = pendingCR ? 1 : 0;
- bytesRead = ocsp_MinMaxRead(sock, buf + len, 64 - len,
- bufsize - len);
- if (bytesRead <= 0) {
- if (bytesRead == 0)
- PORT_SetError(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
- goto loser;
- }
- s = (char *)buf;
- bufEnd = buf + len + bytesRead;
- if (pendingCR) {
- buf[0] = '\r';
- pendingCR = PR_FALSE;
- }
- continue;
- }
- /*
- * Okay, now we know that we are looking at an HTTP header line
- * with enough length to be safe for our comparisons. See if it is
- * one of the ones we are interested in. (That is, "Content-Length"
- * or "Content-Type".)
- */
- if (PORT_Strncasecmp(newline, "content-", 8) == 0) {
- s = newline + 8;
- if (PORT_Strncasecmp(s, "type: ", 6) == 0) {
- s += 6;
- if (PORT_Strncasecmp(s, "application/ocsp-response",
- 25) != 0) {
- break;
- }
- contentTypeOK = PR_TRUE;
- s += 25;
- } else if (PORT_Strncasecmp(s, "length: ", 8) == 0) {
- s += 8;
- contentLength = PORT_Atoi(s);
- }
- newline = NULL;
- } else {
- /*
- * Not an interesting header. We will go around the loop
- * again to find the next line.
- */
- s = newline;
- }
+ *colon = '\0';
+ value = colon + 1;
+
+ /* jpierre - note : the following code will only handle the basic form
+ of HTTP/1.0 response headers, of the form "name: value" . Headers
+ split among multiple lines are not supported. This is not common
+ and should not be an issue, but it could become one in the
+ future */
+
+ if (*value != ' ')
+ {
+ AbortHttpDecode(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
+ }
+
+ value++;
+ thisHeaderEnd = strstr(value, CRLF);
+ if (thisHeaderEnd )
+ {
+ *thisHeaderEnd = '\0';
+ }
+
+ if (0 == PORT_Strcasecmp(nextHeader, "content-type"))
+ {
+ contenttype = value;
+ }
+ else
+ if (0 == PORT_Strcasecmp(nextHeader, "content-length"))
+ {
+ contentlength = atoi(value);
+ }
+
+ if (thisHeaderEnd )
+ {
+ nextHeader = thisHeaderEnd + CRLFlen;
+ }
+ else
+ {
+ nextHeader = NULL;
+ }
+
+ } while (nextHeader && (nextHeader < (headerEnd + CRLFlen) ) );
+
+ /* check content-type */
+ if (!contenttype ||
+ (0 != PORT_Strcasecmp(contenttype, "application/ocsp-response")) )
+ {
+ AbortHttpDecode(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
}
- /*
- * Check that we got the correct content type. (If !contentTypeOK,
- * the content-type header was either bad or missing.)
- */
- if (!contentTypeOK) {
- PORT_SetError(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
- goto loser;
+ /* read the body of the OCSP response */
+ offset = offset - (PRInt32) (headerEnd - (const char*)inBuffer) - markLen;
+ if (offset)
+ {
+ /* move all data to the beginning of the buffer */
+ PORT_Memmove(inBuffer, headerEnd + markLen, offset);
}
- /*
- * Now we need to handle the actual content. We may not have a
- * good content-length; things are harder if we do not -- in that
- * case we will just read until we get EOS.
- */
+ /* resize buffer to only what's needed to hold the current response */
+ inBufsize = (1 + (offset-1) / bufSizeIncrement ) * bufSizeIncrement ;
- /*
- * We are finally about the allocate the return area; before that
- * mark the arena so we can release-back on error.
- */
- if (arena != NULL) {
- mark = PORT_ArenaMark(arena);
+ while ( (PR_FALSE == EOS) &&
+ ( (contentlength == 0) || (offset < contentlength) ) &&
+ (inBufsize < maxBufSize)
+ )
+ {
+ /* we still need to receive more body data */
+ inBufsize += bufSizeIncrement;
+ inBuffer = PORT_Realloc(inBuffer, inBufsize+1);
+ if (NULL == inBuffer)
+ {
+ AbortHttpDecode(SEC_ERROR_NO_MEMORY);
+ }
+ bytesRead = ocsp_read(sock, inBuffer + offset, bufSizeIncrement,
+ ocsptimeout);
+ if (bytesRead > 0)
+ {
+ offset += bytesRead;
+ if (bytesRead < bufSizeIncrement)
+ {
+ /* we read less data than requested, therefore we are at
+ EOS or there was a read error */
+ EOS = PR_TRUE;
+ }
+ }
+ else
+ {
+ /* recv error or EOS */
+ EOS = PR_TRUE;
+ }
}
- /*
- * How much of the content is already in the buffer?
- */
- if (s == NULL) {
- len = 0;
- } else {
- len = (char *)bufEnd - s;
- if (contentLength && len > contentLength) {
- len = contentLength;
- }
+
+ if (0 == offset)
+ {
+ AbortHttpDecode(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
}
+
/*
* Now allocate the item to hold the data.
*/
- result = SECITEM_AllocItem(arena, NULL,
- contentLength ? contentLength : len);
- if (result == NULL) {
- goto loser;
- }
- /*
- * And copy the data left in the buffer.
- */
- if (len) {
- PORT_Memcpy(result->data, s, len);
+ result = SECITEM_AllocItem(arena, NULL, offset);
+ if (NULL == result)
+ {
+ AbortHttpDecode(SEC_ERROR_NO_MEMORY);
}
/*
- * Now we need to read all of the (rest of the) content. If we know
- * the length, it's easy, just one big read. If not, we need to loop,
- * reading until there is nothing left to read.
- */
- if (contentLength) {
- int remaining;
-
- /*
- * It may be the case that our last buffer ended exactly on the
- * second CR of the CRLF pair which denotes the end of the headers.
- * If so, we have to be prepared to read, and skip over, an LF.
- * Since we want to read the rest of the content directly into
- * the buffer we are returning, we read one byte specifically and
- * see if it is an LF. If not, we just copy that byte into the
- * first byte of our return value.
- */
- if (pendingCR) {
- PORT_Assert(len == 0);
- bytesRead = ocsp_MinMaxRead(sock, buf, 1, 1);
- if (bytesRead < 1) {
- goto loser;
- }
- if (buf[0] != '\n') {
- result->data[0] = buf[0];
- len = 1;
- }
- }
- remaining = contentLength - len;
- if (remaining) {
- bytesRead = ocsp_MinMaxRead(sock, result->data + len,
- remaining, remaining);
- if (bytesRead < remaining) {
- if (bytesRead > 0) {
- PORT_SetError(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE);
- }
- goto loser;
- }
- }
- } else while (1) {
- /*
- * Read as much as we can. There is no real minimum here,
- * we will just take whatever we can get and copy it over
- * into our result area.
- */
- bytesRead = ocsp_MinMaxRead(sock, buf, 1, bufsize);
- if (bytesRead < 0) {
- goto loser;
- }
- if (bytesRead == 0) { /* EOS: all done reading */
- break;
- }
- /*
- * Now make room for that many more bytes in our result area.
- */
- if (SECITEM_ReallocItem(arena, result, len,
- len + bytesRead) != SECSuccess) {
- goto loser;
- }
- /*
- * The first time through this loop, it may be the case that
- * we have the final LF of our CRLF pair that ended the headers.
- * If so, we need to skip over it.
- */
- if (pendingCR && buf[0] == '\n') {
- PORT_Memcpy(result->data + len, buf + 1, bytesRead - 1);
- len += bytesRead - 1;
- } else {
- PORT_Memcpy(result->data + len, buf, bytesRead);
- len += bytesRead;
- }
- /*
- * In any case, after the first time through, we are done
- * looking for that LF.
- */
- pendingCR = PR_FALSE;
- /*
- * If we are reading "slowly", get ourselves a bigger buffer.
- */
- if (bytesRead == bufsize) {
- bufsize *= 2;
- PORT_Free(buf);
- buf = PORT_Alloc(bufsize);
- if (buf == NULL) {
- goto loser;
- }
- }
- }
+ * And copy the data left in the buffer.
+ */
+ PORT_Memcpy(result->data, inBuffer, offset);
- /*
- * Finally, we are done! The encoded response (the content of the
- * HTTP response) is now in "result". We just have a little cleaning
- * up to do before we return.
- */
- if (mark != NULL) {
- PORT_ArenaUnmark(arena, mark);
- }
- PORT_Free(buf);
+ /* and free the temporary buffer */
+ PORT_Free(inBuffer);
return result;
-
-loser:
- if (mark != NULL) {
- PORT_ArenaRelease(arena, mark);
- } else if (result != NULL) {
- SECITEM_FreeItem(result, PR_TRUE);
- }
- if (buf != NULL) {
- PORT_Free(buf);
- }
- return NULL;
}
diff --git a/security/nss/lib/ckfw/builtins/certdata.c b/security/nss/lib/ckfw/builtins/certdata.c
index d835994fe..bf1adaf6f 100644
--- a/security/nss/lib/ckfw/builtins/certdata.c
+++ b/security/nss/lib/ckfw/builtins/certdata.c
@@ -39,16 +39,15 @@ static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$""; @(#) $R
#include "builtins.h"
#endif /* BUILTINS_H */
-static const CK_OBJECT_CLASS cko_certificate = CKO_CERTIFICATE;
-static const CK_CERTIFICATE_TYPE ckc_x_509 = CKC_X_509;
-static const CK_BBOOL ck_false = CK_FALSE;
+static const CK_OBJECT_CLASS cko_netscape_trust = CKO_NETSCAPE_TRUST;
static const CK_TRUST ckt_netscape_valid = CKT_NETSCAPE_VALID;
+static const CK_OBJECT_CLASS cko_netscape_builtin_root_list = CKO_NETSCAPE_BUILTIN_ROOT_LIST;
static const CK_TRUST ckt_netscape_trusted_delegator = CKT_NETSCAPE_TRUSTED_DELEGATOR;
+static const CK_CERTIFICATE_TYPE ckc_x_509 = CKC_X_509;
static const CK_OBJECT_CLASS cko_data = CKO_DATA;
+static const CK_BBOOL ck_false = CK_FALSE;
static const CK_BBOOL ck_true = CK_TRUE;
-static const CK_OBJECT_CLASS cko_netscape_builtin_root_list = CKO_NETSCAPE_BUILTIN_ROOT_LIST;
-static const CK_OBJECT_CLASS cko_netscape_trust = CKO_NETSCAPE_TRUST;
-static const CK_TRUST ckt_netscape_valid_delegator = CKT_NETSCAPE_VALID_DELEGATOR;
+static const CK_OBJECT_CLASS cko_certificate = CKO_CERTIFICATE;
#ifdef DEBUG
static const CK_ATTRIBUTE_TYPE nss_builtins_types_0 [] = {
CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_APPLICATION, CKA_VALUE
@@ -391,211 +390,73 @@ static const CK_ATTRIBUTE_TYPE nss_builtins_types_112 [] = {
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_113 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_114 [] = {
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_115 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_116 [] = {
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_117 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_118 [] = {
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_119 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_120 [] = {
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_121 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_122 [] = {
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_123 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_124 [] = {
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_125 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_126 [] = {
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_127 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_128 [] = {
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_129 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_130 [] = {
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_131 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_132 [] = {
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_133 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
static const CK_ATTRIBUTE_TYPE nss_builtins_types_134 [] = {
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_135 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_136 [] = {
- 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_137 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_138 [] = {
- 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_139 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_140 [] = {
- 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_141 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_142 [] = {
- 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_143 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_144 [] = {
- 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_145 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_146 [] = {
- 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_147 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_148 [] = {
- 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_149 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_150 [] = {
- 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_151 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_152 [] = {
- 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_153 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_154 [] = {
- 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_155 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_156 [] = {
- 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_157 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_158 [] = {
- 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_159 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_160 [] = {
- 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_161 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_162 [] = {
- 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_163 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_164 [] = {
- 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_165 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_166 [] = {
- 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_167 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_168 [] = {
- 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_169 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_170 [] = {
- 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_171 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_172 [] = {
- 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_173 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_174 [] = {
- 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_175 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_176 [] = {
- 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_177 [] = {
- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_178 [] = {
- 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_179 [] = {
- 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
-};
-static const CK_ATTRIBUTE_TYPE nss_builtins_types_180 [] = {
- 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_181 [] = {
- 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_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING
};
#ifdef DEBUG
static const NSSItem nss_builtins_items_0 [] = {
@@ -605,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$ $Revision$ $Date$ $Name$""; @(#) $RCSfile$ $Revision$ $Date$ $Name$", (PRUint32)179 }
+ { (void *)"@(#) $RCSfile$ $Revision$ $Date$ $Name$""; @(#) $RCSfile$ $Revision$ $Date$ $Name$", (PRUint32)184 }
};
#endif /* DEBUG */
static const NSSItem nss_builtins_items_1 [] = {
@@ -882,291 +743,6 @@ static const NSSItem nss_builtins_items_8 [] = {
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
- { (void *)"GTE CyberTrust Root 5", (PRUint32)22 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\160\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157"
-"\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125"
-"\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165"
-"\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156"
-"\143\056\061\036\060\034\006\003\125\004\003\023\025\107\124\105"
-"\040\103\171\142\145\162\124\162\165\163\164\040\122\157\157\164"
-"\040\065"
-, (PRUint32)114 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\160\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157"
-"\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125"
-"\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165"
-"\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156"
-"\143\056\061\036\060\034\006\003\125\004\003\023\025\107\124\105"
-"\040\103\171\142\145\162\124\162\165\163\164\040\122\157\157\164"
-"\040\065"
-, (PRUint32)114 },
- { (void *)"\001\266"
-, (PRUint32)2 },
- { (void *)"\060\202\003\266\060\202\002\236\240\003\002\001\002\002\002\001"
-"\266\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
-"\060\160\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157"
-"\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125"
-"\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165"
-"\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156"
-"\143\056\061\036\060\034\006\003\125\004\003\023\025\107\124\105"
-"\040\103\171\142\145\162\124\162\165\163\164\040\122\157\157\164"
-"\040\065\060\036\027\015\071\070\060\070\061\064\061\064\065\060"
-"\060\060\132\027\015\061\063\060\070\061\064\062\063\065\071\060"
-"\060\132\060\160\061\013\060\011\006\003\125\004\006\023\002\125"
-"\123\061\030\060\026\006\003\125\004\012\023\017\107\124\105\040"
-"\103\157\162\160\157\162\141\164\151\157\156\061\047\060\045\006"
-"\003\125\004\013\023\036\107\124\105\040\103\171\142\145\162\124"
-"\162\165\163\164\040\123\157\154\165\164\151\157\156\163\054\040"
-"\111\156\143\056\061\036\060\034\006\003\125\004\003\023\025\107"
-"\124\105\040\103\171\142\145\162\124\162\165\163\164\040\122\157"
-"\157\164\040\065\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\274\022\156\077\212\174\172\227\001\354\036"
-"\273\071\132\002\364\170\104\242\110\033\216\173\111\122\172\270"
-"\173\107\263\257\224\233\157\273\226\372\053\152\145\134\270\034"
-"\224\163\276\277\211\012\042\200\356\127\374\214\005\273\160\237"
-"\227\071\004\332\243\207\134\250\345\312\257\300\063\232\325\067"
-"\134\113\254\344\200\320\246\043\140\373\375\162\056\224\235\307"
-"\316\302\004\062\357\170\140\135\355\255\207\017\105\145\036\074"
-"\232\012\232\276\135\035\231\354\347\362\321\306\172\027\331\255"
-"\233\124\226\177\304\174\140\277\205\252\025\065\035\100\332\021"
-"\274\354\124\041\050\055\043\241\250\360\317\055\315\335\374\176"
-"\017\136\341\145\007\126\313\007\264\322\126\350\136\061\314\030"
-"\143\304\206\322\055\205\317\223\222\253\155\376\150\071\373\336"
-"\163\275\206\370\344\106\172\352\237\014\313\364\031\376\143\274"
-"\321\054\173\210\063\066\366\344\341\234\014\123\201\140\034\332"
-"\056\253\226\251\026\210\023\120\231\262\275\125\337\025\060\176"
-"\350\345\230\373\160\176\154\265\007\374\374\106\267\320\355\067"
-"\226\176\062\376\041\002\003\001\000\001\243\132\060\130\060\022"
-"\006\003\125\035\023\001\001\377\004\010\060\006\001\001\377\002"
-"\001\005\060\016\006\003\125\035\017\001\001\377\004\004\003\002"
-"\001\006\060\027\006\003\125\035\040\004\020\060\016\060\014\006"
-"\012\052\206\110\206\370\143\001\002\001\003\060\031\006\003\125"
-"\035\016\004\022\004\020\166\012\111\041\070\114\237\336\370\304"
-"\111\307\161\161\221\235\060\015\006\011\052\206\110\206\367\015"
-"\001\001\005\005\000\003\202\001\001\000\101\072\324\030\133\332"
-"\270\336\041\034\341\216\011\345\361\150\064\377\336\226\364\007"
-"\365\247\074\363\254\112\261\233\372\222\372\233\355\346\062\041"
-"\252\112\166\305\334\117\070\345\337\325\206\344\325\310\166\175"
-"\230\327\261\315\217\115\265\221\043\154\213\212\353\352\174\357"
-"\024\224\304\306\360\037\112\055\062\161\143\053\143\221\046\002"
-"\011\266\200\035\355\342\314\270\177\333\207\143\310\341\320\154"
-"\046\261\065\035\100\146\020\033\315\225\124\030\063\141\354\023"
-"\117\332\023\367\231\257\076\320\317\216\246\162\242\263\303\005"
-"\232\311\047\175\222\314\176\122\215\263\253\160\155\236\211\237"
-"\115\353\032\165\302\230\252\325\002\026\327\014\212\277\045\344"
-"\353\055\274\230\351\130\070\031\174\271\067\376\333\342\231\010"
-"\163\006\307\227\203\152\175\020\001\057\062\271\027\005\112\145"
-"\346\057\316\276\136\123\246\202\351\232\123\012\204\164\055\203"
-"\312\310\224\026\166\137\224\141\050\360\205\247\071\273\327\213"
-"\331\250\262\023\035\124\011\064\044\175\040\201\175\146\176\242"
-"\220\164\134\020\306\275\354\253\033\302"
-, (PRUint32)954 }
-};
-static const NSSItem nss_builtins_items_9 [] = {
- { (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 *)"GTE CyberTrust Root 5", (PRUint32)22 },
- { (void *)"\107\305\114\274\332\135\166\316\142\210\070\021\254\021\146\135"
-"\125\364\054\000"
-, (PRUint32)20 },
- { (void *)"\175\154\206\344\374\115\321\013\000\272\042\273\116\174\152\216"
-, (PRUint32)16 },
- { (void *)"\060\160\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157"
-"\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125"
-"\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165"
-"\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156"
-"\143\056\061\036\060\034\006\003\125\004\003\023\025\107\124\105"
-"\040\103\171\142\145\162\124\162\165\163\164\040\122\157\157\164"
-"\040\065"
-, (PRUint32)114 },
- { (void *)"\001\266"
-, (PRUint32)2 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_10 [] = {
- { (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 *)"GTE CyberTrust Japan Root CA", (PRUint32)29 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\121\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
-"\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124"
-"\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056"
-"\061\041\060\037\006\003\125\004\003\023\030\103\171\142\145\162"
-"\124\162\165\163\164\040\112\101\120\101\116\040\122\157\157\164"
-"\040\103\101"
-, (PRUint32)83 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\121\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
-"\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124"
-"\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056"
-"\061\041\060\037\006\003\125\004\003\023\030\103\171\142\145\162"
-"\124\162\165\163\164\040\112\101\120\101\116\040\122\157\157\164"
-"\040\103\101"
-, (PRUint32)83 },
- { (void *)"\116"
-, (PRUint32)1 },
- { (void *)"\060\202\002\021\060\202\001\172\002\001\116\060\015\006\011\052"
-"\206\110\206\367\015\001\001\004\005\000\060\121\061\013\060\011"
-"\006\003\125\004\006\023\002\112\120\061\037\060\035\006\003\125"
-"\004\012\023\026\103\171\142\145\162\124\162\165\163\164\040\112"
-"\141\160\141\156\054\040\111\156\143\056\061\041\060\037\006\003"
-"\125\004\003\023\030\103\171\142\145\162\124\162\165\163\164\040"
-"\112\101\120\101\116\040\122\157\157\164\040\103\101\060\036\027"
-"\015\071\070\060\070\060\064\060\067\065\067\060\060\132\027\015"
-"\060\063\060\070\060\064\062\063\065\071\060\060\132\060\121\061"
-"\013\060\011\006\003\125\004\006\023\002\112\120\061\037\060\035"
-"\006\003\125\004\012\023\026\103\171\142\145\162\124\162\165\163"
-"\164\040\112\141\160\141\156\054\040\111\156\143\056\061\041\060"
-"\037\006\003\125\004\003\023\030\103\171\142\145\162\124\162\165"
-"\163\164\040\112\101\120\101\116\040\122\157\157\164\040\103\101"
-"\060\201\237\060\015\006\011\052\206\110\206\367\015\001\001\001"
-"\005\000\003\201\215\000\060\201\211\002\201\201\000\267\255\374"
-"\312\107\020\166\211\375\147\254\344\163\006\174\201\113\035\326"
-"\265\174\016\107\257\354\246\124\165\250\304\375\145\257\347\310"
-"\261\261\154\064\065\215\367\271\144\127\050\013\041\132\336\164"
-"\376\334\170\056\206\106\022\114\177\021\037\334\223\275\137\276"
-"\146\230\206\270\267\354\155\111\323\220\331\341\171\000\126\150"
-"\272\255\154\037\054\073\037\311\054\214\103\260\004\102\352\201"
-"\163\246\316\063\165\105\015\212\105\162\057\252\127\125\344\007"
-"\303\103\342\165\072\017\274\074\320\204\316\272\357\002\003\001"
-"\000\001\060\015\006\011\052\206\110\206\367\015\001\001\004\005"
-"\000\003\201\201\000\267\246\144\243\014\200\074\034\304\330\356"
-"\101\073\345\206\244\236\140\135\326\001\062\250\152\144\055\040"
-"\160\100\272\162\116\146\372\007\145\116\003\216\013\375\126\340"
-"\255\073\040\247\062\372\262\022\036\200\337\036\343\172\030\314"
-"\127\333\346\311\064\140\357\165\353\020\026\320\244\056\160\330"
-"\044\043\270\245\167\163\102\371\007\072\335\001\154\010\223\007"
-"\065\046\020\045\140\051\377\011\345\144\237\151\271\026\111\363"
-"\134\335\044\143\106\223\015\260\123\066\165\274\110\040\273\031"
-"\266\217\320\042\375"
-, (PRUint32)533 }
-};
-static const NSSItem nss_builtins_items_11 [] = {
- { (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 *)"GTE CyberTrust Japan Root CA", (PRUint32)29 },
- { (void *)"\327\237\165\115\072\165\304\327\022\276\200\056\155\367\251\056"
-"\135\022\021\045"
-, (PRUint32)20 },
- { (void *)"\336\253\377\103\052\145\067\006\233\050\265\172\350\204\323\216"
-, (PRUint32)16 },
- { (void *)"\060\121\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
-"\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124"
-"\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056"
-"\061\041\060\037\006\003\125\004\003\023\030\103\171\142\145\162"
-"\124\162\165\163\164\040\112\101\120\101\116\040\122\157\157\164"
-"\040\103\101"
-, (PRUint32)83 },
- { (void *)"\116"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_12 [] = {
- { (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 *)"GTE CyberTrust Japan Secure Server CA", (PRUint32)38 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
-"\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124"
-"\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056"
-"\061\052\060\050\006\003\125\004\003\023\041\103\171\142\145\162"
-"\124\162\165\163\164\040\112\101\120\101\116\040\123\145\143\165"
-"\162\145\040\123\145\162\166\145\162\040\103\101"
-, (PRUint32)92 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
-"\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124"
-"\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056"
-"\061\052\060\050\006\003\125\004\003\023\041\103\171\142\145\162"
-"\124\162\165\163\164\040\112\101\120\101\116\040\123\145\143\165"
-"\162\145\040\123\145\162\166\145\162\040\103\101"
-, (PRUint32)92 },
- { (void *)"\117"
-, (PRUint32)1 },
- { (void *)"\060\202\002\043\060\202\001\214\002\001\117\060\015\006\011\052"
-"\206\110\206\367\015\001\001\004\005\000\060\132\061\013\060\011"
-"\006\003\125\004\006\023\002\112\120\061\037\060\035\006\003\125"
-"\004\012\023\026\103\171\142\145\162\124\162\165\163\164\040\112"
-"\141\160\141\156\054\040\111\156\143\056\061\052\060\050\006\003"
-"\125\004\003\023\041\103\171\142\145\162\124\162\165\163\164\040"
-"\112\101\120\101\116\040\123\145\143\165\162\145\040\123\145\162"
-"\166\145\162\040\103\101\060\036\027\015\071\070\060\070\060\064"
-"\060\070\060\066\063\062\132\027\015\060\063\060\070\060\064\062"
-"\063\065\071\060\060\132\060\132\061\013\060\011\006\003\125\004"
-"\006\023\002\112\120\061\037\060\035\006\003\125\004\012\023\026"
-"\103\171\142\145\162\124\162\165\163\164\040\112\141\160\141\156"
-"\054\040\111\156\143\056\061\052\060\050\006\003\125\004\003\023"
-"\041\103\171\142\145\162\124\162\165\163\164\040\112\101\120\101"
-"\116\040\123\145\143\165\162\145\040\123\145\162\166\145\162\040"
-"\103\101\060\201\237\060\015\006\011\052\206\110\206\367\015\001"
-"\001\001\005\000\003\201\215\000\060\201\211\002\201\201\000\254"
-"\046\243\241\270\157\152\300\054\022\371\333\061\005\222\347\375"
-"\372\324\201\264\270\325\052\325\220\372\360\103\145\374\022\025"
-"\312\354\333\271\141\336\063\143\067\117\257\000\074\177\222\067"
-"\033\030\163\345\237\074\210\361\032\023\104\376\171\362\303\046"
-"\225\017\013\360\236\024\007\041\154\127\302\135\303\342\121\260"
-"\315\213\137\315\137\206\070\370\171\227\071\354\350\277\122\056"
-"\261\136\252\251\256\214\355\356\327\310\267\056\061\213\264\071"
-"\222\073\174\201\047\007\032\001\104\057\111\163\040\266\311\002"
-"\003\001\000\001\060\015\006\011\052\206\110\206\367\015\001\001"
-"\004\005\000\003\201\201\000\150\035\173\022\356\132\171\051\061"
-"\312\001\254\213\120\251\047\231\054\000\374\070\032\034\377\302"
-"\325\360\023\376\033\247\071\365\200\024\353\121\372\300\215\173"
-"\204\033\131\256\261\065\121\156\241\076\327\033\354\240\236\337"
-"\340\245\202\226\343\261\077\330\250\361\313\171\200\216\367\360"
-"\104\231\176\024\365\043\243\021\343\150\113\005\066\156\210\343"
-"\253\206\252\070\123\003\102\073\323\271\371\340\277\005\351\323"
-"\137\303\112\247\266\375\267\135\220\111\370\232\262\255\146\246"
-"\202\000\223\256\140\377\040"
-, (PRUint32)551 }
-};
-static const NSSItem nss_builtins_items_13 [] = {
- { (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 *)"GTE CyberTrust Japan Secure Server CA", (PRUint32)38 },
- { (void *)"\326\371\221\145\061\321\304\017\030\247\073\051\236\031\267\157"
-"\246\302\111\063"
-, (PRUint32)20 },
- { (void *)"\335\015\015\264\170\113\175\316\060\012\246\065\306\253\114\210"
-, (PRUint32)16 },
- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\112\120\061"
-"\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124"
-"\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056"
-"\061\052\060\050\006\003\125\004\003\023\041\103\171\142\145\162"
-"\124\162\165\163\164\040\112\101\120\101\116\040\123\145\143\165"
-"\162\145\040\123\145\162\166\145\162\040\103\101"
-, (PRUint32)92 },
- { (void *)"\117"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_14 [] = {
- { (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 *)"Thawte Personal Basic CA", (PRUint32)25 },
{ (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
{ (void *)"\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101"
@@ -1253,7 +829,7 @@ static const NSSItem nss_builtins_items_14 [] = {
"\126\241\337\042\261"
, (PRUint32)805 }
};
-static const NSSItem nss_builtins_items_15 [] = {
+static const NSSItem nss_builtins_items_9 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -1284,7 +860,7 @@ static const NSSItem nss_builtins_items_15 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_16 [] = {
+static const NSSItem nss_builtins_items_10 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -1377,7 +953,7 @@ static const NSSItem nss_builtins_items_16 [] = {
"\120\333\007\303\352\037\253\063\340\365\053\061\211"
, (PRUint32)813 }
};
-static const NSSItem nss_builtins_items_17 [] = {
+static const NSSItem nss_builtins_items_11 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -1409,7 +985,7 @@ static const NSSItem nss_builtins_items_17 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_18 [] = {
+static const NSSItem nss_builtins_items_12 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -1503,7 +1079,7 @@ static const NSSItem nss_builtins_items_18 [] = {
"\201"
, (PRUint32)817 }
};
-static const NSSItem nss_builtins_items_19 [] = {
+static const NSSItem nss_builtins_items_13 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -1535,7 +1111,7 @@ static const NSSItem nss_builtins_items_19 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_20 [] = {
+static const NSSItem nss_builtins_items_14 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -1625,7 +1201,7 @@ static const NSSItem nss_builtins_items_20 [] = {
"\243\377\212\043\056\160\107"
, (PRUint32)791 }
};
-static const NSSItem nss_builtins_items_21 [] = {
+static const NSSItem nss_builtins_items_15 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -1656,7 +1232,7 @@ static const NSSItem nss_builtins_items_21 [] = {
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_22 [] = {
+static const NSSItem nss_builtins_items_16 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -1749,7 +1325,7 @@ static const NSSItem nss_builtins_items_22 [] = {
"\246\015\246\043\371\273\313\246\007\024\102"
, (PRUint32)811 }
};
-static const NSSItem nss_builtins_items_23 [] = {
+static const NSSItem nss_builtins_items_17 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -1781,339 +1357,7 @@ static const NSSItem nss_builtins_items_23 [] = {
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_24 [] = {
- { (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 *)"American Express CA", (PRUint32)20 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\217\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151"
-"\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160"
-"\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125"
-"\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160"
-"\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145"
-"\163\061\057\060\055\006\003\125\004\003\023\046\101\155\145\162"
-"\151\143\141\156\040\105\170\160\162\145\163\163\040\103\145\162"
-"\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151"
-"\164\171"
-, (PRUint32)146 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\217\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151"
-"\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160"
-"\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125"
-"\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160"
-"\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145"
-"\163\061\057\060\055\006\003\125\004\003\023\046\101\155\145\162"
-"\151\143\141\156\040\105\170\160\162\145\163\163\040\103\145\162"
-"\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151"
-"\164\171"
-, (PRUint32)146 },
- { (void *)"\000\215"
-, (PRUint32)2 },
- { (void *)"\060\202\002\220\060\202\001\371\002\002\000\215\060\015\006\011"
-"\052\206\110\206\367\015\001\001\004\005\000\060\201\217\061\013"
-"\060\011\006\003\125\004\006\023\002\125\123\061\047\060\045\006"
-"\003\125\004\012\023\036\101\155\145\162\151\143\141\156\040\105"
-"\170\160\162\145\163\163\040\103\157\155\160\141\156\171\054\040"
-"\111\156\143\056\061\046\060\044\006\003\125\004\013\023\035\101"
-"\155\145\162\151\143\141\156\040\105\170\160\162\145\163\163\040"
-"\124\145\143\150\156\157\154\157\147\151\145\163\061\057\060\055"
-"\006\003\125\004\003\023\046\101\155\145\162\151\143\141\156\040"
-"\105\170\160\162\145\163\163\040\103\145\162\164\151\146\151\143"
-"\141\164\145\040\101\165\164\150\157\162\151\164\171\060\036\027"
-"\015\071\070\060\070\061\064\062\062\060\061\060\060\132\027\015"
-"\060\066\060\070\061\064\062\063\065\071\060\060\132\060\201\217"
-"\061\013\060\011\006\003\125\004\006\023\002\125\123\061\047\060"
-"\045\006\003\125\004\012\023\036\101\155\145\162\151\143\141\156"
-"\040\105\170\160\162\145\163\163\040\103\157\155\160\141\156\171"
-"\054\040\111\156\143\056\061\046\060\044\006\003\125\004\013\023"
-"\035\101\155\145\162\151\143\141\156\040\105\170\160\162\145\163"
-"\163\040\124\145\143\150\156\157\154\157\147\151\145\163\061\057"
-"\060\055\006\003\125\004\003\023\046\101\155\145\162\151\143\141"
-"\156\040\105\170\160\162\145\163\163\040\103\145\162\164\151\146"
-"\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171\060"
-"\201\237\060\015\006\011\052\206\110\206\367\015\001\001\001\005"
-"\000\003\201\215\000\060\201\211\002\201\201\000\311\362\111\222"
-"\205\312\375\025\051\265\006\266\104\354\374\210\243\362\206\316"
-"\377\024\117\044\034\222\371\302\043\301\316\103\337\135\064\310"
-"\270\024\354\325\052\160\221\111\225\327\126\315\224\361\251\223"
-"\320\150\042\334\115\175\240\012\162\052\107\352\045\360\205\000"
-"\137\066\124\141\317\013\371\067\132\147\235\351\037\351\144\077"
-"\160\225\141\247\320\060\002\336\046\050\244\146\003\004\351\060"
-"\373\217\063\007\371\157\141\207\242\162\333\363\150\170\143\146"
-"\131\251\311\267\146\341\025\262\110\066\054\371\002\003\001\000"
-"\001\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000"
-"\003\201\201\000\150\027\142\270\163\213\114\154\353\112\245\076"
-"\253\345\235\056\322\315\212\007\127\363\306\131\227\166\027\027"
-"\370\122\216\047\223\330\130\330\050\154\364\242\004\172\212\302"
-"\166\044\261\002\264\337\050\362\367\363\250\247\176\043\110\141"
-"\210\364\021\150\256\046\135\366\241\113\123\045\152\330\052\024"
-"\002\016\340\207\040\156\236\031\134\163\220\013\043\342\061\227"
-"\043\077\325\042\242\323\006\173\332\067\365\327\265\101\104\027"
-"\172\105\002\331\205\105\146\326\216\307\360\172\014\231\142\042"
-"\151\133\355\322"
-, (PRUint32)660 }
-};
-static const NSSItem nss_builtins_items_25 [] = {
- { (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 *)"American Express CA", (PRUint32)20 },
- { (void *)"\254\231\217\200\304\240\005\370\156\362\240\256\110\030\344\117"
-"\110\237\370\177"
-, (PRUint32)20 },
- { (void *)"\034\325\216\202\276\160\125\216\071\141\337\255\121\333\153\240"
-, (PRUint32)16 },
- { (void *)"\060\201\217\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151"
-"\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160"
-"\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125"
-"\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160"
-"\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145"
-"\163\061\057\060\055\006\003\125\004\003\023\046\101\155\145\162"
-"\151\143\141\156\040\105\170\160\162\145\163\163\040\103\145\162"
-"\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151"
-"\164\171"
-, (PRUint32)146 },
- { (void *)"\000\215"
-, (PRUint32)2 },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_26 [] = {
- { (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 *)"American Express Global CA", (PRUint32)27 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\226\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151"
-"\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160"
-"\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125"
-"\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160"
-"\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145"
-"\163\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162"
-"\151\143\141\156\040\105\170\160\162\145\163\163\040\107\154\157"
-"\142\141\154\040\103\145\162\164\151\146\151\143\141\164\145\040"
-"\101\165\164\150\157\162\151\164\171"
-, (PRUint32)153 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\226\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151"
-"\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160"
-"\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125"
-"\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160"
-"\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145"
-"\163\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162"
-"\151\143\141\156\040\105\170\160\162\145\163\163\040\107\154\157"
-"\142\141\154\040\103\145\162\164\151\146\151\143\141\164\145\040"
-"\101\165\164\150\157\162\151\164\171"
-, (PRUint32)153 },
- { (void *)"\000\205"
-, (PRUint32)2 },
- { (void *)"\060\202\004\004\060\202\002\354\240\003\002\001\002\002\002\000"
-"\205\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
-"\060\201\226\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151"
-"\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160"
-"\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125"
-"\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160"
-"\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145"
-"\163\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162"
-"\151\143\141\156\040\105\170\160\162\145\163\163\040\107\154\157"
-"\142\141\154\040\103\145\162\164\151\146\151\143\141\164\145\040"
-"\101\165\164\150\157\162\151\164\171\060\036\027\015\071\070\060"
-"\070\061\064\061\071\060\066\060\060\132\027\015\061\063\060\070"
-"\061\064\062\063\065\071\060\060\132\060\201\226\061\013\060\011"
-"\006\003\125\004\006\023\002\125\123\061\047\060\045\006\003\125"
-"\004\012\023\036\101\155\145\162\151\143\141\156\040\105\170\160"
-"\162\145\163\163\040\103\157\155\160\141\156\171\054\040\111\156"
-"\143\056\061\046\060\044\006\003\125\004\013\023\035\101\155\145"
-"\162\151\143\141\156\040\105\170\160\162\145\163\163\040\124\145"
-"\143\150\156\157\154\157\147\151\145\163\061\066\060\064\006\003"
-"\125\004\003\023\055\101\155\145\162\151\143\141\156\040\105\170"
-"\160\162\145\163\163\040\107\154\157\142\141\154\040\103\145\162"
-"\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151"
-"\164\171\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\360\044\046\146\056\373\353\112\163\161\123\211\107"
-"\313\046\074\123\222\224\114\312\302\205\265\015\370\303\127\275"
-"\057\052\037\152\030\267\127\257\014\000\026\372\240\266\220\246"
-"\367\032\241\056\146\046\307\150\243\212\223\151\146\265\106\126"
-"\055\035\202\352\220\014\012\042\302\211\120\215\005\363\324\253"
-"\163\101\360\317\022\254\050\264\157\024\224\226\131\113\236\220"
-"\165\206\337\342\107\353\341\351\117\103\176\207\312\047\030\146"
-"\236\265\301\100\145\175\374\141\157\255\233\162\317\251\136\330"
-"\363\371\332\156\221\020\372\114\265\352\176\040\336\251\071\057"
-"\365\210\344\212\157\065\306\040\234\053\206\106\063\012\374\061"
-"\125\245\153\254\026\100\351\315\065\131\157\062\004\303\173\265"
-"\017\173\167\160\363\110\273\052\122\202\316\257\051\155\361\021"
-"\157\155\346\007\000\001\357\232\363\046\015\246\171\023\147\257"
-"\370\253\034\165\254\221\265\153\276\100\260\336\234\014\261\151"
-"\205\031\161\221\023\105\312\337\321\375\346\262\312\226\203\171"
-"\333\305\270\252\133\172\220\013\170\126\076\306\327\237\224\110"
-"\021\365\255\002\003\001\000\001\243\132\060\130\060\022\006\003"
-"\125\035\023\001\001\377\004\010\060\006\001\001\377\002\001\005"
-"\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\006"
-"\060\027\006\003\125\035\040\004\020\060\016\060\014\006\012\052"
-"\206\110\206\371\017\012\001\005\001\060\031\006\003\125\035\016"
-"\004\022\004\020\127\107\065\173\066\047\021\250\010\374\057\106"
-"\045\353\044\151\060\015\006\011\052\206\110\206\367\015\001\001"
-"\005\005\000\003\202\001\001\000\307\141\105\250\212\161\271\276"
-"\064\351\041\173\041\315\126\023\230\325\060\143\351\030\252\113"
-"\222\025\277\013\035\273\354\222\151\305\056\303\141\213\350\060"
-"\105\313\020\106\301\163\070\134\213\031\322\053\363\100\353\174"
-"\162\263\056\036\047\343\165\225\212\034\233\056\304\225\005\206"
-"\162\320\125\364\241\222\122\171\134\333\364\370\334\345\327\022"
-"\261\100\307\074\206\344\061\145\112\312\067\306\336\166\127\031"
-"\151\114\106\151\374\052\255\026\067\172\223\254\367\041\113\055"
-"\373\353\251\120\313\301\321\100\010\332\003\151\207\247\067\136"
-"\125\301\305\355\304\343\216\014\046\227\233\134\127\113\162\343"
-"\362\003\005\320\002\073\046\003\100\220\236\276\013\133\111\014"
-"\170\361\325\114\125\051\340\366\375\114\003\251\124\002\062\321"
-"\127\132\205\254\103\355\133\073\026\137\240\277\065\333\113\236"
-"\173\350\377\347\015\074\073\250\233\111\101\106\365\163\116\377"
-"\222\145\041\203\023\125\161\353\111\074\177\210\032\302\022\050"
-"\045\241\106\113\101\067\227\177\354\216\361\324\241\226\302\040"
-"\266\136\255\251\034\036\021\240"
-, (PRUint32)1032 }
-};
-static const NSSItem nss_builtins_items_27 [] = {
- { (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 *)"American Express Global CA", (PRUint32)27 },
- { (void *)"\005\025\203\065\174\267\267\276\344\016\273\221\377\153\073\274"
-"\361\124\335\126"
-, (PRUint32)20 },
- { (void *)"\143\033\146\223\214\363\146\313\074\171\127\334\005\111\352\333"
-, (PRUint32)16 },
- { (void *)"\060\201\226\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151"
-"\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160"
-"\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125"
-"\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160"
-"\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145"
-"\163\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162"
-"\151\143\141\156\040\105\170\160\162\145\163\163\040\107\154\157"
-"\142\141\154\040\103\145\162\164\151\146\151\143\141\164\145\040"
-"\101\165\164\150\157\162\151\164\171"
-, (PRUint32)153 },
- { (void *)"\000\205"
-, (PRUint32)2 },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_28 [] = {
- { (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 *)"Equifax Premium CA", (PRUint32)19 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\117\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\020\060\016\006\003\125\004\012\023\007\105\161\165\151\146\141"
-"\170\061\056\060\054\006\003\125\004\013\023\045\105\161\165\151"
-"\146\141\170\040\120\162\145\155\151\165\155\040\103\145\162\164"
-"\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164"
-"\171"
-, (PRUint32)81 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\117\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\020\060\016\006\003\125\004\012\023\007\105\161\165\151\146\141"
-"\170\061\056\060\054\006\003\125\004\013\023\045\105\161\165\151"
-"\146\141\170\040\120\162\145\155\151\165\155\040\103\145\162\164"
-"\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164"
-"\171"
-, (PRUint32)81 },
- { (void *)"\065\341\357\036"
-, (PRUint32)4 },
- { (void *)"\060\202\003\043\060\202\002\214\240\003\002\001\002\002\004\065"
-"\341\357\036\060\015\006\011\052\206\110\206\367\015\001\001\005"
-"\005\000\060\117\061\013\060\011\006\003\125\004\006\023\002\125"
-"\123\061\020\060\016\006\003\125\004\012\023\007\105\161\165\151"
-"\146\141\170\061\056\060\054\006\003\125\004\013\023\045\105\161"
-"\165\151\146\141\170\040\120\162\145\155\151\165\155\040\103\145"
-"\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162"
-"\151\164\171\060\036\027\015\071\070\060\070\062\064\062\062\065"
-"\064\062\063\132\027\015\061\070\060\070\062\064\062\062\065\064"
-"\062\063\132\060\117\061\013\060\011\006\003\125\004\006\023\002"
-"\125\123\061\020\060\016\006\003\125\004\012\023\007\105\161\165"
-"\151\146\141\170\061\056\060\054\006\003\125\004\013\023\045\105"
-"\161\165\151\146\141\170\040\120\162\145\155\151\165\155\040\103"
-"\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157"
-"\162\151\164\171\060\201\237\060\015\006\011\052\206\110\206\367"
-"\015\001\001\001\005\000\003\201\215\000\060\201\211\002\201\201"
-"\000\316\241\006\216\006\314\010\013\301\206\250\336\040\325\015"
-"\016\321\015\304\237\352\152\331\263\302\062\107\100\157\212\210"
-"\244\011\275\070\054\035\346\313\346\244\363\066\353\332\353\274"
-"\374\144\263\007\366\055\274\252\316\237\031\110\150\112\374\365"
-"\242\105\176\011\020\365\217\263\111\134\043\006\071\352\023\213"
-"\270\013\315\221\035\166\137\331\067\241\104\373\137\220\362\147"
-"\263\315\030\231\103\037\166\022\153\002\362\225\203\070\103\302"
-"\366\142\064\312\311\170\135\137\322\330\272\232\377\276\020\140"
-"\133\002\003\001\000\001\243\202\001\012\060\202\001\006\060\161"
-"\006\003\125\035\037\004\152\060\150\060\146\240\144\240\142\244"
-"\140\060\136\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\020\060\016\006\003\125\004\012\023\007\105\161\165\151\146"
-"\141\170\061\056\060\054\006\003\125\004\013\023\045\105\161\165"
-"\151\146\141\170\040\120\162\145\155\151\165\155\040\103\145\162"
-"\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151"
-"\164\171\061\015\060\013\006\003\125\004\003\023\004\103\122\114"
-"\061\060\032\006\003\125\035\020\004\023\060\021\201\017\062\060"
-"\061\070\060\070\062\064\062\062\065\064\062\063\132\060\013\006"
-"\003\125\035\017\004\004\003\002\001\006\060\037\006\003\125\035"
-"\043\004\030\060\026\200\024\025\356\262\050\131\253\156\345\370"
-"\317\213\201\364\044\341\256\077\165\033\230\060\035\006\003\125"
-"\035\016\004\026\004\024\025\356\262\050\131\253\156\345\370\317"
-"\213\201\364\044\341\256\077\165\033\230\060\014\006\003\125\035"
-"\023\004\005\060\003\001\001\377\060\032\006\011\052\206\110\206"
-"\366\175\007\101\000\004\015\060\013\033\005\126\063\056\060\143"
-"\003\002\006\300\060\015\006\011\052\206\110\206\367\015\001\001"
-"\005\005\000\003\201\201\000\275\013\234\047\251\003\333\050\334"
-"\230\251\113\320\321\216\247\250\032\132\221\340\234\361\367\030"
-"\174\056\042\236\066\037\311\250\265\315\106\112\156\372\065\007"
-"\033\206\010\353\237\342\250\371\235\101\055\072\256\134\134\266"
-"\137\064\004\353\374\052\140\260\373\164\344\205\351\145\070\226"
-"\356\025\307\306\167\143\022\275\212\150\037\253\154\175\332\312"
-"\134\023\316\352\311\353\011\134\305\163\347\022\001\325\331\123"
-"\007\236\340\017\226\360\213\264\273\105\110\237\206\305\031\125"
-"\240\313\226\305\003\374\110"
-, (PRUint32)807 }
-};
-static const NSSItem nss_builtins_items_29 [] = {
- { (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 *)"Equifax Premium CA", (PRUint32)19 },
- { (void *)"\235\021\167\273\103\333\275\240\007\310\252\321\253\220\127\020"
-"\256\170\244\135"
-, (PRUint32)20 },
- { (void *)"\251\351\250\235\016\163\343\261\057\067\015\350\110\077\206\355"
-, (PRUint32)16 },
- { (void *)"\060\117\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\020\060\016\006\003\125\004\012\023\007\105\161\165\151\146\141"
-"\170\061\056\060\054\006\003\125\004\013\023\045\105\161\165\151"
-"\146\141\170\040\120\162\145\155\151\165\155\040\103\145\162\164"
-"\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164"
-"\171"
-, (PRUint32)81 },
- { (void *)"\065\341\357\036"
-, (PRUint32)4 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_30 [] = {
+static const NSSItem nss_builtins_items_18 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -2188,7 +1432,7 @@ static const NSSItem nss_builtins_items_30 [] = {
"\254\007\167\070"
, (PRUint32)804 }
};
-static const NSSItem nss_builtins_items_31 [] = {
+static const NSSItem nss_builtins_items_19 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -2211,512 +1455,7 @@ static const NSSItem nss_builtins_items_31 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_32 [] = {
- { (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 *)"BelSign Object Publishing CA", (PRUint32)29 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\273\061\013\060\011\006\003\125\004\006\023\002\102\105"
-"\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163"
-"\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145"
-"\154\123\151\147\156\040\116\126\061\070\060\066\006\003\125\004"
-"\013\023\057\102\145\154\123\151\147\156\040\117\142\152\145\143"
-"\164\040\120\165\142\154\151\163\150\151\156\147\040\103\145\162"
-"\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151"
-"\164\171\061\045\060\043\006\003\125\004\003\023\034\102\145\154"
-"\123\151\147\156\040\117\142\152\145\143\164\040\120\165\142\154"
-"\151\163\150\151\156\147\040\103\101\061\043\060\041\006\011\052"
-"\206\110\206\367\015\001\011\001\026\024\167\145\142\155\141\163"
-"\164\145\162\100\142\145\154\163\151\147\156\056\142\145"
-, (PRUint32)190 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\273\061\013\060\011\006\003\125\004\006\023\002\102\105"
-"\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163"
-"\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145"
-"\154\123\151\147\156\040\116\126\061\070\060\066\006\003\125\004"
-"\013\023\057\102\145\154\123\151\147\156\040\117\142\152\145\143"
-"\164\040\120\165\142\154\151\163\150\151\156\147\040\103\145\162"
-"\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151"
-"\164\171\061\045\060\043\006\003\125\004\003\023\034\102\145\154"
-"\123\151\147\156\040\117\142\152\145\143\164\040\120\165\142\154"
-"\151\163\150\151\156\147\040\103\101\061\043\060\041\006\011\052"
-"\206\110\206\367\015\001\011\001\026\024\167\145\142\155\141\163"
-"\164\145\162\100\142\145\154\163\151\147\156\056\142\145"
-, (PRUint32)190 },
- { (void *)"\001"
-, (PRUint32)1 },
- { (void *)"\060\202\003\003\060\202\002\154\240\003\002\001\002\002\001\001"
-"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060"
-"\201\273\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163\145"
-"\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145\154"
-"\123\151\147\156\040\116\126\061\070\060\066\006\003\125\004\013"
-"\023\057\102\145\154\123\151\147\156\040\117\142\152\145\143\164"
-"\040\120\165\142\154\151\163\150\151\156\147\040\103\145\162\164"
-"\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164"
-"\171\061\045\060\043\006\003\125\004\003\023\034\102\145\154\123"
-"\151\147\156\040\117\142\152\145\143\164\040\120\165\142\154\151"
-"\163\150\151\156\147\040\103\101\061\043\060\041\006\011\052\206"
-"\110\206\367\015\001\011\001\026\024\167\145\142\155\141\163\164"
-"\145\162\100\142\145\154\163\151\147\156\056\142\145\060\036\027"
-"\015\071\067\060\071\061\071\062\062\060\063\060\060\132\027\015"
-"\060\067\060\071\061\071\062\062\060\063\060\060\132\060\201\273"
-"\061\013\060\011\006\003\125\004\006\023\002\102\105\061\021\060"
-"\017\006\003\125\004\007\023\010\102\162\165\163\163\145\154\163"
-"\061\023\060\021\006\003\125\004\012\023\012\102\145\154\123\151"
-"\147\156\040\116\126\061\070\060\066\006\003\125\004\013\023\057"
-"\102\145\154\123\151\147\156\040\117\142\152\145\143\164\040\120"
-"\165\142\154\151\163\150\151\156\147\040\103\145\162\164\151\146"
-"\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061"
-"\045\060\043\006\003\125\004\003\023\034\102\145\154\123\151\147"
-"\156\040\117\142\152\145\143\164\040\120\165\142\154\151\163\150"
-"\151\156\147\040\103\101\061\043\060\041\006\011\052\206\110\206"
-"\367\015\001\011\001\026\024\167\145\142\155\141\163\164\145\162"
-"\100\142\145\154\163\151\147\156\056\142\145\060\201\237\060\015"
-"\006\011\052\206\110\206\367\015\001\001\001\005\000\003\201\215"
-"\000\060\201\211\002\201\201\000\304\056\037\266\277\356\202\100"
-"\335\371\267\056\101\325\236\005\261\132\320\046\174\142\125\003"
-"\233\374\313\141\336\113\357\376\350\231\376\207\271\210\317\220"
-"\332\017\011\074\166\337\027\227\266\313\077\045\105\375\264\274"
-"\130\000\276\260\132\266\024\207\217\356\147\144\255\035\210\203"
-"\273\147\237\145\141\000\130\010\200\120\237\200\311\061\366\052"
-"\220\034\055\367\112\154\020\366\043\103\135\070\011\140\210\127"
-"\002\315\026\154\030\374\315\373\222\052\167\320\236\223\243\135"
-"\210\144\320\310\370\135\124\121\002\003\001\000\001\243\025\060"
-"\023\060\021\006\011\140\206\110\001\206\370\102\001\001\004\004"
-"\003\002\000\007\060\015\006\011\052\206\110\206\367\015\001\001"
-"\004\005\000\003\201\201\000\143\166\027\174\226\360\123\245\135"
-"\001\034\123\316\051\302\176\165\254\114\015\242\010\163\264\152"
-"\061\375\002\006\024\231\334\124\004\244\277\310\226\206\237\061"
-"\103\062\045\127\366\205\366\045\273\067\276\241\171\043\311\127"
-"\006\045\161\153\105\117\370\364\002\100\026\202\042\257\124\352"
-"\062\050\366\015\356\231\272\113\010\121\017\156\206\043\041\114"
-"\055\045\210\201\304\056\016\361\023\054\070\212\225\002\044\303"
-"\072\225\143\344\223\216\110\273\010\107\162\137\256\346\072\132"
-"\107\326\161\306\236\232\122"
-, (PRUint32)775 }
-};
-static const NSSItem nss_builtins_items_33 [] = {
- { (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 *)"BelSign Object Publishing CA", (PRUint32)29 },
- { (void *)"\373\224\125\030\075\227\133\343\150\140\204\227\152\247\052\201"
-"\125\173\201\051"
-, (PRUint32)20 },
- { (void *)"\212\002\370\337\270\341\204\237\132\302\140\044\145\321\163\373"
-, (PRUint32)16 },
- { (void *)"\060\201\273\061\013\060\011\006\003\125\004\006\023\002\102\105"
-"\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163"
-"\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145"
-"\154\123\151\147\156\040\116\126\061\070\060\066\006\003\125\004"
-"\013\023\057\102\145\154\123\151\147\156\040\117\142\152\145\143"
-"\164\040\120\165\142\154\151\163\150\151\156\147\040\103\145\162"
-"\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151"
-"\164\171\061\045\060\043\006\003\125\004\003\023\034\102\145\154"
-"\123\151\147\156\040\117\142\152\145\143\164\040\120\165\142\154"
-"\151\163\150\151\156\147\040\103\101\061\043\060\041\006\011\052"
-"\206\110\206\367\015\001\011\001\026\024\167\145\142\155\141\163"
-"\164\145\162\100\142\145\154\163\151\147\156\056\142\145"
-, (PRUint32)190 },
- { (void *)"\001"
-, (PRUint32)1 },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_34 [] = {
- { (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 *)"BelSign Secure Server CA", (PRUint32)25 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\263\061\013\060\011\006\003\125\004\006\023\002\102\105"
-"\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163"
-"\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145"
-"\154\123\151\147\156\040\116\126\061\064\060\062\006\003\125\004"
-"\013\023\053\102\145\154\123\151\147\156\040\123\145\143\165\162"
-"\145\040\123\145\162\166\145\162\040\103\145\162\164\151\146\151"
-"\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061\041"
-"\060\037\006\003\125\004\003\023\030\102\145\154\123\151\147\156"
-"\040\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103"
-"\101\061\043\060\041\006\011\052\206\110\206\367\015\001\011\001"
-"\026\024\167\145\142\155\141\163\164\145\162\100\142\145\154\163"
-"\151\147\156\056\142\145"
-, (PRUint32)182 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\263\061\013\060\011\006\003\125\004\006\023\002\102\105"
-"\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163"
-"\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145"
-"\154\123\151\147\156\040\116\126\061\064\060\062\006\003\125\004"
-"\013\023\053\102\145\154\123\151\147\156\040\123\145\143\165\162"
-"\145\040\123\145\162\166\145\162\040\103\145\162\164\151\146\151"
-"\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061\041"
-"\060\037\006\003\125\004\003\023\030\102\145\154\123\151\147\156"
-"\040\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103"
-"\101\061\043\060\041\006\011\052\206\110\206\367\015\001\011\001"
-"\026\024\167\145\142\155\141\163\164\145\162\100\142\145\154\163"
-"\151\147\156\056\142\145"
-, (PRUint32)182 },
- { (void *)"\001"
-, (PRUint32)1 },
- { (void *)"\060\202\002\363\060\202\002\134\240\003\002\001\002\002\001\001"
-"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060"
-"\201\263\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163\145"
-"\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145\154"
-"\123\151\147\156\040\116\126\061\064\060\062\006\003\125\004\013"
-"\023\053\102\145\154\123\151\147\156\040\123\145\143\165\162\145"
-"\040\123\145\162\166\145\162\040\103\145\162\164\151\146\151\143"
-"\141\164\145\040\101\165\164\150\157\162\151\164\171\061\041\060"
-"\037\006\003\125\004\003\023\030\102\145\154\123\151\147\156\040"
-"\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103\101"
-"\061\043\060\041\006\011\052\206\110\206\367\015\001\011\001\026"
-"\024\167\145\142\155\141\163\164\145\162\100\142\145\154\163\151"
-"\147\156\056\142\145\060\036\027\015\071\067\060\067\061\066\062"
-"\062\060\060\065\064\132\027\015\060\067\060\067\061\066\062\062"
-"\060\060\065\064\132\060\201\263\061\013\060\011\006\003\125\004"
-"\006\023\002\102\105\061\021\060\017\006\003\125\004\007\023\010"
-"\102\162\165\163\163\145\154\163\061\023\060\021\006\003\125\004"
-"\012\023\012\102\145\154\123\151\147\156\040\116\126\061\064\060"
-"\062\006\003\125\004\013\023\053\102\145\154\123\151\147\156\040"
-"\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103\145"
-"\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162"
-"\151\164\171\061\041\060\037\006\003\125\004\003\023\030\102\145"
-"\154\123\151\147\156\040\123\145\143\165\162\145\040\123\145\162"
-"\166\145\162\040\103\101\061\043\060\041\006\011\052\206\110\206"
-"\367\015\001\011\001\026\024\167\145\142\155\141\163\164\145\162"
-"\100\142\145\154\163\151\147\156\056\142\145\060\201\237\060\015"
-"\006\011\052\206\110\206\367\015\001\001\001\005\000\003\201\215"
-"\000\060\201\211\002\201\201\000\326\001\022\170\222\370\004\102"
-"\177\311\307\042\203\374\174\107\160\060\053\111\013\076\066\100"
-"\220\050\332\041\163\203\123\362\304\321\026\100\300\123\377\256"
-"\246\306\044\263\047\155\245\263\075\071\167\135\250\006\366\346"
-"\351\274\143\021\116\006\145\160\012\235\223\371\242\100\213\177"
-"\112\204\016\215\026\261\326\314\010\144\022\014\340\050\113\310"
-"\245\204\220\027\373\021\106\056\326\247\205\030\313\030\256\143"
-"\232\260\130\006\364\000\317\370\304\011\032\065\014\241\371\356"
-"\112\375\155\336\376\046\245\073\002\003\001\000\001\243\025\060"
-"\023\060\021\006\011\140\206\110\001\206\370\102\001\001\004\004"
-"\003\002\000\240\060\015\006\011\052\206\110\206\367\015\001\001"
-"\004\005\000\003\201\201\000\154\075\231\303\005\342\035\312\345"
-"\055\252\150\205\213\100\061\040\146\023\150\346\130\072\211\320"
-"\215\165\262\305\142\330\175\202\217\367\331\062\201\167\366\065"
-"\133\205\051\316\147\262\271\274\053\031\170\317\363\207\375\106"
-"\361\225\165\262\011\127\003\060\301\172\315\162\107\161\200\312"
-"\175\235\311\145\074\107\021\042\175\372\007\013\050\170\241\223"
-"\350\005\105\110\342\062\062\112\075\350\123\034\020\267\307\163"
-"\214\007\120\341\371\311\053\123\101\365\203\215\345\011\071\112"
-"\216\003\142\252\100\143\213"
-, (PRUint32)759 }
-};
-static const NSSItem nss_builtins_items_35 [] = {
- { (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 *)"BelSign Secure Server CA", (PRUint32)25 },
- { (void *)"\302\305\265\376\203\144\370\243\156\170\035\174\025\010\174\350"
-"\205\241\206\230"
-, (PRUint32)20 },
- { (void *)"\075\136\202\306\331\255\331\213\223\153\014\020\271\111\012\261"
-, (PRUint32)16 },
- { (void *)"\060\201\263\061\013\060\011\006\003\125\004\006\023\002\102\105"
-"\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163"
-"\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145"
-"\154\123\151\147\156\040\116\126\061\064\060\062\006\003\125\004"
-"\013\023\053\102\145\154\123\151\147\156\040\123\145\143\165\162"
-"\145\040\123\145\162\166\145\162\040\103\145\162\164\151\146\151"
-"\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061\041"
-"\060\037\006\003\125\004\003\023\030\102\145\154\123\151\147\156"
-"\040\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103"
-"\101\061\043\060\041\006\011\052\206\110\206\367\015\001\011\001"
-"\026\024\167\145\142\155\141\163\164\145\162\100\142\145\154\163"
-"\151\147\156\056\142\145"
-, (PRUint32)182 },
- { (void *)"\001"
-, (PRUint32)1 },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_36 [] = {
- { (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, Germany, Class 0 CA", (PRUint32)36 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105"
-"\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165"
-"\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155"
-"\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124"
-"\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157"
-"\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141"
-"\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110"
-"\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162"
-"\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040"
-"\060\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015"
-"\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145"
-"\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145"
-, (PRUint32)191 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105"
-"\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165"
-"\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155"
-"\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124"
-"\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157"
-"\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141"
-"\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110"
-"\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162"
-"\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040"
-"\060\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015"
-"\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145"
-"\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145"
-, (PRUint32)191 },
- { (void *)"\001"
-, (PRUint32)1 },
- { (void *)"\060\202\004\065\060\202\003\236\240\003\002\001\002\002\001\001"
-"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060"
-"\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061"
-"\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162"
-"\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142"
-"\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103"
-"\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162"
-"\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164"
-"\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061"
-"\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165"
-"\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\060"
-"\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001"
-"\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100"
-"\164\162\165\163\164\143\145\156\164\145\162\056\144\145\060\036"
-"\027\015\071\070\060\063\060\071\061\063\065\064\064\070\132\027"
-"\015\060\065\061\062\063\061\061\063\065\064\064\070\132\060\201"
-"\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061\020"
-"\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162\147"
-"\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142\165"
-"\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103\040"
-"\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162\040"
-"\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164\141"
-"\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061\042"
-"\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165\163"
-"\164\103\145\156\164\145\162\040\103\154\141\163\163\040\060\040"
-"\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001\011"
-"\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100\164"
-"\162\165\163\164\143\145\156\164\145\162\056\144\145\060\201\237"
-"\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003"
-"\201\215\000\060\201\211\002\201\201\000\337\175\346\276\277\325"
-"\360\057\155\116\016\321\340\215\013\177\073\124\350\212\342\260"
-"\237\050\305\212\306\271\263\063\047\365\047\312\032\114\124\022"
-"\153\264\262\106\263\035\113\263\364\041\013\113\002\056\241\302"
-"\064\234\205\240\304\170\021\333\333\153\047\053\011\052\030\116"
-"\100\314\237\161\031\147\231\164\242\174\077\301\330\213\043\310"
-"\143\073\212\041\253\134\336\036\364\215\334\264\030\303\005\163"
-"\364\152\264\241\372\001\010\053\001\017\155\067\133\252\070\206"
-"\147\071\327\345\137\372\344\176\314\243\002\003\001\000\001\243"
-"\202\001\103\060\202\001\077\060\100\006\011\140\206\110\001\206"
-"\370\102\001\003\004\063\026\061\150\164\164\160\163\072\057\057"
-"\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162\056"
-"\144\145\057\143\147\151\055\142\151\156\057\143\150\145\143\153"
-"\055\162\145\166\056\143\147\151\077\060\100\006\011\140\206\110"
-"\001\206\370\102\001\004\004\063\026\061\150\164\164\160\163\072"
-"\057\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145"
-"\162\056\144\145\057\143\147\151\055\142\151\156\057\143\150\145"
-"\143\153\055\162\145\166\056\143\147\151\077\060\074\006\011\140"
-"\206\110\001\206\370\102\001\007\004\057\026\055\150\164\164\160"
-"\163\072\057\057\167\167\167\056\164\162\165\163\164\143\145\156"
-"\164\145\162\056\144\145\057\143\147\151\055\142\151\156\057\122"
-"\145\156\145\167\056\143\147\151\077\060\076\006\011\140\206\110"
-"\001\206\370\102\001\010\004\061\026\057\150\164\164\160\072\057"
-"\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162"
-"\056\144\145\057\147\165\151\144\145\154\151\156\145\163\057\151"
-"\156\144\145\170\056\150\164\155\154\060\050\006\011\140\206\110"
-"\001\206\370\102\001\015\004\033\026\031\124\103\040\124\162\165"
-"\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\060"
-"\040\103\101\060\021\006\011\140\206\110\001\206\370\102\001\001"
-"\004\004\003\002\000\007\060\015\006\011\052\206\110\206\367\015"
-"\001\001\004\005\000\003\201\201\000\115\007\177\137\011\060\031"
-"\222\252\005\107\172\224\165\124\052\256\317\374\330\014\102\341"
-"\105\070\053\044\225\262\312\207\312\171\304\303\227\220\136\142"
-"\030\306\311\070\141\114\150\065\323\114\024\021\353\304\315\241"
-"\251\330\305\236\150\047\062\007\065\105\004\370\137\041\240\140"
-"\036\034\000\110\004\130\322\305\313\256\155\062\156\075\167\225"
-"\214\205\307\345\256\120\235\165\112\173\377\013\047\171\352\115"
-"\244\131\377\354\132\352\046\245\071\203\244\321\170\316\247\251"
-"\176\274\335\053\312\022\223\003\112"
-, (PRUint32)1081 }
-};
-static const NSSItem nss_builtins_items_37 [] = {
- { (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, Germany, Class 0 CA", (PRUint32)36 },
- { (void *)"\104\201\247\326\311\104\165\204\317\355\212\107\311\256\152\360"
-"\036\071\165\030"
-, (PRUint32)20 },
- { (void *)"\065\205\111\216\156\127\376\275\227\361\311\106\043\072\266\175"
-, (PRUint32)16 },
- { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105"
-"\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165"
-"\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155"
-"\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124"
-"\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157"
-"\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141"
-"\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110"
-"\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162"
-"\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040"
-"\060\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015"
-"\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145"
-"\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145"
-, (PRUint32)191 },
- { (void *)"\001"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_38 [] = {
- { (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, Germany, Class 1 CA", (PRUint32)36 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105"
-"\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165"
-"\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155"
-"\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124"
-"\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157"
-"\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141"
-"\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110"
-"\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162"
-"\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040"
-"\061\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015"
-"\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145"
-"\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145"
-, (PRUint32)191 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105"
-"\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165"
-"\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155"
-"\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124"
-"\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157"
-"\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141"
-"\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110"
-"\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162"
-"\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040"
-"\061\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015"
-"\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145"
-"\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145"
-, (PRUint32)191 },
- { (void *)"\002"
-, (PRUint32)1 },
- { (void *)"\060\202\004\065\060\202\003\236\240\003\002\001\002\002\001\002"
-"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060"
-"\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061"
-"\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162"
-"\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142"
-"\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103"
-"\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162"
-"\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164"
-"\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061"
-"\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165"
-"\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\061"
-"\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001"
-"\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100"
-"\164\162\165\163\164\143\145\156\164\145\162\056\144\145\060\036"
-"\027\015\071\070\060\063\060\071\061\063\065\066\063\063\132\027"
-"\015\060\065\061\062\063\061\061\063\065\066\063\063\132\060\201"
-"\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061\020"
-"\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162\147"
-"\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142\165"
-"\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103\040"
-"\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162\040"
-"\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164\141"
-"\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061\042"
-"\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165\163"
-"\164\103\145\156\164\145\162\040\103\154\141\163\163\040\061\040"
-"\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001\011"
-"\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100\164"
-"\162\165\163\164\143\145\156\164\145\162\056\144\145\060\201\237"
-"\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003"
-"\201\215\000\060\201\211\002\201\201\000\260\051\353\264\166\263"
-"\256\327\266\133\264\136\347\275\343\261\234\111\004\127\133\241"
-"\253\331\177\023\033\375\272\141\253\330\347\161\337\055\000\224"
-"\135\121\110\175\043\357\165\142\204\220\074\012\037\131\021\164"
-"\057\216\200\245\375\060\002\075\051\122\315\162\032\111\041\234"
-"\274\313\122\216\110\241\143\226\310\020\205\060\151\127\164\105"
-"\300\132\206\306\325\075\340\150\127\175\061\152\044\215\105\227"
-"\076\061\176\150\146\062\156\044\155\354\062\066\311\101\312\360"
-"\061\104\310\243\141\312\033\240\066\037\002\003\001\000\001\243"
-"\202\001\103\060\202\001\077\060\100\006\011\140\206\110\001\206"
-"\370\102\001\003\004\063\026\061\150\164\164\160\163\072\057\057"
-"\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162\056"
-"\144\145\057\143\147\151\055\142\151\156\057\143\150\145\143\153"
-"\055\162\145\166\056\143\147\151\077\060\100\006\011\140\206\110"
-"\001\206\370\102\001\004\004\063\026\061\150\164\164\160\163\072"
-"\057\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145"
-"\162\056\144\145\057\143\147\151\055\142\151\156\057\143\150\145"
-"\143\153\055\162\145\166\056\143\147\151\077\060\074\006\011\140"
-"\206\110\001\206\370\102\001\007\004\057\026\055\150\164\164\160"
-"\163\072\057\057\167\167\167\056\164\162\165\163\164\143\145\156"
-"\164\145\162\056\144\145\057\143\147\151\055\142\151\156\057\122"
-"\145\156\145\167\056\143\147\151\077\060\076\006\011\140\206\110"
-"\001\206\370\102\001\010\004\061\026\057\150\164\164\160\072\057"
-"\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162"
-"\056\144\145\057\147\165\151\144\145\154\151\156\145\163\057\151"
-"\156\144\145\170\056\150\164\155\154\060\050\006\011\140\206\110"
-"\001\206\370\102\001\015\004\033\026\031\124\103\040\124\162\165"
-"\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\061"
-"\040\103\101\060\021\006\011\140\206\110\001\206\370\102\001\001"
-"\004\004\003\002\000\007\060\015\006\011\052\206\110\206\367\015"
-"\001\001\004\005\000\003\201\201\000\005\102\122\046\244\014\047"
-"\001\104\254\134\045\050\302\104\102\124\010\271\035\305\076\154"
-"\131\146\304\263\116\120\247\370\370\226\165\241\226\165\350\026"
-"\070\240\315\135\156\372\171\247\033\173\035\036\303\000\271\146"
-"\276\132\326\142\017\347\362\173\270\357\114\340\300\077\131\256"
-"\071\267\204\011\236\253\361\251\056\153\151\342\255\314\362\352"
-"\170\011\005\040\070\102\161\030\176\307\262\227\346\325\002\005"
-"\006\126\243\137\361\252\302\304\117\376\367\357\026\017\235\354"
-"\252\205\317\075\051\044\361\004\315"
-, (PRUint32)1081 }
-};
-static const NSSItem nss_builtins_items_39 [] = {
- { (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, Germany, Class 1 CA", (PRUint32)36 },
- { (void *)"\332\300\131\013\015\224\374\025\327\025\056\266\171\160\003\133"
-"\215\271\365\053"
-, (PRUint32)20 },
- { (void *)"\144\077\370\076\122\024\112\131\272\223\126\004\013\043\002\321"
-, (PRUint32)16 },
- { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105"
-"\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165"
-"\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155"
-"\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124"
-"\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157"
-"\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141"
-"\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110"
-"\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162"
-"\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040"
-"\061\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015"
-"\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145"
-"\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145"
-, (PRUint32)191 },
- { (void *)"\002"
-, (PRUint32)1 },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_40 [] = {
+static const NSSItem nss_builtins_items_20 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -2822,7 +1561,7 @@ static const NSSItem nss_builtins_items_40 [] = {
"\043\173\134\163\000\170\311\333\116"
, (PRUint32)1081 }
};
-static const NSSItem nss_builtins_items_41 [] = {
+static const NSSItem nss_builtins_items_21 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -2852,7 +1591,7 @@ static const NSSItem nss_builtins_items_41 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_42 [] = {
+static const NSSItem nss_builtins_items_22 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -2958,7 +1697,7 @@ static const NSSItem nss_builtins_items_42 [] = {
"\212\054\330\113\331\125\362\022\160"
, (PRUint32)1081 }
};
-static const NSSItem nss_builtins_items_43 [] = {
+static const NSSItem nss_builtins_items_23 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -2988,143 +1727,7 @@ static const NSSItem nss_builtins_items_43 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_44 [] = {
- { (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, Germany, Class 4 CA", (PRUint32)36 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105"
-"\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165"
-"\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155"
-"\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124"
-"\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157"
-"\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141"
-"\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110"
-"\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162"
-"\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040"
-"\064\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015"
-"\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145"
-"\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145"
-, (PRUint32)191 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105"
-"\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165"
-"\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155"
-"\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124"
-"\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157"
-"\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141"
-"\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110"
-"\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162"
-"\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040"
-"\064\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015"
-"\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145"
-"\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145"
-, (PRUint32)191 },
- { (void *)"\005"
-, (PRUint32)1 },
- { (void *)"\060\202\004\065\060\202\003\236\240\003\002\001\002\002\001\005"
-"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060"
-"\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061"
-"\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162"
-"\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142"
-"\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103"
-"\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162"
-"\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164"
-"\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061"
-"\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165"
-"\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\064"
-"\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001"
-"\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100"
-"\164\162\165\163\164\143\145\156\164\145\162\056\144\145\060\036"
-"\027\015\071\070\060\063\060\071\061\064\060\060\062\060\132\027"
-"\015\060\065\061\062\063\061\061\064\060\060\062\060\132\060\201"
-"\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061\020"
-"\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162\147"
-"\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142\165"
-"\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103\040"
-"\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162\040"
-"\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164\141"
-"\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061\042"
-"\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165\163"
-"\164\103\145\156\164\145\162\040\103\154\141\163\163\040\064\040"
-"\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001\011"
-"\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100\164"
-"\162\165\163\164\143\145\156\164\145\162\056\144\145\060\201\237"
-"\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003"
-"\201\215\000\060\201\211\002\201\201\000\277\057\143\326\066\173"
-"\262\015\323\125\365\144\154\346\045\135\306\264\310\024\272\045"
-"\070\203\353\126\142\245\125\251\145\243\364\043\231\302\113\271"
-"\320\315\124\147\246\243\240\243\251\063\053\166\344\275\255\167"
-"\262\355\134\022\164\303\305\266\017\122\232\162\223\103\220\142"
-"\146\025\017\105\245\335\340\335\270\157\100\156\127\301\171\162"
-"\243\140\252\272\166\035\022\211\123\132\374\002\276\341\011\023"
-"\305\112\057\334\075\213\031\255\327\213\044\105\373\114\364\315"
-"\134\065\035\051\114\121\363\362\154\125\002\003\001\000\001\243"
-"\202\001\103\060\202\001\077\060\100\006\011\140\206\110\001\206"
-"\370\102\001\003\004\063\026\061\150\164\164\160\163\072\057\057"
-"\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162\056"
-"\144\145\057\143\147\151\055\142\151\156\057\143\150\145\143\153"
-"\055\162\145\166\056\143\147\151\077\060\100\006\011\140\206\110"
-"\001\206\370\102\001\004\004\063\026\061\150\164\164\160\163\072"
-"\057\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145"
-"\162\056\144\145\057\143\147\151\055\142\151\156\057\143\150\145"
-"\143\153\055\162\145\166\056\143\147\151\077\060\074\006\011\140"
-"\206\110\001\206\370\102\001\007\004\057\026\055\150\164\164\160"
-"\163\072\057\057\167\167\167\056\164\162\165\163\164\143\145\156"
-"\164\145\162\056\144\145\057\143\147\151\055\142\151\156\057\122"
-"\145\156\145\167\056\143\147\151\077\060\076\006\011\140\206\110"
-"\001\206\370\102\001\010\004\061\026\057\150\164\164\160\072\057"
-"\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162"
-"\056\144\145\057\147\165\151\144\145\154\151\156\145\163\057\151"
-"\156\144\145\170\056\150\164\155\154\060\050\006\011\140\206\110"
-"\001\206\370\102\001\015\004\033\026\031\124\103\040\124\162\165"
-"\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\064"
-"\040\103\101\060\021\006\011\140\206\110\001\206\370\102\001\001"
-"\004\004\003\002\000\007\060\015\006\011\052\206\110\206\367\015"
-"\001\001\004\005\000\003\201\201\000\224\150\024\033\045\236\051"
-"\231\261\262\043\322\104\263\225\237\321\236\125\004\335\343\057"
-"\202\063\125\226\167\031\235\053\236\145\034\372\212\343\307\217"
-"\045\374\261\036\125\106\017\217\377\117\067\057\244\166\131\246"
-"\144\353\325\026\160\275\335\225\063\014\244\015\044\353\144\120"
-"\264\103\021\362\103\276\015\161\230\042\354\001\257\354\367\307"
-"\134\161\303\165\221\130\031\350\335\240\364\264\361\274\020\112"
-"\363\223\264\006\111\273\037\146\322\275\164\107\341\232\371\353"
-"\327\253\155\037\272\341\035\054\332"
-, (PRUint32)1081 }
-};
-static const NSSItem nss_builtins_items_45 [] = {
- { (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, Germany, Class 4 CA", (PRUint32)36 },
- { (void *)"\161\162\311\174\001\016\161\014\375\350\321\363\171\263\300\074"
-"\253\116\274\235"
-, (PRUint32)20 },
- { (void *)"\277\257\354\304\332\371\060\371\312\065\312\045\344\077\215\211"
-, (PRUint32)16 },
- { (void *)"\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105"
-"\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165"
-"\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155"
-"\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124"
-"\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157"
-"\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141"
-"\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110"
-"\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162"
-"\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040"
-"\064\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015"
-"\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145"
-"\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145"
-, (PRUint32)191 },
- { (void *)"\005"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_46 [] = {
+static const NSSItem nss_builtins_items_24 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3217,7 +1820,7 @@ static const NSSItem nss_builtins_items_46 [] = {
"\311\117\061\161\210\331\210\177\124"
, (PRUint32)953 }
};
-static const NSSItem nss_builtins_items_47 [] = {
+static const NSSItem nss_builtins_items_25 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3245,7 +1848,7 @@ static const NSSItem nss_builtins_items_47 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_48 [] = {
+static const NSSItem nss_builtins_items_26 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3320,7 +1923,7 @@ static const NSSItem nss_builtins_items_48 [] = {
"\241\223\004\273\206\237\072\133\103\172\303\212\145"
, (PRUint32)813 }
};
-static const NSSItem nss_builtins_items_49 [] = {
+static const NSSItem nss_builtins_items_27 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3343,7 +1946,7 @@ static const NSSItem nss_builtins_items_49 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_50 [] = {
+static const NSSItem nss_builtins_items_28 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3418,7 +2021,7 @@ static const NSSItem nss_builtins_items_50 [] = {
"\307\177\033\033\326\006\040\002\130\241\303\242\003"
, (PRUint32)813 }
};
-static const NSSItem nss_builtins_items_51 [] = {
+static const NSSItem nss_builtins_items_29 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3441,7 +2044,7 @@ static const NSSItem nss_builtins_items_51 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_52 [] = {
+static const NSSItem nss_builtins_items_30 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3540,7 +2143,7 @@ static const NSSItem nss_builtins_items_52 [] = {
"\320\334\162\223\014\163\223\142\205\150\320\364"
, (PRUint32)988 }
};
-static const NSSItem nss_builtins_items_53 [] = {
+static const NSSItem nss_builtins_items_31 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3570,7 +2173,7 @@ static const NSSItem nss_builtins_items_53 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_54 [] = {
+static const NSSItem nss_builtins_items_32 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3669,7 +2272,7 @@ static const NSSItem nss_builtins_items_54 [] = {
"\310\375\246\354\253\226\041\255\177\302\170\266"
, (PRUint32)988 }
};
-static const NSSItem nss_builtins_items_55 [] = {
+static const NSSItem nss_builtins_items_33 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3699,102 +2302,7 @@ static const NSSItem nss_builtins_items_55 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_56 [] = {
- { (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 *)"Deutsche Telekom AG Root CA", (PRUint32)28 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\155\061\013\060\011\006\003\125\004\006\023\002\104\105\061"
-"\034\060\032\006\003\125\004\012\023\023\104\145\165\164\163\143"
-"\150\145\040\124\145\154\145\153\157\155\040\101\107\061\035\060"
-"\033\006\003\125\004\013\023\024\124\145\154\145\123\145\143\040"
-"\124\162\165\163\164\040\103\145\156\164\145\162\061\041\060\037"
-"\006\003\125\004\003\023\030\104\145\165\164\163\143\150\145\040"
-"\124\145\154\145\153\157\155\040\122\157\157\164\040\103\101"
-, (PRUint32)111 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\155\061\013\060\011\006\003\125\004\006\023\002\104\105\061"
-"\034\060\032\006\003\125\004\012\023\023\104\145\165\164\163\143"
-"\150\145\040\124\145\154\145\153\157\155\040\101\107\061\035\060"
-"\033\006\003\125\004\013\023\024\124\145\154\145\123\145\143\040"
-"\124\162\165\163\164\040\103\145\156\164\145\162\061\041\060\037"
-"\006\003\125\004\003\023\030\104\145\165\164\163\143\150\145\040"
-"\124\145\154\145\153\157\155\040\122\157\157\164\040\103\101"
-, (PRUint32)111 },
- { (void *)"\006"
-, (PRUint32)1 },
- { (void *)"\060\202\002\216\060\202\001\367\240\003\002\001\002\002\001\006"
-"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060"
-"\155\061\013\060\011\006\003\125\004\006\023\002\104\105\061\034"
-"\060\032\006\003\125\004\012\023\023\104\145\165\164\163\143\150"
-"\145\040\124\145\154\145\153\157\155\040\101\107\061\035\060\033"
-"\006\003\125\004\013\023\024\124\145\154\145\123\145\143\040\124"
-"\162\165\163\164\040\103\145\156\164\145\162\061\041\060\037\006"
-"\003\125\004\003\023\030\104\145\165\164\163\143\150\145\040\124"
-"\145\154\145\153\157\155\040\122\157\157\164\040\103\101\060\036"
-"\027\015\071\070\061\062\060\071\060\071\061\061\060\060\132\027"
-"\015\060\064\061\062\060\071\062\063\065\071\060\060\132\060\155"
-"\061\013\060\011\006\003\125\004\006\023\002\104\105\061\034\060"
-"\032\006\003\125\004\012\023\023\104\145\165\164\163\143\150\145"
-"\040\124\145\154\145\153\157\155\040\101\107\061\035\060\033\006"
-"\003\125\004\013\023\024\124\145\154\145\123\145\143\040\124\162"
-"\165\163\164\040\103\145\156\164\145\162\061\041\060\037\006\003"
-"\125\004\003\023\030\104\145\165\164\163\143\150\145\040\124\145"
-"\154\145\153\157\155\040\122\157\157\164\040\103\101\060\201\237"
-"\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003"
-"\201\215\000\060\201\211\002\201\201\000\335\005\054\371\005\263"
-"\271\022\327\151\161\367\352\126\060\010\127\024\103\173\273\032"
-"\234\155\057\127\141\327\342\365\104\153\356\066\101\226\366\144"
-"\316\341\301\262\271\244\024\004\230\120\350\160\370\216\065\232"
-"\175\111\301\141\035\131\256\332\006\030\225\175\255\316\354\251"
-"\276\321\030\017\100\221\166\052\243\345\375\376\211\025\364\127"
-"\367\340\125\332\165\255\000\364\054\301\065\314\264\103\046\125"
-"\142\104\056\001\045\234\212\133\360\301\320\000\065\170\376\065"
-"\336\224\100\144\170\203\241\314\071\211\002\003\001\000\001\243"
-"\076\060\074\060\017\006\003\125\035\023\004\010\060\006\001\001"
-"\377\002\001\005\060\016\006\003\125\035\017\001\001\377\004\004"
-"\003\002\001\006\060\031\006\003\125\035\016\004\022\004\020\054"
-"\207\131\037\213\023\200\262\371\206\235\076\022\176\130\226\060"
-"\015\006\011\052\206\110\206\367\015\001\001\004\005\000\003\201"
-"\201\000\017\376\163\265\007\210\157\240\013\211\352\312\120\037"
-"\224\336\224\053\013\047\136\117\365\034\225\046\332\214\226\124"
-"\255\031\221\067\103\135\253\311\213\263\315\157\230\071\075\355"
-"\335\065\343\161\267\355\023\223\203\350\206\345\051\063\023\023"
-"\274\065\173\375\050\057\160\131\325\323\264\215\050\023\131\073"
-"\310\325\164\371\105\302\007\140\252\270\030\124\371\245\150\377"
-"\327\005\325\217\266\005\061\056\101\112\364\020\037\140\107\032"
-"\013\213\031\115\222\127\040\322\357\120\031\350\315\320\160\274"
-"\274\066"
-, (PRUint32)658 }
-};
-static const NSSItem nss_builtins_items_57 [] = {
- { (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 *)"Deutsche Telekom AG Root CA", (PRUint32)28 },
- { (void *)"\342\023\044\000\203\106\103\235\143\067\021\170\043\310\065\246"
-"\354\113\316\102"
-, (PRUint32)20 },
- { (void *)"\167\336\004\224\167\320\014\137\247\261\364\060\030\207\373\125"
-, (PRUint32)16 },
- { (void *)"\060\155\061\013\060\011\006\003\125\004\006\023\002\104\105\061"
-"\034\060\032\006\003\125\004\012\023\023\104\145\165\164\163\143"
-"\150\145\040\124\145\154\145\153\157\155\040\101\107\061\035\060"
-"\033\006\003\125\004\013\023\024\124\145\154\145\123\145\143\040"
-"\124\162\165\163\164\040\103\145\156\164\145\162\061\041\060\037"
-"\006\003\125\004\003\023\030\104\145\165\164\163\143\150\145\040"
-"\124\145\154\145\153\157\155\040\122\157\157\164\040\103\101"
-, (PRUint32)111 },
- { (void *)"\006"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_58 [] = {
+static const NSSItem nss_builtins_items_34 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3860,7 +2368,7 @@ static const NSSItem nss_builtins_items_58 [] = {
"\224"
, (PRUint32)577 }
};
-static const NSSItem nss_builtins_items_59 [] = {
+static const NSSItem nss_builtins_items_35 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3886,7 +2394,7 @@ static const NSSItem nss_builtins_items_59 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_60 [] = {
+static const NSSItem nss_builtins_items_36 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3950,7 +2458,7 @@ static const NSSItem nss_builtins_items_60 [] = {
"\360\210\321\345\170\215\245\052\117\366\227\015\027\167\312\330"
, (PRUint32)576 }
};
-static const NSSItem nss_builtins_items_61 [] = {
+static const NSSItem nss_builtins_items_37 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -3975,7 +2483,7 @@ static const NSSItem nss_builtins_items_61 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_62 [] = {
+static const NSSItem nss_builtins_items_38 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4039,7 +2547,7 @@ static const NSSItem nss_builtins_items_62 [] = {
"\300\175\267\162\234\311\066\072\153\237\116\250\377\144\015\144"
, (PRUint32)576 }
};
-static const NSSItem nss_builtins_items_63 [] = {
+static const NSSItem nss_builtins_items_39 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4064,7 +2572,7 @@ static const NSSItem nss_builtins_items_63 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_64 [] = {
+static const NSSItem nss_builtins_items_40 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4153,7 +2661,7 @@ static const NSSItem nss_builtins_items_64 [] = {
"\017\061\134\350\362\331"
, (PRUint32)774 }
};
-static const NSSItem nss_builtins_items_65 [] = {
+static const NSSItem nss_builtins_items_41 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4184,7 +2692,7 @@ static const NSSItem nss_builtins_items_65 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_66 [] = {
+static const NSSItem nss_builtins_items_42 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4274,7 +2782,7 @@ static const NSSItem nss_builtins_items_66 [] = {
"\214\022\173\305\104\264\256"
, (PRUint32)775 }
};
-static const NSSItem nss_builtins_items_67 [] = {
+static const NSSItem nss_builtins_items_43 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4306,7 +2814,7 @@ static const NSSItem nss_builtins_items_67 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_68 [] = {
+static const NSSItem nss_builtins_items_44 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4395,7 +2903,7 @@ static const NSSItem nss_builtins_items_68 [] = {
"\240\235\235\151\221\375"
, (PRUint32)774 }
};
-static const NSSItem nss_builtins_items_69 [] = {
+static const NSSItem nss_builtins_items_45 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4426,7 +2934,7 @@ static const NSSItem nss_builtins_items_69 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_70 [] = {
+static const NSSItem nss_builtins_items_46 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4515,7 +3023,7 @@ static const NSSItem nss_builtins_items_70 [] = {
"\117\312\200\221\266\051"
, (PRUint32)774 }
};
-static const NSSItem nss_builtins_items_71 [] = {
+static const NSSItem nss_builtins_items_47 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4546,7 +3054,7 @@ static const NSSItem nss_builtins_items_71 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_72 [] = {
+static const NSSItem nss_builtins_items_48 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4628,7 +3136,7 @@ static const NSSItem nss_builtins_items_72 [] = {
"\054\166\021\204\106\212\170\243\343"
, (PRUint32)889 }
};
-static const NSSItem nss_builtins_items_73 [] = {
+static const NSSItem nss_builtins_items_49 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -4652,447 +3160,7 @@ static const NSSItem nss_builtins_items_73 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_74 [] = {
- { (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 *)"GlobalSign Partners CA", (PRUint32)23 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\024\060\022\006\003"
-"\125\004\013\023\013\120\141\162\164\156\145\162\163\040\103\101"
-"\061\037\060\035\006\003\125\004\003\023\026\107\154\157\142\141"
-"\154\123\151\147\156\040\120\141\162\164\156\145\162\163\040\103"
-"\101"
-, (PRUint32)97 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003"
-"\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031"
-"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
-"\156\040\122\157\157\164\040\103\101"
-, (PRUint32)89 },
- { (void *)"\002\000\000\000\000\000\326\170\271\321\257"
-, (PRUint32)11 },
- { (void *)"\060\202\003\236\060\202\002\206\240\003\002\001\002\002\013\002"
-"\000\000\000\000\000\326\170\271\321\257\060\015\006\011\052\206"
-"\110\206\367\015\001\001\004\005\000\060\127\061\013\060\011\006"
-"\003\125\004\006\023\002\102\105\061\031\060\027\006\003\125\004"
-"\012\023\020\107\154\157\142\141\154\123\151\147\156\040\156\166"
-"\055\163\141\061\020\060\016\006\003\125\004\013\023\007\122\157"
-"\157\164\040\103\101\061\033\060\031\006\003\125\004\003\023\022"
-"\107\154\157\142\141\154\123\151\147\156\040\122\157\157\164\040"
-"\103\101\060\036\027\015\071\071\060\061\062\070\061\062\060\060"
-"\060\060\132\027\015\060\071\060\061\062\070\061\062\060\060\060"
-"\060\132\060\137\061\013\060\011\006\003\125\004\006\023\002\102"
-"\105\061\031\060\027\006\003\125\004\012\023\020\107\154\157\142"
-"\141\154\123\151\147\156\040\156\166\055\163\141\061\024\060\022"
-"\006\003\125\004\013\023\013\120\141\162\164\156\145\162\163\040"
-"\103\101\061\037\060\035\006\003\125\004\003\023\026\107\154\157"
-"\142\141\154\123\151\147\156\040\120\141\162\164\156\145\162\163"
-"\040\103\101\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\322\054\370\062\254\112\022\172\067\310\051\221"
-"\245\256\214\156\036\016\300\064\063\210\345\063\161\026\034\170"
-"\204\150\303\030\064\120\056\026\076\261\224\202\117\261\232\237"
-"\000\370\306\021\065\306\151\173\230\002\255\000\006\210\154\347"
-"\114\063\050\000\210\047\106\037\207\263\161\165\143\274\062\273"
-"\210\336\146\030\016\120\006\223\264\366\274\024\067\060\075\042"
-"\337\075\377\165\176\331\012\032\305\237\263\374\320\254\263\010"
-"\172\211\323\001\350\000\134\347\112\013\075\115\173\046\242\267"
-"\142\006\213\332\106\335\223\027\077\077\133\002\113\013\266\210"
-"\040\021\222\000\255\273\307\056\324\343\105\256\365\211\132\174"
-"\215\244\255\205\144\062\300\047\214\306\362\212\200\222\206\044"
-"\126\131\215\164\150\242\203\102\263\236\075\120\101\206\157\040"
-"\156\366\375\316\323\031\343\062\314\217\355\232\136\155\037\050"
-"\365\122\254\156\030\136\370\075\321\222\345\272\154\001\210\113"
-"\012\362\055\336\145\063\005\102\240\114\252\061\166\276\375\277"
-"\201\170\371\161\034\106\136\055\025\225\055\060\131\216\114\101"
-"\321\142\253\075\002\003\001\000\001\243\143\060\141\060\016\006"
-"\003\125\035\017\001\001\377\004\004\003\002\000\006\060\035\006"
-"\003\125\035\016\004\026\004\024\103\044\215\160\025\010\142\125"
-"\234\117\014\100\027\135\206\136\017\242\114\373\060\037\006\003"
-"\125\035\043\004\030\060\026\200\024\140\173\146\032\105\015\227"
-"\312\211\120\057\175\004\315\064\250\377\374\375\113\060\017\006"
-"\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060\015"
-"\006\011\052\206\110\206\367\015\001\001\004\005\000\003\202\001"
-"\001\000\146\355\264\210\151\021\231\202\041\203\254\241\155\213"
-"\233\204\255\017\055\310\036\214\312\173\176\255\252\324\216\336"
-"\007\326\236\105\307\245\270\234\007\071\140\045\125\032\300\117"
-"\031\345\317\027\051\111\211\030\065\146\345\353\050\100\116\127"
-"\311\257\263\344\270\040\005\243\073\225\120\221\111\224\051\175"
-"\054\345\210\101\245\105\210\136\235\202\047\367\322\357\133\265"
-"\117\237\276\376\065\145\054\125\144\237\341\121\332\042\141\167"
-"\272\130\116\217\306\171\131\131\156\060\200\242\117\220\156\041"
-"\013\255\320\150\071\220\020\233\355\042\145\157\036\021\070\346"
-"\177\214\322\363\071\155\107\325\041\350\352\165\072\101\321\255"
-"\366\026\235\135\013\041\275\363\037\143\006\045\035\301\037\065"
-"\161\054\353\040\031\325\301\260\354\075\345\157\355\002\007\077"
-"\023\173\146\222\326\104\301\230\367\137\120\213\172\133\302\157"
-"\155\260\321\370\345\164\240\100\067\243\045\017\344\075\312\144"
-"\061\223\220\134\060\173\271\071\061\232\136\114\315\271\101\117"
-"\120\344\075\070\256\310\146\331\307\073\135\121\107\254\233\253"
-"\362\255"
-, (PRUint32)930 }
-};
-static const NSSItem nss_builtins_items_75 [] = {
- { (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 *)"GlobalSign Partners CA", (PRUint32)23 },
- { (void *)"\204\304\217\000\351\221\354\336\333\264\030\251\213\357\241\172"
-"\107\355\162\230"
-, (PRUint32)20 },
- { (void *)"\074\165\315\114\275\251\320\212\171\117\120\026\067\204\364\053"
-, (PRUint32)16 },
- { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003"
-"\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031"
-"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
-"\156\040\122\157\157\164\040\103\101"
-, (PRUint32)89 },
- { (void *)"\002\000\000\000\000\000\326\170\271\321\257"
-, (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) }
-};
-static const NSSItem nss_builtins_items_76 [] = {
- { (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 *)"GlobalSign Primary Class 1 CA", (PRUint32)30 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\155\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\033\060\031\006\003"
-"\125\004\013\023\022\120\162\151\155\141\162\171\040\103\154\141"
-"\163\163\040\061\040\103\101\061\046\060\044\006\003\125\004\003"
-"\023\035\107\154\157\142\141\154\123\151\147\156\040\120\162\151"
-"\155\141\162\171\040\103\154\141\163\163\040\061\040\103\101"
-, (PRUint32)111 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003"
-"\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031"
-"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
-"\156\040\122\157\157\164\040\103\101"
-, (PRUint32)89 },
- { (void *)"\002\000\000\000\000\000\326\170\270\067\317"
-, (PRUint32)11 },
- { (void *)"\060\202\003\254\060\202\002\224\240\003\002\001\002\002\013\002"
-"\000\000\000\000\000\326\170\270\067\317\060\015\006\011\052\206"
-"\110\206\367\015\001\001\004\005\000\060\127\061\013\060\011\006"
-"\003\125\004\006\023\002\102\105\061\031\060\027\006\003\125\004"
-"\012\023\020\107\154\157\142\141\154\123\151\147\156\040\156\166"
-"\055\163\141\061\020\060\016\006\003\125\004\013\023\007\122\157"
-"\157\164\040\103\101\061\033\060\031\006\003\125\004\003\023\022"
-"\107\154\157\142\141\154\123\151\147\156\040\122\157\157\164\040"
-"\103\101\060\036\027\015\071\070\060\071\061\065\061\062\060\060"
-"\060\060\132\027\015\060\071\060\061\062\070\061\062\060\060\060"
-"\060\132\060\155\061\013\060\011\006\003\125\004\006\023\002\102"
-"\105\061\031\060\027\006\003\125\004\012\023\020\107\154\157\142"
-"\141\154\123\151\147\156\040\156\166\055\163\141\061\033\060\031"
-"\006\003\125\004\013\023\022\120\162\151\155\141\162\171\040\103"
-"\154\141\163\163\040\061\040\103\101\061\046\060\044\006\003\125"
-"\004\003\023\035\107\154\157\142\141\154\123\151\147\156\040\120"
-"\162\151\155\141\162\171\040\103\154\141\163\163\040\061\040\103"
-"\101\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\275\040\065\107\321\050\326\010\243\022\071\043\107\015"
-"\275\160\041\122\016\127\061\225\246\064\127\153\354\176\103\171"
-"\303\006\122\110\315\274\265\241\231\275\330\037\062\274\317\327"
-"\156\162\155\056\167\042\220\202\116\113\217\232\014\001\102\232"
-"\331\160\131\266\235\037\346\143\321\014\255\035\116\370\205\201"
-"\371\256\357\237\246\122\141\104\171\032\165\105\340\141\126\105"
-"\155\102\214\075\162\313\246\244\022\267\232\365\326\140\320\140"
-"\120\263\216\246\246\354\264\364\022\315\177\250\316\357\263\341"
-"\205\060\376\162\304\346\347\167\263\236\130\101\326\121\203\210"
-"\007\306\266\151\117\066\336\321\013\110\077\275\326\237\041\164"
-"\144\157\047\006\076\113\375\016\246\233\277\244\110\127\214\220"
-"\356\211\030\013\002\201\030\276\147\376\123\140\210\047\272\243"
-"\163\064\113\132\126\264\336\163\005\355\230\226\135\354\112\347"
-"\100\374\113\011\142\353\320\343\061\117\205\321\172\253\131\147"
-"\053\373\210\017\353\252\203\275\065\375\141\047\354\146\016\102"
-"\127\367\151\302\014\357\374\152\302\156\111\332\217\101\070\256"
-"\110\251\002\003\001\000\001\243\143\060\141\060\016\006\003\125"
-"\035\017\001\001\377\004\004\003\002\000\006\060\035\006\003\125"
-"\035\016\004\026\004\024\374\340\146\366\132\065\231\353\100\036"
-"\322\270\036\103\274\230\216\037\212\303\060\037\006\003\125\035"
-"\043\004\030\060\026\200\024\140\173\146\032\105\015\227\312\211"
-"\120\057\175\004\315\064\250\377\374\375\113\060\017\006\003\125"
-"\035\023\001\001\377\004\005\060\003\001\001\377\060\015\006\011"
-"\052\206\110\206\367\015\001\001\004\005\000\003\202\001\001\000"
-"\233\243\010\104\316\362\220\235\161\363\062\263\005\152\265\352"
-"\317\051\230\336\125\076\240\026\175\006\172\104\326\257\322\372"
-"\023\130\214\370\034\307\253\035\264\033\357\151\150\230\134\010"
-"\071\217\340\367\373\110\314\041\347\270\063\333\005\252\064\044"
-"\154\112\345\351\173\140\336\203\263\037\012\276\101\165\374\314"
-"\060\110\267\301\046\035\004\063\252\266\170\355\052\313\272\126"
-"\227\062\156\367\061\225\056\106\362\024\356\047\307\367\142\211"
-"\271\134\132\323\070\212\144\365\067\264\361\263\064\162\325\325"
-"\041\075\113\327\170\223\327\061\146\065\036\243\330\107\111\157"
-"\034\255\341\200\177\370\230\044\154\163\254\016\302\032\167\002"
-"\243\046\007\267\307\153\135\274\202\325\052\110\035\143\317\120"
-"\062\246\373\034\030\107\025\012\133\014\134\070\044\232\004\230"
-"\250\010\110\137\174\064\207\143\253\055\215\114\000\167\224\033"
-"\166\272\365\026\030\243\025\257\057\224\366\051\000\166\301\025"
-"\027\323\351\067\115\166\324\313\113\051\131\044\254\332\112\240"
-"\352\143\336\137\124\261\372\363\321\105\313\305\144\264\163\041"
-, (PRUint32)944 }
-};
-static const NSSItem nss_builtins_items_77 [] = {
- { (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 *)"GlobalSign Primary Class 1 CA", (PRUint32)30 },
- { (void *)"\353\061\124\315\041\226\363\125\022\053\211\147\267\163\002\102"
-"\355\321\336\113"
-, (PRUint32)20 },
- { (void *)"\134\254\131\001\244\206\123\313\020\146\265\326\326\161\377\001"
-, (PRUint32)16 },
- { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003"
-"\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031"
-"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
-"\156\040\122\157\157\164\040\103\101"
-, (PRUint32)89 },
- { (void *)"\002\000\000\000\000\000\326\170\270\067\317"
-, (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) }
-};
-static const NSSItem nss_builtins_items_78 [] = {
- { (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 *)"GlobalSign Primary Class 2 CA", (PRUint32)30 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\155\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\033\060\031\006\003"
-"\125\004\013\023\022\120\162\151\155\141\162\171\040\103\154\141"
-"\163\163\040\062\040\103\101\061\046\060\044\006\003\125\004\003"
-"\023\035\107\154\157\142\141\154\123\151\147\156\040\120\162\151"
-"\155\141\162\171\040\103\154\141\163\163\040\062\040\103\101"
-, (PRUint32)111 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003"
-"\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031"
-"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
-"\156\040\122\157\157\164\040\103\101"
-, (PRUint32)89 },
- { (void *)"\002\000\000\000\000\000\326\170\270\215\215"
-, (PRUint32)11 },
- { (void *)"\060\202\003\254\060\202\002\224\240\003\002\001\002\002\013\002"
-"\000\000\000\000\000\326\170\270\215\215\060\015\006\011\052\206"
-"\110\206\367\015\001\001\004\005\000\060\127\061\013\060\011\006"
-"\003\125\004\006\023\002\102\105\061\031\060\027\006\003\125\004"
-"\012\023\020\107\154\157\142\141\154\123\151\147\156\040\156\166"
-"\055\163\141\061\020\060\016\006\003\125\004\013\023\007\122\157"
-"\157\164\040\103\101\061\033\060\031\006\003\125\004\003\023\022"
-"\107\154\157\142\141\154\123\151\147\156\040\122\157\157\164\040"
-"\103\101\060\036\027\015\071\071\060\061\062\070\061\062\060\060"
-"\060\060\132\027\015\060\071\060\061\062\070\061\062\060\060\060"
-"\060\132\060\155\061\013\060\011\006\003\125\004\006\023\002\102"
-"\105\061\031\060\027\006\003\125\004\012\023\020\107\154\157\142"
-"\141\154\123\151\147\156\040\156\166\055\163\141\061\033\060\031"
-"\006\003\125\004\013\023\022\120\162\151\155\141\162\171\040\103"
-"\154\141\163\163\040\062\040\103\101\061\046\060\044\006\003\125"
-"\004\003\023\035\107\154\157\142\141\154\123\151\147\156\040\120"
-"\162\151\155\141\162\171\040\103\154\141\163\163\040\062\040\103"
-"\101\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\222\214\376\357\364\105\216\027\101\156\374\330\277\041"
-"\157\253\006\235\122\301\054\000\235\077\216\205\270\177\112\217"
-"\275\240\143\052\312\111\047\256\132\202\364\164\342\125\222\377"
-"\302\321\252\171\242\266\372\325\235\202\004\117\306\262\306\136"
-"\143\247\072\272\330\356\353\212\157\237\266\273\050\101\300\042"
-"\373\116\110\032\006\222\327\277\327\317\271\331\275\070\117\073"
-"\015\104\156\125\101\376\374\011\333\330\277\363\216\041\361\350"
-"\022\265\366\023\245\323\306\114\223\042\260\002\377\356\035\014"
-"\304\250\153\117\165\150\126\350\334\050\022\120\367\250\044\235"
-"\056\044\071\373\011\005\336\345\243\144\111\041\320\150\176\161"
-"\060\221\261\140\340\071\364\120\370\172\115\230\000\153\174\171"
-"\272\116\316\112\342\272\066\035\267\305\066\025\225\234\144\102"
-"\352\137\304\272\365\100\005\276\341\072\131\275\204\247\031\270"
-"\336\115\123\120\316\007\321\322\121\323\357\015\201\154\346\347"
-"\155\313\135\174\077\174\314\354\117\203\047\045\377\160\120\366"
-"\203\131\165\204\006\146\130\054\336\211\215\000\246\111\371\245"
-"\103\167\002\003\001\000\001\243\143\060\141\060\016\006\003\125"
-"\035\017\001\001\377\004\004\003\002\000\006\060\035\006\003\125"
-"\035\016\004\026\004\024\174\347\262\261\054\336\261\247\153\351"
-"\166\014\341\243\375\116\154\307\271\366\060\037\006\003\125\035"
-"\043\004\030\060\026\200\024\140\173\146\032\105\015\227\312\211"
-"\120\057\175\004\315\064\250\377\374\375\113\060\017\006\003\125"
-"\035\023\001\001\377\004\005\060\003\001\001\377\060\015\006\011"
-"\052\206\110\206\367\015\001\001\004\005\000\003\202\001\001\000"
-"\143\335\131\316\212\171\252\230\235\116\305\211\144\067\176\212"
-"\223\147\057\020\352\157\047\303\215\167\155\362\134\126\224\031"
-"\032\151\140\060\106\135\217\362\155\105\074\216\065\227\174\057"
-"\270\121\342\350\211\275\210\317\047\034\010\064\134\210\301\150"
-"\044\333\221\205\344\317\373\373\103\215\350\045\001\033\304\016"
-"\367\000\102\110\206\037\044\010\130\132\214\215\362\153\107\054"
-"\150\221\261\151\102\375\015\215\311\046\346\222\206\246\144\156"
-"\222\305\316\076\074\175\161\343\043\244\253\307\325\250\251\337"
-"\202\247\073\350\206\325\303\117\030\343\104\320\340\334\363\305"
-"\150\056\376\245\057\005\204\310\176\107\102\123\153\207\112\376"
-"\062\377\136\076\160\214\267\250\025\314\027\302\377\106\354\320"
-"\354\055\264\156\022\050\251\371\100\351\353\324\146\227\123\251"
-"\151\125\300\251\252\262\056\315\321\151\364\276\370\273\174\151"
-"\356\124\246\333\236\373\132\246\076\376\232\357\224\121\113\165"
-"\356\330\324\341\232\361\002\126\023\211\016\247\102\213\226\213"
-"\205\014\033\205\276\046\256\253\246\231\274\042\361\163\337\102"
-, (PRUint32)944 }
-};
-static const NSSItem nss_builtins_items_79 [] = {
- { (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 *)"GlobalSign Primary Class 2 CA", (PRUint32)30 },
- { (void *)"\203\376\336\325\161\343\226\317\307\144\367\073\337\026\166\207"
-"\162\305\037\314"
-, (PRUint32)20 },
- { (void *)"\251\251\102\131\176\276\132\224\344\054\306\213\034\052\104\266"
-, (PRUint32)16 },
- { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003"
-"\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031"
-"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
-"\156\040\122\157\157\164\040\103\101"
-, (PRUint32)89 },
- { (void *)"\002\000\000\000\000\000\326\170\270\215\215"
-, (PRUint32)11 },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_80 [] = {
- { (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 *)"GlobalSign Primary Class 3 CA", (PRUint32)30 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\155\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\033\060\031\006\003"
-"\125\004\013\023\022\120\162\151\155\141\162\171\040\103\154\141"
-"\163\163\040\063\040\103\101\061\046\060\044\006\003\125\004\003"
-"\023\035\107\154\157\142\141\154\123\151\147\156\040\120\162\151"
-"\155\141\162\171\040\103\154\141\163\163\040\063\040\103\101"
-, (PRUint32)111 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003"
-"\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031"
-"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
-"\156\040\122\157\157\164\040\103\101"
-, (PRUint32)89 },
- { (void *)"\002\000\000\000\000\000\326\170\270\326\303"
-, (PRUint32)11 },
- { (void *)"\060\202\003\254\060\202\002\224\240\003\002\001\002\002\013\002"
-"\000\000\000\000\000\326\170\270\326\303\060\015\006\011\052\206"
-"\110\206\367\015\001\001\004\005\000\060\127\061\013\060\011\006"
-"\003\125\004\006\023\002\102\105\061\031\060\027\006\003\125\004"
-"\012\023\020\107\154\157\142\141\154\123\151\147\156\040\156\166"
-"\055\163\141\061\020\060\016\006\003\125\004\013\023\007\122\157"
-"\157\164\040\103\101\061\033\060\031\006\003\125\004\003\023\022"
-"\107\154\157\142\141\154\123\151\147\156\040\122\157\157\164\040"
-"\103\101\060\036\027\015\071\071\060\061\062\070\061\062\060\060"
-"\060\060\132\027\015\060\071\060\061\062\070\061\062\060\060\060"
-"\060\132\060\155\061\013\060\011\006\003\125\004\006\023\002\102"
-"\105\061\031\060\027\006\003\125\004\012\023\020\107\154\157\142"
-"\141\154\123\151\147\156\040\156\166\055\163\141\061\033\060\031"
-"\006\003\125\004\013\023\022\120\162\151\155\141\162\171\040\103"
-"\154\141\163\163\040\063\040\103\101\061\046\060\044\006\003\125"
-"\004\003\023\035\107\154\157\142\141\154\123\151\147\156\040\120"
-"\162\151\155\141\162\171\040\103\154\141\163\163\040\063\040\103"
-"\101\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\221\136\126\145\326\300\300\004\234\277\107\304\134\173"
-"\172\061\001\371\130\226\231\343\034\204\057\334\126\217\255\365"
-"\131\201\325\103\146\135\132\223\214\165\312\251\347\021\301\121"
-"\020\024\140\311\054\324\173\257\306\167\206\253\172\047\256\157"
-"\225\271\013\312\266\106\373\176\032\364\015\024\155\322\311\116"
-"\262\256\360\124\366\134\100\114\066\110\164\350\124\214\145\146"
-"\020\247\275\053\267\040\215\005\111\255\170\175\322\044\043\120"
-"\343\360\264\171\233\001\071\377\257\073\323\055\356\341\111\215"
-"\215\057\074\152\101\105\057\233\343\075\341\022\344\221\165\236"
-"\317\240\076\074\222\201\157\212\056\030\334\340\362\214\214\375"
-"\207\331\007\364\100\224\311\116\117\103\337\147\126\157\275\003"
-"\120\174\231\147\244\271\074\221\154\002\156\204\326\374\106\367"
-"\314\157\030\076\027\360\357\013\144\026\127\346\254\206\361\110"
-"\252\103\301\311\047\170\163\104\105\342\205\175\272\377\263\341"
-"\373\033\005\244\113\073\231\022\045\001\120\024\152\257\135\352"
-"\310\014\356\344\332\354\113\213\134\150\023\225\334\303\265\060"
-"\072\327\002\003\001\000\001\243\143\060\141\060\016\006\003\125"
-"\035\017\001\001\377\004\004\003\002\000\006\060\035\006\003\125"
-"\035\016\004\026\004\024\314\066\314\027\264\105\221\057\355\317"
-"\073\060\110\167\373\265\024\231\276\343\060\037\006\003\125\035"
-"\043\004\030\060\026\200\024\140\173\146\032\105\015\227\312\211"
-"\120\057\175\004\315\064\250\377\374\375\113\060\017\006\003\125"
-"\035\023\001\001\377\004\005\060\003\001\001\377\060\015\006\011"
-"\052\206\110\206\367\015\001\001\004\005\000\003\202\001\001\000"
-"\127\262\124\314\275\225\027\144\140\211\266\123\221\014\105\222"
-"\303\075\250\154\303\314\262\030\365\170\101\164\330\175\243\047"
-"\257\167\015\131\076\224\035\151\372\211\323\014\275\032\001\364"
-"\077\350\340\167\032\202\050\132\346\142\327\267\343\066\311\016"
-"\237\172\343\302\323\314\131\211\014\357\026\213\360\066\167\042"
-"\312\244\266\267\301\102\147\001\100\143\314\347\070\144\207\133"
-"\024\226\146\173\055\024\356\275\111\155\377\167\320\342\116\133"
-"\323\200\302\115\017\312\270\235\201\227\247\064\156\307\343\234"
-"\110\345\264\252\105\365\366\145\114\110\362\022\302\322\223\214"
-"\302\025\044\363\053\122\377\343\010\256\270\156\326\054\022\317"
-"\071\313\022\052\347\251\173\137\230\075\243\341\314\246\143\211"
-"\134\175\061\165\371\325\326\135\362\320\324\075\337\236\161\250"
-"\016\334\344\040\227\170\346\177\123\244\015\121\117\216\073\003"
-"\256\243\015\132\115\303\171\347\065\130\160\102\311\136\241\136"
-"\264\331\042\243\104\123\065\244\320\317\163\200\305\317\237\126"
-"\230\166\371\024\114\167\207\202\311\334\176\135\064\325\066\165"
-, (PRUint32)944 }
-};
-static const NSSItem nss_builtins_items_81 [] = {
- { (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 *)"GlobalSign Primary Class 3 CA", (PRUint32)30 },
- { (void *)"\164\003\311\063\110\252\304\367\016\051\364\320\025\022\364\106"
-"\111\017\165\214"
-, (PRUint32)20 },
- { (void *)"\230\022\243\113\225\251\226\144\224\347\120\214\076\341\203\132"
-, (PRUint32)16 },
- { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061"
-"\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154"
-"\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003"
-"\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031"
-"\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147"
-"\156\040\122\157\157\164\040\103\101"
-, (PRUint32)89 },
- { (void *)"\002\000\000\000\000\000\326\170\270\326\303"
-, (PRUint32)11 },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_82 [] = {
+static const NSSItem nss_builtins_items_50 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -5177,7 +3245,7 @@ static const NSSItem nss_builtins_items_82 [] = {
"\161\202\053\231\317\072\267\365\055\162\310"
, (PRUint32)747 }
};
-static const NSSItem nss_builtins_items_83 [] = {
+static const NSSItem nss_builtins_items_51 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -5207,7 +3275,7 @@ static const NSSItem nss_builtins_items_83 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_84 [] = {
+static const NSSItem nss_builtins_items_52 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -5292,7 +3360,7 @@ static const NSSItem nss_builtins_items_84 [] = {
"\276\355\164\114\274\133\325\142\037\103\335"
, (PRUint32)747 }
};
-static const NSSItem nss_builtins_items_85 [] = {
+static const NSSItem nss_builtins_items_53 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -5322,12 +3390,12 @@ static const NSSItem nss_builtins_items_85 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_86 [] = {
+static const NSSItem nss_builtins_items_54 [] = {
{ (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 *)"ValiCert Class 3 VA", (PRUint32)20 },
+ { (void *)"RSA Root Certificate 1", (PRUint32)23 },
{ (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
{ (void *)"\060\201\273\061\044\060\042\006\003\125\004\007\023\033\126\141"
"\154\151\103\145\162\164\040\126\141\154\151\144\141\164\151\157"
@@ -5407,12 +3475,12 @@ static const NSSItem nss_builtins_items_86 [] = {
"\040\017\105\176\153\242\177\243\214\025\356"
, (PRUint32)747 }
};
-static const NSSItem nss_builtins_items_87 [] = {
+static const NSSItem nss_builtins_items_55 [] = {
{ (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 *)"ValiCert Class 3 VA", (PRUint32)20 },
+ { (void *)"RSA Root Certificate 1", (PRUint32)23 },
{ (void *)"\151\275\214\364\234\323\000\373\131\056\027\223\312\125\152\363"
"\354\252\065\373"
, (PRUint32)20 },
@@ -5437,332 +3505,7 @@ static const NSSItem nss_builtins_items_87 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_88 [] = {
- { (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 *)"Thawte Universal CA Root", (PRUint32)25 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\127\061\017\060\015\006\003\125\004\012\023\006\124\150\141"
-"\167\164\145\061\041\060\037\006\003\125\004\013\023\030\124\150"
-"\141\167\164\145\040\125\156\151\166\145\162\163\141\154\040\103"
-"\101\040\122\157\157\164\061\041\060\037\006\003\125\004\003\023"
-"\030\124\150\141\167\164\145\040\125\156\151\166\145\162\163\141"
-"\154\040\103\101\040\122\157\157\164"
-, (PRUint32)89 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\127\061\017\060\015\006\003\125\004\012\023\006\124\150\141"
-"\167\164\145\061\041\060\037\006\003\125\004\013\023\030\124\150"
-"\141\167\164\145\040\125\156\151\166\145\162\163\141\154\040\103"
-"\101\040\122\157\157\164\061\041\060\037\006\003\125\004\003\023"
-"\030\124\150\141\167\164\145\040\125\156\151\166\145\162\163\141"
-"\154\040\103\101\040\122\157\157\164"
-, (PRUint32)89 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (void *)"\060\202\021\042\060\202\011\012\002\001\000\060\015\006\011\052"
-"\206\110\206\367\015\001\001\005\005\000\060\127\061\017\060\015"
-"\006\003\125\004\012\023\006\124\150\141\167\164\145\061\041\060"
-"\037\006\003\125\004\013\023\030\124\150\141\167\164\145\040\125"
-"\156\151\166\145\162\163\141\154\040\103\101\040\122\157\157\164"
-"\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167\164"
-"\145\040\125\156\151\166\145\162\163\141\154\040\103\101\040\122"
-"\157\157\164\060\036\027\015\071\071\061\062\060\065\061\063\065"
-"\066\060\065\132\027\015\063\067\060\064\060\063\061\063\065\066"
-"\060\065\132\060\127\061\017\060\015\006\003\125\004\012\023\006"
-"\124\150\141\167\164\145\061\041\060\037\006\003\125\004\013\023"
-"\030\124\150\141\167\164\145\040\125\156\151\166\145\162\163\141"
-"\154\040\103\101\040\122\157\157\164\061\041\060\037\006\003\125"
-"\004\003\023\030\124\150\141\167\164\145\040\125\156\151\166\145"
-"\162\163\141\154\040\103\101\040\122\157\157\164\060\202\010\042"
-"\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003"
-"\202\010\017\000\060\202\010\012\002\202\010\001\000\342\211\005"
-"\155\303\177\255\246\211\072\377\273\307\315\235\067\261\341\322"
-"\041\036\233\141\052\025\347\173\127\117\125\074\320\273\371\331"
-"\075\076\246\274\354\264\255\123\232\026\002\353\013\162\375\212"
-"\362\217\104\005\305\353\323\345\275\266\104\071\346\373\107\277"
-"\152\236\012\225\030\342\150\342\326\226\326\041\255\210\375\365"
-"\027\365\323\332\102\245\220\355\051\225\226\165\072\332\207\241"
-"\324\365\323\207\336\005\142\246\343\146\164\222\317\245\274\273"
-"\337\150\377\161\165\126\101\131\065\353\063\132\146\121\362\322"
-"\243\012\301\214\316\163\134\021\157\055\214\225\214\221\261\375"
-"\317\345\255\126\225\314\205\222\203\220\125\101\311\302\167\355"
-"\371\243\164\102\012\150\010\363\320\321\145\375\147\054\064\377"
-"\044\177\347\171\310\007\073\045\127\335\244\014\230\075\276\340"
-"\314\031\145\333\362\124\242\257\102\324\235\342\256\204\043\045"
-"\011\063\022\265\152\036\166\304\213\331\111\000\154\136\272\037"
-"\362\033\332\147\312\047\252\243\104\043\033\203\202\316\362\253"
-"\063\355\124\244\334\311\253\131\145\321\070\016\301\076\033\147"
-"\217\326\165\001\340\125\042\335\166\167\354\216\335\364\317\171"
-"\042\155\271\127\003\365\231\010\247\074\076\064\373\304\027\256"
-"\043\130\315\044\363\043\312\152\002\050\224\001\201\064\264\154"
-"\153\256\213\032\303\243\322\011\074\026\124\365\066\137\044\343"
-"\237\112\241\342\144\306\026\303\246\201\172\044\066\107\216\301"
-"\136\016\373\371\025\170\004\326\016\131\331\235\130\146\142\322"
-"\224\051\062\062\310\170\271\146\366\265\126\341\154\306\024\113"
-"\226\122\131\221\002\044\152\125\107\327\077\266\043\032\140\167"
-"\227\056\342\100\257\236\004\127\236\255\021\305\311\103\160\357"
-"\110\264\136\254\034\151\056\056\202\325\133\213\276\202\276\031"
-"\024\136\347\015\042\307\121\033\377\036\233\361\060\217\161\061"
-"\006\263\064\047\217\137\172\146\202\117\212\055\023\253\102\317"
-"\041\126\236\227\216\146\066\017\226\233\345\053\364\002\251\052"
-"\152\214\054\304\303\270\160\054\055\051\036\077\120\167\036\155"
-"\052\124\344\125\012\221\070\241\305\265\146\242\166\132\356\017"
-"\277\264\147\341\050\156\017\341\066\241\202\321\277\324\167\341"
-"\304\147\062\223\170\310\347\124\123\376\043\171\346\150\314\046"
-"\220\366\020\143\135\052\157\221\055\244\163\062\121\041\362\273"
-"\025\337\252\044\010\110\006\336\241\236\046\277\272\203\277\174"
-"\244\310\240\214\275\322\377\274\204\151\047\023\044\030\304\105"
-"\030\043\046\136\030\024\312\056\210\207\142\243\123\346\041\267"
-"\270\205\173\232\205\273\025\046\162\370\271\367\152\164\017\111"
-"\077\222\276\251\005\267\231\047\277\277\011\027\113\231\114\255"
-"\021\020\174\337\164\061\366\217\046\137\252\210\256\070\127\310"
-"\125\055\323\373\330\033\121\231\276\045\033\072\272\300\175\033"
-"\355\316\322\111\271\317\363\305\175\211\220\201\330\151\110\040"
-"\020\243\370\357\222\121\030\062\213\021\030\300\077\033\205\126"
-"\316\127\311\362\202\144\306\337\002\011\056\112\021\057\261\047"
-"\155\067\122\360\360\026\141\361\147\215\337\207\162\257\207\332"
-"\317\373\120\224\156\324\224\205\353\212\054\352\041\365\226\112"
-"\104\325\340\316\152\164\104\115\320\005\323\207\025\355\066\320"
-"\244\213\146\125\160\223\356\107\006\301\176\056\245\030\171\147"
-"\363\050\205\361\160\367\016\203\244\176\124\236\132\166\062\313"
-"\145\033\270\315\373\310\050\003\322\124\221\321\247\305\205\103"
-"\010\027\166\245\346\057\147\010\330\241\242\202\055\014\370\301"
-"\257\143\324\120\167\155\153\106\112\101\205\325\220\137\171\055"
-"\304\354\327\021\207\100\212\341\150\342\144\370\125\062\373\157"
-"\223\054\332\167\331\041\301\027\345\066\054\116\176\220\177\254"
-"\224\053\062\147\276\070\120\166\270\256\101\271\327\041\305\011"
-"\114\140\310\243\121\304\064\233\127\067\337\313\311\063\127\213"
-"\353\373\166\237\031\115\305\152\037\052\105\256\053\355\057\215"
-"\247\245\000\313\004\372\045\142\056\164\110\033\312\052\214\272"
-"\333\266\176\366\273\002\174\251\303\333\130\170\241\277\360\376"
-"\032\020\125\021\316\350\151\116\226\145\306\027\003\326\007\150"
-"\214\124\202\256\034\042\125\077\361\364\011\227\050\300\106\367"
-"\116\013\045\035\367\007\327\011\035\072\030\127\070\073\350\063"
-"\006\347\217\170\106\036\133\365\006\266\354\270\246\015\361\272"
-"\023\113\326\030\040\335\151\063\112\063\025\256\270\310\230\212"
-"\047\054\223\274\055\373\356\063\277\146\346\115\272\266\233\006"
-"\125\140\227\113\274\104\315\176\364\241\330\252\057\300\002\050"
-"\041\026\142\170\333\010\124\362\374\364\064\343\306\217\034\103"
-"\127\316\220\032\113\334\056\073\050\221\211\077\172\332\065\035"
-"\216\054\356\111\354\364\063\255\311\123\250\214\237\004\123\076"
-"\044\034\122\311\022\371\142\127\243\274\356\054\353\100\174\040"
-"\043\160\053\225\371\163\027\212\321\301\034\151\246\267\070\232"
-"\147\367\160\035\172\132\014\100\317\142\017\205\074\302\002\116"
-"\176\265\366\305\052\051\204\263\037\067\052\341\252\162\102\304"
-"\355\153\032\217\222\034\135\276\321\362\133\362\253\252\251\322"
-"\365\270\244\101\053\053\221\156\022\110\312\230\330\067\215\310"
-"\355\000\060\265\266\004\116\176\234\332\204\354\300\372\173\345"
-"\035\210\244\123\106\260\224\344\134\033\241\045\054\017\110\122"
-"\167\227\011\154\354\133\030\063\203\002\345\202\176\315\205\041"
-"\060\021\375\047\117\317\344\036\354\077\245\127\154\351\052\060"
-"\031\052\210\345\303\151\070\253\157\071\161\177\204\341\101\303"
-"\341\314\052\211\040\122\056\203\017\154\071\077\113\055\026\254"
-"\055\360\044\254\000\163\364\233\263\006\077\005\270\024\205\037"
-"\253\236\134\074\236\142\235\016\155\073\200\011\374\002\352\242"
-"\227\164\312\307\371\343\126\341\303\312\245\246\232\300\220\340"
-"\044\022\123\322\302\213\332\276\355\002\103\136\147\341\211\230"
-"\171\356\313\252\312\303\033\334\347\245\106\245\174\153\026\207"
-"\266\132\050\327\333\047\074\136\245\275\266\121\335\037\103\317"
-"\073\046\310\072\215\045\141\301\111\364\074\033\311\104\352\257"
-"\034\302\053\224\001\052\016\060\321\133\213\053\107\345\303\321"
-"\004\003\233\016\071\054\326\047\324\346\160\132\331\165\317\052"
-"\330\311\000\005\344\023\210\354\303\071\373\207\141\060\066\103"
-"\003\310\236\234\242\006\302\057\305\374\360\200\143\261\124\004"
-"\240\114\251\056\306\365\166\172\330\320\344\324\224\021\345\025"
-"\265\170\006\334\270\200\217\231\251\040\063\075\020\205\114\145"
-"\011\312\076\130\136\140\223\232\252\142\135\300\121\006\034\135"
-"\140\240\015\234\113\103\366\247\026\041\244\207\252\362\301\056"
-"\356\222\060\270\236\337\337\020\001\213\206\011\160\330\154\250"
-"\267\120\036\026\226\264\367\147\375\065\072\041\220\052\062\307"
-"\000\173\115\007\020\011\271\057\163\330\030\176\147\231\004\117"
-"\006\374\120\307\205\233\235\100\235\263\226\067\372\245\334\262"
-"\162\116\357\116\011\054\375\221\375\115\367\273\246\241\076\253"
-"\173\242\003\100\246\251\125\047\342\372\371\031\316\207\165\252"
-"\361\165\066\363\363\270\221\370\221\303\213\165\023\216\114\145"
-"\232\026\071\152\345\064\350\172\226\131\177\065\260\000\375\133"
-"\151\374\103\046\372\365\050\156\376\207\331\176\044\373\264\240"
-"\202\156\124\242\377\256\277\142\264\364\162\001\302\313\230\107"
-"\230\341\114\265\027\200\200\316\217\246\050\356\036\105\152\373"
-"\337\361\035\374\132\073\326\352\364\154\035\142\111\127\073\212"
-"\217\206\352\360\123\004\316\234\026\150\377\272\271\374\210\017"
-"\107\367\002\104\162\100\270\312\073\055\123\235\334\074\126\214"
-"\131\173\150\032\054\215\161\273\154\000\307\032\316\157\100\222"
-"\261\243\057\017\331\104\362\243\160\056\236\356\016\256\062\320"
-"\073\076\213\007\352\346\171\263\134\051\342\175\153\250\136\371"
-"\132\061\350\010\226\242\214\003\230\106\361\270\175\220\124\046"
-"\355\166\142\376\236\351\232\156\136\311\111\307\134\064\123\051"
-"\124\331\354\344\106\341\200\073\165\331\337\373\171\325\207\361"
-"\272\236\353\031\316\114\122\163\346\133\207\256\045\117\071\171"
-"\314\306\270\371\020\173\354\360\233\161\244\005\240\323\051\323"
-"\116\177\037\364\055\050\170\314\125\225\173\036\221\057\314\126"
-"\030\163\213\262\333\274\151\007\346\320\330\117\355\242\377\130"
-"\205\243\155\340\112\123\267\147\175\215\014\134\133\173\167\050"
-"\002\065\104\172\004\323\050\103\310\153\060\027\135\062\270\051"
-"\065\272\166\332\073\024\112\166\030\130\244\370\222\074\236\115"
-"\063\157\106\153\010\331\061\110\150\335\364\373\044\126\064\262"
-"\317\151\146\276\110\322\212\146\042\315\362\151\315\302\123\023"
-"\105\051\101\042\326\135\230\037\266\244\262\243\302\356\002\057"
-"\121\033\334\203\244\354\160\045\250\324\010\141\062\157\344\241"
-"\201\056\174\143\162\372\051\145\274\160\104\317\135\002\003\001"
-"\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005\005"
-"\000\003\202\010\001\000\125\232\064\152\042\006\151\011\105\063"
-"\307\256\251\134\307\011\116\233\206\274\101\220\324\224\122\366"
-"\315\043\051\224\113\042\315\350\275\376\235\315\122\362\275\355"
-"\253\207\311\253\253\106\004\264\275\242\077\042\060\107\120\300"
-"\113\214\166\017\003\365\222\322\261\055\304\172\065\234\311\163"
-"\207\353\246\237\336\017\163\215\323\177\231\330\272\217\157\304"
-"\363\276\032\256\213\242\224\066\220\342\345\353\215\005\364\374"
-"\145\337\225\361\304\224\115\027\126\327\237\074\217\120\074\347"
-"\167\277\225\206\046\144\373\152\377\306\332\351\214\256\102\273"
-"\151\345\063\306\330\351\015\306\125\041\111\301\014\264\243\371"
-"\233\113\134\336\203\117\101\003\316\052\171\150\070\175\360\124"
-"\111\040\365\266\020\377\010\334\063\146\226\233\377\006\336\000"
-"\236\327\316\126\103\232\121\374\160\315\366\360\121\243\267\315"
-"\264\134\205\142\315\161\267\306\053\043\053\335\303\156\100\102"
-"\372\067\377\067\034\366\172\127\224\207\205\043\327\324\311\307"
-"\137\301\115\057\311\015\327\134\354\234\045\356\236\060\202\221"
-"\226\162\270\165\035\370\011\150\127\227\262\055\113\356\045\354"
-"\172\044\051\356\162\324\234\023\333\253\334\003\012\330\112\024"
-"\311\010\127\104\135\241\265\123\200\064\362\024\227\317\122\336"
-"\242\016\212\020\351\024\357\320\140\276\141\241\361\045\135\325"
-"\030\163\077\223\020\312\226\356\263\100\322\333\243\125\317\127"
-"\132\245\016\117\165\107\337\352\367\220\232\155\365\160\056\035"
-"\024\034\067\144\004\131\120\260\334\162\206\157\234\067\075\135"
-"\050\257\163\125\357\322\356\044\164\164\023\357\334\333\061\111"
-"\373\077\143\365\323\010\076\063\245\347\235\012\336\123\054\121"
-"\216\147\333\233\101\145\101\120\275\324\244\226\154\207\274\022"
-"\340\224\307\323\300\344\313\163\130\000\203\341\254\047\205\326"
-"\235\123\235\134\275\012\076\003\103\234\014\221\365\155\173\370"
-"\100\162\165\253\021\166\221\053\341\306\252\037\160\151\166\160"
-"\025\011\376\223\320\326\055\267\025\152\233\147\134\264\151\237"
-"\045\246\175\212\373\175\042\251\161\362\316\116\214\270\041\055"
-"\336\376\101\161\015\377\235\354\163\246\273\007\117\210\016\130"
-"\107\056\176\251\302\307\170\335\272\172\236\116\340\060\116\143"
-"\157\205\324\040\101\351\372\376\103\105\347\373\257\172\262\316"
-"\244\005\035\042\232\130\206\337\344\316\114\251\376\330\026\245"
-"\157\373\330\316\126\173\365\326\040\357\344\107\315\143\044\377"
-"\271\276\361\110\243\301\001\162\346\275\300\255\355\046\015\312"
-"\064\237\374\002\055\040\117\005\040\256\041\075\014\302\040\074"
-"\077\360\004\204\334\317\211\375\271\045\221\216\320\103\346\263"
-"\040\253\134\055\325\100\236\240\113\330\364\262\314\175\361\130"
-"\012\216\207\355\210\254\066\226\344\126\240\021\212\362\232\320"
-"\263\127\243\064\273\031\253\070\341\164\153\042\304\061\316\001"
-"\325\033\066\343\036\070\114\063\223\337\100\343\131\127\116\254"
-"\156\173\036\132\075\305\035\133\254\310\020\202\065\002\042\262"
-"\374\165\350\020\221\215\304\175\170\223\107\236\034\235\254\153"
-"\142\002\130\214\326\034\043\326\257\170\302\200\234\244\252\044"
-"\124\024\265\024\230\306\370\053\032\044\313\161\062\012\342\233"
-"\016\151\153\335\176\214\144\321\056\143\357\016\177\261\076\210"
-"\114\235\125\345\311\156\027\004\267\101\377\275\212\101\313\045"
-"\061\157\104\167\077\107\261\374\201\210\007\216\005\111\040\267"
-"\021\331\151\003\052\003\235\271\063\204\232\337\337\172\343\106"
-"\163\243\330\242\214\123\031\210\125\114\164\270\366\104\204\053"
-"\321\024\055\116\071\056\222\150\377\151\374\205\142\033\353\125"
-"\117\357\045\204\142\105\231\326\330\116\157\077\123\010\175\035"
-"\006\225\201\200\177\117\116\164\066\230\265\342\207\160\230\334"
-"\327\365\334\122\025\346\306\326\171\226\071\177\217\225\317\253"
-"\200\123\255\033\013\105\100\016\324\030\275\054\336\212\167\166"
-"\375\362\104\107\306\041\320\344\164\360\330\030\005\310\174\060"
-"\162\307\337\361\273\374\002\060\251\364\102\046\131\015\223\005"
-"\202\241\163\355\064\345\070\135\315\120\220\376\224\374\023\274"
-"\275\374\250\242\210\247\163\304\262\250\321\135\210\304\002\242"
-"\172\361\004\311\376\214\164\311\357\035\144\101\237\254\036\226"
-"\147\144\254\253\050\101\307\235\367\300\230\033\156\007\302\144"
-"\175\132\203\146\126\050\066\234\347\373\034\167\016\050\240\304"
-"\367\153\171\071\004\040\204\307\127\223\274\033\240\352\274\353"
-"\102\345\250\021\376\374\254\145\314\375\370\050\210\364\245\232"
-"\345\163\121\340\250\233\015\003\167\116\345\340\230\263\210\332"
-"\175\346\306\236\174\024\146\301\056\123\112\222\007\067\240\176"
-"\351\075\011\344\025\174\317\375\270\101\245\357\236\146\235\304"
-"\136\007\035\207\370\101\255\352\347\057\322\101\143\030\067\371"
-"\024\343\115\320\345\367\103\375\025\343\371\066\163\006\046\337"
-"\001\117\251\303\116\336\040\106\167\230\264\172\044\053\073\165"
-"\053\116\130\215\233\135\244\307\026\240\274\062\210\077\241\203"
-"\363\000\310\370\330\130\351\143\135\114\053\265\360\162\101\330"
-"\253\167\067\326\162\164\256\266\066\234\310\246\203\111\113\340"
-"\311\126\013\051\276\000\060\313\335\326\310\102\212\000\331\354"
-"\025\321\064\161\362\133\144\207\366\047\322\267\353\206\260\220"
-"\277\051\333\041\236\066\214\343\040\057\225\043\121\154\033\302"
-"\244\325\346\330\002\103\147\240\376\233\120\003\104\177\273\344"
-"\162\325\321\344\332\217\222\024\144\373\135\024\020\022\112\225"
-"\006\311\145\010\051\312\041\243\046\070\021\311\047\337\160\147"
-"\004\375\312\110\062\177\143\262\105\164\061\120\117\207\331\040"
-"\160\322\041\160\261\326\020\235\063\135\170\203\221\155\125\202"
-"\354\332\344\142\143\307\201\106\327\031\145\162\052\103\031\220"
-"\270\327\043\115\114\034\340\104\251\146\147\254\356\161\171\047"
-"\046\170\155\162\016\365\135\113\043\265\174\174\145\351\027\306"
-"\072\013\015\335\136\036\121\303\206\270\354\177\307\047\112\245"
-"\106\350\152\055\031\301\207\243\313\231\223\207\144\242\125\024"
-"\114\267\103\245\223\327\347\322\116\171\100\312\145\231\106\075"
-"\077\172\200\172\210\152\314\036\345\153\063\106\364\120\300\325"
-"\037\011\270\315\212\056\241\047\353\135\163\247\350\153\012\345"
-"\127\202\052\260\374\342\124\122\126\360\253\251\022\306\043\226"
-"\007\044\234\340\274\106\245\264\040\004\332\011\223\143\345\324"
-"\056\302\176\305\061\355\265\025\164\206\027\271\263\363\046\212"
-"\035\002\152\332\032\077\350\272\361\004\155\224\121\124\342\132"
-"\264\131\203\035\140\320\055\163\314\007\265\046\214\371\327\306"
-"\210\221\357\200\317\135\017\241\140\313\105\324\102\042\321\261"
-"\160\035\375\320\267\060\220\072\306\110\155\147\345\062\332\217"
-"\333\343\250\343\035\040\045\242\034\341\114\271\244\366\306\077"
-"\134\130\015\273\306\262\167\001\026\221\237\027\006\015\267\100"
-"\076\314\217\216\234\113\340\235\176\233\036\005\253\210\042\372"
-"\323\050\033\127\024\144\112\076\044\054\070\115\041\151\000\163"
-"\056\320\125\055\164\362\025\350\224\103\076\100\052\306\306\271"
-"\152\133\336\242\314\030\120\124\135\116\052\205\154\366\222\213"
-"\051\031\176\347\352\112\340\042\053\045\274\367\146\317\167\232"
-"\101\164\362\074\024\015\164\151\365\120\203\315\315\057\041\333"
-"\042\106\212\320\367\121\032\225\127\362\005\213\032\031\355\073"
-"\105\350\066\302\156\176\373\127\042\000\037\006\123\251\256\223"
-"\306\217\161\052\061\105\222\347\216\155\346\231\042\300\203\374"
-"\357\334\127\146\167\117\242\066\061\373\241\023\215\345\312\243"
-"\225\175\001\014\144\160\073\123\102\150\200\307\273\235\250\000"
-"\065\151\230\014\250\147\330\103\345\252\317\225\340\121\225\244"
-"\027\077\102\235\270\004\316\323\171\171\310\323\212\026\062\222"
-"\340\327\242\356\327\067\114\057\254\270\173\276\105\366\361\030"
-"\063\234\173\067\246\044\331\274\100\253\000\351\303\067\213\253"
-"\330\266\363\136\201\116\260\024\153\007\076\037\354\302\366\104"
-"\042\225\273\263\346\157\326\371\160\145\272\012\203\145\252\016"
-"\023\057\203\023\043\123\213\100\026\372\316\057\374\115\004\370"
-"\353\330\254\305\066\302\025\127\110\070\354\125\263\264\036\272"
-"\255\322\102\006\027\015\163\310\127\246\276\226\115\251\362\300"
-"\373\172\041\034\365\311\160\251\202\220\265\361\014\324\171\020"
-"\276\201\246\351\134\141\234\167\171\232\244\303\067\046\127\067"
-"\311\122\054\372\010\377\320\137\306\141\300\364\166\276\374\336"
-"\116\317\253\121\231\161\307\337\176\364\326\317\006\126\031\023"
-"\123\013\155\164\131\110\031\233\123\005\055\235\062\124\323\345"
-"\054\123\213\144\076\324\144\173\343\200\011\024\314\376\026\106"
-"\143\153\161\151\370\371\313\047\366\210\124\274\105\263\316\002"
-"\310\224\356\100\133\371\102\002\302\377\260\330\054\353\050\177"
-"\136\311\046\001\231\247"
-, (PRUint32)4390 }
-};
-static const NSSItem nss_builtins_items_89 [] = {
- { (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 *)"Thawte Universal CA Root", (PRUint32)25 },
- { (void *)"\213\302\212\044\257\373\126\135\350\120\025\173\172\153\157\024"
-"\170\114\220\343"
-, (PRUint32)20 },
- { (void *)"\027\257\161\026\122\173\163\145\042\005\051\050\204\161\235\023"
-, (PRUint32)16 },
- { (void *)"\060\127\061\017\060\015\006\003\125\004\012\023\006\124\150\141"
-"\167\164\145\061\041\060\037\006\003\125\004\013\023\030\124\150"
-"\141\167\164\145\040\125\156\151\166\145\162\163\141\154\040\103"
-"\101\040\122\157\157\164\061\041\060\037\006\003\125\004\003\023"
-"\030\124\150\141\167\164\145\040\125\156\151\166\145\162\163\141"
-"\154\040\103\101\040\122\157\157\164"
-, (PRUint32)89 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_90 [] = {
+static const NSSItem nss_builtins_items_56 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -5869,7 +3612,7 @@ static const NSSItem nss_builtins_items_90 [] = {
"\113\336\006\226\161\054\362\333\266\037\244\357\077\356"
, (PRUint32)1054 }
};
-static const NSSItem nss_builtins_items_91 [] = {
+static const NSSItem nss_builtins_items_57 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -5901,7 +3644,7 @@ static const NSSItem nss_builtins_items_91 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_92 [] = {
+static const NSSItem nss_builtins_items_58 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6007,7 +3750,7 @@ static const NSSItem nss_builtins_items_92 [] = {
"\311\130\020\371\252\357\132\266\317\113\113\337\052"
, (PRUint32)1053 }
};
-static const NSSItem nss_builtins_items_93 [] = {
+static const NSSItem nss_builtins_items_59 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6038,7 +3781,7 @@ static const NSSItem nss_builtins_items_93 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_94 [] = {
+static const NSSItem nss_builtins_items_60 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6145,7 +3888,7 @@ static const NSSItem nss_builtins_items_94 [] = {
"\153\271\012\172\116\117\113\204\356\113\361\175\335\021"
, (PRUint32)1054 }
};
-static const NSSItem nss_builtins_items_95 [] = {
+static const NSSItem nss_builtins_items_61 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6177,7 +3920,7 @@ static const NSSItem nss_builtins_items_95 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_96 [] = {
+static const NSSItem nss_builtins_items_62 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6284,7 +4027,7 @@ static const NSSItem nss_builtins_items_96 [] = {
"\367\146\103\363\236\203\076\040\252\303\065\140\221\316"
, (PRUint32)1054 }
};
-static const NSSItem nss_builtins_items_97 [] = {
+static const NSSItem nss_builtins_items_63 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6316,7 +4059,7 @@ static const NSSItem nss_builtins_items_97 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_98 [] = {
+static const NSSItem nss_builtins_items_64 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6434,7 +4177,7 @@ static const NSSItem nss_builtins_items_98 [] = {
"\155\055\105\013\367\012\223\352\355\006\371\262"
, (PRUint32)1244 }
};
-static const NSSItem nss_builtins_items_99 [] = {
+static const NSSItem nss_builtins_items_65 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6465,7 +4208,7 @@ static const NSSItem nss_builtins_items_99 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_100 [] = {
+static const NSSItem nss_builtins_items_66 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6585,7 +4328,7 @@ static const NSSItem nss_builtins_items_100 [] = {
"\354"
, (PRUint32)1265 }
};
-static const NSSItem nss_builtins_items_101 [] = {
+static const NSSItem nss_builtins_items_67 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6616,7 +4359,7 @@ static const NSSItem nss_builtins_items_101 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_102 [] = {
+static const NSSItem nss_builtins_items_68 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6724,7 +4467,7 @@ static const NSSItem nss_builtins_items_102 [] = {
"\275\114\105\236\141\272\277\204\201\222\003\321\322\151\174\305"
, (PRUint32)1120 }
};
-static const NSSItem nss_builtins_items_103 [] = {
+static const NSSItem nss_builtins_items_69 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6754,7 +4497,7 @@ static const NSSItem nss_builtins_items_103 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_104 [] = {
+static const NSSItem nss_builtins_items_70 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6845,7 +4588,7 @@ static const NSSItem nss_builtins_items_104 [] = {
"\246\167\067\270\125\074\255\376\145\260\142\351"
, (PRUint32)844 }
};
-static const NSSItem nss_builtins_items_105 [] = {
+static const NSSItem nss_builtins_items_71 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6875,7 +4618,7 @@ static const NSSItem nss_builtins_items_105 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_106 [] = {
+static const NSSItem nss_builtins_items_72 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6962,7 +4705,7 @@ static const NSSItem nss_builtins_items_106 [] = {
"\306\003\256\254\343\277\267\300\252\052"
, (PRUint32)938 }
};
-static const NSSItem nss_builtins_items_107 [] = {
+static const NSSItem nss_builtins_items_73 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -6987,7 +4730,7 @@ static const NSSItem nss_builtins_items_107 [] = {
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_108 [] = {
+static const NSSItem nss_builtins_items_74 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7069,7 +4812,7 @@ static const NSSItem nss_builtins_items_108 [] = {
"\347\201\035\031\303\044\102\352\143\071\251"
, (PRUint32)891 }
};
-static const NSSItem nss_builtins_items_109 [] = {
+static const NSSItem nss_builtins_items_75 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7093,7 +4836,7 @@ static const NSSItem nss_builtins_items_109 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_110 [] = {
+static const NSSItem nss_builtins_items_76 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7162,7 +4905,7 @@ static const NSSItem nss_builtins_items_110 [] = {
"\365"
, (PRUint32)641 }
};
-static const NSSItem nss_builtins_items_111 [] = {
+static const NSSItem nss_builtins_items_77 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7187,7 +4930,7 @@ static const NSSItem nss_builtins_items_111 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_112 [] = {
+static const NSSItem nss_builtins_items_78 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7255,7 +4998,7 @@ static const NSSItem nss_builtins_items_112 [] = {
"\126\224\251\125"
, (PRUint32)660 }
};
-static const NSSItem nss_builtins_items_113 [] = {
+static const NSSItem nss_builtins_items_79 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7279,7 +5022,7 @@ static const NSSItem nss_builtins_items_113 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_114 [] = {
+static const NSSItem nss_builtins_items_80 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7346,7 +5089,7 @@ static const NSSItem nss_builtins_items_114 [] = {
"\132\052\202\262\067\171"
, (PRUint32)646 }
};
-static const NSSItem nss_builtins_items_115 [] = {
+static const NSSItem nss_builtins_items_81 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7370,7 +5113,7 @@ static const NSSItem nss_builtins_items_115 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_116 [] = {
+static const NSSItem nss_builtins_items_82 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7445,7 +5188,7 @@ static const NSSItem nss_builtins_items_116 [] = {
"\221\060\352\315"
, (PRUint32)804 }
};
-static const NSSItem nss_builtins_items_117 [] = {
+static const NSSItem nss_builtins_items_83 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7468,108 +5211,7 @@ static const NSSItem nss_builtins_items_117 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_118 [] = {
- { (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 *)"Visa International Global Root 1", (PRUint32)33 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156"
-, (PRUint32)79 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156"
-, (PRUint32)79 },
- { (void *)"\003\035"
-, (PRUint32)2 },
- { (void *)"\060\202\003\130\060\202\002\100\240\003\002\001\002\002\002\003"
-"\035\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
-"\060\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\060"
-"\036\027\015\060\060\060\070\061\066\062\061\065\062\060\060\132"
-"\027\015\062\060\060\070\061\065\062\063\065\071\060\060\132\060"
-"\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061\015"
-"\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057\060"
-"\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156\164"
-"\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166\151"
-"\143\145\040\101\163\163\157\143\151\141\164\151\157\156\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\305"
-"\035\115\163\101\225\341\040\264\154\154\316\147\352\165\006\254"
-"\304\004\302\140\057\010\222\317\040\355\156\251\311\161\046\126"
-"\242\375\332\273\014\370\225\011\311\371\362\035\317\104\225\355"
-"\061\112\332\155\340\275\374\165\026\226\302\357\012\172\014\307"
-"\270\264\220\106\056\251\027\012\340\107\104\204\174\034\075\040"
-"\106\006\103\103\205\162\353\135\341\003\274\062\232\313\356\011"
-"\306\127\025\263\056\332\062\140\247\022\230\222\233\323\312\043"
-"\102\260\043\367\120\151\116\214\233\150\241\067\060\222\311\041"
-"\057\150\212\240\326\204\251\130\115\014\353\125\075\272\012\106"
-"\110\372\302\276\271\007\300\354\275\223\064\171\071\075\267\232"
-"\064\240\014\075\243\377\232\204\346\372\340\077\252\124\204\001"
-"\063\112\205\306\250\024\136\025\301\327\140\325\360\151\170\151"
-"\144\170\327\024\356\023\330\243\362\377\165\141\070\154\324\046"
-"\262\327\150\210\031\147\016\353\341\277\274\216\232\352\310\224"
-"\351\266\314\370\025\205\223\155\146\167\053\261\027\013\210\046"
-"\154\106\242\337\316\103\245\156\367\375\033\107\156\130\367\002"
-"\003\001\000\001\243\102\060\100\060\016\006\003\125\035\017\001"
-"\001\377\004\004\003\002\001\006\060\017\006\003\125\035\023\001"
-"\001\377\004\005\060\003\001\001\377\060\035\006\003\125\035\016"
-"\004\026\004\024\313\303\306\143\312\336\161\177\333\247\327\377"
-"\102\164\366\313\314\266\120\062\060\015\006\011\052\206\110\206"
-"\367\015\001\001\005\005\000\003\202\001\001\000\266\030\204\244"
-"\276\346\177\315\373\106\221\024\175\000\100\167\167\206\271\215"
-"\161\035\234\376\361\330\345\001\077\331\242\140\033\315\272\163"
-"\064\054\356\136\004\222\304\042\104\126\354\352\373\367\311\001"
-"\026\375\350\050\355\370\336\375\074\076\056\230\214\215\343\170"
-"\342\317\216\213\340\257\301\215\140\024\202\202\126\261\207\056"
-"\360\351\022\025\035\076\151\012\255\216\246\130\364\231\374\021"
-"\106\356\367\311\355\306\257\054\271\206\045\322\227\376\117\235"
-"\330\062\341\302\146\121\163\206\015\335\165\343\212\372\364\212"
-"\065\146\335\210\147\255\171\250\374\151\365\333\372\257\225\264"
-"\234\220\037\137\301\026\311\310\010\200\032\327\003\362\136\161"
-"\243\126\143\036\105\066\175\161\276\061\147\164\206\057\331\354"
-"\210\302\040\275\231\115\075\125\005\320\242\132\114\125\042\230"
-"\320\361\165\364\027\372\330\343\376\342\024\340\017\145\372\262"
-"\326\151\054\063\120\311\047\240\254\220\061\113\024\345\353\143"
-"\144\340\075\343\374\022\112\305\226\202\055\332\045\071\376\324"
-"\177\056\101\307\142\110\327\161\105\073\170\222"
-, (PRUint32)860 }
-};
-static const NSSItem nss_builtins_items_119 [] = {
- { (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 *)"Visa International Global Root 1", (PRUint32)33 },
- { (void *)"\106\260\324\152\346\120\054\267\223\205\000\010\220\373\363\120"
-"\251\310\140\157"
-, (PRUint32)20 },
- { (void *)"\031\152\006\154\335\311\017\266\024\321\311\373\163\077\005\317"
-, (PRUint32)16 },
- { (void *)"\060\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156"
-, (PRUint32)79 },
- { (void *)"\003\035"
-, (PRUint32)2 },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_120 [] = {
+static const NSSItem nss_builtins_items_84 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7654,7 +5296,7 @@ static const NSSItem nss_builtins_items_120 [] = {
"\265\314\255\006"
, (PRUint32)900 }
};
-static const NSSItem nss_builtins_items_121 [] = {
+static const NSSItem nss_builtins_items_85 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -7679,303 +5321,7 @@ static const NSSItem nss_builtins_items_121 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_122 [] = {
- { (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 *)"Visa International Global Root 3", (PRUint32)33 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\063"
-, (PRUint32)99 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\063"
-, (PRUint32)99 },
- { (void *)"\003\037"
-, (PRUint32)2 },
- { (void *)"\060\202\003\200\060\202\002\150\240\003\002\001\002\002\002\003"
-"\037\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
-"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\063\060\036\027\015\060\060\060\070\061\066\062\063\063"
-"\064\060\060\132\027\015\062\060\060\070\061\065\062\063\065\071"
-"\060\060\132\060\141\061\013\060\011\006\003\125\004\006\023\002"
-"\125\123\061\015\060\013\006\003\125\004\012\023\004\126\111\123"
-"\101\061\057\060\055\006\003\125\004\013\023\046\126\151\163\141"
-"\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\123"
-"\145\162\166\151\143\145\040\101\163\163\157\143\151\141\164\151"
-"\157\156\061\022\060\020\006\003\125\004\003\023\011\107\120\040"
-"\122\157\157\164\040\063\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\272\354\103\270\064\352\243\147\337"
-"\167\011\037\032\020\242\036\251\116\225\114\164\347\014\334\154"
-"\306\230\320\253\372\027\044\232\147\243\111\024\144\211\217\223"
-"\022\057\357\217\330\316\020\004\213\205\300\334\057\274\051\230"
-"\257\234\102\305\313\322\226\317\364\245\305\055\156\115\214\070"
-"\216\262\152\010\231\325\221\033\250\355\063\223\111\135\313\347"
-"\025\103\155\122\361\310\350\327\332\060\340\230\052\251\133\243"
-"\303\321\001\003\201\135\176\266\011\225\350\333\062\156\375\072"
-"\303\265\236\233\375\131\031\040\263\043\300\342\152\356\104\226"
-"\200\357\150\011\100\224\302\267\063\111\203\345\311\256\055\040"
-"\067\220\030\075\040\066\332\171\071\257\270\127\237\172\357\140"
-"\052\041\204\370\377\240\071\041\323\330\155\124\307\303\152\074"
-"\310\134\037\056\107\162\024\154\125\113\011\006\315\216\305\153"
-"\013\347\007\107\072\175\222\137\175\017\260\134\063\127\203\203"
-"\077\036\204\250\171\220\237\227\116\042\334\165\042\310\156\057"
-"\326\320\313\166\341\014\127\227\341\046\217\051\204\123\362\345"
-"\216\223\312\113\212\114\065\002\003\001\000\001\243\102\060\100"
-"\060\035\006\003\125\035\016\004\026\004\024\242\134\156\015\145"
-"\010\301\367\116\133\311\155\360\320\126\033\071\202\103\273\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\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003"
-"\202\001\001\000\003\215\126\010\263\241\255\375\163\102\331\147"
-"\054\156\232\317\277\036\310\115\362\115\322\331\067\311\070\104"
-"\215\256\211\014\357\214\231\053\112\223\365\155\254\146\112\077"
-"\127\152\020\245\242\032\023\246\054\352\142\347\200\371\275\375"
-"\344\377\332\021\237\071\130\155\365\103\362\364\375\246\277\235"
-"\261\253\232\106\007\337\341\360\133\077\376\135\131\100\006\254"
-"\030\010\107\114\074\114\110\106\316\210\341\250\266\236\165\246"
-"\240\367\176\033\266\304\215\355\360\052\123\025\112\333\051\117"
-"\071\123\347\122\130\243\276\334\344\220\055\265\311\316\230\377"
-"\054\206\241\010\240\310\316\367\202\071\011\014\301\302\324\251"
-"\244\052\016\063\201\307\074\160\313\060\155\244\126\267\233\134"
-"\174\002\042\276\345\007\175\155\044\321\047\261\326\035\036\134"
-"\107\074\277\056\156\370\034\204\110\354\365\341\240\225\021\315"
-"\347\060\353\134\360\051\173\165\202\002\006\262\363\223\071\322"
-"\016\254\337\137\044\023\025\060\103\365\120\324\307\203\240\103"
-"\071\117\145\064\275\246\351\316\341\164\276\040\337\322\162\026"
-"\113\211\106\166"
-, (PRUint32)900 }
-};
-static const NSSItem nss_builtins_items_123 [] = {
- { (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 *)"Visa International Global Root 3", (PRUint32)33 },
- { (void *)"\000\263\327\076\235\205\161\066\073\147\325\056\136\156\371\022"
-"\242\205\067\122"
-, (PRUint32)20 },
- { (void *)"\327\276\275\236\373\162\170\072\347\212\275\201\276\013\075\030"
-, (PRUint32)16 },
- { (void *)"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\063"
-, (PRUint32)99 },
- { (void *)"\003\037"
-, (PRUint32)2 },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_124 [] = {
- { (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 *)"Visa International Global Root 4", (PRUint32)33 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\064"
-, (PRUint32)99 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\064"
-, (PRUint32)99 },
- { (void *)"\003\040"
-, (PRUint32)2 },
- { (void *)"\060\202\002\173\060\202\001\344\240\003\002\001\002\002\002\003"
-"\040\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
-"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\064\060\036\027\015\060\060\060\070\061\067\060\060\061"
-"\071\060\060\132\027\015\062\060\060\070\061\066\062\063\065\071"
-"\060\060\132\060\141\061\013\060\011\006\003\125\004\006\023\002"
-"\125\123\061\015\060\013\006\003\125\004\012\023\004\126\111\123"
-"\101\061\057\060\055\006\003\125\004\013\023\046\126\151\163\141"
-"\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\123"
-"\145\162\166\151\143\145\040\101\163\163\157\143\151\141\164\151"
-"\157\156\061\022\060\020\006\003\125\004\003\023\011\107\120\040"
-"\122\157\157\164\040\064\060\201\237\060\015\006\011\052\206\110"
-"\206\367\015\001\001\001\005\000\003\201\215\000\060\201\211\002"
-"\201\201\000\270\353\360\217\240\346\361\343\000\077\136\162\236"
-"\256\004\017\364\117\316\312\332\142\063\352\356\132\302\301\366"
-"\056\070\211\264\015\317\241\256\271\061\263\375\246\307\266\304"
-"\154\203\014\200\141\070\072\012\276\034\001\240\031\033\347\373"
-"\162\155\222\143\233\246\257\063\364\264\133\032\350\050\336\114"
-"\347\067\361\024\361\340\027\340\024\110\354\104\035\171\245\116"
-"\252\341\244\204\167\275\313\115\266\352\160\176\137\252\027\054"
-"\113\133\260\352\205\324\151\250\021\351\053\067\035\273\246\004"
-"\356\233\101\002\003\001\000\001\243\102\060\100\060\035\006\003"
-"\125\035\016\004\026\004\024\103\306\110\100\300\017\306\030\132"
-"\111\111\345\201\200\006\115\137\335\324\205\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\015\006\011"
-"\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000\244"
-"\031\075\163\316\207\321\237\126\022\134\310\070\345\356\371\022"
-"\310\331\001\352\235\203\064\306\242\153\213\167\172\222\176\207"
-"\307\125\043\024\215\302\150\115\031\362\151\264\352\107\024\221"
-"\073\121\207\030\372\166\233\342\173\034\023\323\346\146\036\012"
-"\022\271\135\220\306\073\023\024\042\315\065\214\055\105\140\000"
-"\004\310\357\130\002\305\135\231\264\220\155\336\124\327\043\342"
-"\071\204\045\303\150\243\142\243\171\330\230\241\132\322\134\211"
-"\375\345\026\014\364\253\027\110\176\255\353\200\300\125\201"
-, (PRUint32)639 }
-};
-static const NSSItem nss_builtins_items_125 [] = {
- { (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 *)"Visa International Global Root 4", (PRUint32)33 },
- { (void *)"\231\001\027\355\035\374\376\140\054\136\120\175\140\223\051\223"
-"\214\100\014\146"
-, (PRUint32)20 },
- { (void *)"\010\107\110\253\040\057\157\302\163\013\262\025\005\041\036\312"
-, (PRUint32)16 },
- { (void *)"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\064"
-, (PRUint32)99 },
- { (void *)"\003\040"
-, (PRUint32)2 },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_126 [] = {
- { (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 *)"Visa International Global Root 5", (PRUint32)33 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\065"
-, (PRUint32)99 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\065"
-, (PRUint32)99 },
- { (void *)"\003\041"
-, (PRUint32)2 },
- { (void *)"\060\202\002\173\060\202\001\344\240\003\002\001\002\002\002\003"
-"\041\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
-"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\065\060\036\027\015\060\060\060\070\061\067\060\060\062"
-"\070\060\060\132\027\015\062\060\060\070\061\066\062\063\065\071"
-"\060\060\132\060\141\061\013\060\011\006\003\125\004\006\023\002"
-"\125\123\061\015\060\013\006\003\125\004\012\023\004\126\111\123"
-"\101\061\057\060\055\006\003\125\004\013\023\046\126\151\163\141"
-"\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\123"
-"\145\162\166\151\143\145\040\101\163\163\157\143\151\141\164\151"
-"\157\156\061\022\060\020\006\003\125\004\003\023\011\107\120\040"
-"\122\157\157\164\040\065\060\201\237\060\015\006\011\052\206\110"
-"\206\367\015\001\001\001\005\000\003\201\215\000\060\201\211\002"
-"\201\201\000\255\000\156\362\240\174\061\021\034\101\260\067\217"
-"\203\242\103\313\227\137\002\040\211\015\156\274\052\261\361\245"
-"\144\357\330\216\112\326\162\235\236\156\037\232\250\371\205\003"
-"\254\301\047\152\204\345\146\110\161\232\136\102\017\212\342\237"
-"\366\200\017\043\254\123\303\301\237\002\304\370\130\106\352\364"
-"\251\202\257\155\007\106\206\361\055\374\006\270\036\125\325\071"
-"\141\222\204\213\361\330\212\063\116\074\023\265\326\161\374\153"
-"\076\264\034\172\013\207\325\065\146\064\303\163\062\143\130\337"
-"\022\153\043\002\003\001\000\001\243\102\060\100\060\035\006\003"
-"\125\035\016\004\026\004\024\043\116\363\002\004\004\327\322\247"
-"\000\126\301\316\111\054\214\025\226\063\057\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\015\006\011"
-"\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000\074"
-"\224\001\207\362\310\317\341\217\256\271\013\342\034\175\361\031"
-"\255\321\355\366\001\133\066\123\012\200\076\256\064\126\147\160"
-"\156\103\124\116\171\315\213\325\120\031\062\330\111\070\064\375"
-"\266\163\111\353\016\111\172\277\032\367\352\007\050\045\273\025"
-"\111\034\121\112\125\232\070\057\055\017\130\371\171\321\002\145"
-"\023\214\131\237\020\177\135\027\074\164\362\265\352\167\201\066"
-"\206\157\062\133\005\264\015\243\046\147\360\344\065\016\107\275"
-"\153\301\221\235\013\364\077\232\021\174\224\026\147\266\230"
-, (PRUint32)639 }
-};
-static const NSSItem nss_builtins_items_127 [] = {
- { (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 *)"Visa International Global Root 5", (PRUint32)33 },
- { (void *)"\367\027\230\102\276\276\302\037\113\055\235\013\234\067\036\064"
-"\206\325\251\317"
-, (PRUint32)20 },
- { (void *)"\317\200\157\240\170\121\321\126\233\253\310\135\243\157\220\012"
-, (PRUint32)16 },
- { (void *)"\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
-"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
-"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
-"\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157"
-"\164\040\065"
-, (PRUint32)99 },
- { (void *)"\003\041"
-, (PRUint32)2 },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_128 [] = {
+static const NSSItem nss_builtins_items_86 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -8084,7 +5430,7 @@ static const NSSItem nss_builtins_items_128 [] = {
"\043\020\077\041\020\131\267\344\100\335\046\014\043\366\252\256"
, (PRUint32)1328 }
};
-static const NSSItem nss_builtins_items_129 [] = {
+static const NSSItem nss_builtins_items_87 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -8108,1466 +5454,12 @@ static const NSSItem nss_builtins_items_129 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_130 [] = {
- { (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 *)"Xcert Root CA", (PRUint32)14 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\073\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\026\060\024\006\003\125\004\013\023\015"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101"
-, (PRUint32)61 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\073\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\026\060\024\006\003\125\004\013\023\015"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101"
-, (PRUint32)61 },
- { (void *)"\012\001\001\001\000\000\002\174\000\000\000\002\000\000\000\002"
-, (PRUint32)16 },
- { (void *)"\060\202\003\143\060\202\002\113\240\003\002\001\002\002\020\012"
-"\001\001\001\000\000\002\174\000\000\000\002\000\000\000\002\060"
-"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\073"
-"\061\041\060\037\006\003\125\004\012\023\030\130\143\145\162\164"
-"\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\111"
-"\156\143\056\061\026\060\024\006\003\125\004\013\023\015\130\143"
-"\145\162\164\040\122\157\157\164\040\103\101\060\036\027\015\060"
-"\060\060\070\061\070\061\070\061\070\061\067\132\027\015\062\065"
-"\060\070\061\065\061\071\060\063\061\067\132\060\073\061\041\060"
-"\037\006\003\125\004\012\023\030\130\143\145\162\164\040\111\156"
-"\164\145\162\156\141\164\151\157\156\141\154\040\111\156\143\056"
-"\061\026\060\024\006\003\125\004\013\023\015\130\143\145\162\164"
-"\040\122\157\157\164\040\103\101\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\250\264\141\213\035\034\076"
-"\220\173\160\062\100\155\215\026\312\065\141\141\265\342\373\025"
-"\311\364\041\136\201\033\317\042\234\254\253\273\140\320\240\063"
-"\336\021\123\032\011\017\073\032\023\251\324\207\314\130\367\055"
-"\122\251\242\302\251\072\355\317\064\235\241\002\357\270\362\270"
-"\053\127\210\020\223\265\251\065\143\273\005\102\103\042\177\277"
-"\160\136\323\050\245\125\050\040\113\223\111\217\247\277\075\100"
-"\050\015\021\257\162\046\011\005\064\011\305\253\001\223\127\241"
-"\254\146\124\230\042\234\043\353\272\014\144\234\266\075\373\342"
-"\306\226\302\317\013\117\352\310\060\372\212\053\312\034\021\226"
-"\032\051\000\214\353\162\324\121\105\251\235\167\040\325\022\273"
-"\265\362\177\006\070\202\115\175\222\036\350\325\372\310\051\107"
-"\151\032\025\021\214\257\246\054\301\050\364\151\133\151\236\344"
-"\074\023\356\300\241\140\352\101\277\302\142\113\155\242\067\204"
-"\072\076\363\260\062\256\212\153\154\023\363\072\041\012\173\226"
-"\130\063\051\136\156\250\312\151\242\276\216\006\105\135\361\146"
-"\071\125\112\034\132\044\261\113\321\002\003\001\000\001\243\143"
-"\060\141\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\037\006\003\125\035\043\004\030\060\026\200\024"
-"\104\250\111\070\165\061\154\253\050\347\161\362\330\324\310\257"
-"\101\017\107\221\060\035\006\003\125\035\016\004\026\004\024\104"
-"\250\111\070\165\061\154\253\050\347\161\362\330\324\310\257\101"
-"\017\107\221\060\015\006\011\052\206\110\206\367\015\001\001\005"
-"\005\000\003\202\001\001\000\075\163\136\245\012\273\265\021\303"
-"\361\147\321\022\032\242\107\051\021\114\116\131\067\040\206\011"
-"\100\362\105\361\111\171\071\032\075\045\327\057\051\320\010\005"
-"\025\024\373\344\104\154\077\176\136\265\122\330\221\130\074\226"
-"\373\324\112\357\361\056\301\126\036\114\151\014\331\140\035\112"
-"\107\047\265\003\063\333\030\273\333\123\236\241\173\121\152\220"
-"\323\245\025\310\202\013\300\267\067\062\165\205\124\136\125\020"
-"\174\221\073\251\053\140\306\061\166\254\304\060\111\003\304\266"
-"\126\100\245\360\143\257\151\112\210\257\327\253\013\356\072\333"
-"\275\023\203\250\073\242\351\271\105\365\121\115\224\360\131\251"
-"\333\241\067\147\322\024\236\247\173\327\031\252\025\043\153\151"
-"\165\321\023\076\130\364\363\001\350\210\304\224\126\311\300\376"
-"\337\117\107\125\037\153\201\116\124\355\023\137\162\374\046\206"
-"\004\066\217\117\022\115\234\120\342\116\132\126\254\271\375\054"
-"\037\130\173\005\022\007\143\070\357\031\343\364\074\221\132\242"
-"\045\142\127\274\306\224\240\167\234\317\064\142\340\277\373\165"
-"\074\351\033\046\033\234\144"
-, (PRUint32)871 }
-};
-static const NSSItem nss_builtins_items_131 [] = {
- { (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 *)"Xcert Root CA", (PRUint32)14 },
- { (void *)"\041\021\164\054\135\202\325\257\325\231\114\122\004\123\125\050"
-"\104\361\154\261"
-, (PRUint32)20 },
- { (void *)"\226\201\231\014\155\262\211\205\303\331\200\234\063\273\076\031"
-, (PRUint32)16 },
- { (void *)"\060\073\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\026\060\024\006\003\125\004\013\023\015"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101"
-, (PRUint32)61 },
- { (void *)"\012\001\001\001\000\000\002\174\000\000\000\002\000\000\000\002"
-, (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) }
-};
-static const NSSItem nss_builtins_items_132 [] = {
- { (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 *)"Xcert Root CA 1024", (PRUint32)19 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\100\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\033\060\031\006\003\125\004\013\023\022"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\061\060"
-"\062\064"
-, (PRUint32)66 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\100\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\033\060\031\006\003\125\004\013\023\022"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\061\060"
-"\062\064"
-, (PRUint32)66 },
- { (void *)"\012\001\001\001\000\000\002\174\000\000\000\003\000\000\000\002"
-, (PRUint32)16 },
- { (void *)"\060\202\002\150\060\202\001\321\240\003\002\001\002\002\020\012"
-"\001\001\001\000\000\002\174\000\000\000\003\000\000\000\002\060"
-"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\100"
-"\061\041\060\037\006\003\125\004\012\023\030\130\143\145\162\164"
-"\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\111"
-"\156\143\056\061\033\060\031\006\003\125\004\013\023\022\130\143"
-"\145\162\164\040\122\157\157\164\040\103\101\040\061\060\062\064"
-"\060\036\027\015\060\060\060\070\061\070\061\070\063\061\063\062"
-"\132\027\015\062\065\060\070\061\065\061\071\060\060\065\066\132"
-"\060\100\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\033\060\031\006\003\125\004\013\023\022"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\061\060"
-"\062\064\060\201\237\060\015\006\011\052\206\110\206\367\015\001"
-"\001\001\005\000\003\201\215\000\060\201\211\002\201\201\000\326"
-"\276\067\211\021\251\242\367\107\054\052\317\152\000\046\145\050"
-"\104\244\212\344\336\240\103\125\231\104\153\274\156\270\307\316"
-"\306\143\266\323\350\157\305\230\053\044\221\270\236\242\272\161"
-"\110\336\064\040\041\172\326\322\305\211\062\245\211\306\334\205"
-"\204\124\362\236\110\355\314\104\266\006\377\216\304\316\131\255"
-"\237\154\351\042\130\301\077\024\012\103\200\207\031\122\120\343"
-"\050\007\310\254\030\342\261\032\252\243\342\140\267\166\121\007"
-"\051\071\136\110\351\146\160\201\056\070\232\275\031\175\353\002"
-"\003\001\000\001\243\143\060\141\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\037\006\003\125\035\043"
-"\004\030\060\026\200\024\204\171\307\117\007\131\261\153\301\072"
-"\065\272\270\364\325\231\047\310\272\016\060\035\006\003\125\035"
-"\016\004\026\004\024\204\171\307\117\007\131\261\153\301\072\065"
-"\272\270\364\325\231\047\310\272\016\060\015\006\011\052\206\110"
-"\206\367\015\001\001\005\005\000\003\201\201\000\163\260\341\000"
-"\355\256\150\322\140\003\106\353\371\034\361\245\246\174\134\062"
-"\174\354\002\141\323\034\035\163\061\054\272\216\275\111\115\310"
-"\335\331\167\165\101\347\222\041\232\154\051\333\247\154\160\206"
-"\240\134\303\344\363\062\314\001\204\131\327\210\071\070\363\250"
-"\342\342\032\260\227\315\053\027\334\144\004\017\252\152\163\224"
-"\326\353\010\306\200\151\115\336\172\325\305\067\361\222\027\074"
-"\155\323\212\041\314\144\020\252\336\142\207\037\217\270\370\252"
-"\165\112\364\010\054\365\334\146\317\303\070\176"
-, (PRUint32)620 }
-};
-static const NSSItem nss_builtins_items_133 [] = {
- { (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 *)"Xcert Root CA 1024", (PRUint32)19 },
- { (void *)"\054\245\040\131\044\213\336\160\224\354\326\313\143\116\176\051"
-"\207\004\113\220"
-, (PRUint32)20 },
- { (void *)"\304\040\322\322\017\140\113\244\062\340\221\324\040\113\111\270"
-, (PRUint32)16 },
- { (void *)"\060\100\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\033\060\031\006\003\125\004\013\023\022"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\061\060"
-"\062\064"
-, (PRUint32)66 },
- { (void *)"\012\001\001\001\000\000\002\174\000\000\000\003\000\000\000\002"
-, (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) }
-};
-static const NSSItem nss_builtins_items_134 [] = {
- { (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 *)"Xcert Root CA v1", (PRUint32)17 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\076\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\031\060\027\006\003\125\004\013\023\020"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061"
-, (PRUint32)64 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\076\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\031\060\027\006\003\125\004\013\023\020"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061"
-, (PRUint32)64 },
- { (void *)"\012\001\001\001\000\000\002\174\000\000\000\004\000\000\000\002"
-, (PRUint32)16 },
- { (void *)"\060\202\002\377\060\202\001\347\002\020\012\001\001\001\000\000"
-"\002\174\000\000\000\004\000\000\000\002\060\015\006\011\052\206"
-"\110\206\367\015\001\001\005\005\000\060\076\061\041\060\037\006"
-"\003\125\004\012\023\030\130\143\145\162\164\040\111\156\164\145"
-"\162\156\141\164\151\157\156\141\154\040\111\156\143\056\061\031"
-"\060\027\006\003\125\004\013\023\020\130\143\145\162\164\040\122"
-"\157\157\164\040\103\101\040\166\061\060\036\027\015\060\060\060"
-"\070\061\070\061\070\064\060\065\060\132\027\015\062\065\060\070"
-"\061\065\061\071\060\060\063\070\132\060\076\061\041\060\037\006"
-"\003\125\004\012\023\030\130\143\145\162\164\040\111\156\164\145"
-"\162\156\141\164\151\157\156\141\154\040\111\156\143\056\061\031"
-"\060\027\006\003\125\004\013\023\020\130\143\145\162\164\040\122"
-"\157\157\164\040\103\101\040\166\061\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\301\222\253\362\266\065"
-"\066\002\110\017\205\364\116\057\202\145\315\110\276\261\267\075"
-"\263\173\256\272\062\064\206\074\230\277\370\260\275\373\302\314"
-"\366\011\227\070\134\215\245\043\116\341\310\204\346\220\147\164"
-"\073\243\366\156\231\053\217\303\007\322\227\121\007\117\004\313"
-"\236\262\370\074\367\070\346\226\112\072\353\025\157\347\142\346"
-"\103\063\007\262\015\132\317\225\051\071\147\210\023\043\324\214"
-"\155\137\216\041\340\061\363\265\334\231\305\304\355\205\020\176"
-"\222\324\242\035\074\037\013\263\043\346\300\313\044\233\154\020"
-"\246\315\024\326\243\235\123\217\367\036\101\232\266\033\035\010"
-"\134\367\071\101\303\036\336\114\046\243\140\174\056\023\207\221"
-"\154\327\302\043\057\347\175\031\037\315\133\352\230\305\271\106"
-"\175\065\106\344\173\213\112\331\223\340\006\253\300\314\112\375"
-"\333\332\013\060\077\270\134\340\007\023\250\305\060\374\274\206"
-"\366\252\277\016\143\057\217\111\162\020\321\236\205\371\101\355"
-"\110\074\170\014\375\240\052\006\033\257\323\335\147\057\354\110"
-"\057\121\111\066\042\267\110\315\111\357\002\003\001\000\001\060"
-"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202"
-"\001\001\000\250\334\263\040\056\375\127\110\020\017\346\215\140"
-"\122\033\166\035\234\146\240\157\372\150\006\330\247\234\313\241"
-"\014\216\045\350\256\307\337\072\160\255\251\370\052\044\274\274"
-"\307\252\307\011\267\273\020\351\037\132\325\242\001\106\213\005"
-"\304\243\165\111\013\100\307\261\153\237\333\130\026\143\062\204"
-"\132\020\215\142\226\253\230\146\233\272\372\126\010\033\272\142"
-"\363\357\071\153\374\144\261\311\256\357\136\224\341\242\200\371"
-"\010\203\026\022\066\226\331\011\220\331\230\072\257\075\205\330"
-"\221\052\222\034\134\271\314\325\134\163\070\216\173\163\122\014"
-"\272\237\362\216\277\310\174\012\023\272\162\221\240\073\040\357"
-"\211\052\303\014\200\151\126\163\020\364\140\031\340\036\026\112"
-"\144\253\374\106\072\320\013\323\227\261\134\331\234\254\030\072"
-"\040\007\172\042\371\267\020\145\272\354\346\123\324\252\344\303"
-"\101\274\233\337\302\335\232\001\106\324\216\105\355\311\312\026"
-"\064\204\215\062\124\074\124\142\220\215\032\146\122\315\372\034"
-"\314\014\374\261\343\223\310\247\331\353\150\143\217\320\176\056"
-"\055\335\051"
-, (PRUint32)771 }
-};
-static const NSSItem nss_builtins_items_135 [] = {
- { (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 *)"Xcert Root CA v1", (PRUint32)17 },
- { (void *)"\252\070\226\073\042\304\350\333\032\031\107\202\076\257\220\003"
-"\207\102\254\345"
-, (PRUint32)20 },
- { (void *)"\111\216\265\061\147\112\303\226\274\213\257\160\026\303\005\111"
-, (PRUint32)16 },
- { (void *)"\060\076\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\031\060\027\006\003\125\004\013\023\020"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061"
-, (PRUint32)64 },
- { (void *)"\012\001\001\001\000\000\002\174\000\000\000\004\000\000\000\002"
-, (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) }
-};
-static const NSSItem nss_builtins_items_136 [] = {
- { (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 *)"Xcert Root CA v1 1024", (PRUint32)22 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\103\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\036\060\034\006\003\125\004\013\023\025"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061"
-"\040\061\060\062\064"
-, (PRUint32)69 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\103\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\036\060\034\006\003\125\004\013\023\025"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061"
-"\040\061\060\062\064"
-, (PRUint32)69 },
- { (void *)"\012\001\001\001\000\000\002\174\000\000\000\005\000\000\000\002"
-, (PRUint32)16 },
- { (void *)"\060\202\002\004\060\202\001\155\002\020\012\001\001\001\000\000"
-"\002\174\000\000\000\005\000\000\000\002\060\015\006\011\052\206"
-"\110\206\367\015\001\001\005\005\000\060\103\061\041\060\037\006"
-"\003\125\004\012\023\030\130\143\145\162\164\040\111\156\164\145"
-"\162\156\141\164\151\157\156\141\154\040\111\156\143\056\061\036"
-"\060\034\006\003\125\004\013\023\025\130\143\145\162\164\040\122"
-"\157\157\164\040\103\101\040\166\061\040\061\060\062\064\060\036"
-"\027\015\060\060\060\070\061\070\061\070\065\060\065\066\132\027"
-"\015\062\065\060\070\061\065\061\071\060\061\060\070\132\060\103"
-"\061\041\060\037\006\003\125\004\012\023\030\130\143\145\162\164"
-"\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\111"
-"\156\143\056\061\036\060\034\006\003\125\004\013\023\025\130\143"
-"\145\162\164\040\122\157\157\164\040\103\101\040\166\061\040\061"
-"\060\062\064\060\201\237\060\015\006\011\052\206\110\206\367\015"
-"\001\001\001\005\000\003\201\215\000\060\201\211\002\201\201\000"
-"\247\011\303\322\251\246\031\160\354\051\351\105\173\066\340\352"
-"\076\311\231\160\100\321\266\140\364\335\043\307\131\171\235\036"
-"\245\276\065\143\000\346\300\056\154\100\123\346\321\166\106\361"
-"\240\313\203\105\124\230\031\317\173\232\070\370\164\063\063\077"
-"\251\045\040\050\046\135\050\161\106\206\040\075\060\053\253\346"
-"\115\372\077\352\104\100\114\373\163\324\334\226\164\364\116\344"
-"\152\035\033\227\240\174\060\341\300\163\266\015\242\167\172\361"
-"\030\370\112\161\161\236\370\250\165\376\142\370\252\075\317\175"
-"\002\003\001\000\001\060\015\006\011\052\206\110\206\367\015\001"
-"\001\005\005\000\003\201\201\000\173\323\325\114\177\114\242\176"
-"\174\327\126\141\331\225\230\205\212\327\111\334\214\107\252\007"
-"\354\270\333\171\044\236\347\245\222\127\146\011\217\024\260\376"
-"\004\362\275\121\020\270\070\303\241\022\333\220\203\176\265\143"
-"\130\253\063\255\227\036\106\120\102\020\254\310\253\055\035\065"
-"\154\306\346\103\120\050\003\241\254\373\021\225\377\351\325\112"
-"\017\221\345\003\344\210\060\074\034\166\321\227\360\012\324\207"
-"\240\014\232\217\141\316\332\176\162\263\073\120\300\200\204\017"
-"\041\040\224\150\052\332\214\276"
-, (PRUint32)520 }
-};
-static const NSSItem nss_builtins_items_137 [] = {
- { (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 *)"Xcert Root CA v1 1024", (PRUint32)22 },
- { (void *)"\042\072\107\064\216\347\211\332\165\206\073\031\062\260\146\340"
-"\264\121\247\064"
-, (PRUint32)20 },
- { (void *)"\100\212\076\322\066\036\040\237\374\055\066\253\350\371\202\062"
-, (PRUint32)16 },
- { (void *)"\060\103\061\041\060\037\006\003\125\004\012\023\030\130\143\145"
-"\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154"
-"\040\111\156\143\056\061\036\060\034\006\003\125\004\013\023\025"
-"\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061"
-"\040\061\060\062\064"
-, (PRUint32)69 },
- { (void *)"\012\001\001\001\000\000\002\174\000\000\000\005\000\000\000\002"
-, (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) }
-};
-static const NSSItem nss_builtins_items_138 [] = {
- { (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 *)"Xcert EZ", (PRUint32)9 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\214\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\015\060\013\006\003\125\004\010\023\004\125\164\141\150\061"
-"\027\060\025\006\003\125\004\007\023\016\123\141\154\164\040\114"
-"\141\153\145\040\103\151\164\171\061\030\060\026\006\003\125\004"
-"\012\023\017\130\143\145\162\164\040\105\132\040\142\171\040\104"
-"\123\124\061\030\060\026\006\003\125\004\003\023\017\130\143\145"
-"\162\164\040\105\132\040\142\171\040\104\123\124\061\041\060\037"
-"\006\011\052\206\110\206\367\015\001\011\001\026\022\143\141\100"
-"\144\151\147\163\151\147\164\162\165\163\164\056\143\157\155"
-, (PRUint32)143 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\214\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\015\060\013\006\003\125\004\010\023\004\125\164\141\150\061"
-"\027\060\025\006\003\125\004\007\023\016\123\141\154\164\040\114"
-"\141\153\145\040\103\151\164\171\061\030\060\026\006\003\125\004"
-"\012\023\017\130\143\145\162\164\040\105\132\040\142\171\040\104"
-"\123\124\061\030\060\026\006\003\125\004\003\023\017\130\143\145"
-"\162\164\040\105\132\040\142\171\040\104\123\124\061\041\060\037"
-"\006\011\052\206\110\206\367\015\001\011\001\026\022\143\141\100"
-"\144\151\147\163\151\147\164\162\165\163\164\056\143\157\155"
-, (PRUint32)143 },
- { (void *)"\000\320\036\100\220\000\000\047\113\000\000\000\001\000\000\000"
-"\004"
-, (PRUint32)17 },
- { (void *)"\060\202\003\370\060\202\002\340\240\003\002\001\002\002\021\000"
-"\320\036\100\220\000\000\047\113\000\000\000\001\000\000\000\004"
-"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
-"\201\214\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\015\060\013\006\003\125\004\010\023\004\125\164\141\150\061\027"
-"\060\025\006\003\125\004\007\023\016\123\141\154\164\040\114\141"
-"\153\145\040\103\151\164\171\061\030\060\026\006\003\125\004\012"
-"\023\017\130\143\145\162\164\040\105\132\040\142\171\040\104\123"
-"\124\061\030\060\026\006\003\125\004\003\023\017\130\143\145\162"
-"\164\040\105\132\040\142\171\040\104\123\124\061\041\060\037\006"
-"\011\052\206\110\206\367\015\001\011\001\026\022\143\141\100\144"
-"\151\147\163\151\147\164\162\165\163\164\056\143\157\155\060\036"
-"\027\015\071\071\060\067\061\064\061\066\061\064\061\070\132\027"
-"\015\060\071\060\067\061\061\061\066\061\064\061\070\132\060\201"
-"\214\061\013\060\011\006\003\125\004\006\023\002\125\123\061\015"
-"\060\013\006\003\125\004\010\023\004\125\164\141\150\061\027\060"
-"\025\006\003\125\004\007\023\016\123\141\154\164\040\114\141\153"
-"\145\040\103\151\164\171\061\030\060\026\006\003\125\004\012\023"
-"\017\130\143\145\162\164\040\105\132\040\142\171\040\104\123\124"
-"\061\030\060\026\006\003\125\004\003\023\017\130\143\145\162\164"
-"\040\105\132\040\142\171\040\104\123\124\061\041\060\037\006\011"
-"\052\206\110\206\367\015\001\011\001\026\022\143\141\100\144\151"
-"\147\163\151\147\164\162\165\163\164\056\143\157\155\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\255\124"
-"\030\336\264\277\367\255\350\164\252\355\213\174\217\302\324\165"
-"\032\325\204\271\266\142\374\211\357\344\227\141\222\373\035\270"
-"\341\132\107\064\236\236\006\042\373\323\352\070\313\270\213\007"
-"\367\032\240\027\167\007\132\060\034\324\051\070\040\327\047\100"
-"\330\120\223\103\277\322\030\242\051\166\005\162\252\153\266\151"
-"\230\253\171\036\034\145\365\152\213\374\305\026\252\242\162\332"
-"\140\355\116\156\031\045\172\012\035\060\343\120\233\102\074\104"
-"\353\241\260\040\036\333\002\176\376\075\037\277\320\000\212\333"
-"\100\166\246\030\245\025\247\127\266\122\302\001\027\230\167\217"
-"\212\201\306\032\264\152\052\346\257\251\326\000\254\317\330\025"
-"\111\174\333\033\241\376\201\372\207\371\323\220\301\002\300\371"
-"\320\102\351\221\150\045\137\306\277\207\071\351\225\000\140\050"
-"\277\203\054\300\347\136\266\327\066\026\347\140\207\166\350\347"
-"\047\262\045\015\213\172\345\252\035\345\131\315\316\013\016\157"
-"\306\310\234\343\020\331\205\071\323\267\233\372\306\272\174\164"
-"\322\135\165\126\253\164\244\242\121\277\122\174\356\161\002\003"
-"\001\000\001\243\123\060\121\060\017\006\003\125\035\023\001\001"
-"\377\004\005\060\003\001\001\377\060\037\006\003\125\035\043\004"
-"\030\060\026\200\024\010\040\154\146\353\201\012\154\134\325\265"
-"\246\074\101\335\034\226\221\047\167\060\035\006\003\125\035\016"
-"\004\026\004\024\010\040\154\146\353\201\012\154\134\325\265\246"
-"\074\101\335\034\226\221\047\167\060\015\006\011\052\206\110\206"
-"\367\015\001\001\005\005\000\003\202\001\001\000\132\207\130\217"
-"\055\253\166\041\153\124\014\331\361\101\366\116\315\053\236\343"
-"\037\233\243\055\177\331\053\175\130\310\147\244\051\365\351\354"
-"\325\275\226\077\243\163\370\304\133\066\174\320\143\054\064\071"
-"\233\110\270\075\157\366\024\305\236\143\346\247\064\156\323\350"
-"\063\263\307\074\030\156\043\256\103\222\231\077\230\305\151\060"
-"\361\066\073\255\271\060\202\326\266\131\026\226\002\013\051\022"
-"\141\264\021\211\367\014\057\224\220\205\230\050\234\123\154\176"
-"\143\335\163\364\031\377\112\201\321\262\122\043\375\074\112\064"
-"\316\132\033\340\120\212\355\117\201\225\330\140\347\344\304\015"
-"\273\130\076\130\367\116\150\157\076\147\311\313\172\227\026\047"
-"\354\102\141\024\166\273\000\305\353\010\075\025\177\113\266\042"
-"\135\207\073\220\364\363\300\376\067\263\351\331\142\014\300\303"
-"\131\257\140\275\037\015\333\241\064\037\060\304\075\213\255\260"
-"\035\004\223\355\137\325\344\277\040\060\004\364\110\351\063\001"
-"\321\056\220\047\122\263\233\336\072\034\253\251\227\177\233\353"
-"\302\215\302\155\354\334\023\323\106\305\171\174"
-, (PRUint32)1020 }
-};
-static const NSSItem nss_builtins_items_139 [] = {
- { (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 *)"Xcert EZ", (PRUint32)9 },
- { (void *)"\150\355\030\263\011\315\122\221\300\323\065\174\035\021\101\277"
-"\210\070\146\261"
-, (PRUint32)20 },
- { (void *)"\202\022\367\211\341\013\221\140\244\266\042\237\224\150\021\222"
-, (PRUint32)16 },
- { (void *)"\060\201\214\061\013\060\011\006\003\125\004\006\023\002\125\123"
-"\061\015\060\013\006\003\125\004\010\023\004\125\164\141\150\061"
-"\027\060\025\006\003\125\004\007\023\016\123\141\154\164\040\114"
-"\141\153\145\040\103\151\164\171\061\030\060\026\006\003\125\004"
-"\012\023\017\130\143\145\162\164\040\105\132\040\142\171\040\104"
-"\123\124\061\030\060\026\006\003\125\004\003\023\017\130\143\145"
-"\162\164\040\105\132\040\142\171\040\104\123\124\061\041\060\037"
-"\006\011\052\206\110\206\367\015\001\011\001\026\022\143\141\100"
-"\144\151\147\163\151\147\164\162\165\163\164\056\143\157\155"
-, (PRUint32)143 },
- { (void *)"\000\320\036\100\220\000\000\047\113\000\000\000\001\000\000\000"
-"\004"
-, (PRUint32)17 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_140 [] = {
- { (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 *)"CertEngine CA", (PRUint32)14 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\103\145\162\164\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\143"
-"\145\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\143\145\162"
-"\164\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\103\145\162\164\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\143"
-"\145\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\143\145\162"
-"\164\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (void *)"\060\202\003\335\060\202\002\305\240\003\002\001\002\002\001\000"
-"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
-"\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101\061"
-"\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016"
-"\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\030"
-"\060\026\006\003\125\004\012\023\017\103\145\162\164\105\156\147"
-"\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125\004"
-"\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157\156"
-"\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151\163"
-"\151\157\156\061\023\060\021\006\003\125\004\003\023\012\143\145"
-"\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052\206"
-"\110\206\367\015\001\011\001\026\021\143\141\100\143\145\162\164"
-"\145\156\147\151\156\145\056\143\157\155\060\036\027\015\071\070"
-"\060\061\060\061\060\060\060\060\060\060\132\027\015\063\070\060"
-"\061\061\067\060\060\060\060\060\060\132\060\201\250\061\013\060"
-"\011\006\003\125\004\006\023\002\103\101\061\013\060\011\006\003"
-"\125\004\010\023\002\117\116\061\020\060\016\006\003\125\004\007"
-"\023\007\124\157\162\157\156\164\157\061\030\060\026\006\003\125"
-"\004\012\023\017\103\145\162\164\105\156\147\151\156\145\040\111"
-"\156\143\056\061\051\060\047\006\003\125\004\013\023\040\103\145"
-"\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150"
-"\157\162\151\164\171\040\104\151\166\151\163\151\157\156\061\023"
-"\060\021\006\003\125\004\003\023\012\143\145\162\164\145\156\147"
-"\151\156\145\061\040\060\036\006\011\052\206\110\206\367\015\001"
-"\011\001\026\021\143\141\100\143\145\162\164\145\156\147\151\156"
-"\145\056\143\157\155\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\355\244\327\121\024\241\151\345\155\366"
-"\357\335\077\164\066\165\130\233\336\064\302\146\361\062\163\254"
-"\237\244\150\032\141\147\260\135\153\217\340\163\222\174\216\041"
-"\031\226\345\156\231\176\167\062\134\351\030\341\107\352\140\270"
-"\204\155\155\076\105\044\037\022\044\150\321\252\213\243\004\103"
-"\220\073\033\125\265\315\237\214\317\103\252\035\042\072\363\026"
-"\131\056\233\273\021\306\347\221\225\254\160\020\150\356\107\134"
-"\104\234\051\000\132\365\234\215\232\224\227\075\061\001\254\063"
-"\036\217\123\200\030\351\034\347\156\077\115\232\340\024\361\170"
-"\002\042\113\056\114\102\160\377\015\273\065\012\225\155\326\314"
-"\323\022\112\200\255\216\105\012\313\214\043\110\271\100\130\041"
-"\114\321\077\103\177\257\376\147\306\124\101\074\307\240\240\203"
-"\235\301\371\102\174\247\167\260\345\073\002\220\330\234\060\305"
-"\030\130\032\041\225\115\103\164\031\112\273\250\015\165\221\155"
-"\376\276\166\305\172\302\220\136\201\172\243\143\325\307\333\066"
-"\141\173\342\043\143\127\135\110\331\322\225\147\262\161\102\163"
-"\216\117\233\305\350\217\002\003\001\000\001\243\020\060\016\060"
-"\014\006\003\125\035\023\004\005\060\003\001\001\377\060\015\006"
-"\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001"
-"\000\117\375\241\316\050\235\064\002\114\334\364\165\214\325\175"
-"\364\206\125\231\024\026\220\213\212\152\017\205\041\223\317\251"
-"\053\074\360\024\376\103\104\260\116\317\304\330\005\273\135\136"
-"\264\272\207\025\114\257\153\052\132\150\125\222\354\236\245\150"
-"\107\145\254\312\033\041\330\377\055\005\154\345\354\173\000\025"
-"\325\014\161\113\054\173\275\357\075\244\042\257\343\374\064\255"
-"\007\017\367\136\242\035\317\030\375\060\251\233\076\336\041\066"
-"\267\030\207\176\360\177\327\115\240\142\360\140\151\365\177\116"
-"\303\311\266\344\131\204\007\123\123\371\342\160\171\373\337\164"
-"\252\060\217\056\055\112\212\312\165\157\336\046\312\161\066\344"
-"\322\104\151\224\313\301\273\325\156\135\142\370\051\002\134\172"
-"\231\331\307\313\074\104\032\364\130\064\322\066\155\055\042\175"
-"\170\033\020\123\126\251\046\254\366\255\370\171\256\112\072\231"
-"\011\273\304\377\053\045\337\111\276\253\074\353\001\111\275\055"
-"\300\312\060\300\153\102\124\175\202\340\274\077\363\072\064\022"
-"\070\114\245\063\254\075\253\233\343\117\017\255\237\215\103\146"
-"\345"
-, (PRUint32)993 }
-};
-static const NSSItem nss_builtins_items_141 [] = {
- { (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 *)"CertEngine CA", (PRUint32)14 },
- { (void *)"\301\202\340\336\254\032\145\113\262\022\013\204\012\205\326\300"
-"\267\077\264\154"
-, (PRUint32)20 },
- { (void *)"\072\276\220\341\242\032\164\211\157\217\240\057\040\204\350\123"
-, (PRUint32)16 },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\103\145\162\164\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\143"
-"\145\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\143\145\162"
-"\164\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_142 [] = {
- { (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 *)"BankEngine CA", (PRUint32)14 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\102\141\156\153\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\142"
-"\141\156\153\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\142\141\156"
-"\153\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\102\141\156\153\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\142"
-"\141\156\153\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\142\141\156"
-"\153\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (void *)"\060\202\003\335\060\202\002\305\240\003\002\001\002\002\001\000"
-"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
-"\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101\061"
-"\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016"
-"\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\030"
-"\060\026\006\003\125\004\012\023\017\102\141\156\153\105\156\147"
-"\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125\004"
-"\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157\156"
-"\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151\163"
-"\151\157\156\061\023\060\021\006\003\125\004\003\023\012\142\141"
-"\156\153\145\156\147\151\156\145\061\040\060\036\006\011\052\206"
-"\110\206\367\015\001\011\001\026\021\143\141\100\142\141\156\153"
-"\145\156\147\151\156\145\056\143\157\155\060\036\027\015\071\070"
-"\060\061\060\061\060\060\060\060\060\060\132\027\015\063\070\060"
-"\061\061\067\060\060\060\060\060\060\132\060\201\250\061\013\060"
-"\011\006\003\125\004\006\023\002\103\101\061\013\060\011\006\003"
-"\125\004\010\023\002\117\116\061\020\060\016\006\003\125\004\007"
-"\023\007\124\157\162\157\156\164\157\061\030\060\026\006\003\125"
-"\004\012\023\017\102\141\156\153\105\156\147\151\156\145\040\111"
-"\156\143\056\061\051\060\047\006\003\125\004\013\023\040\103\145"
-"\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150"
-"\157\162\151\164\171\040\104\151\166\151\163\151\157\156\061\023"
-"\060\021\006\003\125\004\003\023\012\142\141\156\153\145\156\147"
-"\151\156\145\061\040\060\036\006\011\052\206\110\206\367\015\001"
-"\011\001\026\021\143\141\100\142\141\156\153\145\156\147\151\156"
-"\145\056\143\157\155\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\327\202\350\115\100\045\327\370\104\313"
-"\342\241\326\102\307\210\027\126\333\060\367\127\202\041\063\274"
-"\161\115\122\254\142\302\007\347\251\353\353\320\023\114\214\124"
-"\077\176\236\107\067\231\327\176\352\267\120\061\034\130\303\012"
-"\047\144\336\155\124\227\251\171\364\372\350\075\354\135\262\122"
-"\313\063\151\351\063\167\366\162\327\240\372\332\062\211\210\222"
-"\020\222\243\313\062\056\327\021\165\217\332\263\032\114\246\111"
-"\217\370\016\305\313\144\331\075\025\247\063\304\311\077\072\207"
-"\072\072\315\114\334\013\336\254\276\025\033\212\330\041\276\237"
-"\171\035\366\160\202\211\365\015\137\032\354\212\223\270\251\253"
-"\125\320\174\365\274\153\304\340\145\326\307\155\356\324\364\151"
-"\067\211\253\006\060\161\357\245\037\104\247\171\206\156\007\123"
-"\271\017\174\110\021\056\043\007\265\005\100\206\203\363\027\245"
-"\134\270\360\303\127\174\003\050\264\030\006\303\212\145\367\052"
-"\222\214\311\342\330\120\176\023\324\075\014\161\154\331\030\027"
-"\062\254\312\272\217\063\160\374\112\307\151\031\350\012\343\363"
-"\355\273\167\015\234\225\002\003\001\000\001\243\020\060\016\060"
-"\014\006\003\125\035\023\004\005\060\003\001\001\377\060\015\006"
-"\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001"
-"\000\132\272\352\107\137\321\041\244\057\353\347\267\172\157\231"
-"\044\171\153\350\202\174\110\077\337\377\114\356\042\303\172\233"
-"\314\205\304\220\365\346\046\154\025\316\134\350\050\225\252\213"
-"\046\276\153\015\175\110\375\076\033\240\263\260\123\201\243\377"
-"\136\206\154\376\205\237\033\205\205\370\062\071\126\315\176\156"
-"\116\171\041\317\136\366\217\327\316\005\111\253\115\123\344\161"
-"\022\054\353\070\302\017\223\320\000\152\001\074\375\177\145\334"
-"\266\067\176\245\147\105\073\226\015\073\072\230\253\217\374\211"
-"\075\042\136\063\150\364\177\002\005\002\272\042\125\311\057\165"
-"\075\001\127\000\172\113\367\017\150\004\006\076\010\133\156\275"
-"\130\031\051\230\254\312\342\112\377\066\344\202\311\121\374\163"
-"\254\226\056\234\144\175\026\046\075\071\276\376\217\002\160\211"
-"\223\022\340\054\122\076\113\156\267\032\377\336\023\257\257\137"
-"\200\055\056\310\161\126\244\206\020\067\076\346\100\045\267\107"
-"\025\027\045\107\332\214\063\306\201\234\026\146\177\345\057\334"
-"\255\356\205\077\224\007\074\330\353\236\024\365\210\265\045\211"
-"\300"
-, (PRUint32)993 }
-};
-static const NSSItem nss_builtins_items_143 [] = {
- { (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 *)"BankEngine CA", (PRUint32)14 },
- { (void *)"\174\366\047\174\203\221\226\137\011\161\303\227\066\111\273\003"
-"\233\175\076\211"
-, (PRUint32)20 },
- { (void *)"\077\126\162\302\341\064\321\166\123\063\106\341\215\272\223\166"
-, (PRUint32)16 },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\102\141\156\153\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\142"
-"\141\156\153\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\142\141\156"
-"\153\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_144 [] = {
- { (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 *)"FortEngine CA", (PRUint32)14 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\106\157\162\164\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\146"
-"\157\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\146\157\162"
-"\164\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\106\157\162\164\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\146"
-"\157\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\146\157\162"
-"\164\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (void *)"\060\202\005\335\060\202\003\305\240\003\002\001\002\002\001\000"
-"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
-"\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101\061"
-"\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016"
-"\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\030"
-"\060\026\006\003\125\004\012\023\017\106\157\162\164\105\156\147"
-"\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125\004"
-"\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157\156"
-"\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151\163"
-"\151\157\156\061\023\060\021\006\003\125\004\003\023\012\146\157"
-"\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052\206"
-"\110\206\367\015\001\011\001\026\021\143\141\100\146\157\162\164"
-"\145\156\147\151\156\145\056\143\157\155\060\036\027\015\071\070"
-"\060\061\060\061\060\060\060\060\060\060\132\027\015\063\070\060"
-"\061\061\067\060\060\060\060\060\060\132\060\201\250\061\013\060"
-"\011\006\003\125\004\006\023\002\103\101\061\013\060\011\006\003"
-"\125\004\010\023\002\117\116\061\020\060\016\006\003\125\004\007"
-"\023\007\124\157\162\157\156\164\157\061\030\060\026\006\003\125"
-"\004\012\023\017\106\157\162\164\105\156\147\151\156\145\040\111"
-"\156\143\056\061\051\060\047\006\003\125\004\013\023\040\103\145"
-"\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150"
-"\157\162\151\164\171\040\104\151\166\151\163\151\157\156\061\023"
-"\060\021\006\003\125\004\003\023\012\146\157\162\164\145\156\147"
-"\151\156\145\061\040\060\036\006\011\052\206\110\206\367\015\001"
-"\011\001\026\021\143\141\100\146\157\162\164\145\156\147\151\156"
-"\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\312\276\306\156\234\003\307\035\157\334"
-"\106\033\243\110\034\073\351\142\200\110\145\016\241\266\173\273"
-"\277\001\265\206\241\120\052\163\317\252\351\253\224\045\113\163"
-"\342\056\350\207\114\215\151\333\265\243\331\051\135\157\263\236"
-"\110\016\323\071\153\202\061\254\222\252\214\073\132\050\246\234"
-"\323\045\321\162\374\377\040\107\254\165\042\353\367\221\153\127"
-"\072\354\360\074\361\043\277\117\113\132\130\162\046\303\176\241"
-"\116\063\265\065\137\323\262\064\103\334\330\272\227\050\015\016"
-"\174\134\244\141\170\217\112\164\060\166\015\204\246\307\054\000"
-"\131\042\320\300\207\206\321\006\273\202\372\044\171\011\151\222"
-"\011\004\013\273\342\021\347\011\337\276\166\051\160\111\036\170"
-"\173\002\316\165\233\031\345\246\141\272\260\074\272\354\111\142"
-"\034\074\071\264\161\023\106\246\355\236\307\006\006\073\044\031"
-"\000\152\107\234\155\357\344\047\236\330\131\254\337\007\044\160"
-"\350\153\334\340\031\352\141\302\054\341\220\276\070\225\162\305"
-"\140\257\126\345\170\105\155\271\160\331\317\246\001\301\344\242"
-"\104\142\300\076\302\075\342\050\310\075\232\374\227\060\336\176"
-"\141\172\002\223\224\330\135\340\021\106\124\136\211\107\270\005"
-"\070\131\066\101\361\327\212\336\156\266\033\042\217\325\341\227"
-"\265\200\201\005\052\056\010\040\017\323\051\206\243\337\342\166"
-"\072\350\346\124\045\137\131\262\140\176\101\372\174\122\054\301"
-"\321\140\016\172\006\234\264\245\162\106\241\355\105\257\212\040"
-"\105\320\134\333\131\202\067\046\062\117\102\142\103\364\234\206"
-"\312\266\002\227\150\176\276\365\123\007\064\352\362\012\161\104"
-"\356\224\254\270\365\044\312\231\334\025\140\207\031\047\242\024"
-"\355\360\343\016\011\341\313\045\267\020\100\015\014\361\175\033"
-"\271\051\231\345\116\204\015\355\265\151\043\364\067\326\325\127"
-"\023\226\343\254\227\052\350\350\377\071\072\231\334\200\376\072"
-"\246\344\121\320\040\322\010\043\104\247\023\203\031\313\035\337"
-"\300\154\314\311\350\373\034\224\060\337\355\302\354\321\144\245"
-"\304\314\120\107\374\371\154\324\223\326\263\155\117\332\354\212"
-"\375\223\072\027\357\010\034\116\364\003\243\006\052\016\360\362"
-"\316\323\175\207\114\321\002\003\001\000\001\243\020\060\016\060"
-"\014\006\003\125\035\023\004\005\060\003\001\001\377\060\015\006"
-"\011\052\206\110\206\367\015\001\001\005\005\000\003\202\002\001"
-"\000\127\040\151\075\147\323\331\123\262\275\132\154\224\142\261"
-"\362\035\076\011\143\374\162\051\162\200\144\155\144\236\135\000"
-"\234\334\377\375\121\020\001\335\274\257\223\201\236\005\243\075"
-"\335\250\170\127\043\344\115\067\101\151\316\345\232\140\310\326"
-"\145\064\264\220\011\234\071\013\206\143\123\250\340\361\245\074"
-"\162\066\326\223\163\333\332\005\015\062\153\321\231\213\004\236"
-"\011\051\133\004\332\312\011\203\236\143\166\117\114\144\160\073"
-"\053\377\373\034\177\121\262\152\326\144\341\071\015\220\345\257"
-"\032\172\372\166\242\306\023\060\236\123\312\052\053\010\313\321"
-"\215\145\103\352\031\325\026\000\023\035\007\360\124\125\123\145"
-"\065\116\123\265\152\110\135\100\245\061\337\032\371\352\012\160"
-"\213\101\171\205\350\302\101\316\006\230\247\076\100\327\335\311"
-"\105\014\205\037\132\054\064\106\215\074\263\304\253\254\132\221"
-"\361\054\360\156\270\371\331\173\365\104\316\172\240\152\202\216"
-"\171\057\045\313\161\212\023\203\127\263\134\247\032\000\026\062"
-"\031\242\100\350\233\112\272\314\372\353\115\113\013\025\012\057"
-"\076\132\057\163\174\071\206\140\013\210\063\054\205\244\357\023"
-"\131\346\334\373\047\343\044\076\026\124\104\361\352\123\146\264"
-"\042\040\154\251\146\106\102\352\127\063\322\146\032\302\347\226"
-"\161\070\130\130\141\141\124\156\044\265\014\316\216\063\121\260"
-"\334\150\245\157\226\355\301\165\315\004\361\211\145\003\237\022"
-"\012\112\076\340\265\324\066\216\053\233\304\101\041\175\126\240"
-"\257\300\314\264\007\034\065\124\331\125\104\151\032\056\172\116"
-"\233\116\072\352\055\255\072\252\013\355\206\276\045\270\206\134"
-"\157\166\371\256\100\335\016\225\171\124\303\074\366\116\274\134"
-"\025\251\215\236\340\071\342\126\160\377\306\253\056\334\154\026"
-"\141\353\162\163\360\347\177\265\262\233\246\054\075\022\345\111"
-"\061\034\333\270\322\036\213\041\132\131\317\161\376\322\262\363"
-"\270\132\037\115\370\262\062\067\037\053\140\062\035\004\340\120"
-"\046\354\256\370\015\270\260\320\121\274\205\031\127\041\164\125"
-"\044\207\073\127\334\070\104\126\174\147\236\272\130\340\025\143"
-"\101\324\352\130\213\360\356\121\245\112\340\302\217\021\020\000"
-"\347"
-, (PRUint32)1505 }
-};
-static const NSSItem nss_builtins_items_145 [] = {
- { (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 *)"FortEngine CA", (PRUint32)14 },
- { (void *)"\101\101\246\125\070\252\007\017\342\231\174\272\223\237\274\221"
-"\355\012\034\116"
-, (PRUint32)20 },
- { (void *)"\225\015\273\365\336\111\267\072\266\302\311\233\100\106\036\155"
-, (PRUint32)16 },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\106\157\162\164\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\146"
-"\157\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\146\157\162"
-"\164\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_146 [] = {
- { (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 *)"MailEngine CA", (PRUint32)14 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\115\141\151\154\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\155"
-"\141\151\154\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\155\141\151"
-"\154\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\115\141\151\154\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\155"
-"\141\151\154\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\155\141\151"
-"\154\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (void *)"\060\202\003\335\060\202\002\305\240\003\002\001\002\002\001\000"
-"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
-"\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101\061"
-"\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016"
-"\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\030"
-"\060\026\006\003\125\004\012\023\017\115\141\151\154\105\156\147"
-"\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125\004"
-"\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157\156"
-"\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151\163"
-"\151\157\156\061\023\060\021\006\003\125\004\003\023\012\155\141"
-"\151\154\145\156\147\151\156\145\061\040\060\036\006\011\052\206"
-"\110\206\367\015\001\011\001\026\021\143\141\100\155\141\151\154"
-"\145\156\147\151\156\145\056\143\157\155\060\036\027\015\071\070"
-"\060\061\060\061\060\060\060\060\060\060\132\027\015\063\070\060"
-"\061\061\067\060\060\060\060\060\060\132\060\201\250\061\013\060"
-"\011\006\003\125\004\006\023\002\103\101\061\013\060\011\006\003"
-"\125\004\010\023\002\117\116\061\020\060\016\006\003\125\004\007"
-"\023\007\124\157\162\157\156\164\157\061\030\060\026\006\003\125"
-"\004\012\023\017\115\141\151\154\105\156\147\151\156\145\040\111"
-"\156\143\056\061\051\060\047\006\003\125\004\013\023\040\103\145"
-"\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150"
-"\157\162\151\164\171\040\104\151\166\151\163\151\157\156\061\023"
-"\060\021\006\003\125\004\003\023\012\155\141\151\154\145\156\147"
-"\151\156\145\061\040\060\036\006\011\052\206\110\206\367\015\001"
-"\011\001\026\021\143\141\100\155\141\151\154\145\156\147\151\156"
-"\145\056\143\157\155\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\251\171\237\261\117\245\307\343\105\232"
-"\176\255\067\136\321\114\354\232\165\321\352\056\172\377\336\274"
-"\304\014\214\223\365\063\176\264\137\123\033\270\346\053\271\111"
-"\046\270\371\152\264\067\235\061\132\054\137\011\270\320\366\123"
-"\134\377\160\263\360\353\364\327\373\133\104\336\375\302\065\100"
-"\322\215\250\254\311\100\342\123\052\167\114\117\041\060\303\063"
-"\315\366\120\237\102\154\032\003\141\205\154\152\313\070\341\105"
-"\001\255\050\276\076\306\331\374\126\301\177\363\061\240\145\211"
-"\036\356\171\146\124\254\377\026\311\103\025\071\315\242\207\113"
-"\004\001\006\212\357\111\101\057\152\252\226\322\263\155\015\165"
-"\236\213\134\362\366\003\210\223\216\173\015\024\025\267\214\203"
-"\025\042\177\311\125\134\232\311\305\073\271\355\250\026\370\203"
-"\274\263\151\221\126\134\107\260\076\216\062\035\042\351\216\163"
-"\225\122\027\114\273\313\276\034\100\056\130\302\104\166\230\262"
-"\273\120\026\003\053\243\102\143\173\132\374\056\014\360\333\014"
-"\320\132\146\275\031\164\370\015\142\275\233\125\302\242\075\361"
-"\334\103\266\236\307\171\002\003\001\000\001\243\020\060\016\060"
-"\014\006\003\125\035\023\004\005\060\003\001\001\377\060\015\006"
-"\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001"
-"\000\043\174\331\371\004\054\361\312\120\103\152\101\120\031\142"
-"\204\374\376\067\075\030\233\060\341\063\175\336\376\017\066\330"
-"\130\207\244\243\075\342\323\100\360\240\175\333\352\076\040\302"
-"\120\311\104\003\252\341\321\172\374\373\177\270\023\207\016\217"
-"\350\247\347\237\373\321\053\230\243\335\371\350\127\067\330\167"
-"\355\006\334\161\070\063\354\073\125\300\016\042\106\120\321\056"
-"\273\276\046\345\363\117\343\254\010\173\205\144\303\213\047\342"
-"\203\330\220\006\207\165\272\360\230\335\160\271\053\225\312\155"
-"\001\115\060\163\226\216\034\363\337\020\027\110\152\037\062\361"
-"\013\115\315\164\125\316\200\155\363\074\357\200\040\021\221\174"
-"\123\113\153\277\365\006\227\107\130\114\057\102\155\016\004\022"
-"\111\326\172\051\337\022\067\254\263\253\020\376\156\346\003\346"
-"\303\237\046\150\301\027\371\367\226\241\107\064\301\347\234\145"
-"\362\331\060\027\146\322\000\133\067\337\123\160\064\160\143\301"
-"\067\241\131\323\156\232\363\241\333\027\125\370\223\354\154\316"
-"\026\311\273\370\244\163\074\256\132\160\211\042\015\337\115\204"
-"\203"
-, (PRUint32)993 }
-};
-static const NSSItem nss_builtins_items_147 [] = {
- { (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 *)"MailEngine CA", (PRUint32)14 },
- { (void *)"\052\175\170\152\226\012\241\132\305\231\364\361\115\344\004\057"
-"\271\134\173\220"
-, (PRUint32)20 },
- { (void *)"\257\331\256\074\245\337\007\060\040\273\005\006\306\111\161\123"
-, (PRUint32)16 },
- { (void *)"\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\030\060\026\006\003\125\004\012\023\017\115\141\151\154\105\156"
-"\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125"
-"\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157"
-"\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151"
-"\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\155"
-"\141\151\154\145\156\147\151\156\145\061\040\060\036\006\011\052"
-"\206\110\206\367\015\001\011\001\026\021\143\141\100\155\141\151"
-"\154\145\156\147\151\156\145\056\143\157\155"
-, (PRUint32)171 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_148 [] = {
- { (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 *)"TraderEngine CA", (PRUint32)16 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\032\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162"
-"\105\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006"
-"\003\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164"
-"\151\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151"
-"\166\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023"
-"\014\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060"
-"\040\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141"
-"\100\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157"
-"\155"
-, (PRUint32)177 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\032\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162"
-"\105\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006"
-"\003\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164"
-"\151\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151"
-"\166\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023"
-"\014\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060"
-"\040\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141"
-"\100\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157"
-"\155"
-, (PRUint32)177 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (void *)"\060\202\003\351\060\202\002\321\240\003\002\001\002\002\001\000"
-"\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\103\101\061"
-"\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016"
-"\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\032"
-"\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162\105"
-"\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003"
-"\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151"
-"\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166"
-"\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023\014"
-"\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060\040"
-"\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141\100"
-"\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157\155"
-"\060\036\027\015\071\070\060\061\060\061\060\060\060\060\060\060"
-"\132\027\015\063\070\060\061\061\067\060\060\060\060\060\060\132"
-"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\032\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162"
-"\105\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006"
-"\003\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164"
-"\151\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151"
-"\166\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023"
-"\014\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060"
-"\040\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141"
-"\100\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157"
-"\155\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\317\045\371\100\117\271\110\337\263\200\331\365\277\174"
-"\351\364\171\217\342\024\016\131\157\026\270\105\110\265\225\117"
-"\365\273\177\306\076\115\170\227\165\223\043\313\375\052\247\027"
-"\152\207\160\275\350\377\276\053\320\146\271\345\242\207\236\054"
-"\012\142\004\023\226\236\104\054\147\320\347\257\020\101\343\175"
-"\304\322\007\265\105\336\112\322\075\314\043\131\311\220\276\341"
-"\212\216\155\323\021\376\053\312\003\365\254\055\365\025\062\135"
-"\245\127\222\163\044\234\365\004\341\064\200\241\030\210\114\263"
-"\200\212\271\240\274\344\077\371\216\136\201\321\275\144\231\017"
-"\140\364\170\166\010\073\272\057\127\147\251\124\122\273\203\272"
-"\176\164\056\020\241\342\024\022\130\276\030\137\314\312\017\074"
-"\165\137\352\232\057\222\311\267\044\331\022\317\135\257\015\207"
-"\156\377\021\065\120\356\101\065\021\247\346\307\261\062\012\242"
-"\041\033\356\145\300\220\062\334\174\007\120\034\000\142\354\343"
-"\212\346\163\346\120\374\151\011\253\361\042\256\277\055\336\070"
-"\177\122\124\336\160\207\166\001\226\263\106\301\064\255\220\104"
-"\225\057\002\003\001\000\001\243\020\060\016\060\014\006\003\125"
-"\035\023\004\005\060\003\001\001\377\060\015\006\011\052\206\110"
-"\206\367\015\001\001\005\005\000\003\202\001\001\000\026\070\360"
-"\024\205\227\167\307\321\020\210\122\134\273\021\123\061\337\152"
-"\153\030\034\256\040\263\046\303\072\017\336\254\140\151\050\367"
-"\024\336\056\025\377\226\275\133\226\045\130\043\220\045\272\232"
-"\013\134\007\114\314\141\311\220\350\032\116\052\312\215\005\353"
-"\027\331\362\230\067\124\130\247\267\116\154\006\241\276\164\327"
-"\251\320\224\176\352\104\253\306\073\170\144\153\112\316\031\022"
-"\266\123\375\211\117\376\020\247\310\207\374\061\142\351\314\214"
-"\270\375\052\362\176\270\110\011\061\145\162\363\122\341\120\136"
-"\247\373\123\364\215\217\066\375\134\224\004\040\007\143\247\267"
-"\230\167\164\033\342\060\354\015\305\364\026\262\214\027\126\225"
-"\257\107\102\016\164\273\152\156\326\115\163\330\010\061\235\112"
-"\103\340\020\161\055\055\202\030\037\171\131\247\233\012\165\126"
-"\175\302\136\005\321\143\105\221\025\221\122\276\300\134\370\360"
-"\347\113\213\231\103\146\050\047\174\045\222\314\030\015\123\104"
-"\324\223\213\265\075\021\312\326\267\103\244\061\151\273\341\075"
-"\226\126\160\040\066\300\357\331\152\326\260\147\343"
-, (PRUint32)1005 }
-};
-static const NSSItem nss_builtins_items_149 [] = {
- { (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 *)"TraderEngine CA", (PRUint32)16 },
- { (void *)"\226\137\006\006\205\177\333\000\352\163\325\301\271\274\232\264"
-"\350\273\231\263"
-, (PRUint32)20 },
- { (void *)"\165\061\224\331\224\242\361\006\237\230\167\323\037\336\157\372"
-, (PRUint32)16 },
- { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\103\101"
-"\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060"
-"\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061"
-"\032\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162"
-"\105\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006"
-"\003\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164"
-"\151\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151"
-"\166\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023"
-"\014\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060"
-"\040\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141"
-"\100\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157"
-"\155"
-, (PRUint32)177 },
- { (void *)"\000"
-, (PRUint32)1 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_150 [] = {
- { (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 *)"USPS Root", (PRUint32)10 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144"
-"\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123"
-"\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023"
-"\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120"
-"\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123"
-"\040\122\157\157\164\040\103\101"
-, (PRUint32)104 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144"
-"\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123"
-"\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023"
-"\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120"
-"\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123"
-"\040\122\157\157\164\040\103\101"
-, (PRUint32)104 },
- { (void *)"\047\204"
-, (PRUint32)2 },
- { (void *)"\060\202\003\132\060\202\002\303\240\003\002\001\002\002\002\047"
-"\204\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
-"\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144"
-"\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123"
-"\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023"
-"\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120"
-"\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123"
-"\040\122\157\157\164\040\103\101\060\036\027\015\060\061\060\064"
-"\061\063\061\066\063\070\065\060\132\027\015\062\060\060\070\061"
-"\064\061\071\060\060\060\060\132\060\146\061\013\060\011\006\003"
-"\125\004\006\023\002\125\123\061\045\060\043\006\003\125\004\012"
-"\023\034\125\156\151\164\145\144\040\123\164\141\164\145\163\040"
-"\120\157\163\164\141\154\040\123\145\162\166\151\143\145\061\031"
-"\060\027\006\003\125\004\013\023\020\167\167\167\056\165\163\160"
-"\163\056\143\157\155\057\103\120\123\061\025\060\023\006\003\125"
-"\004\003\023\014\125\123\120\123\040\122\157\157\164\040\103\101"
-"\060\201\237\060\015\006\011\052\206\110\206\367\015\001\001\001"
-"\005\000\003\201\215\000\060\201\211\002\201\201\000\267\251\045"
-"\254\143\332\260\222\317\224\066\260\004\377\026\156\166\004\133"
-"\365\306\074\237\306\271\102\046\125\373\223\161\205\021\145\311"
-"\141\047\210\304\136\233\376\052\170\112\122\152\105\237\250\373"
-"\221\264\343\046\135\365\103\024\046\271\336\074\155\054\146\365"
-"\123\175\336\344\126\127\262\242\171\365\341\264\332\152\367\044"
-"\345\263\050\376\236\167\226\342\016\307\005\003\314\351\121\366"
-"\226\374\021\300\226\055\163\065\377\130\163\137\362\110\065\345"
-"\104\113\320\176\325\000\036\204\155\330\045\330\321\002\003\001"
-"\000\001\243\202\001\025\060\202\001\021\060\154\006\003\125\035"
-"\040\004\145\060\143\060\013\006\011\140\206\110\001\206\371\155"
-"\146\001\060\013\006\011\140\206\110\001\206\371\155\146\002\060"
-"\013\006\011\140\206\110\001\206\371\155\146\003\060\013\006\011"
-"\140\206\110\001\206\371\155\146\004\060\013\006\011\140\206\110"
-"\001\206\371\155\146\005\060\013\006\011\140\206\110\001\206\371"
-"\155\146\006\060\013\006\011\140\206\110\001\206\371\155\146\007"
-"\060\006\006\004\125\035\040\000\060\035\006\003\125\035\016\004"
-"\026\004\024\323\316\202\164\363\057\113\211\140\162\244\136\021"
-"\277\137\165\003\242\002\253\060\037\006\003\125\035\043\004\030"
-"\060\026\200\024\323\316\202\164\363\057\113\211\140\162\244\136"
-"\021\277\137\165\003\242\002\253\060\035\006\003\125\035\022\004"
-"\026\060\024\201\022\162\157\157\164\061\060\060\060\061\100\165"
-"\163\160\163\056\143\157\155\060\041\006\003\125\035\021\004\032"
-"\060\030\201\026\143\141\141\144\155\151\156\100\145\155\141\151"
-"\154\056\165\163\160\163\056\143\157\155\060\016\006\003\125\035"
-"\017\001\001\377\004\004\003\002\001\306\060\017\006\003\125\035"
-"\023\001\001\377\004\005\060\003\001\001\377\060\015\006\011\052"
-"\206\110\206\367\015\001\001\005\005\000\003\201\201\000\065\061"
-"\212\231\336\052\270\273\344\157\330\351\320\215\337\101\136\110"
-"\047\217\146\205\026\022\263\107\023\353\001\011\176\076\370\125"
-"\065\065\205\012\117\263\350\202\247\257\255\227\135\206\116\327"
-"\267\255\254\217\240\240\124\113\245\117\364\165\007\273\057\056"
-"\031\033\036\216\355\155\113\325\115\203\310\166\227\127\206\366"
-"\044\102\005\365\262\354\026\357\274\354\275\346\220\154\217\222"
-"\263\033\031\147\046\072\257\245\307\036\362\364\165\116\151\331"
-"\273\373\017\154\134\072\310\335\255\216\012\227\035\217"
-, (PRUint32)862 }
-};
-static const NSSItem nss_builtins_items_151 [] = {
- { (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 *)"USPS Root", (PRUint32)10 },
- { (void *)"\154\041\132\224\112\235\120\245\027\015\202\313\324\371\325\072"
-"\341\237\030\145"
-, (PRUint32)20 },
- { (void *)"\274\055\035\316\370\036\035\175\021\044\152\231\160\130\175\031"
-, (PRUint32)16 },
- { (void *)"\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144"
-"\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123"
-"\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023"
-"\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120"
-"\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123"
-"\040\122\157\157\164\040\103\101"
-, (PRUint32)104 },
- { (void *)"\047\204"
-, (PRUint32)2 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_152 [] = {
- { (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 *)"USPS Production 1", (PRUint32)18 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\156\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144"
-"\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123"
-"\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023"
-"\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120"
-"\123\061\035\060\033\006\003\125\004\003\023\024\125\123\120\123"
-"\040\120\162\157\144\165\143\164\151\157\156\040\103\101\040\061"
-, (PRUint32)112 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144"
-"\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123"
-"\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023"
-"\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120"
-"\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123"
-"\040\122\157\157\164\040\103\101"
-, (PRUint32)104 },
- { (void *)"\047\205"
-, (PRUint32)2 },
- { (void *)"\060\202\010\157\060\202\007\330\240\003\002\001\002\002\002\047"
-"\205\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
-"\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144"
-"\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123"
-"\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023"
-"\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120"
-"\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123"
-"\040\122\157\157\164\040\103\101\060\036\027\015\060\061\060\064"
-"\061\063\061\066\065\066\065\064\132\027\015\062\060\060\070\061"
-"\064\061\067\060\060\064\060\132\060\156\061\013\060\011\006\003"
-"\125\004\006\023\002\125\123\061\045\060\043\006\003\125\004\012"
-"\023\034\125\156\151\164\145\144\040\123\164\141\164\145\163\040"
-"\120\157\163\164\141\154\040\123\145\162\166\151\143\145\061\031"
-"\060\027\006\003\125\004\013\023\020\167\167\167\056\165\163\160"
-"\163\056\143\157\155\057\103\120\123\061\035\060\033\006\003\125"
-"\004\003\023\024\125\123\120\123\040\120\162\157\144\165\143\164"
-"\151\157\156\040\103\101\040\061\060\201\237\060\015\006\011\052"
-"\206\110\206\367\015\001\001\001\005\000\003\201\215\000\060\201"
-"\211\002\201\201\000\306\326\271\357\262\123\070\312\322\167\014"
-"\154\066\050\060\302\320\050\002\170\161\116\015\211\102\307\131"
-"\047\263\220\010\047\324\227\132\036\266\170\104\100\153\164\306"
-"\215\253\121\213\350\246\355\121\246\326\165\027\354\172\124\136"
-"\126\203\347\360\155\304\111\364\027\275\006\013\022\306\125\357"
-"\351\250\341\050\057\240\103\217\165\364\377\331\334\175\376\252"
-"\324\170\363\234\223\305\231\332\142\106\233\365\166\044\124\011"
-"\012\051\353\024\105\102\013\377\015\166\003\037\247\145\210\242"
-"\244\177\157\320\117\002\003\001\000\001\243\202\006\042\060\202"
-"\006\036\060\202\005\167\006\003\125\035\040\004\202\005\156\060"
-"\202\005\152\060\201\303\006\011\140\206\110\001\206\371\155\146"
-"\001\060\201\265\060\043\006\010\053\006\001\005\005\007\002\001"
-"\026\027\150\164\164\160\072\057\057\167\167\167\056\165\163\160"
-"\163\056\143\157\155\057\103\120\123\060\201\215\006\010\053\006"
-"\001\005\005\007\002\002\060\201\200\032\176\123\145\145\040\125"
-"\123\120\123\040\103\120\123\040\141\164\040\150\164\164\160\072"
-"\057\057\167\167\167\056\165\163\160\163\056\143\157\155\057\103"
-"\120\123\056\040\124\150\151\163\040\143\145\162\164\151\146\151"
-"\143\141\164\145\040\151\163\040\164\157\040\142\145\040\165\163"
-"\145\144\040\157\156\154\171\040\151\156\040\141\143\143\157\162"
-"\144\141\156\143\145\040\167\151\164\150\040\125\123\120\123\040"
-"\162\145\147\165\154\141\164\151\157\156\163\040\141\156\144\040"
-"\160\157\154\151\143\151\145\163\056\060\201\303\006\011\140\206"
-"\110\001\206\371\155\146\002\060\201\265\060\043\006\010\053\006"
-"\001\005\005\007\002\001\026\027\150\164\164\160\072\057\057\167"
-"\167\167\056\165\163\160\163\056\143\157\155\057\103\120\123\060"
-"\201\215\006\010\053\006\001\005\005\007\002\002\060\201\200\032"
-"\176\123\145\145\040\125\123\120\123\040\103\120\123\040\141\164"
-"\040\150\164\164\160\072\057\057\167\167\167\056\165\163\160\163"
-"\056\143\157\155\057\103\120\123\056\040\124\150\151\163\040\143"
-"\145\162\164\151\146\151\143\141\164\145\040\151\163\040\164\157"
-"\040\142\145\040\165\163\145\144\040\157\156\154\171\040\151\156"
-"\040\141\143\143\157\162\144\141\156\143\145\040\167\151\164\150"
-"\040\125\123\120\123\040\162\145\147\165\154\141\164\151\157\156"
-"\163\040\141\156\144\040\160\157\154\151\143\151\145\163\056\060"
-"\201\303\006\011\140\206\110\001\206\371\155\146\003\060\201\265"
-"\060\043\006\010\053\006\001\005\005\007\002\001\026\027\150\164"
-"\164\160\072\057\057\167\167\167\056\165\163\160\163\056\143\157"
-"\155\057\103\120\123\060\201\215\006\010\053\006\001\005\005\007"
-"\002\002\060\201\200\032\176\123\145\145\040\125\123\120\123\040"
-"\103\120\123\040\141\164\040\150\164\164\160\072\057\057\167\167"
-"\167\056\165\163\160\163\056\143\157\155\057\103\120\123\056\040"
-"\124\150\151\163\040\143\145\162\164\151\146\151\143\141\164\145"
-"\040\151\163\040\164\157\040\142\145\040\165\163\145\144\040\157"
-"\156\154\171\040\151\156\040\141\143\143\157\162\144\141\156\143"
-"\145\040\167\151\164\150\040\125\123\120\123\040\162\145\147\165"
-"\154\141\164\151\157\156\163\040\141\156\144\040\160\157\154\151"
-"\143\151\145\163\056\060\201\303\006\011\140\206\110\001\206\371"
-"\155\146\004\060\201\265\060\043\006\010\053\006\001\005\005\007"
-"\002\001\026\027\150\164\164\160\072\057\057\167\167\167\056\165"
-"\163\160\163\056\143\157\155\057\103\120\123\060\201\215\006\010"
-"\053\006\001\005\005\007\002\002\060\201\200\032\176\123\145\145"
-"\040\125\123\120\123\040\103\120\123\040\141\164\040\150\164\164"
-"\160\072\057\057\167\167\167\056\165\163\160\163\056\143\157\155"
-"\057\103\120\123\056\040\124\150\151\163\040\143\145\162\164\151"
-"\146\151\143\141\164\145\040\151\163\040\164\157\040\142\145\040"
-"\165\163\145\144\040\157\156\154\171\040\151\156\040\141\143\143"
-"\157\162\144\141\156\143\145\040\167\151\164\150\040\125\123\120"
-"\123\040\162\145\147\165\154\141\164\151\157\156\163\040\141\156"
-"\144\040\160\157\154\151\143\151\145\163\056\060\201\303\006\011"
-"\140\206\110\001\206\371\155\146\005\060\201\265\060\043\006\010"
-"\053\006\001\005\005\007\002\001\026\027\150\164\164\160\072\057"
-"\057\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120"
-"\123\060\201\215\006\010\053\006\001\005\005\007\002\002\060\201"
-"\200\032\176\123\145\145\040\125\123\120\123\040\103\120\123\040"
-"\141\164\040\150\164\164\160\072\057\057\167\167\167\056\165\163"
-"\160\163\056\143\157\155\057\103\120\123\056\040\124\150\151\163"
-"\040\143\145\162\164\151\146\151\143\141\164\145\040\151\163\040"
-"\164\157\040\142\145\040\165\163\145\144\040\157\156\154\171\040"
-"\151\156\040\141\143\143\157\162\144\141\156\143\145\040\167\151"
-"\164\150\040\125\123\120\123\040\162\145\147\165\154\141\164\151"
-"\157\156\163\040\141\156\144\040\160\157\154\151\143\151\145\163"
-"\056\060\201\303\006\011\140\206\110\001\206\371\155\146\006\060"
-"\201\265\060\043\006\010\053\006\001\005\005\007\002\001\026\027"
-"\150\164\164\160\072\057\057\167\167\167\056\165\163\160\163\056"
-"\143\157\155\057\103\120\123\060\201\215\006\010\053\006\001\005"
-"\005\007\002\002\060\201\200\032\176\123\145\145\040\125\123\120"
-"\123\040\103\120\123\040\141\164\040\150\164\164\160\072\057\057"
-"\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120\123"
-"\056\040\124\150\151\163\040\143\145\162\164\151\146\151\143\141"
-"\164\145\040\151\163\040\164\157\040\142\145\040\165\163\145\144"
-"\040\157\156\154\171\040\151\156\040\141\143\143\157\162\144\141"
-"\156\143\145\040\167\151\164\150\040\125\123\120\123\040\162\145"
-"\147\165\154\141\164\151\157\156\163\040\141\156\144\040\160\157"
-"\154\151\143\151\145\163\056\060\201\303\006\011\140\206\110\001"
-"\206\371\155\146\007\060\201\265\060\043\006\010\053\006\001\005"
-"\005\007\002\001\026\027\150\164\164\160\072\057\057\167\167\167"
-"\056\165\163\160\163\056\143\157\155\057\103\120\123\060\201\215"
-"\006\010\053\006\001\005\005\007\002\002\060\201\200\032\176\123"
-"\145\145\040\125\123\120\123\040\103\120\123\040\141\164\040\150"
-"\164\164\160\072\057\057\167\167\167\056\165\163\160\163\056\143"
-"\157\155\057\103\120\123\056\040\124\150\151\163\040\143\145\162"
-"\164\151\146\151\143\141\164\145\040\151\163\040\164\157\040\142"
-"\145\040\165\163\145\144\040\157\156\154\171\040\151\156\040\141"
-"\143\143\157\162\144\141\156\143\145\040\167\151\164\150\040\125"
-"\123\120\123\040\162\145\147\165\154\141\164\151\157\156\163\040"
-"\141\156\144\040\160\157\154\151\143\151\145\163\056\060\035\006"
-"\003\125\035\016\004\026\004\024\045\345\240\357\055\162\117\155"
-"\225\037\067\037\040\326\303\001\104\003\307\320\060\037\006\003"
-"\125\035\043\004\030\060\026\200\024\323\316\202\164\363\057\113"
-"\211\140\162\244\136\021\277\137\165\003\242\002\253\060\035\006"
-"\003\125\035\022\004\026\060\024\201\022\162\157\157\164\061\060"
-"\060\060\061\100\165\163\160\163\056\143\157\155\060\041\006\003"
-"\125\035\021\004\032\060\030\201\026\143\141\141\144\155\151\156"
-"\100\145\155\141\151\154\056\165\163\160\163\056\143\157\155\060"
-"\016\006\003\125\035\017\001\001\377\004\004\003\002\001\306\060"
-"\017\006\003\125\035\023\001\001\377\004\005\060\003\001\001\377"
-"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003"
-"\201\201\000\140\277\111\155\062\312\204\333\360\226\100\310\254"
-"\130\351\111\351\233\034\162\136\305\006\243\075\064\303\034\256"
-"\015\325\164\031\336\230\327\175\001\075\345\110\230\100\177\275"
-"\042\257\134\172\366\353\142\076\253\274\275\217\142\130\313\202"
-"\072\324\304\100\347\213\270\017\020\120\017\054\070\043\071\224"
-"\345\040\307\324\270\371\341\121\102\104\224\154\143\136\343\176"
-"\136\142\336\357\075\106\264\074\133\250\233\016\172\236\035\126"
-"\355\274\005\264\305\361\131\011\257\157\111\205\131\333\072\021"
-"\145\315\351"
-, (PRUint32)2163 }
-};
-static const NSSItem nss_builtins_items_153 [] = {
- { (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 *)"USPS Production 1", (PRUint32)18 },
- { (void *)"\246\153\351\054\171\064\177\363\201\000\013\373\142\054\337\247"
-"\121\331\153\123"
-, (PRUint32)20 },
- { (void *)"\076\000\040\236\051\317\232\170\303\150\117\206\366\173\341\106"
-, (PRUint32)16 },
- { (void *)"\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
-"\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144"
-"\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123"
-"\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023"
-"\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120"
-"\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123"
-"\040\122\157\157\164\040\103\101"
-, (PRUint32)104 },
- { (void *)"\047\205"
-, (PRUint32)2 },
- { (void *)&ckt_netscape_valid_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid_delegator, (PRUint32)sizeof(CK_TRUST) },
- { (void *)&ckt_netscape_valid_delegator, (PRUint32)sizeof(CK_TRUST) }
-};
-static const NSSItem nss_builtins_items_154 [] = {
+static const NSSItem nss_builtins_items_88 [] = {
{ (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 *)"AddTrust Non-Validated Services Root", (PRUint32)37 },
+ { (void *)"AddTrust Low-Value Services Root", (PRUint32)33 },
{ (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
{ (void *)"\060\145\061\013\060\011\006\003\125\004\006\023\002\123\105\061"
"\024\060\022\006\003\125\004\012\023\013\101\144\144\124\162\165"
@@ -9656,12 +5548,12 @@ static const NSSItem nss_builtins_items_154 [] = {
"\065\341\035\026\034\320\274\053\216\326\161\331"
, (PRUint32)1052 }
};
-static const NSSItem nss_builtins_items_155 [] = {
+static const NSSItem nss_builtins_items_89 [] = {
{ (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 *)"AddTrust Non-Validated Services Root", (PRUint32)37 },
+ { (void *)"AddTrust Low-Value Services Root", (PRUint32)33 },
{ (void *)"\314\253\016\240\114\043\001\326\151\173\335\067\237\315\022\353"
"\044\343\224\235"
, (PRUint32)20 },
@@ -9681,7 +5573,7 @@ static const NSSItem nss_builtins_items_155 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_valid, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_156 [] = {
+static const NSSItem nss_builtins_items_90 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -9779,7 +5671,7 @@ static const NSSItem nss_builtins_items_156 [] = {
"\027\132\173\320\274\307\217\116\206\004"
, (PRUint32)1082 }
};
-static const NSSItem nss_builtins_items_157 [] = {
+static const NSSItem nss_builtins_items_91 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -9805,7 +5697,7 @@ static const NSSItem nss_builtins_items_157 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_158 [] = {
+static const NSSItem nss_builtins_items_92 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -9899,7 +5791,7 @@ static const NSSItem nss_builtins_items_158 [] = {
"\116\072\063\014\053\263\055\220\006"
, (PRUint32)1049 }
};
-static const NSSItem nss_builtins_items_159 [] = {
+static const NSSItem nss_builtins_items_93 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -9925,7 +5817,7 @@ static const NSSItem nss_builtins_items_159 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_160 [] = {
+static const NSSItem nss_builtins_items_94 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10020,7 +5912,7 @@ static const NSSItem nss_builtins_items_160 [] = {
"\306\241"
, (PRUint32)1058 }
};
-static const NSSItem nss_builtins_items_161 [] = {
+static const NSSItem nss_builtins_items_95 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10045,7 +5937,7 @@ static const NSSItem nss_builtins_items_161 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_162 [] = {
+static const NSSItem nss_builtins_items_96 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10136,7 +6028,7 @@ static const NSSItem nss_builtins_items_162 [] = {
"\051\303"
, (PRUint32)930 }
};
-static const NSSItem nss_builtins_items_163 [] = {
+static const NSSItem nss_builtins_items_97 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10161,7 +6053,7 @@ static const NSSItem nss_builtins_items_163 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_164 [] = {
+static const NSSItem nss_builtins_items_98 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10252,7 +6144,7 @@ static const NSSItem nss_builtins_items_164 [] = {
"\064\215"
, (PRUint32)930 }
};
-static const NSSItem nss_builtins_items_165 [] = {
+static const NSSItem nss_builtins_items_99 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10277,7 +6169,7 @@ static const NSSItem nss_builtins_items_165 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_166 [] = {
+static const NSSItem nss_builtins_items_100 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10368,7 +6260,7 @@ static const NSSItem nss_builtins_items_166 [] = {
"\116\101\325\226\343\116"
, (PRUint32)934 }
};
-static const NSSItem nss_builtins_items_167 [] = {
+static const NSSItem nss_builtins_items_101 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10393,7 +6285,7 @@ static const NSSItem nss_builtins_items_167 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_168 [] = {
+static const NSSItem nss_builtins_items_102 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10485,7 +6377,7 @@ static const NSSItem nss_builtins_items_168 [] = {
"\316\324\357"
, (PRUint32)931 }
};
-static const NSSItem nss_builtins_items_169 [] = {
+static const NSSItem nss_builtins_items_103 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10511,7 +6403,7 @@ static const NSSItem nss_builtins_items_169 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_170 [] = {
+static const NSSItem nss_builtins_items_104 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10611,7 +6503,7 @@ static const NSSItem nss_builtins_items_170 [] = {
"\024"
, (PRUint32)977 }
};
-static const NSSItem nss_builtins_items_171 [] = {
+static const NSSItem nss_builtins_items_105 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10642,7 +6534,7 @@ static const NSSItem nss_builtins_items_171 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_172 [] = {
+static const NSSItem nss_builtins_items_106 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10717,7 +6609,7 @@ static const NSSItem nss_builtins_items_172 [] = {
"\011\254\211\111\323"
, (PRUint32)677 }
};
-static const NSSItem nss_builtins_items_173 [] = {
+static const NSSItem nss_builtins_items_107 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -10744,205 +6636,7 @@ static const NSSItem nss_builtins_items_173 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_174 [] = {
- { (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 *)"E-Certify CA", (PRUint32)13 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061"
-"\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164"
-"\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104"
-"\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003"
-"\023\014\105\055\103\145\162\164\151\146\171\040\103\101"
-, (PRUint32)78 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061"
-"\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164"
-"\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104"
-"\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003"
-"\023\014\105\055\103\145\162\164\151\146\171\040\103\101"
-, (PRUint32)78 },
- { (void *)"\001\115\105\234"
-, (PRUint32)4 },
- { (void *)"\060\202\003\071\060\202\002\041\240\003\002\001\002\002\004\001"
-"\115\105\234\060\015\006\011\052\206\110\206\367\015\001\001\005"
-"\005\000\060\114\061\013\060\011\006\003\125\004\006\023\002\143"
-"\141\061\022\060\020\006\003\125\004\012\023\011\105\055\103\145"
-"\162\164\151\146\171\061\022\060\020\006\003\125\004\013\023\011"
-"\111\104\040\103\145\156\164\145\162\061\025\060\023\006\003\125"
-"\004\003\023\014\105\055\103\145\162\164\151\146\171\040\103\101"
-"\060\036\027\015\071\071\060\071\062\070\061\066\064\070\062\071"
-"\132\027\015\060\064\060\071\062\070\061\066\064\070\062\071\132"
-"\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061"
-"\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164"
-"\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104"
-"\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003"
-"\023\014\105\055\103\145\162\164\151\146\171\040\103\101\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\272"
-"\233\246\161\200\125\164\111\051\125\166\033\307\066\225\060\054"
-"\062\011\121\356\060\244\153\150\207\107\330\050\012\027\177\157"
-"\250\232\040\266\253\001\322\256\240\105\106\065\002\002\374\332"
-"\340\040\162\012\063\015\223\160\270\004\220\111\371\150\070\273"
-"\015\021\156\071\135\130\172\306\043\146\351\273\027\062\046\350"
-"\354\022\150\207\051\314\271\345\117\314\210\033\355\225\161\241"
-"\123\042\056\355\203\134\376\062\127\114\122\123\070\341\025\155"
-"\000\125\111\207\044\313\344\026\110\270\231\345\332\172\337\243"
-"\205\230\164\302\371\253\153\111\315\377\102\315\270\055\264\200"
-"\313\114\172\065\374\220\277\115\323\000\355\317\214\377\117\071"
-"\373\172\170\360\016\015\111\177\123\076\024\233\046\250\252\311"
-"\273\341\321\033\335\034\060\257\001\346\233\046\006\144\274\357"
-"\130\114\132\105\225\120\304\054\076\164\130\351\074\257\373\303"
-"\253\122\004\332\044\362\261\304\366\133\323\110\340\301\204\060"
-"\174\321\165\077\344\123\163\135\211\330\356\100\117\011\227\227"
-"\205\143\215\325\240\256\206\203\153\333\124\150\136\350\113\002"
-"\003\001\000\001\243\043\060\041\060\014\006\003\125\035\023\004"
-"\005\060\003\001\001\377\060\021\006\011\140\206\110\001\206\370"
-"\102\001\001\004\004\003\002\000\007\060\015\006\011\052\206\110"
-"\206\367\015\001\001\005\005\000\003\202\001\001\000\163\076\031"
-"\174\330\126\321\305\377\012\235\347\266\315\227\363\247\341\101"
-"\310\176\202\065\377\233\226\322\013\357\161\362\020\345\104\313"
-"\222\350\016\132\346\076\304\364\225\151\002\274\013\126\200\271"
-"\161\027\143\036\101\111\052\065\352\034\325\144\253\111\355\013"
-"\076\213\124\241\115\050\150\352\275\267\201\077\065\171\202\367"
-"\064\274\171\210\045\236\200\347\317\250\025\257\362\341\025\053"
-"\007\121\340\324\215\112\112\003\300\042\053\271\150\112\200\303"
-"\250\205\010\325\247\052\275\313\247\143\175\243\260\312\126\140"
-"\154\105\341\312\277\024\122\012\302\305\145\354\241\075\037\100"
-"\371\120\132\344\064\012\157\302\164\254\174\314\047\352\343\207"
-"\245\123\310\336\174\076\135\102\122\132\353\005\150\246\030\062"
-"\140\040\170\153\160\024\140\041\202\011\075\036\126\300\025\141"
-"\000\121\145\262\061\022\371\306\112\006\274\137\364\071\037\166"
-"\232\211\170\351\066\202\332\265\157\213\177\211\265\114\367\145"
-"\030\134\201\363\356\120\326\335\354\151\110\237\053\265\336\076"
-"\275\372\274\154\153\147\123\233\261\223\271\221\106"
-, (PRUint32)829 }
-};
-static const NSSItem nss_builtins_items_175 [] = {
- { (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 *)"E-Certify CA", (PRUint32)13 },
- { (void *)"\133\330\153\206\375\275\330\206\371\233\310\120\106\350\052\112"
-"\211\152\317\357"
-, (PRUint32)20 },
- { (void *)"\256\065\177\222\227\106\174\217\023\051\341\333\236\102\145\152"
-, (PRUint32)16 },
- { (void *)"\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061"
-"\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164"
-"\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104"
-"\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003"
-"\023\014\105\055\103\145\162\164\151\146\171\040\103\101"
-, (PRUint32)78 },
- { (void *)"\001\115\105\234"
-, (PRUint32)4 },
- { (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) }
-};
-static const NSSItem nss_builtins_items_176 [] = {
- { (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 *)"E-Certify RA", (PRUint32)13 },
- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
- { (void *)"\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061"
-"\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164"
-"\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104"
-"\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003"
-"\023\014\105\055\103\145\162\164\151\146\171\040\122\101"
-, (PRUint32)78 },
- { (void *)"0", (PRUint32)2 },
- { (void *)"\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061"
-"\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164"
-"\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104"
-"\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003"
-"\023\014\105\055\103\145\162\164\151\146\171\040\103\101"
-, (PRUint32)78 },
- { (void *)"\001\117\353\020"
-, (PRUint32)4 },
- { (void *)"\060\202\003\071\060\202\002\041\240\003\002\001\002\002\004\001"
-"\117\353\020\060\015\006\011\052\206\110\206\367\015\001\001\005"
-"\005\000\060\114\061\013\060\011\006\003\125\004\006\023\002\143"
-"\141\061\022\060\020\006\003\125\004\012\023\011\105\055\103\145"
-"\162\164\151\146\171\061\022\060\020\006\003\125\004\013\023\011"
-"\111\104\040\103\145\156\164\145\162\061\025\060\023\006\003\125"
-"\004\003\023\014\105\055\103\145\162\164\151\146\171\040\103\101"
-"\060\036\027\015\071\071\060\071\063\060\061\066\065\070\065\067"
-"\132\027\015\060\064\060\071\062\067\061\066\065\070\065\067\132"
-"\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061"
-"\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164"
-"\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104"
-"\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003"
-"\023\014\105\055\103\145\162\164\151\146\171\040\122\101\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\334"
-"\260\267\045\373\356\014\272\330\243\162\104\017\052\243\343\110"
-"\004\321\364\060\164\006\010\016\137\067\307\066\267\202\232\045"
-"\113\254\153\111\231\000\033\027\362\360\337\027\027\351\355\040"
-"\152\024\153\375\311\314\017\346\014\153\206\345\365\244\372\333"
-"\005\052\000\310\015\352\252\145\100\066\312\363\345\165\071\216"
-"\334\146\333\104\034\236\303\213\103\070\313\274\360\232\311\331"
-"\312\067\023\312\122\301\055\351\107\040\345\314\044\170\340\346"
-"\033\114\270\322\124\202\155\016\271\041\140\357\174\264\000\373"
-"\122\304\057\012\367\004\116\204\057\337\030\254\143\006\040\335"
-"\332\261\201\301\341\255\177\030\210\167\363\353\370\255\317\172"
-"\020\120\126\171\236\124\317\336\034\233\327\102\224\341\317\325"
-"\154\365\136\075\315\345\147\023\073\232\315\072\142\204\371\141"
-"\036\155\325\130\216\331\371\255\052\076\226\361\355\252\177\020"
-"\356\366\000\205\074\261\005\013\064\321\134\142\340\215\022\256"
-"\275\114\124\300\342\274\144\161\140\145\206\306\331\204\253\130"
-"\140\152\061\156\175\117\261\210\242\376\024\114\072\214\373\002"
-"\003\001\000\001\243\043\060\041\060\014\006\003\125\035\023\004"
-"\005\060\003\001\001\377\060\021\006\011\140\206\110\001\206\370"
-"\102\001\001\004\004\003\002\000\007\060\015\006\011\052\206\110"
-"\206\367\015\001\001\005\005\000\003\202\001\001\000\255\030\200"
-"\317\060\274\073\350\362\002\025\127\075\350\114\143\346\356\062"
-"\243\177\345\001\360\047\271\052\331\301\250\236\043\036\107\231"
-"\327\056\104\113\024\313\320\275\046\144\003\362\006\217\237\327"
-"\110\250\161\153\026\064\305\076\265\171\230\263\346\340\320\070"
-"\021\231\244\021\173\343\071\245\015\077\235\325\322\305\172\057"
-"\352\104\024\315\020\116\240\064\263\153\211\137\360\256\237\315"
-"\123\325\176\172\120\045\000\041\244\155\351\310\161\000\373\255"
-"\064\027\110\042\356\247\050\154\206\162\333\371\233\206\104\170"
-"\136\005\351\150\064\060\241\025\145\301\251\332\236\135\236\043"
-"\106\116\052\346\116\263\114\237\314\106\010\230\034\074\103\237"
-"\264\316\240\140\357\044\316\116\037\350\302\251\162\273\057\332"
-"\102\006\041\360\232\345\170\107\054\010\164\120\150\140\375\205"
-"\302\373\257\112\222\361\204\235\000\152\310\126\041\216\157\301"
-"\061\313\121\354\166\165\172\337\001\016\162\150\241\362\046\216"
-"\331\270\306\243\144\122\372\155\373\112\075\132\135\270\124\224"
-"\355\125\150\145\235\077\122\114\106\222\026\013\276"
-, (PRUint32)829 }
-};
-static const NSSItem nss_builtins_items_177 [] = {
- { (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 *)"E-Certify RA", (PRUint32)13 },
- { (void *)"\217\051\011\013\006\302\070\314\160\305\251\355\227\147\210\315"
-"\066\332\335\131"
-, (PRUint32)20 },
- { (void *)"\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061"
-"\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164"
-"\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104"
-"\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003"
-"\023\014\105\055\103\145\162\164\151\146\171\040\103\101"
-, (PRUint32)78 },
- { (void *)"\001\117\353\020"
-, (PRUint32)4 },
- { (void *)"\245\273\012\243\320\307\124\025\130\336\153\122\020\121\272\050"
-, (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) }
-};
-static const NSSItem nss_builtins_items_178 [] = {
+static const NSSItem nss_builtins_items_108 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -11054,7 +6748,7 @@ static const NSSItem nss_builtins_items_178 [] = {
"\005\377\154\211\063\360\354\025\017"
, (PRUint32)1177 }
};
-static const NSSItem nss_builtins_items_179 [] = {
+static const NSSItem nss_builtins_items_109 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -11084,7 +6778,7 @@ static const NSSItem nss_builtins_items_179 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
-static const NSSItem nss_builtins_items_180 [] = {
+static const NSSItem nss_builtins_items_110 [] = {
{ (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -11195,7 +6889,7 @@ static const NSSItem nss_builtins_items_180 [] = {
"\316\145\146\227\256\046\136"
, (PRUint32)1159 }
};
-static const NSSItem nss_builtins_items_181 [] = {
+static const NSSItem nss_builtins_items_111 [] = {
{ (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) },
{ (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) },
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
@@ -11225,6 +6919,1383 @@ static const NSSItem nss_builtins_items_181 [] = {
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) },
{ (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }
};
+static const NSSItem nss_builtins_items_112 [] = {
+ { (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 *)"AOL Time Warner Root Certification Authority 1", (PRUint32)47 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123"
+"\061\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124"
+"\151\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061"
+"\034\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143"
+"\141\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060"
+"\065\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145"
+"\040\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162"
+"\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157"
+"\162\151\164\171\040\061"
+, (PRUint32)134 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123"
+"\061\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124"
+"\151\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061"
+"\034\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143"
+"\141\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060"
+"\065\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145"
+"\040\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162"
+"\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157"
+"\162\151\164\171\040\061"
+, (PRUint32)134 },
+ { (void *)"\001"
+, (PRUint32)1 },
+ { (void *)"\060\202\003\346\060\202\002\316\240\003\002\001\002\002\001\001"
+"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
+"\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124\151"
+"\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061\034"
+"\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143\141"
+"\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060\065"
+"\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145\040"
+"\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162\164"
+"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162"
+"\151\164\171\040\061\060\036\027\015\060\062\060\065\062\071\060"
+"\066\060\060\060\060\132\027\015\063\067\061\061\062\060\061\065"
+"\060\063\060\060\132\060\201\203\061\013\060\011\006\003\125\004"
+"\006\023\002\125\123\061\035\060\033\006\003\125\004\012\023\024"
+"\101\117\114\040\124\151\155\145\040\127\141\162\156\145\162\040"
+"\111\156\143\056\061\034\060\032\006\003\125\004\013\023\023\101"
+"\155\145\162\151\143\141\040\117\156\154\151\156\145\040\111\156"
+"\143\056\061\067\060\065\006\003\125\004\003\023\056\101\117\114"
+"\040\124\151\155\145\040\127\141\162\156\145\162\040\122\157\157"
+"\164\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040"
+"\101\165\164\150\157\162\151\164\171\040\061\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\231\336\217\303"
+"\045\243\151\064\350\005\367\164\271\277\132\227\031\271\057\224"
+"\322\223\345\055\211\312\204\174\077\020\103\033\214\213\174\204"
+"\130\370\044\174\110\317\052\375\300\025\331\030\176\204\032\027"
+"\323\333\236\327\312\344\331\327\252\130\121\207\360\360\213\110"
+"\116\342\302\304\131\151\060\142\266\060\242\214\013\021\231\141"
+"\065\155\176\357\305\261\031\006\040\022\216\102\341\337\017\226"
+"\020\122\250\317\234\137\225\024\330\257\073\165\013\061\040\037"
+"\104\057\242\142\101\263\273\030\041\333\312\161\074\214\354\266"
+"\271\015\237\357\121\357\115\173\022\362\013\014\341\254\100\217"
+"\167\177\260\312\170\161\014\135\026\161\160\242\327\302\072\205"
+"\315\016\232\304\340\000\260\325\045\352\334\053\344\224\055\070"
+"\234\211\101\127\144\050\145\031\034\266\104\264\310\061\153\216"
+"\001\173\166\131\045\177\025\034\204\010\174\163\145\040\012\241"
+"\004\056\032\062\250\232\040\261\234\054\041\131\347\373\317\356"
+"\160\055\010\312\143\076\054\233\223\031\152\244\302\227\377\267"
+"\206\127\210\205\154\236\025\026\053\115\054\263\002\003\001\000"
+"\001\243\143\060\141\060\017\006\003\125\035\023\001\001\377\004"
+"\005\060\003\001\001\377\060\035\006\003\125\035\016\004\026\004"
+"\024\241\066\060\026\313\206\220\000\105\200\123\261\217\310\330"
+"\075\174\276\137\022\060\037\006\003\125\035\043\004\030\060\026"
+"\200\024\241\066\060\026\313\206\220\000\105\200\123\261\217\310"
+"\330\075\174\276\137\022\060\016\006\003\125\035\017\001\001\377"
+"\004\004\003\002\001\206\060\015\006\011\052\206\110\206\367\015"
+"\001\001\005\005\000\003\202\001\001\000\212\040\030\245\276\263"
+"\057\264\246\204\000\100\060\051\372\264\024\163\114\171\105\247"
+"\366\160\340\350\176\144\036\012\225\174\152\141\302\357\116\037"
+"\276\377\311\231\037\007\141\112\341\135\114\315\255\356\320\122"
+"\062\331\131\062\274\332\171\162\326\173\011\350\002\201\065\323"
+"\012\337\021\035\311\171\240\200\115\376\132\327\126\326\355\017"
+"\052\257\247\030\165\063\014\352\301\141\005\117\152\232\211\362"
+"\215\271\237\056\357\260\137\132\000\353\276\255\240\370\104\005"
+"\147\274\313\004\357\236\144\305\351\310\077\005\277\306\057\007"
+"\034\303\066\161\206\312\070\146\112\315\326\270\113\306\154\247"
+"\227\073\372\023\055\156\043\141\207\241\143\102\254\302\313\227"
+"\237\141\150\317\055\114\004\235\327\045\117\012\016\115\220\213"
+"\030\126\250\223\110\127\334\157\256\275\236\147\127\167\211\120"
+"\263\276\021\233\105\147\203\206\031\207\323\230\275\010\032\026"
+"\037\130\202\013\341\226\151\005\113\216\354\203\121\061\007\325"
+"\324\237\377\131\173\250\156\205\317\323\113\251\111\260\137\260"
+"\071\050\150\016\163\335\045\232\336\022"
+, (PRUint32)1002 }
+};
+static const NSSItem nss_builtins_items_113 [] = {
+ { (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 *)"AOL Time Warner Root Certification Authority 1", (PRUint32)47 },
+ { (void *)"\164\124\123\134\044\243\247\130\040\176\076\076\323\044\370\026"
+"\373\041\026\111"
+, (PRUint32)20 },
+ { (void *)"\347\172\334\261\037\156\006\037\164\154\131\026\047\303\113\300"
+, (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) }
+};
+static const NSSItem nss_builtins_items_114 [] = {
+ { (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 *)"AOL Time Warner Root Certification Authority 2", (PRUint32)47 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123"
+"\061\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124"
+"\151\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061"
+"\034\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143"
+"\141\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060"
+"\065\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145"
+"\040\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162"
+"\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157"
+"\162\151\164\171\040\062"
+, (PRUint32)134 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123"
+"\061\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124"
+"\151\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061"
+"\034\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143"
+"\141\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060"
+"\065\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145"
+"\040\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162"
+"\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157"
+"\162\151\164\171\040\062"
+, (PRUint32)134 },
+ { (void *)"\001"
+, (PRUint32)1 },
+ { (void *)"\060\202\005\346\060\202\003\316\240\003\002\001\002\002\001\001"
+"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
+"\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124\151"
+"\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061\034"
+"\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143\141"
+"\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060\065"
+"\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145\040"
+"\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162\164"
+"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162"
+"\151\164\171\040\062\060\036\027\015\060\062\060\065\062\071\060"
+"\066\060\060\060\060\132\027\015\063\067\060\071\062\070\062\063"
+"\064\063\060\060\132\060\201\203\061\013\060\011\006\003\125\004"
+"\006\023\002\125\123\061\035\060\033\006\003\125\004\012\023\024"
+"\101\117\114\040\124\151\155\145\040\127\141\162\156\145\162\040"
+"\111\156\143\056\061\034\060\032\006\003\125\004\013\023\023\101"
+"\155\145\162\151\143\141\040\117\156\154\151\156\145\040\111\156"
+"\143\056\061\067\060\065\006\003\125\004\003\023\056\101\117\114"
+"\040\124\151\155\145\040\127\141\162\156\145\162\040\122\157\157"
+"\164\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040"
+"\101\165\164\150\157\162\151\164\171\040\062\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\264\067\132\010"
+"\026\231\024\350\125\261\033\044\153\374\307\213\346\207\251\211"
+"\356\213\231\315\117\100\206\244\266\115\311\331\261\334\074\115"
+"\015\205\114\025\154\106\213\122\170\237\370\043\375\147\365\044"
+"\072\150\135\320\367\144\141\101\124\243\213\245\010\322\051\133"
+"\233\140\117\046\203\321\143\022\126\111\166\244\026\302\245\235"
+"\105\254\213\204\225\250\026\261\354\237\352\044\032\357\271\127"
+"\134\232\044\041\054\115\016\161\037\246\254\135\105\164\003\230"
+"\304\124\214\026\112\101\167\206\225\165\014\107\001\146\140\374"
+"\025\361\017\352\365\024\170\307\016\327\156\201\034\136\277\136"
+"\347\072\052\330\227\027\060\174\000\255\010\235\063\257\270\231"
+"\141\200\213\250\225\176\024\334\022\154\244\320\330\357\100\111"
+"\002\066\371\156\251\326\035\226\126\004\262\263\055\026\126\206"
+"\217\331\040\127\200\315\147\020\155\260\114\360\332\106\266\352"
+"\045\056\106\257\215\260\205\070\064\213\024\046\202\053\254\256"
+"\231\013\216\024\327\122\275\236\151\303\206\002\013\352\166\165"
+"\061\011\316\063\031\041\205\103\346\211\055\237\045\067\147\361"
+"\043\152\322\000\155\227\371\237\347\051\312\335\037\327\006\352"
+"\270\311\271\011\041\237\310\077\006\305\322\351\022\106\000\116"
+"\173\010\353\102\075\053\110\156\235\147\335\113\002\344\104\363"
+"\223\031\245\047\316\151\172\276\147\323\374\120\244\054\253\303"
+"\153\271\343\200\114\317\005\141\113\053\334\033\271\246\322\320"
+"\252\365\053\163\373\316\220\065\237\014\122\034\277\134\041\141"
+"\021\133\025\113\251\044\121\374\244\134\367\027\235\260\322\372"
+"\007\351\217\126\344\032\214\150\212\004\323\174\132\343\236\242"
+"\241\312\161\133\242\324\240\347\051\205\135\003\150\052\117\322"
+"\006\327\075\371\303\003\057\077\145\371\147\036\107\100\323\143"
+"\017\343\325\216\371\205\253\227\114\263\327\046\353\226\012\224"
+"\336\205\066\234\310\177\201\011\002\111\052\016\365\144\062\014"
+"\202\321\272\152\202\033\263\113\164\021\363\214\167\326\237\277"
+"\334\067\244\247\125\004\057\324\061\350\323\106\271\003\174\332"
+"\022\116\131\144\267\121\061\061\120\240\312\034\047\331\020\056"
+"\255\326\275\020\146\053\303\260\042\112\022\133\002\003\001\000"
+"\001\243\143\060\141\060\017\006\003\125\035\023\001\001\377\004"
+"\005\060\003\001\001\377\060\035\006\003\125\035\016\004\026\004"
+"\024\117\151\155\003\176\235\237\007\030\103\274\267\020\116\325"
+"\277\251\304\040\050\060\037\006\003\125\035\043\004\030\060\026"
+"\200\024\117\151\155\003\176\235\237\007\030\103\274\267\020\116"
+"\325\277\251\304\040\050\060\016\006\003\125\035\017\001\001\377"
+"\004\004\003\002\001\206\060\015\006\011\052\206\110\206\367\015"
+"\001\001\005\005\000\003\202\002\001\000\073\363\256\312\350\056"
+"\207\205\373\145\131\347\255\021\024\245\127\274\130\237\044\022"
+"\127\273\373\077\064\332\356\255\172\052\064\162\160\061\153\307"
+"\031\230\200\311\202\336\067\167\136\124\213\216\362\352\147\117"
+"\311\164\204\221\126\011\325\345\172\232\201\266\201\302\255\066"
+"\344\361\124\021\123\363\064\105\001\046\310\345\032\274\064\104"
+"\041\336\255\045\374\166\026\167\041\220\200\230\127\235\116\352"
+"\354\057\252\074\024\173\127\301\176\030\024\147\356\044\306\275"
+"\272\025\260\322\030\275\267\125\201\254\123\300\350\335\151\022"
+"\023\102\267\002\265\005\101\312\171\120\156\202\016\161\162\223"
+"\106\350\235\015\135\275\256\316\051\255\143\325\125\026\200\060"
+"\047\377\166\272\367\270\326\112\343\331\265\371\122\320\116\100"
+"\251\307\345\302\062\307\252\166\044\341\153\005\120\353\305\277"
+"\012\124\345\271\102\074\044\373\267\007\234\060\237\171\132\346"
+"\340\100\122\025\364\374\252\364\126\371\104\227\207\355\016\145"
+"\162\136\276\046\373\115\244\055\010\007\336\330\134\240\334\201"
+"\063\231\030\045\021\167\247\353\375\130\011\054\231\153\033\212"
+"\363\122\077\032\115\110\140\361\240\366\063\002\123\213\355\045"
+"\011\270\015\055\355\227\163\354\327\226\037\216\140\016\332\020"
+"\233\057\030\044\366\246\115\012\371\073\313\165\302\314\057\316"
+"\044\151\311\012\042\216\131\247\367\202\014\327\327\153\065\234"
+"\103\000\152\304\225\147\272\234\105\313\270\016\067\367\334\116"
+"\001\117\276\012\266\003\323\255\212\105\367\332\047\115\051\261"
+"\110\337\344\021\344\226\106\275\154\002\076\326\121\310\225\027"
+"\001\025\251\362\252\252\362\277\057\145\033\157\320\271\032\223"
+"\365\216\065\304\200\207\076\224\057\146\344\351\250\377\101\234"
+"\160\052\117\052\071\030\225\036\176\373\141\001\074\121\010\056"
+"\050\030\244\026\017\061\375\072\154\043\223\040\166\341\375\007"
+"\205\321\133\077\322\034\163\062\335\372\271\370\214\317\002\207"
+"\172\232\226\344\355\117\211\215\123\103\253\016\023\300\001\025"
+"\264\171\070\333\374\156\075\236\121\266\270\023\213\147\317\371"
+"\174\331\042\035\366\135\305\034\001\057\230\350\172\044\030\274"
+"\204\327\372\334\162\133\367\301\072\150"
+, (PRUint32)1514 }
+};
+static const NSSItem nss_builtins_items_115 [] = {
+ { (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 *)"AOL Time Warner Root Certification Authority 2", (PRUint32)47 },
+ { (void *)"\374\041\232\166\021\057\166\301\305\010\203\074\232\057\242\272"
+"\204\254\010\172"
+, (PRUint32)20 },
+ { (void *)"\001\132\231\303\326\117\251\113\074\073\261\243\253\047\114\277"
+, (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) }
+};
+static const NSSItem nss_builtins_items_116 [] = {
+ { (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 *)"beTRUSTed Root CA-Baltimore Implementation", (PRUint32)43 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\146\061\022\060\020\006\003\125\004\012\023\011\142\145\124"
+"\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"
+"\145\156\164\141\164\151\157\156"
+, (PRUint32)104 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\146\061\022\060\020\006\003\125\004\012\023\011\142\145\124"
+"\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"
+"\145\156\164\141\164\151\157\156"
+, (PRUint32)104 },
+ { (void *)"\074\265\075\106"
+, (PRUint32)4 },
+ { (void *)"\060\202\005\152\060\202\004\122\240\003\002\001\002\002\004\074"
+"\265\075\106\060\015\006\011\052\206\110\206\367\015\001\001\005"
+"\005\000\060\146\061\022\060\020\006\003\125\004\012\023\011\142"
+"\145\124\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\145\156\164\141\164\151\157\156\060\036\027\015\060\062"
+"\060\064\061\061\060\067\063\070\065\061\132\027\015\062\062\060"
+"\064\061\061\060\067\063\070\065\061\132\060\146\061\022\060\020"
+"\006\003\125\004\012\023\011\142\145\124\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\145\156\164\141\164\151"
+"\157\156\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\274\176\304\071\234\214\343\326\034\206\377\312\142"
+"\255\340\177\060\105\172\216\032\263\270\307\371\321\066\377\042"
+"\363\116\152\137\204\020\373\146\201\303\224\171\061\322\221\341"
+"\167\216\030\052\303\024\336\121\365\117\243\053\274\030\026\342"
+"\265\335\171\336\042\370\202\176\313\201\037\375\047\054\217\372"
+"\227\144\042\216\370\377\141\243\234\033\036\222\217\300\250\011"
+"\337\011\021\354\267\175\061\232\032\352\203\041\006\074\237\272"
+"\134\377\224\352\152\270\303\153\125\064\117\075\062\037\335\201"
+"\024\340\304\074\315\235\060\370\060\251\227\323\356\314\243\320"
+"\037\137\034\023\201\324\030\253\224\321\143\303\236\177\065\222"
+"\236\137\104\352\354\364\042\134\267\350\075\175\244\371\211\251"
+"\221\262\052\331\353\063\207\356\245\375\343\332\314\210\346\211"
+"\046\156\307\053\202\320\136\235\131\333\024\354\221\203\005\303"
+"\136\016\306\052\320\004\335\161\075\040\116\130\047\374\123\373"
+"\170\170\031\024\262\374\220\122\211\070\142\140\007\264\240\354"
+"\254\153\120\326\375\271\050\153\357\122\055\072\262\377\361\001"
+"\100\254\067\002\003\001\000\001\243\202\002\036\060\202\002\032"
+"\060\017\006\003\125\035\023\001\001\377\004\005\060\003\001\001"
+"\377\060\202\001\265\006\003\125\035\040\004\202\001\254\060\202"
+"\001\250\060\202\001\244\006\017\053\006\001\004\001\261\076\000"
+"\000\001\011\050\203\221\061\060\202\001\217\060\202\001\110\006"
+"\010\053\006\001\005\005\007\002\002\060\202\001\072\032\202\001"
+"\066\122\145\154\151\141\156\143\145\040\157\156\040\157\162\040"
+"\165\163\145\040\157\146\040\164\150\151\163\040\103\145\162\164"
+"\151\146\151\143\141\164\145\040\143\162\145\141\164\145\163\040"
+"\141\156\040\141\143\153\156\157\167\154\145\144\147\155\145\156"
+"\164\040\141\156\144\040\141\143\143\145\160\164\141\156\143\145"
+"\040\157\146\040\164\150\145\040\164\150\145\156\040\141\160\160"
+"\154\151\143\141\142\154\145\040\163\164\141\156\144\141\162\144"
+"\040\164\145\162\155\163\040\141\156\144\040\143\157\156\144\151"
+"\164\151\157\156\163\040\157\146\040\165\163\145\054\040\164\150"
+"\145\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040"
+"\120\162\141\143\164\151\143\145\040\123\164\141\164\145\155\145"
+"\156\164\040\141\156\144\040\164\150\145\040\122\145\154\171\151"
+"\156\147\040\120\141\162\164\171\040\101\147\162\145\145\155\145"
+"\156\164\054\040\167\150\151\143\150\040\143\141\156\040\142\145"
+"\040\146\157\165\156\144\040\141\164\040\164\150\145\040\142\145"
+"\124\122\125\123\124\145\144\040\167\145\142\040\163\151\164\145"
+"\054\040\150\164\164\160\072\057\057\167\167\167\056\142\145\164"
+"\162\165\163\164\145\144\056\143\157\155\057\160\162\157\144\165"
+"\143\164\163\137\163\145\162\166\151\143\145\163\057\151\156\144"
+"\145\170\056\150\164\155\154\060\101\006\010\053\006\001\005\005"
+"\007\002\001\026\065\150\164\164\160\072\057\057\167\167\167\056"
+"\142\145\164\162\165\163\164\145\144\056\143\157\155\057\160\162"
+"\157\144\165\143\164\163\137\163\145\162\166\151\143\145\163\057"
+"\151\156\144\145\170\056\150\164\155\154\060\035\006\003\125\035"
+"\016\004\026\004\024\105\075\303\251\321\334\077\044\126\230\034"
+"\163\030\210\152\377\203\107\355\266\060\037\006\003\125\035\043"
+"\004\030\060\026\200\024\105\075\303\251\321\334\077\044\126\230"
+"\034\163\030\210\152\377\203\107\355\266\060\016\006\003\125\035"
+"\017\001\001\377\004\004\003\002\001\006\060\015\006\011\052\206"
+"\110\206\367\015\001\001\005\005\000\003\202\001\001\000\111\222"
+"\274\243\356\254\275\372\015\311\213\171\206\034\043\166\260\200"
+"\131\167\374\332\177\264\113\337\303\144\113\152\116\016\255\362"
+"\175\131\167\005\255\012\211\163\260\372\274\313\334\215\000\210"
+"\217\246\240\262\352\254\122\047\277\241\110\174\227\020\173\272"
+"\355\023\035\232\007\156\313\061\142\022\350\143\003\252\175\155"
+"\343\370\033\166\041\170\033\237\113\103\214\323\111\206\366\033"
+"\134\366\056\140\025\323\351\343\173\165\077\320\002\203\320\030"
+"\202\101\315\145\067\352\216\062\176\275\153\231\135\060\021\310"
+"\333\110\124\034\073\341\247\023\323\152\110\223\367\075\214\177"
+"\005\350\316\363\210\052\143\004\270\352\176\130\174\001\173\133"
+"\341\305\175\357\041\340\215\016\135\121\175\261\147\375\243\275"
+"\070\066\306\362\070\206\207\032\226\150\140\106\373\050\024\107"
+"\125\341\247\200\014\153\342\352\337\115\174\220\110\240\066\275"
+"\011\027\211\177\303\362\323\234\234\343\335\304\033\335\365\267"
+"\161\263\123\005\211\006\320\313\112\200\301\310\123\220\265\074"
+"\061\210\027\120\237\311\304\016\213\330\250\002\143\015"
+, (PRUint32)1390 }
+};
+static const NSSItem nss_builtins_items_117 [] = {
+ { (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 *)"beTRUSTed Root CA-Baltimore Implementation", (PRUint32)43 },
+ { (void *)"\334\273\236\267\031\113\304\162\005\301\021\165\051\206\203\133"
+"\123\312\344\370"
+, (PRUint32)20 },
+ { (void *)"\201\065\271\373\373\022\312\030\151\066\353\256\151\170\241\361"
+, (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) }
+};
+static const NSSItem nss_builtins_items_118 [] = {
+ { (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 *)"beTRUSTed Root CA - Entrust Implementation", (PRUint32)43 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\146\061\022\060\020\006\003\125\004\012\023\011\142\145\124"
+"\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\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 *)"0", (PRUint32)2 },
+ { (void *)"\060\146\061\022\060\020\006\003\125\004\012\023\011\142\145\124"
+"\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\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\117\100"
+, (PRUint32)4 },
+ { (void *)"\060\202\006\121\060\202\005\071\240\003\002\001\002\002\004\074"
+"\265\117\100\060\015\006\011\052\206\110\206\367\015\001\001\005"
+"\005\000\060\146\061\022\060\020\006\003\125\004\012\023\011\142"
+"\145\124\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\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\060\036\027\015\060\062"
+"\060\064\061\061\060\070\062\064\062\067\132\027\015\062\062\060"
+"\064\061\061\060\070\065\064\062\067\132\060\146\061\022\060\020"
+"\006\003\125\004\012\023\011\142\145\124\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\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\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\272\364\104\003\252\022\152\265\103\354\125\222\266"
+"\060\175\065\127\014\333\363\015\047\156\114\367\120\250\233\116"
+"\053\157\333\365\255\034\113\135\263\251\301\376\173\104\353\133"
+"\243\005\015\037\305\064\053\060\000\051\361\170\100\262\244\377"
+"\072\364\001\210\027\176\346\324\046\323\272\114\352\062\373\103"
+"\167\227\207\043\305\333\103\243\365\052\243\121\136\341\073\322"
+"\145\151\176\125\025\233\172\347\151\367\104\340\127\265\025\350"
+"\146\140\017\015\003\373\202\216\243\350\021\173\154\276\307\143"
+"\016\027\223\337\317\113\256\156\163\165\340\363\252\271\244\300"
+"\011\033\205\352\161\051\210\101\062\371\360\052\016\154\011\362"
+"\164\153\146\154\122\023\037\030\274\324\076\367\330\156\040\236"
+"\312\376\374\041\224\356\023\050\113\327\134\136\014\146\356\351"
+"\273\017\301\064\261\177\010\166\363\075\046\160\311\213\045\035"
+"\142\044\014\352\034\165\116\300\022\344\272\023\035\060\051\055"
+"\126\063\005\273\227\131\176\306\111\117\211\327\057\044\250\266"
+"\210\100\265\144\222\123\126\044\344\242\240\205\263\136\220\264"
+"\022\063\315\002\003\001\000\001\243\202\003\005\060\202\003\001"
+"\060\202\001\267\006\003\125\035\040\004\202\001\256\060\202\001"
+"\252\060\202\001\246\006\017\053\006\001\004\001\261\076\000\000"
+"\002\011\050\203\221\061\060\202\001\221\060\202\001\111\006\010"
+"\053\006\001\005\005\007\002\002\060\202\001\073\032\202\001\067"
+"\122\145\154\151\141\156\143\145\040\157\156\040\157\162\040\165"
+"\163\145\040\157\146\040\164\150\151\163\040\103\145\162\164\151"
+"\146\151\143\141\164\145\040\143\162\145\141\164\145\163\040\141"
+"\156\040\141\143\153\156\157\167\154\145\144\147\155\145\156\164"
+"\040\141\156\144\040\141\143\143\145\160\164\141\156\143\145\040"
+"\157\146\040\164\150\145\040\164\150\145\156\040\141\160\160\154"
+"\151\143\141\142\154\145\040\163\164\141\156\144\141\162\144\040"
+"\164\145\162\155\163\040\141\156\144\040\143\157\156\144\151\164"
+"\151\157\156\163\040\157\146\040\165\163\145\054\040\164\150\145"
+"\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040\120"
+"\162\141\143\164\151\143\145\040\123\164\141\164\145\155\145\156"
+"\164\040\141\156\144\040\164\150\145\040\122\145\154\171\151\156"
+"\147\040\120\141\162\164\171\040\101\147\162\145\145\155\145\156"
+"\164\054\040\167\150\151\143\150\040\143\141\156\040\142\145\040"
+"\146\157\165\156\144\040\141\164\040\164\150\145\040\142\145\124"
+"\122\125\123\124\145\144\040\167\145\142\040\163\151\164\145\054"
+"\040\150\164\164\160\163\072\057\057\167\167\167\056\142\145\164"
+"\162\165\163\164\145\144\056\143\157\155\057\160\162\157\144\165"
+"\143\164\163\137\163\145\162\166\151\143\145\163\057\151\156\144"
+"\145\170\056\150\164\155\154\060\102\006\010\053\006\001\005\005"
+"\007\002\001\026\066\150\164\164\160\163\072\057\057\167\167\167"
+"\056\142\145\164\162\165\163\164\145\144\056\143\157\155\057\160"
+"\162\157\144\165\143\164\163\137\163\145\162\166\151\143\145\163"
+"\057\151\156\144\145\170\056\150\164\155\154\060\021\006\011\140"
+"\206\110\001\206\370\102\001\001\004\004\003\002\000\007\060\201"
+"\211\006\003\125\035\037\004\201\201\060\177\060\175\240\173\240"
+"\171\244\167\060\165\061\022\060\020\006\003\125\004\012\023\011"
+"\142\145\124\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\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\061\015\060\013\006"
+"\003\125\004\003\023\004\103\122\114\061\060\053\006\003\125\035"
+"\020\004\044\060\042\200\017\062\060\060\062\060\064\061\061\060"
+"\070\062\064\062\067\132\201\017\062\060\062\062\060\064\061\061"
+"\060\070\065\064\062\067\132\060\013\006\003\125\035\017\004\004"
+"\003\002\001\006\060\037\006\003\125\035\043\004\030\060\026\200"
+"\024\175\160\345\256\070\213\006\077\252\034\032\217\371\317\044"
+"\060\252\204\204\026\060\035\006\003\125\035\016\004\026\004\024"
+"\175\160\345\256\070\213\006\077\252\034\032\217\371\317\044\060"
+"\252\204\204\026\060\014\006\003\125\035\023\004\005\060\003\001"
+"\001\377\060\035\006\011\052\206\110\206\366\175\007\101\000\004"
+"\020\060\016\033\010\126\066\056\060\072\064\056\060\003\002\004"
+"\220\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
+"\003\202\001\001\000\052\270\027\316\037\020\224\353\270\232\267"
+"\271\137\354\332\367\222\044\254\334\222\073\307\040\215\362\231"
+"\345\135\070\241\302\064\355\305\023\131\134\005\265\053\117\141"
+"\233\221\373\101\374\374\325\074\115\230\166\006\365\201\175\353"
+"\335\220\346\321\126\124\332\343\055\014\237\021\062\224\042\001"
+"\172\366\154\054\164\147\004\314\245\217\216\054\263\103\265\224"
+"\242\320\175\351\142\177\006\276\047\001\203\236\072\375\212\356"
+"\230\103\112\153\327\265\227\073\072\277\117\155\264\143\372\063"
+"\000\064\056\055\155\226\311\173\312\231\143\272\276\364\366\060"
+"\240\055\230\226\351\126\104\005\251\104\243\141\020\353\202\241"
+"\147\135\274\135\047\165\252\212\050\066\052\070\222\331\335\244"
+"\136\000\245\314\314\174\051\052\336\050\220\253\267\341\266\377"
+"\175\045\013\100\330\252\064\243\055\336\007\353\137\316\012\335"
+"\312\176\072\175\046\301\142\150\072\346\057\067\363\201\206\041"
+"\304\251\144\252\357\105\066\321\032\146\174\370\351\067\326\326"
+"\141\276\242\255\110\347\337\346\164\376\323\155\175\322\045\334"
+"\254\142\127\251\367"
+, (PRUint32)1621 }
+};
+static const NSSItem nss_builtins_items_119 [] = {
+ { (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 *)"beTRUSTed Root CA - Entrust Implementation", (PRUint32)43 },
+ { (void *)"\162\231\171\023\354\233\015\256\145\321\266\327\262\112\166\243"
+"\256\302\356\026"
+, (PRUint32)20 },
+ { (void *)"\175\206\220\217\133\361\362\100\300\367\075\142\265\244\251\073"
+, (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) }
+};
+static const NSSItem nss_builtins_items_120 [] = {
+ { (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 *)"beTRUSTed Root CA - RSA Implementation", (PRUint32)39 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\142\061\022\060\020\006\003\125\004\012\023\011\142\145\124"
+"\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\057\060\055\006\003\125\004\003\023\046\142\145"
+"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\040"
+"\055\040\122\123\101\040\111\155\160\154\145\155\145\156\164\141"
+"\164\151\157\156"
+, (PRUint32)100 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\142\061\022\060\020\006\003\125\004\012\023\011\142\145\124"
+"\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\057\060\055\006\003\125\004\003\023\046\142\145"
+"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\040"
+"\055\040\122\123\101\040\111\155\160\154\145\155\145\156\164\141"
+"\164\151\157\156"
+, (PRUint32)100 },
+ { (void *)"\073\131\307\173\315\133\127\236\275\067\122\254\166\264\252\032"
+, (PRUint32)16 },
+ { (void *)"\060\202\005\150\060\202\004\120\240\003\002\001\002\002\020\073"
+"\131\307\173\315\133\127\236\275\067\122\254\166\264\252\032\060"
+"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\142"
+"\061\022\060\020\006\003\125\004\012\023\011\142\145\124\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\057\060\055\006\003\125\004\003\023\046\142\145\124\122"
+"\125\123\124\145\144\040\122\157\157\164\040\103\101\040\055\040"
+"\122\123\101\040\111\155\160\154\145\155\145\156\164\141\164\151"
+"\157\156\060\036\027\015\060\062\060\064\061\061\061\061\061\070"
+"\061\063\132\027\015\062\062\060\064\061\062\061\061\060\067\062"
+"\065\132\060\142\061\022\060\020\006\003\125\004\012\023\011\142"
+"\145\124\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\057\060\055\006\003\125\004\003\023\046"
+"\142\145\124\122\125\123\124\145\144\040\122\157\157\164\040\103"
+"\101\040\055\040\122\123\101\040\111\155\160\154\145\155\145\156"
+"\164\141\164\151\157\156\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\344\272\064\060\011\216\127\320\271"
+"\006\054\157\156\044\200\042\277\135\103\246\372\117\254\202\347"
+"\034\150\160\205\033\243\156\265\252\170\331\156\007\113\077\351"
+"\337\365\352\350\124\241\141\212\016\057\151\165\030\267\014\345"
+"\024\215\161\156\230\270\125\374\014\225\320\233\156\341\055\210"
+"\324\072\100\153\222\361\231\226\144\336\333\377\170\364\356\226"
+"\035\107\211\174\324\276\271\210\167\043\072\011\346\004\236\155"
+"\252\136\322\310\275\232\116\031\337\211\352\133\016\176\303\344"
+"\264\360\340\151\073\210\017\101\220\370\324\161\103\044\301\217"
+"\046\113\073\126\351\377\214\154\067\351\105\255\205\214\123\303"
+"\140\206\220\112\226\311\263\124\260\273\027\360\034\105\331\324"
+"\033\031\144\126\012\031\367\314\341\377\206\257\176\130\136\254"
+"\172\220\037\311\050\071\105\173\242\266\307\234\037\332\205\324"
+"\041\206\131\060\223\276\123\063\067\366\357\101\317\063\307\253"
+"\162\153\045\365\363\123\033\014\114\056\361\165\113\357\240\207"
+"\367\376\212\025\320\154\325\313\371\150\123\271\160\025\023\302"
+"\365\056\373\103\065\165\055\002\003\001\000\001\243\202\002\030"
+"\060\202\002\024\060\014\006\003\125\035\023\004\005\060\003\001"
+"\001\377\060\202\001\265\006\003\125\035\040\004\202\001\254\060"
+"\202\001\250\060\202\001\244\006\017\053\006\001\004\001\261\076"
+"\000\000\003\011\050\203\221\061\060\202\001\217\060\101\006\010"
+"\053\006\001\005\005\007\002\001\026\065\150\164\164\160\072\057"
+"\057\167\167\167\056\142\145\164\162\165\163\164\145\144\056\143"
+"\157\155\057\160\162\157\144\165\143\164\163\137\163\145\162\166"
+"\151\143\145\163\057\151\156\144\145\170\056\150\164\155\154\060"
+"\202\001\110\006\010\053\006\001\005\005\007\002\002\060\202\001"
+"\072\032\202\001\066\122\145\154\151\141\156\143\145\040\157\156"
+"\040\157\162\040\165\163\145\040\157\146\040\164\150\151\163\040"
+"\103\145\162\164\151\146\151\143\141\164\145\040\143\162\145\141"
+"\164\145\163\040\141\156\040\141\143\153\156\157\167\154\145\144"
+"\147\155\145\156\164\040\141\156\144\040\141\143\143\145\160\164"
+"\141\156\143\145\040\157\146\040\164\150\145\040\164\150\145\156"
+"\040\141\160\160\154\151\143\141\142\154\145\040\163\164\141\156"
+"\144\141\162\144\040\164\145\162\155\163\040\141\156\144\040\143"
+"\157\156\144\151\164\151\157\156\163\040\157\146\040\165\163\145"
+"\054\040\164\150\145\040\103\145\162\164\151\146\151\143\141\164"
+"\151\157\156\040\120\162\141\143\164\151\143\145\040\123\164\141"
+"\164\145\155\145\156\164\040\141\156\144\040\164\150\145\040\122"
+"\145\154\171\151\156\147\040\120\141\162\164\171\040\101\147\162"
+"\145\145\155\145\156\164\054\040\167\150\151\143\150\040\143\141"
+"\156\040\142\145\040\146\157\165\156\144\040\141\164\040\164\150"
+"\145\040\142\145\124\122\125\123\124\145\144\040\167\145\142\040"
+"\163\151\164\145\054\040\150\164\164\160\072\057\057\167\167\167"
+"\056\142\145\164\162\165\163\164\145\144\056\143\157\155\057\160"
+"\162\157\144\165\143\164\163\137\163\145\162\166\151\143\145\163"
+"\057\151\156\144\145\170\056\150\164\155\154\060\013\006\003\125"
+"\035\017\004\004\003\002\001\006\060\037\006\003\125\035\043\004"
+"\030\060\026\200\024\251\354\024\176\371\331\103\314\123\053\024"
+"\255\317\367\360\131\211\101\315\031\060\035\006\003\125\035\016"
+"\004\026\004\024\251\354\024\176\371\331\103\314\123\053\024\255"
+"\317\367\360\131\211\101\315\031\060\015\006\011\052\206\110\206"
+"\367\015\001\001\005\005\000\003\202\001\001\000\333\227\260\165"
+"\352\014\304\301\230\312\126\005\300\250\255\046\110\257\055\040"
+"\350\201\307\266\337\103\301\054\035\165\113\324\102\215\347\172"
+"\250\164\334\146\102\131\207\263\365\151\155\331\251\236\263\175"
+"\034\061\301\365\124\342\131\044\111\345\356\275\071\246\153\212"
+"\230\104\373\233\327\052\203\227\064\055\307\175\065\114\055\064"
+"\270\076\015\304\354\210\047\257\236\222\375\120\141\202\250\140"
+"\007\024\123\314\145\023\301\366\107\104\151\322\061\310\246\335"
+"\056\263\013\336\112\215\133\075\253\015\302\065\122\242\126\067"
+"\314\062\213\050\205\102\234\221\100\172\160\053\070\066\325\341"
+"\163\032\037\345\372\176\137\334\326\234\073\060\352\333\300\133"
+"\047\134\323\163\007\301\302\363\114\233\157\237\033\312\036\252"
+"\250\070\063\011\130\262\256\374\007\350\066\334\125\272\057\117"
+"\100\376\172\275\006\246\201\301\223\042\174\206\021\012\006\167"
+"\110\256\065\267\057\062\232\141\136\213\276\051\237\051\044\210"
+"\126\071\054\250\322\253\226\003\132\324\110\237\271\100\204\013"
+"\230\150\373\001\103\326\033\342\011\261\227\034"
+, (PRUint32)1388 }
+};
+static const NSSItem nss_builtins_items_121 [] = {
+ { (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 *)"beTRUSTed Root CA - RSA Implementation", (PRUint32)39 },
+ { (void *)"\035\202\131\312\041\047\303\313\301\154\331\062\366\054\145\051"
+"\214\250\207\022"
+, (PRUint32)20 },
+ { (void *)"\206\102\005\011\274\247\235\354\035\363\056\016\272\330\035\320"
+, (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) }
+};
+static const NSSItem nss_builtins_items_122 [] = {
+ { (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 *)"RSA Security 2048 v3", (PRUint32)21 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\072\061\031\060\027\006\003\125\004\012\023\020\122\123\101"
+"\040\123\145\143\165\162\151\164\171\040\111\156\143\061\035\060"
+"\033\006\003\125\004\013\023\024\122\123\101\040\123\145\143\165"
+"\162\151\164\171\040\062\060\064\070\040\126\063"
+, (PRUint32)60 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\072\061\031\060\027\006\003\125\004\012\023\020\122\123\101"
+"\040\123\145\143\165\162\151\164\171\040\111\156\143\061\035\060"
+"\033\006\003\125\004\013\023\024\122\123\101\040\123\145\143\165"
+"\162\151\164\171\040\062\060\064\070\040\126\063"
+, (PRUint32)60 },
+ { (void *)"\012\001\001\001\000\000\002\174\000\000\000\012\000\000\000\002"
+, (PRUint32)16 },
+ { (void *)"\060\202\003\141\060\202\002\111\240\003\002\001\002\002\020\012"
+"\001\001\001\000\000\002\174\000\000\000\012\000\000\000\002\060"
+"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\072"
+"\061\031\060\027\006\003\125\004\012\023\020\122\123\101\040\123"
+"\145\143\165\162\151\164\171\040\111\156\143\061\035\060\033\006"
+"\003\125\004\013\023\024\122\123\101\040\123\145\143\165\162\151"
+"\164\171\040\062\060\064\070\040\126\063\060\036\027\015\060\061"
+"\060\062\062\062\062\060\063\071\062\063\132\027\015\062\066\060"
+"\062\062\062\062\060\063\071\062\063\132\060\072\061\031\060\027"
+"\006\003\125\004\012\023\020\122\123\101\040\123\145\143\165\162"
+"\151\164\171\040\111\156\143\061\035\060\033\006\003\125\004\013"
+"\023\024\122\123\101\040\123\145\143\165\162\151\164\171\040\062"
+"\060\064\070\040\126\063\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\267\217\125\161\322\200\335\173\151"
+"\171\247\360\030\120\062\074\142\147\366\012\225\007\335\346\033"
+"\363\236\331\322\101\124\153\255\237\174\276\031\315\373\106\253"
+"\101\150\036\030\352\125\310\057\221\170\211\050\373\047\051\140"
+"\377\337\217\214\073\311\111\233\265\244\224\316\001\352\076\265"
+"\143\173\177\046\375\031\335\300\041\275\204\321\055\117\106\303"
+"\116\334\330\067\071\073\050\257\313\235\032\352\053\257\041\245"
+"\301\043\042\270\270\033\132\023\207\127\203\321\360\040\347\350"
+"\117\043\102\260\000\245\175\211\351\351\141\163\224\230\161\046"
+"\274\055\152\340\367\115\360\361\266\052\070\061\201\015\051\341"
+"\000\301\121\017\114\122\370\004\132\252\175\162\323\270\207\052"
+"\273\143\020\003\052\263\241\117\015\132\136\106\267\075\016\365"
+"\164\354\231\237\371\075\044\201\210\246\335\140\124\350\225\066"
+"\075\306\011\223\232\243\022\200\000\125\231\031\107\275\320\245"
+"\174\303\272\373\037\367\365\017\370\254\271\265\364\067\230\023"
+"\030\336\205\133\267\014\202\073\207\157\225\071\130\060\332\156"
+"\001\150\027\042\314\300\013\002\003\001\000\001\243\143\060\141"
+"\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\037\006\003\125\035\043\004\030\060\026\200\024\007\303"
+"\121\060\244\252\351\105\256\065\044\372\377\044\054\063\320\261"
+"\235\214\060\035\006\003\125\035\016\004\026\004\024\007\303\121"
+"\060\244\252\351\105\256\065\044\372\377\044\054\063\320\261\235"
+"\214\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000"
+"\003\202\001\001\000\137\076\206\166\156\270\065\074\116\066\034"
+"\036\171\230\277\375\325\022\021\171\122\016\356\061\211\274\335"
+"\177\371\321\306\025\041\350\212\001\124\015\072\373\124\271\326"
+"\143\324\261\252\226\115\242\102\115\324\123\037\213\020\336\177"
+"\145\276\140\023\047\161\210\244\163\343\204\143\321\244\125\341"
+"\120\223\346\033\016\171\320\147\274\106\310\277\077\027\015\225"
+"\346\306\220\151\336\347\264\057\336\225\175\320\022\077\075\076"
+"\177\115\077\024\150\365\021\120\325\301\364\220\245\010\035\061"
+"\140\377\140\214\043\124\012\257\376\241\156\305\321\172\052\150"
+"\170\317\036\202\012\040\264\037\255\345\205\262\152\150\165\116"
+"\255\045\067\224\205\276\275\241\324\352\267\014\113\074\235\350"
+"\022\000\360\137\254\015\341\254\160\143\163\367\177\171\237\062"
+"\045\102\164\005\200\050\277\275\301\044\226\130\025\261\027\041"
+"\351\211\113\333\007\210\147\364\025\255\160\076\057\115\205\073"
+"\302\267\333\376\230\150\043\211\341\164\017\336\364\305\204\143"
+"\051\033\314\313\007\311\000\244\251\327\302\042\117\147\327\167"
+"\354\040\005\141\336"
+, (PRUint32)869 }
+};
+static const NSSItem nss_builtins_items_123 [] = {
+ { (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 *)"RSA Security 2048 v3", (PRUint32)21 },
+ { (void *)"\045\001\220\031\317\373\331\231\034\267\150\045\164\215\224\137"
+"\060\223\225\102"
+, (PRUint32)20 },
+ { (void *)"\167\015\031\261\041\375\000\102\234\076\014\245\335\013\002\216"
+, (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) }
+};
+static const NSSItem nss_builtins_items_124 [] = {
+ { (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 *)"RSA Security 1024 v3", (PRUint32)21 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\072\061\031\060\027\006\003\125\004\012\023\020\122\123\101"
+"\040\123\145\143\165\162\151\164\171\040\111\156\143\061\035\060"
+"\033\006\003\125\004\013\023\024\122\123\101\040\123\145\143\165"
+"\162\151\164\171\040\061\060\062\064\040\126\063"
+, (PRUint32)60 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\072\061\031\060\027\006\003\125\004\012\023\020\122\123\101"
+"\040\123\145\143\165\162\151\164\171\040\111\156\143\061\035\060"
+"\033\006\003\125\004\013\023\024\122\123\101\040\123\145\143\165"
+"\162\151\164\171\040\061\060\062\064\040\126\063"
+, (PRUint32)60 },
+ { (void *)"\012\001\001\001\000\000\002\174\000\000\000\013\000\000\000\002"
+, (PRUint32)16 },
+ { (void *)"\060\202\002\134\060\202\001\305\240\003\002\001\002\002\020\012"
+"\001\001\001\000\000\002\174\000\000\000\013\000\000\000\002\060"
+"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\072"
+"\061\031\060\027\006\003\125\004\012\023\020\122\123\101\040\123"
+"\145\143\165\162\151\164\171\040\111\156\143\061\035\060\033\006"
+"\003\125\004\013\023\024\122\123\101\040\123\145\143\165\162\151"
+"\164\171\040\061\060\062\064\040\126\063\060\036\027\015\060\061"
+"\060\062\062\062\062\061\060\061\064\071\132\027\015\062\066\060"
+"\062\062\062\062\060\060\061\064\071\132\060\072\061\031\060\027"
+"\006\003\125\004\012\023\020\122\123\101\040\123\145\143\165\162"
+"\151\164\171\040\111\156\143\061\035\060\033\006\003\125\004\013"
+"\023\024\122\123\101\040\123\145\143\165\162\151\164\171\040\061"
+"\060\062\064\040\126\063\060\201\237\060\015\006\011\052\206\110"
+"\206\367\015\001\001\001\005\000\003\201\215\000\060\201\211\002"
+"\201\201\000\325\335\376\146\011\317\044\074\076\256\201\116\116"
+"\212\304\151\200\133\131\073\337\271\115\114\312\265\055\303\047"
+"\055\074\257\000\102\155\274\050\246\226\317\177\327\130\254\203"
+"\012\243\125\265\173\027\220\025\204\114\212\356\046\231\334\130"
+"\357\307\070\246\252\257\320\216\102\310\142\327\253\254\251\373"
+"\112\175\277\352\376\022\115\335\377\046\055\157\066\124\150\310"
+"\322\204\126\356\222\123\141\011\263\077\071\233\250\311\233\275"
+"\316\237\176\324\031\152\026\051\030\276\327\072\151\334\045\133"
+"\063\032\121\002\003\001\000\001\243\143\060\141\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\037\006"
+"\003\125\035\043\004\030\060\026\200\024\304\300\034\244\007\224"
+"\375\315\115\001\324\124\332\245\014\137\336\256\005\132\060\035"
+"\006\003\125\035\016\004\026\004\024\304\300\034\244\007\224\375"
+"\315\115\001\324\124\332\245\014\137\336\256\005\132\060\015\006"
+"\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000"
+"\077\055\152\343\046\103\225\175\211\227\145\373\165\344\162\035"
+"\106\127\304\141\153\151\237\022\233\054\325\132\350\300\242\360"
+"\103\225\343\037\351\166\315\334\353\274\223\240\145\012\307\115"
+"\117\137\247\257\242\106\024\271\014\363\314\275\152\156\267\235"
+"\336\045\102\320\124\377\236\150\163\143\334\044\353\042\277\250"
+"\162\362\136\000\341\015\116\072\103\156\231\116\077\211\170\003"
+"\230\312\363\125\314\235\256\216\301\252\105\230\372\217\032\240"
+"\215\210\043\361\025\101\015\245\106\076\221\077\213\353\367\161"
+, (PRUint32)608 }
+};
+static const NSSItem nss_builtins_items_125 [] = {
+ { (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 *)"RSA Security 1024 v3", (PRUint32)21 },
+ { (void *)"\074\273\135\340\374\326\071\174\005\210\345\146\227\275\106\052"
+"\275\371\134\166"
+, (PRUint32)20 },
+ { (void *)"\072\345\120\260\071\276\307\106\066\063\241\376\202\076\215\224"
+, (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) }
+};
+static const NSSItem nss_builtins_items_126 [] = {
+ { (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 *)"GeoTrust Global CA", (PRUint32)19 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\102\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
+"\163\164\040\111\156\143\056\061\033\060\031\006\003\125\004\003"
+"\023\022\107\145\157\124\162\165\163\164\040\107\154\157\142\141"
+"\154\040\103\101"
+, (PRUint32)68 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\102\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165"
+"\163\164\040\111\156\143\056\061\033\060\031\006\003\125\004\003"
+"\023\022\107\145\157\124\162\165\163\164\040\107\154\157\142\141"
+"\154\040\103\101"
+, (PRUint32)68 },
+ { (void *)"\002\064\126"
+, (PRUint32)3 },
+ { (void *)"\060\202\003\124\060\202\002\074\240\003\002\001\002\002\003\002"
+"\064\126\060\015\006\011\052\206\110\206\367\015\001\001\005\005"
+"\000\060\102\061\013\060\011\006\003\125\004\006\023\002\125\123"
+"\061\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162"
+"\165\163\164\040\111\156\143\056\061\033\060\031\006\003\125\004"
+"\003\023\022\107\145\157\124\162\165\163\164\040\107\154\157\142"
+"\141\154\040\103\101\060\036\027\015\060\062\060\065\062\061\060"
+"\064\060\060\060\060\132\027\015\062\062\060\065\062\061\060\064"
+"\060\060\060\060\132\060\102\061\013\060\011\006\003\125\004\006"
+"\023\002\125\123\061\026\060\024\006\003\125\004\012\023\015\107"
+"\145\157\124\162\165\163\164\040\111\156\143\056\061\033\060\031"
+"\006\003\125\004\003\023\022\107\145\157\124\162\165\163\164\040"
+"\107\154\157\142\141\154\040\103\101\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\332\314\030\143\060\375"
+"\364\027\043\032\126\176\133\337\074\154\070\344\161\267\170\221"
+"\324\274\241\330\114\370\250\103\266\003\351\115\041\007\010\210"
+"\332\130\057\146\071\051\275\005\170\213\235\070\350\005\267\152"
+"\176\161\244\346\304\140\246\260\357\200\344\211\050\017\236\045"
+"\326\355\203\363\255\246\221\307\230\311\102\030\065\024\235\255"
+"\230\106\222\056\117\312\361\207\103\301\026\225\127\055\120\357"
+"\211\055\200\172\127\255\362\356\137\153\322\000\215\271\024\370"
+"\024\025\065\331\300\106\243\173\162\310\221\277\311\125\053\315"
+"\320\227\076\234\046\144\314\337\316\203\031\161\312\116\346\324"
+"\325\173\251\031\315\125\336\310\354\322\136\070\123\345\134\117"
+"\214\055\376\120\043\066\374\146\346\313\216\244\071\031\000\267"
+"\225\002\071\221\013\016\376\070\056\321\035\005\232\366\115\076"
+"\157\017\007\035\257\054\036\217\140\071\342\372\066\123\023\071"
+"\324\136\046\053\333\075\250\024\275\062\353\030\003\050\122\004"
+"\161\345\253\063\075\341\070\273\007\066\204\142\234\171\352\026"
+"\060\364\137\300\053\350\161\153\344\371\002\003\001\000\001\243"
+"\123\060\121\060\017\006\003\125\035\023\001\001\377\004\005\060"
+"\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\300"
+"\172\230\150\215\211\373\253\005\144\014\021\175\252\175\145\270"
+"\312\314\116\060\037\006\003\125\035\043\004\030\060\026\200\024"
+"\300\172\230\150\215\211\373\253\005\144\014\021\175\252\175\145"
+"\270\312\314\116\060\015\006\011\052\206\110\206\367\015\001\001"
+"\005\005\000\003\202\001\001\000\065\343\051\152\345\057\135\124"
+"\216\051\120\224\237\231\032\024\344\217\170\052\142\224\242\047"
+"\147\236\320\317\032\136\107\351\301\262\244\317\335\101\032\005"
+"\116\233\113\356\112\157\125\122\263\044\241\067\012\353\144\166"
+"\052\056\054\363\375\073\165\220\277\372\161\330\307\075\067\322"
+"\265\005\225\142\271\246\336\211\075\066\173\070\167\110\227\254"
+"\246\040\217\056\246\311\014\302\262\231\105\000\307\316\021\121"
+"\042\042\340\245\352\266\025\110\011\144\352\136\117\164\367\005"
+"\076\307\212\122\014\333\025\264\275\155\233\345\306\261\124\150"
+"\251\343\151\220\266\232\245\017\270\271\077\040\175\256\112\265"
+"\270\234\344\035\266\253\346\224\245\301\307\203\255\333\365\047"
+"\207\016\004\154\325\377\335\240\135\355\207\122\267\053\025\002"
+"\256\071\246\152\164\351\332\304\347\274\115\064\036\251\134\115"
+"\063\137\222\011\057\210\146\135\167\227\307\035\166\023\251\325"
+"\345\361\026\011\021\065\325\254\333\044\161\160\054\230\126\013"
+"\331\027\264\321\343\121\053\136\165\350\325\320\334\117\064\355"
+"\302\005\146\200\241\313\346\063"
+, (PRUint32)856 }
+};
+static const NSSItem nss_builtins_items_127 [] = {
+ { (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 *)"GeoTrust Global CA", (PRUint32)19 },
+ { (void *)"\336\050\364\244\377\345\271\057\243\305\003\321\243\111\247\371"
+"\226\052\202\022"
+, (PRUint32)20 },
+ { (void *)"\367\165\253\051\373\121\116\267\167\136\377\005\074\231\216\365"
+, (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) }
+};
+static const NSSItem nss_builtins_items_128 [] = {
+ { (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 *)"UTN-USER First-Network Applications", (PRUint32)36 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\201\243\061\013\060\011\006\003\125\004\006\023\002\125\123"
+"\061\013\060\011\006\003\125\004\010\023\002\125\124\061\027\060"
+"\025\006\003\125\004\007\023\016\123\141\154\164\040\114\141\153"
+"\145\040\103\151\164\171\061\036\060\034\006\003\125\004\012\023"
+"\025\124\150\145\040\125\123\105\122\124\122\125\123\124\040\116"
+"\145\164\167\157\162\153\061\041\060\037\006\003\125\004\013\023"
+"\030\150\164\164\160\072\057\057\167\167\167\056\165\163\145\162"
+"\164\162\165\163\164\056\143\157\155\061\053\060\051\006\003\125"
+"\004\003\023\042\125\124\116\055\125\123\105\122\106\151\162\163"
+"\164\055\116\145\164\167\157\162\153\040\101\160\160\154\151\143"
+"\141\164\151\157\156\163"
+, (PRUint32)166 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\201\243\061\013\060\011\006\003\125\004\006\023\002\125\123"
+"\061\013\060\011\006\003\125\004\010\023\002\125\124\061\027\060"
+"\025\006\003\125\004\007\023\016\123\141\154\164\040\114\141\153"
+"\145\040\103\151\164\171\061\036\060\034\006\003\125\004\012\023"
+"\025\124\150\145\040\125\123\105\122\124\122\125\123\124\040\116"
+"\145\164\167\157\162\153\061\041\060\037\006\003\125\004\013\023"
+"\030\150\164\164\160\072\057\057\167\167\167\056\165\163\145\162"
+"\164\162\165\163\164\056\143\157\155\061\053\060\051\006\003\125"
+"\004\003\023\042\125\124\116\055\125\123\105\122\106\151\162\163"
+"\164\055\116\145\164\167\157\162\153\040\101\160\160\154\151\143"
+"\141\164\151\157\156\163"
+, (PRUint32)166 },
+ { (void *)"\104\276\014\213\120\000\044\264\021\323\066\060\113\300\063\167"
+, (PRUint32)16 },
+ { (void *)"\060\202\004\144\060\202\003\114\240\003\002\001\002\002\020\104"
+"\276\014\213\120\000\044\264\021\323\066\060\113\300\063\167\060"
+"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\201"
+"\243\061\013\060\011\006\003\125\004\006\023\002\125\123\061\013"
+"\060\011\006\003\125\004\010\023\002\125\124\061\027\060\025\006"
+"\003\125\004\007\023\016\123\141\154\164\040\114\141\153\145\040"
+"\103\151\164\171\061\036\060\034\006\003\125\004\012\023\025\124"
+"\150\145\040\125\123\105\122\124\122\125\123\124\040\116\145\164"
+"\167\157\162\153\061\041\060\037\006\003\125\004\013\023\030\150"
+"\164\164\160\072\057\057\167\167\167\056\165\163\145\162\164\162"
+"\165\163\164\056\143\157\155\061\053\060\051\006\003\125\004\003"
+"\023\042\125\124\116\055\125\123\105\122\106\151\162\163\164\055"
+"\116\145\164\167\157\162\153\040\101\160\160\154\151\143\141\164"
+"\151\157\156\163\060\036\027\015\071\071\060\067\060\071\061\070"
+"\064\070\063\071\132\027\015\061\071\060\067\060\071\061\070\065"
+"\067\064\071\132\060\201\243\061\013\060\011\006\003\125\004\006"
+"\023\002\125\123\061\013\060\011\006\003\125\004\010\023\002\125"
+"\124\061\027\060\025\006\003\125\004\007\023\016\123\141\154\164"
+"\040\114\141\153\145\040\103\151\164\171\061\036\060\034\006\003"
+"\125\004\012\023\025\124\150\145\040\125\123\105\122\124\122\125"
+"\123\124\040\116\145\164\167\157\162\153\061\041\060\037\006\003"
+"\125\004\013\023\030\150\164\164\160\072\057\057\167\167\167\056"
+"\165\163\145\162\164\162\165\163\164\056\143\157\155\061\053\060"
+"\051\006\003\125\004\003\023\042\125\124\116\055\125\123\105\122"
+"\106\151\162\163\164\055\116\145\164\167\157\162\153\040\101\160"
+"\160\154\151\143\141\164\151\157\156\163\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\263\373\221\241\344"
+"\066\125\205\254\006\064\133\240\232\130\262\370\265\017\005\167"
+"\203\256\062\261\166\222\150\354\043\112\311\166\077\343\234\266"
+"\067\171\003\271\253\151\215\007\045\266\031\147\344\260\033\030"
+"\163\141\112\350\176\315\323\057\144\343\246\174\014\372\027\200"
+"\243\015\107\211\117\121\161\057\356\374\077\371\270\026\200\207"
+"\211\223\045\040\232\103\202\151\044\166\050\131\065\241\035\300"
+"\177\203\006\144\026\040\054\323\111\244\205\264\300\141\177\121"
+"\010\370\150\025\221\200\313\245\325\356\073\072\364\204\004\136"
+"\140\131\247\214\064\162\356\270\170\305\321\073\022\112\157\176"
+"\145\047\271\244\125\305\271\157\103\244\305\035\054\231\300\122"
+"\244\170\114\025\263\100\230\010\153\103\306\001\260\172\173\365"
+"\153\034\042\077\313\357\377\250\320\072\113\166\025\236\322\321"
+"\306\056\343\333\127\033\062\242\270\157\350\206\246\077\160\253"
+"\345\160\222\253\104\036\100\120\373\234\243\142\344\154\156\240"
+"\310\336\342\200\102\372\351\057\350\316\062\004\217\174\215\267"
+"\034\243\065\074\025\335\236\303\256\227\245\002\003\001\000\001"
+"\243\201\221\060\201\216\060\013\006\003\125\035\017\004\004\003"
+"\002\001\306\060\017\006\003\125\035\023\001\001\377\004\005\060"
+"\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\372"
+"\206\311\333\340\272\351\170\365\113\250\326\025\337\360\323\341"
+"\152\024\074\060\117\006\003\125\035\037\004\110\060\106\060\104"
+"\240\102\240\100\206\076\150\164\164\160\072\057\057\143\162\154"
+"\056\165\163\145\162\164\162\165\163\164\056\143\157\155\057\125"
+"\124\116\055\125\123\105\122\106\151\162\163\164\055\116\145\164"
+"\167\157\162\153\101\160\160\154\151\143\141\164\151\157\156\163"
+"\056\143\162\154\060\015\006\011\052\206\110\206\367\015\001\001"
+"\005\005\000\003\202\001\001\000\244\363\045\314\321\324\221\203"
+"\042\320\314\062\253\233\226\116\064\221\124\040\045\064\141\137"
+"\052\002\025\341\213\252\377\175\144\121\317\012\377\274\175\330"
+"\041\152\170\313\057\121\157\370\102\035\063\275\353\265\173\224"
+"\303\303\251\240\055\337\321\051\037\035\376\217\077\273\250\105"
+"\052\177\321\156\125\044\342\273\002\373\061\077\276\350\274\354"
+"\100\053\370\001\324\126\070\344\312\104\202\265\141\040\041\147"
+"\145\366\360\013\347\064\370\245\302\234\243\134\100\037\205\223"
+"\225\006\336\117\324\047\251\266\245\374\026\315\163\061\077\270"
+"\145\047\317\324\123\032\360\254\156\237\117\005\014\003\201\247"
+"\204\051\304\132\275\144\127\162\255\073\317\067\030\246\230\306"
+"\255\006\264\334\010\243\004\325\051\244\226\232\022\147\112\214"
+"\140\105\235\361\043\232\260\000\234\150\265\230\120\323\357\216"
+"\056\222\145\261\110\076\041\276\025\060\052\015\265\014\243\153"
+"\077\256\177\127\365\037\226\174\337\157\335\202\060\054\145\033"
+"\100\112\315\150\271\162\354\161\166\354\124\216\037\205\014\001"
+"\152\372\246\070\254\037\304\204"
+, (PRUint32)1128 }
+};
+static const NSSItem nss_builtins_items_129 [] = {
+ { (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 *)"UTN-USER First-Network Applications", (PRUint32)36 },
+ { (void *)"\135\230\234\333\025\226\021\066\121\145\144\033\126\017\333\352"
+"\052\302\076\361"
+, (PRUint32)20 },
+ { (void *)"\277\140\131\243\133\272\366\247\166\102\332\157\032\173\120\317"
+, (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) }
+};
+static const NSSItem nss_builtins_items_130 [] = {
+ { (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 *)"America Online Root Certification Authority 1", (PRUint32)46 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\034\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143"
+"\141\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060"
+"\064\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040"
+"\117\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164"
+"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162"
+"\151\164\171\040\061"
+, (PRUint32)101 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\034\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143"
+"\141\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060"
+"\064\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040"
+"\117\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164"
+"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162"
+"\151\164\171\040\061"
+, (PRUint32)101 },
+ { (void *)"\001"
+, (PRUint32)1 },
+ { (void *)"\060\202\003\244\060\202\002\214\240\003\002\001\002\002\001\001"
+"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
+"\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061\034"
+"\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143\141"
+"\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060\064"
+"\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040\117"
+"\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164\151"
+"\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151"
+"\164\171\040\061\060\036\027\015\060\062\060\065\062\070\060\066"
+"\060\060\060\060\132\027\015\063\067\061\061\061\071\062\060\064"
+"\063\060\060\132\060\143\061\013\060\011\006\003\125\004\006\023"
+"\002\125\123\061\034\060\032\006\003\125\004\012\023\023\101\155"
+"\145\162\151\143\141\040\117\156\154\151\156\145\040\111\156\143"
+"\056\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162"
+"\151\143\141\040\117\156\154\151\156\145\040\122\157\157\164\040"
+"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165"
+"\164\150\157\162\151\164\171\040\061\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\250\057\350\244\151\006"
+"\003\107\303\351\052\230\377\031\242\160\232\306\120\262\176\245"
+"\337\150\115\033\174\017\266\227\150\175\055\246\213\227\351\144"
+"\206\311\243\357\240\206\277\140\145\234\113\124\210\302\110\305"
+"\112\071\277\024\343\131\125\345\031\264\164\310\264\005\071\134"
+"\026\245\342\225\005\340\022\256\131\213\242\063\150\130\034\246"
+"\324\025\267\330\237\327\334\161\253\176\232\277\233\216\063\017"
+"\042\375\037\056\347\007\066\357\142\071\305\335\313\272\045\024"
+"\043\336\014\306\075\074\316\202\010\346\146\076\332\121\073\026"
+"\072\243\005\177\240\334\207\325\234\374\162\251\240\175\170\344"
+"\267\061\125\036\145\273\324\141\260\041\140\355\020\062\162\305"
+"\222\045\036\370\220\112\030\170\107\337\176\060\067\076\120\033"
+"\333\034\323\153\232\206\123\007\260\357\254\006\170\370\204\231"
+"\376\041\215\114\200\266\014\202\366\146\160\171\032\323\117\243"
+"\317\361\317\106\260\113\017\076\335\210\142\270\214\251\011\050"
+"\073\172\307\227\341\036\345\364\237\300\300\256\044\240\310\241"
+"\331\017\326\173\046\202\151\062\075\247\002\003\001\000\001\243"
+"\143\060\141\060\017\006\003\125\035\023\001\001\377\004\005\060"
+"\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\000"
+"\255\331\243\366\171\366\156\164\251\177\063\075\201\027\327\114"
+"\317\063\336\060\037\006\003\125\035\043\004\030\060\026\200\024"
+"\000\255\331\243\366\171\366\156\164\251\177\063\075\201\027\327"
+"\114\317\063\336\060\016\006\003\125\035\017\001\001\377\004\004"
+"\003\002\001\206\060\015\006\011\052\206\110\206\367\015\001\001"
+"\005\005\000\003\202\001\001\000\174\212\321\037\030\067\202\340"
+"\270\260\243\355\126\225\310\142\141\234\005\242\315\302\142\046"
+"\141\315\020\026\327\314\264\145\064\320\021\212\255\250\251\005"
+"\146\357\164\363\155\137\235\231\257\366\213\373\353\122\262\005"
+"\230\242\157\052\305\124\275\045\275\137\256\310\206\352\106\054"
+"\301\263\275\301\351\111\160\030\026\227\010\023\214\040\340\033"
+"\056\072\107\313\036\344\000\060\225\133\364\105\243\300\032\260"
+"\001\116\253\275\300\043\156\143\077\200\112\305\007\355\334\342"
+"\157\307\301\142\361\343\162\326\004\310\164\147\013\372\210\253"
+"\241\001\310\157\360\024\257\322\231\315\121\223\176\355\056\070"
+"\307\275\316\106\120\075\162\343\171\045\235\233\210\053\020\040"
+"\335\245\270\062\237\215\340\051\337\041\164\206\202\333\057\202"
+"\060\306\307\065\206\263\371\226\137\106\333\014\105\375\363\120"
+"\303\157\306\303\110\255\106\246\341\047\107\012\035\016\233\266"
+"\302\167\177\143\362\340\175\032\276\374\340\337\327\307\247\154"
+"\260\371\256\272\074\375\164\264\021\350\130\015\200\274\323\250"
+"\200\072\231\355\165\314\106\173"
+, (PRUint32)936 }
+};
+static const NSSItem nss_builtins_items_131 [] = {
+ { (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 *)"America Online Root Certification Authority 1", (PRUint32)46 },
+ { (void *)"\071\041\301\025\301\135\016\312\134\313\133\304\360\175\041\330"
+"\005\013\126\152"
+, (PRUint32)20 },
+ { (void *)"\024\361\010\255\235\372\144\342\211\347\034\317\250\255\175\136"
+, (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) }
+};
+static const NSSItem nss_builtins_items_132 [] = {
+ { (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 *)"America Online Root Certification Authority 2", (PRUint32)46 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\034\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143"
+"\141\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060"
+"\064\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040"
+"\117\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164"
+"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162"
+"\151\164\171\040\062"
+, (PRUint32)101 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\034\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143"
+"\141\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060"
+"\064\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040"
+"\117\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164"
+"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162"
+"\151\164\171\040\062"
+, (PRUint32)101 },
+ { (void *)"\001"
+, (PRUint32)1 },
+ { (void *)"\060\202\005\244\060\202\003\214\240\003\002\001\002\002\001\001"
+"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060"
+"\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061\034"
+"\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143\141"
+"\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060\064"
+"\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040\117"
+"\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164\151"
+"\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151"
+"\164\171\040\062\060\036\027\015\060\062\060\065\062\070\060\066"
+"\060\060\060\060\132\027\015\063\067\060\071\062\071\061\064\060"
+"\070\060\060\132\060\143\061\013\060\011\006\003\125\004\006\023"
+"\002\125\123\061\034\060\032\006\003\125\004\012\023\023\101\155"
+"\145\162\151\143\141\040\117\156\154\151\156\145\040\111\156\143"
+"\056\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162"
+"\151\143\141\040\117\156\154\151\156\145\040\122\157\157\164\040"
+"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165"
+"\164\150\157\162\151\164\171\040\062\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\314\101\105\035\351\075"
+"\115\020\366\214\261\101\311\340\136\313\015\267\277\107\163\323"
+"\360\125\115\335\306\014\372\261\146\005\152\315\170\264\334\002"
+"\333\116\201\363\327\247\174\161\274\165\143\240\135\343\007\014"
+"\110\354\045\304\003\040\364\377\016\073\022\377\233\215\341\306"
+"\325\033\264\155\042\343\261\333\177\041\144\257\206\274\127\042"
+"\052\326\107\201\127\104\202\126\123\275\206\024\001\013\374\177"
+"\164\244\132\256\361\272\021\265\233\130\132\200\264\067\170\011"
+"\063\174\062\107\003\134\304\245\203\110\364\127\126\156\201\066"
+"\047\030\117\354\233\050\302\324\264\327\174\014\076\014\053\337"
+"\312\004\327\306\216\352\130\116\250\244\245\030\034\154\105\230"
+"\243\101\321\055\322\307\155\215\031\361\255\171\267\201\077\275"
+"\006\202\047\055\020\130\005\265\170\005\271\057\333\014\153\220"
+"\220\176\024\131\070\273\224\044\023\345\321\235\024\337\323\202"
+"\115\106\360\200\071\122\062\017\343\204\262\172\103\362\136\336"
+"\137\077\035\335\343\262\033\240\241\052\043\003\156\056\001\025"
+"\207\134\246\165\165\307\227\141\276\336\206\334\324\110\333\275"
+"\052\277\112\125\332\350\175\120\373\264\200\027\270\224\277\001"
+"\075\352\332\272\174\340\130\147\027\271\130\340\210\206\106\147"
+"\154\235\020\107\130\062\320\065\174\171\052\220\242\132\020\021"
+"\043\065\255\057\314\344\112\133\247\310\047\362\203\336\136\273"
+"\136\167\347\350\245\156\143\302\015\135\141\320\214\322\154\132"
+"\041\016\312\050\243\316\052\351\225\307\110\317\226\157\035\222"
+"\045\310\306\306\301\301\014\005\254\046\304\322\165\322\341\052"
+"\147\300\075\133\245\232\353\317\173\032\250\235\024\105\345\017"
+"\240\232\145\336\057\050\275\316\157\224\146\203\110\051\330\352"
+"\145\214\257\223\331\144\237\125\127\046\277\157\313\067\061\231"
+"\243\140\273\034\255\211\064\062\142\270\103\041\006\162\014\241"
+"\134\155\106\305\372\051\317\060\336\211\334\161\133\335\266\067"
+"\076\337\120\365\270\007\045\046\345\274\265\376\074\002\263\267"
+"\370\276\103\301\207\021\224\236\043\154\027\212\270\212\047\014"
+"\124\107\360\251\263\300\200\214\240\047\353\035\031\343\007\216"
+"\167\160\312\053\364\175\166\340\170\147\002\003\001\000\001\243"
+"\143\060\141\060\017\006\003\125\035\023\001\001\377\004\005\060"
+"\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\115"
+"\105\301\150\070\273\163\251\151\241\040\347\355\365\042\241\043"
+"\024\327\236\060\037\006\003\125\035\043\004\030\060\026\200\024"
+"\115\105\301\150\070\273\163\251\151\241\040\347\355\365\042\241"
+"\043\024\327\236\060\016\006\003\125\035\017\001\001\377\004\004"
+"\003\002\001\206\060\015\006\011\052\206\110\206\367\015\001\001"
+"\005\005\000\003\202\002\001\000\147\153\006\271\137\105\073\052"
+"\113\063\263\346\033\153\131\116\042\314\271\267\244\045\311\247"
+"\304\360\124\226\013\144\363\261\130\117\136\121\374\262\227\173"
+"\047\145\302\345\312\347\015\014\045\173\142\343\372\237\264\207"
+"\267\105\106\257\203\245\227\110\214\245\275\361\026\053\233\166"
+"\054\172\065\140\154\021\200\227\314\251\222\122\346\053\346\151"
+"\355\251\370\066\055\054\167\277\141\110\321\143\013\271\133\122"
+"\355\030\260\103\102\042\246\261\167\256\336\151\305\315\307\034"
+"\241\261\245\034\020\373\030\276\032\160\335\301\222\113\276\051"
+"\132\235\077\065\276\345\175\121\370\125\340\045\165\043\207\036"
+"\134\334\272\235\260\254\263\151\333\027\203\311\367\336\014\274"
+"\010\334\221\236\250\320\327\025\067\163\245\065\270\374\176\305"
+"\104\100\006\303\353\370\042\200\134\107\316\002\343\021\237\104"
+"\377\375\232\062\314\175\144\121\016\353\127\046\166\072\343\036"
+"\042\074\302\246\066\335\031\357\247\374\022\363\046\300\131\061"
+"\205\114\234\330\317\337\244\314\314\051\223\377\224\155\166\134"
+"\023\010\227\362\355\245\013\115\335\350\311\150\016\146\323\000"
+"\016\063\022\133\274\225\345\062\220\250\263\306\154\203\255\167"
+"\356\213\176\176\261\251\253\323\341\361\266\300\261\352\210\300"
+"\347\323\220\351\050\222\224\173\150\173\227\052\012\147\055\205"
+"\002\070\020\344\003\141\324\332\045\066\307\010\130\055\241\247"
+"\121\257\060\012\111\365\246\151\207\007\055\104\106\166\216\052"
+"\345\232\073\327\030\242\374\234\070\020\314\306\073\322\265\027"
+"\072\157\375\256\045\275\365\162\131\144\261\164\052\070\137\030"
+"\114\337\317\161\004\132\066\324\277\057\231\234\350\331\272\261"
+"\225\346\002\113\041\241\133\325\301\117\217\256\151\155\123\333"
+"\001\223\265\134\036\030\335\144\132\312\030\050\076\143\004\021"
+"\375\034\215\000\017\270\067\337\147\212\235\146\251\002\152\221"
+"\377\023\312\057\135\203\274\207\223\154\334\044\121\026\004\045"
+"\146\372\263\331\302\272\051\276\232\110\070\202\231\364\277\073"
+"\112\061\031\371\277\216\041\063\024\312\117\124\137\373\316\373"
+"\217\161\177\375\136\031\240\017\113\221\270\304\124\274\006\260"
+"\105\217\046\221\242\216\376\251"
+, (PRUint32)1448 }
+};
+static const NSSItem nss_builtins_items_133 [] = {
+ { (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 *)"America Online Root Certification Authority 2", (PRUint32)46 },
+ { (void *)"\205\265\377\147\233\014\171\226\037\310\156\104\042\000\106\023"
+"\333\027\222\204"
+, (PRUint32)20 },
+ { (void *)"\326\355\074\312\342\146\017\257\020\103\015\167\233\004\011\277"
+, (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) }
+};
+static const NSSItem nss_builtins_items_134 [] = {
+ { (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 *)"Visa eCommerce Root", (PRUint32)20 },
+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) },
+ { (void *)"\060\153\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
+"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
+"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
+"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
+"\034\060\032\006\003\125\004\003\023\023\126\151\163\141\040\145"
+"\103\157\155\155\145\162\143\145\040\122\157\157\164"
+, (PRUint32)109 },
+ { (void *)"0", (PRUint32)2 },
+ { (void *)"\060\153\061\013\060\011\006\003\125\004\006\023\002\125\123\061"
+"\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057"
+"\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156"
+"\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166"
+"\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061"
+"\034\060\032\006\003\125\004\003\023\023\126\151\163\141\040\145"
+"\103\157\155\155\145\162\143\145\040\122\157\157\164"
+, (PRUint32)109 },
+ { (void *)"\023\206\065\115\035\077\006\362\301\371\145\005\325\220\034\142"
+, (PRUint32)16 },
+ { (void *)"\060\202\003\242\060\202\002\212\240\003\002\001\002\002\020\023"
+"\206\065\115\035\077\006\362\301\371\145\005\325\220\034\142\060"
+"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\153"
+"\061\013\060\011\006\003\125\004\006\023\002\125\123\061\015\060"
+"\013\006\003\125\004\012\023\004\126\111\123\101\061\057\060\055"
+"\006\003\125\004\013\023\046\126\151\163\141\040\111\156\164\145"
+"\162\156\141\164\151\157\156\141\154\040\123\145\162\166\151\143"
+"\145\040\101\163\163\157\143\151\141\164\151\157\156\061\034\060"
+"\032\006\003\125\004\003\023\023\126\151\163\141\040\145\103\157"
+"\155\155\145\162\143\145\040\122\157\157\164\060\036\027\015\060"
+"\062\060\066\062\066\060\062\061\070\063\066\132\027\015\062\062"
+"\060\066\062\064\060\060\061\066\061\062\132\060\153\061\013\060"
+"\011\006\003\125\004\006\023\002\125\123\061\015\060\013\006\003"
+"\125\004\012\023\004\126\111\123\101\061\057\060\055\006\003\125"
+"\004\013\023\046\126\151\163\141\040\111\156\164\145\162\156\141"
+"\164\151\157\156\141\154\040\123\145\162\166\151\143\145\040\101"
+"\163\163\157\143\151\141\164\151\157\156\061\034\060\032\006\003"
+"\125\004\003\023\023\126\151\163\141\040\145\103\157\155\155\145"
+"\162\143\145\040\122\157\157\164\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\257\127\336\126\036\156\241"
+"\332\140\261\224\047\313\027\333\007\077\200\205\117\310\234\266"
+"\320\364\157\117\317\231\330\341\333\302\110\134\072\254\071\063"
+"\307\037\152\213\046\075\053\065\365\110\261\221\301\002\116\004"
+"\226\221\173\260\063\360\261\024\116\021\157\265\100\257\033\105"
+"\245\112\357\176\266\254\362\240\037\130\077\022\106\140\074\215"
+"\241\340\175\317\127\076\063\036\373\107\361\252\025\227\007\125"
+"\146\245\265\055\056\330\200\131\262\247\015\267\106\354\041\143"
+"\377\065\253\245\002\317\052\364\114\376\173\365\224\135\204\115"
+"\250\362\140\217\333\016\045\074\237\163\161\317\224\337\112\352"
+"\333\337\162\070\214\363\226\275\361\027\274\322\272\073\105\132"
+"\306\247\366\306\027\213\001\235\374\031\250\052\203\026\270\072"
+"\110\376\116\076\240\253\006\031\351\123\363\200\023\007\355\055"
+"\277\077\012\074\125\040\071\054\054\000\151\164\225\112\274\040"
+"\262\251\171\345\030\211\221\250\334\034\115\357\273\176\067\013"
+"\135\376\071\245\210\122\214\000\154\354\030\174\101\275\366\213"
+"\165\167\272\140\235\204\347\376\055\002\003\001\000\001\243\102"
+"\060\100\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\025\070"
+"\203\017\077\054\077\160\063\036\315\106\376\007\214\040\340\327"
+"\303\267\060\015\006\011\052\206\110\206\367\015\001\001\005\005"
+"\000\003\202\001\001\000\137\361\101\175\174\134\010\271\053\340"
+"\325\222\107\372\147\134\245\023\303\003\041\233\053\114\211\106"
+"\317\131\115\311\376\245\100\266\143\315\335\161\050\225\147\021"
+"\314\044\254\323\104\154\161\256\001\040\153\003\242\217\030\267"
+"\051\072\175\345\026\140\123\170\074\300\257\025\203\367\217\122"
+"\063\044\275\144\223\227\356\213\367\333\030\250\155\161\263\367"
+"\054\027\320\164\045\151\367\376\153\074\224\276\115\113\101\214"
+"\116\342\163\320\343\220\042\163\103\315\363\357\352\163\316\105"
+"\212\260\246\111\377\114\175\235\161\210\304\166\035\220\133\035"
+"\356\375\314\367\356\375\140\245\261\172\026\161\321\026\320\174"
+"\022\074\154\151\227\333\256\137\071\232\160\057\005\074\031\106"
+"\004\231\040\066\320\140\156\141\006\273\026\102\214\160\367\060"
+"\373\340\333\146\243\000\001\275\346\054\332\221\137\240\106\213"
+"\115\152\234\075\075\335\005\106\376\166\277\240\012\074\344\000"
+"\346\047\267\377\204\055\336\272\042\047\226\020\161\353\042\355"
+"\337\337\063\234\317\343\255\256\216\324\216\346\117\121\257\026"
+"\222\340\134\366\007\017"
+, (PRUint32)934 }
+};
+static const NSSItem nss_builtins_items_135 [] = {
+ { (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 *)"Visa eCommerce Root", (PRUint32)20 },
+ { (void *)"\160\027\233\206\214\000\244\372\140\221\122\042\077\237\076\062"
+"\275\340\005\142"
+, (PRUint32)20 },
+ { (void *)"\374\021\270\330\010\223\060\000\155\043\371\176\353\122\036\002"
+, (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) }
+};
PR_IMPLEMENT_DATA(builtinsInternalObject)
nss_builtins_data[] = {
@@ -11343,79 +8414,33 @@ nss_builtins_data[] = {
{ 11, nss_builtins_types_110, nss_builtins_items_110, {NULL} },
{ 12, nss_builtins_types_111, nss_builtins_items_111, {NULL} },
{ 11, nss_builtins_types_112, nss_builtins_items_112, {NULL} },
- { 12, nss_builtins_types_113, nss_builtins_items_113, {NULL} },
+ { 10, nss_builtins_types_113, nss_builtins_items_113, {NULL} },
{ 11, nss_builtins_types_114, nss_builtins_items_114, {NULL} },
- { 12, nss_builtins_types_115, nss_builtins_items_115, {NULL} },
+ { 10, nss_builtins_types_115, nss_builtins_items_115, {NULL} },
{ 11, nss_builtins_types_116, nss_builtins_items_116, {NULL} },
- { 12, nss_builtins_types_117, nss_builtins_items_117, {NULL} },
+ { 10, nss_builtins_types_117, nss_builtins_items_117, {NULL} },
{ 11, nss_builtins_types_118, nss_builtins_items_118, {NULL} },
- { 12, nss_builtins_types_119, nss_builtins_items_119, {NULL} },
+ { 10, nss_builtins_types_119, nss_builtins_items_119, {NULL} },
{ 11, nss_builtins_types_120, nss_builtins_items_120, {NULL} },
- { 12, nss_builtins_types_121, nss_builtins_items_121, {NULL} },
+ { 10, nss_builtins_types_121, nss_builtins_items_121, {NULL} },
{ 11, nss_builtins_types_122, nss_builtins_items_122, {NULL} },
- { 12, nss_builtins_types_123, nss_builtins_items_123, {NULL} },
+ { 10, nss_builtins_types_123, nss_builtins_items_123, {NULL} },
{ 11, nss_builtins_types_124, nss_builtins_items_124, {NULL} },
- { 12, nss_builtins_types_125, nss_builtins_items_125, {NULL} },
+ { 10, nss_builtins_types_125, nss_builtins_items_125, {NULL} },
{ 11, nss_builtins_types_126, nss_builtins_items_126, {NULL} },
- { 12, nss_builtins_types_127, nss_builtins_items_127, {NULL} },
+ { 10, nss_builtins_types_127, nss_builtins_items_127, {NULL} },
{ 11, nss_builtins_types_128, nss_builtins_items_128, {NULL} },
- { 12, nss_builtins_types_129, nss_builtins_items_129, {NULL} },
+ { 10, nss_builtins_types_129, nss_builtins_items_129, {NULL} },
{ 11, nss_builtins_types_130, nss_builtins_items_130, {NULL} },
- { 12, nss_builtins_types_131, nss_builtins_items_131, {NULL} },
+ { 10, nss_builtins_types_131, nss_builtins_items_131, {NULL} },
{ 11, nss_builtins_types_132, nss_builtins_items_132, {NULL} },
- { 12, nss_builtins_types_133, nss_builtins_items_133, {NULL} },
+ { 10, nss_builtins_types_133, nss_builtins_items_133, {NULL} },
{ 11, nss_builtins_types_134, nss_builtins_items_134, {NULL} },
- { 12, nss_builtins_types_135, nss_builtins_items_135, {NULL} },
- { 11, nss_builtins_types_136, nss_builtins_items_136, {NULL} },
- { 12, nss_builtins_types_137, nss_builtins_items_137, {NULL} },
- { 11, nss_builtins_types_138, nss_builtins_items_138, {NULL} },
- { 12, nss_builtins_types_139, nss_builtins_items_139, {NULL} },
- { 11, nss_builtins_types_140, nss_builtins_items_140, {NULL} },
- { 12, nss_builtins_types_141, nss_builtins_items_141, {NULL} },
- { 11, nss_builtins_types_142, nss_builtins_items_142, {NULL} },
- { 12, nss_builtins_types_143, nss_builtins_items_143, {NULL} },
- { 11, nss_builtins_types_144, nss_builtins_items_144, {NULL} },
- { 12, nss_builtins_types_145, nss_builtins_items_145, {NULL} },
- { 11, nss_builtins_types_146, nss_builtins_items_146, {NULL} },
- { 12, nss_builtins_types_147, nss_builtins_items_147, {NULL} },
- { 11, nss_builtins_types_148, nss_builtins_items_148, {NULL} },
- { 12, nss_builtins_types_149, nss_builtins_items_149, {NULL} },
- { 11, nss_builtins_types_150, nss_builtins_items_150, {NULL} },
- { 12, nss_builtins_types_151, nss_builtins_items_151, {NULL} },
- { 11, nss_builtins_types_152, nss_builtins_items_152, {NULL} },
- { 12, nss_builtins_types_153, nss_builtins_items_153, {NULL} },
- { 11, nss_builtins_types_154, nss_builtins_items_154, {NULL} },
- { 12, nss_builtins_types_155, nss_builtins_items_155, {NULL} },
- { 11, nss_builtins_types_156, nss_builtins_items_156, {NULL} },
- { 12, nss_builtins_types_157, nss_builtins_items_157, {NULL} },
- { 11, nss_builtins_types_158, nss_builtins_items_158, {NULL} },
- { 12, nss_builtins_types_159, nss_builtins_items_159, {NULL} },
- { 11, nss_builtins_types_160, nss_builtins_items_160, {NULL} },
- { 12, nss_builtins_types_161, nss_builtins_items_161, {NULL} },
- { 11, nss_builtins_types_162, nss_builtins_items_162, {NULL} },
- { 12, nss_builtins_types_163, nss_builtins_items_163, {NULL} },
- { 11, nss_builtins_types_164, nss_builtins_items_164, {NULL} },
- { 12, nss_builtins_types_165, nss_builtins_items_165, {NULL} },
- { 11, nss_builtins_types_166, nss_builtins_items_166, {NULL} },
- { 12, nss_builtins_types_167, nss_builtins_items_167, {NULL} },
- { 11, nss_builtins_types_168, nss_builtins_items_168, {NULL} },
- { 12, nss_builtins_types_169, nss_builtins_items_169, {NULL} },
- { 11, nss_builtins_types_170, nss_builtins_items_170, {NULL} },
- { 12, nss_builtins_types_171, nss_builtins_items_171, {NULL} },
- { 11, nss_builtins_types_172, nss_builtins_items_172, {NULL} },
- { 12, nss_builtins_types_173, nss_builtins_items_173, {NULL} },
- { 11, nss_builtins_types_174, nss_builtins_items_174, {NULL} },
- { 12, nss_builtins_types_175, nss_builtins_items_175, {NULL} },
- { 11, nss_builtins_types_176, nss_builtins_items_176, {NULL} },
- { 12, nss_builtins_types_177, nss_builtins_items_177, {NULL} },
- { 11, nss_builtins_types_178, nss_builtins_items_178, {NULL} },
- { 12, nss_builtins_types_179, nss_builtins_items_179, {NULL} },
- { 11, nss_builtins_types_180, nss_builtins_items_180, {NULL} },
- { 12, nss_builtins_types_181, nss_builtins_items_181, {NULL} }
+ { 10, nss_builtins_types_135, nss_builtins_items_135, {NULL} }
};
PR_IMPLEMENT_DATA(const PRUint32)
#ifdef DEBUG
- nss_builtins_nObjects = 181+1;
+ nss_builtins_nObjects = 135+1;
#else
- nss_builtins_nObjects = 181;
+ nss_builtins_nObjects = 135;
#endif /* DEBUG */
diff --git a/security/nss/lib/ckfw/builtins/certdata.txt b/security/nss/lib/ckfw/builtins/certdata.txt
index 3bbea9857..e69eafbf2 100644
--- a/security/nss/lib/ckfw/builtins/certdata.txt
+++ b/security/nss/lib/ckfw/builtins/certdata.txt
@@ -390,321 +390,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "GTE CyberTrust Root 5"
-#
-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 "GTE CyberTrust Root 5"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\160\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157
-\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125
-\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165
-\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156
-\143\056\061\036\060\034\006\003\125\004\003\023\025\107\124\105
-\040\103\171\142\145\162\124\162\165\163\164\040\122\157\157\164
-\040\065
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\160\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157
-\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125
-\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165
-\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156
-\143\056\061\036\060\034\006\003\125\004\003\023\025\107\124\105
-\040\103\171\142\145\162\124\162\165\163\164\040\122\157\157\164
-\040\065
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001\266
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\266\060\202\002\236\240\003\002\001\002\002\002\001
-\266\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
-\060\160\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157
-\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125
-\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165
-\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156
-\143\056\061\036\060\034\006\003\125\004\003\023\025\107\124\105
-\040\103\171\142\145\162\124\162\165\163\164\040\122\157\157\164
-\040\065\060\036\027\015\071\070\060\070\061\064\061\064\065\060
-\060\060\132\027\015\061\063\060\070\061\064\062\063\065\071\060
-\060\132\060\160\061\013\060\011\006\003\125\004\006\023\002\125
-\123\061\030\060\026\006\003\125\004\012\023\017\107\124\105\040
-\103\157\162\160\157\162\141\164\151\157\156\061\047\060\045\006
-\003\125\004\013\023\036\107\124\105\040\103\171\142\145\162\124
-\162\165\163\164\040\123\157\154\165\164\151\157\156\163\054\040
-\111\156\143\056\061\036\060\034\006\003\125\004\003\023\025\107
-\124\105\040\103\171\142\145\162\124\162\165\163\164\040\122\157
-\157\164\040\065\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\274\022\156\077\212\174\172\227\001\354\036
-\273\071\132\002\364\170\104\242\110\033\216\173\111\122\172\270
-\173\107\263\257\224\233\157\273\226\372\053\152\145\134\270\034
-\224\163\276\277\211\012\042\200\356\127\374\214\005\273\160\237
-\227\071\004\332\243\207\134\250\345\312\257\300\063\232\325\067
-\134\113\254\344\200\320\246\043\140\373\375\162\056\224\235\307
-\316\302\004\062\357\170\140\135\355\255\207\017\105\145\036\074
-\232\012\232\276\135\035\231\354\347\362\321\306\172\027\331\255
-\233\124\226\177\304\174\140\277\205\252\025\065\035\100\332\021
-\274\354\124\041\050\055\043\241\250\360\317\055\315\335\374\176
-\017\136\341\145\007\126\313\007\264\322\126\350\136\061\314\030
-\143\304\206\322\055\205\317\223\222\253\155\376\150\071\373\336
-\163\275\206\370\344\106\172\352\237\014\313\364\031\376\143\274
-\321\054\173\210\063\066\366\344\341\234\014\123\201\140\034\332
-\056\253\226\251\026\210\023\120\231\262\275\125\337\025\060\176
-\350\345\230\373\160\176\154\265\007\374\374\106\267\320\355\067
-\226\176\062\376\041\002\003\001\000\001\243\132\060\130\060\022
-\006\003\125\035\023\001\001\377\004\010\060\006\001\001\377\002
-\001\005\060\016\006\003\125\035\017\001\001\377\004\004\003\002
-\001\006\060\027\006\003\125\035\040\004\020\060\016\060\014\006
-\012\052\206\110\206\370\143\001\002\001\003\060\031\006\003\125
-\035\016\004\022\004\020\166\012\111\041\070\114\237\336\370\304
-\111\307\161\161\221\235\060\015\006\011\052\206\110\206\367\015
-\001\001\005\005\000\003\202\001\001\000\101\072\324\030\133\332
-\270\336\041\034\341\216\011\345\361\150\064\377\336\226\364\007
-\365\247\074\363\254\112\261\233\372\222\372\233\355\346\062\041
-\252\112\166\305\334\117\070\345\337\325\206\344\325\310\166\175
-\230\327\261\315\217\115\265\221\043\154\213\212\353\352\174\357
-\024\224\304\306\360\037\112\055\062\161\143\053\143\221\046\002
-\011\266\200\035\355\342\314\270\177\333\207\143\310\341\320\154
-\046\261\065\035\100\146\020\033\315\225\124\030\063\141\354\023
-\117\332\023\367\231\257\076\320\317\216\246\162\242\263\303\005
-\232\311\047\175\222\314\176\122\215\263\253\160\155\236\211\237
-\115\353\032\165\302\230\252\325\002\026\327\014\212\277\045\344
-\353\055\274\230\351\130\070\031\174\271\067\376\333\342\231\010
-\163\006\307\227\203\152\175\020\001\057\062\271\027\005\112\145
-\346\057\316\276\136\123\246\202\351\232\123\012\204\164\055\203
-\312\310\224\026\166\137\224\141\050\360\205\247\071\273\327\213
-\331\250\262\023\035\124\011\064\044\175\040\201\175\146\176\242
-\220\164\134\020\306\275\354\253\033\302
-END
-
-# Trust for Certificate "GTE CyberTrust Root 5"
-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 "GTE CyberTrust Root 5"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\107\305\114\274\332\135\166\316\142\210\070\021\254\021\146\135
-\125\364\054\000
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\175\154\206\344\374\115\321\013\000\272\042\273\116\174\152\216
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\160\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157
-\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125
-\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165
-\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156
-\143\056\061\036\060\034\006\003\125\004\003\023\025\107\124\105
-\040\103\171\142\145\162\124\162\165\163\164\040\122\157\157\164
-\040\065
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001\266
-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
-
-#
-# Certificate "GTE CyberTrust Japan Root CA"
-#
-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 "GTE CyberTrust Japan Root CA"
-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\112\120\061
-\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124
-\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056
-\061\041\060\037\006\003\125\004\003\023\030\103\171\142\145\162
-\124\162\165\163\164\040\112\101\120\101\116\040\122\157\157\164
-\040\103\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\121\061\013\060\011\006\003\125\004\006\023\002\112\120\061
-\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124
-\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056
-\061\041\060\037\006\003\125\004\003\023\030\103\171\142\145\162
-\124\162\165\163\164\040\112\101\120\101\116\040\122\157\157\164
-\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\116
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\021\060\202\001\172\002\001\116\060\015\006\011\052
-\206\110\206\367\015\001\001\004\005\000\060\121\061\013\060\011
-\006\003\125\004\006\023\002\112\120\061\037\060\035\006\003\125
-\004\012\023\026\103\171\142\145\162\124\162\165\163\164\040\112
-\141\160\141\156\054\040\111\156\143\056\061\041\060\037\006\003
-\125\004\003\023\030\103\171\142\145\162\124\162\165\163\164\040
-\112\101\120\101\116\040\122\157\157\164\040\103\101\060\036\027
-\015\071\070\060\070\060\064\060\067\065\067\060\060\132\027\015
-\060\063\060\070\060\064\062\063\065\071\060\060\132\060\121\061
-\013\060\011\006\003\125\004\006\023\002\112\120\061\037\060\035
-\006\003\125\004\012\023\026\103\171\142\145\162\124\162\165\163
-\164\040\112\141\160\141\156\054\040\111\156\143\056\061\041\060
-\037\006\003\125\004\003\023\030\103\171\142\145\162\124\162\165
-\163\164\040\112\101\120\101\116\040\122\157\157\164\040\103\101
-\060\201\237\060\015\006\011\052\206\110\206\367\015\001\001\001
-\005\000\003\201\215\000\060\201\211\002\201\201\000\267\255\374
-\312\107\020\166\211\375\147\254\344\163\006\174\201\113\035\326
-\265\174\016\107\257\354\246\124\165\250\304\375\145\257\347\310
-\261\261\154\064\065\215\367\271\144\127\050\013\041\132\336\164
-\376\334\170\056\206\106\022\114\177\021\037\334\223\275\137\276
-\146\230\206\270\267\354\155\111\323\220\331\341\171\000\126\150
-\272\255\154\037\054\073\037\311\054\214\103\260\004\102\352\201
-\163\246\316\063\165\105\015\212\105\162\057\252\127\125\344\007
-\303\103\342\165\072\017\274\074\320\204\316\272\357\002\003\001
-\000\001\060\015\006\011\052\206\110\206\367\015\001\001\004\005
-\000\003\201\201\000\267\246\144\243\014\200\074\034\304\330\356
-\101\073\345\206\244\236\140\135\326\001\062\250\152\144\055\040
-\160\100\272\162\116\146\372\007\145\116\003\216\013\375\126\340
-\255\073\040\247\062\372\262\022\036\200\337\036\343\172\030\314
-\127\333\346\311\064\140\357\165\353\020\026\320\244\056\160\330
-\044\043\270\245\167\163\102\371\007\072\335\001\154\010\223\007
-\065\046\020\045\140\051\377\011\345\144\237\151\271\026\111\363
-\134\335\044\143\106\223\015\260\123\066\165\274\110\040\273\031
-\266\217\320\042\375
-END
-
-# Trust for Certificate "GTE CyberTrust Japan Root CA"
-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 "GTE CyberTrust Japan Root CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\327\237\165\115\072\165\304\327\022\276\200\056\155\367\251\056
-\135\022\021\045
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\336\253\377\103\052\145\067\006\233\050\265\172\350\204\323\216
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\121\061\013\060\011\006\003\125\004\006\023\002\112\120\061
-\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124
-\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056
-\061\041\060\037\006\003\125\004\003\023\030\103\171\142\145\162
-\124\162\165\163\164\040\112\101\120\101\116\040\122\157\157\164
-\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\116
-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
-
-#
-# Certificate "GTE CyberTrust Japan Secure Server CA"
-#
-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 "GTE CyberTrust Japan Secure Server CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\132\061\013\060\011\006\003\125\004\006\023\002\112\120\061
-\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124
-\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056
-\061\052\060\050\006\003\125\004\003\023\041\103\171\142\145\162
-\124\162\165\163\164\040\112\101\120\101\116\040\123\145\143\165
-\162\145\040\123\145\162\166\145\162\040\103\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\132\061\013\060\011\006\003\125\004\006\023\002\112\120\061
-\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124
-\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056
-\061\052\060\050\006\003\125\004\003\023\041\103\171\142\145\162
-\124\162\165\163\164\040\112\101\120\101\116\040\123\145\143\165
-\162\145\040\123\145\162\166\145\162\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\117
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\043\060\202\001\214\002\001\117\060\015\006\011\052
-\206\110\206\367\015\001\001\004\005\000\060\132\061\013\060\011
-\006\003\125\004\006\023\002\112\120\061\037\060\035\006\003\125
-\004\012\023\026\103\171\142\145\162\124\162\165\163\164\040\112
-\141\160\141\156\054\040\111\156\143\056\061\052\060\050\006\003
-\125\004\003\023\041\103\171\142\145\162\124\162\165\163\164\040
-\112\101\120\101\116\040\123\145\143\165\162\145\040\123\145\162
-\166\145\162\040\103\101\060\036\027\015\071\070\060\070\060\064
-\060\070\060\066\063\062\132\027\015\060\063\060\070\060\064\062
-\063\065\071\060\060\132\060\132\061\013\060\011\006\003\125\004
-\006\023\002\112\120\061\037\060\035\006\003\125\004\012\023\026
-\103\171\142\145\162\124\162\165\163\164\040\112\141\160\141\156
-\054\040\111\156\143\056\061\052\060\050\006\003\125\004\003\023
-\041\103\171\142\145\162\124\162\165\163\164\040\112\101\120\101
-\116\040\123\145\143\165\162\145\040\123\145\162\166\145\162\040
-\103\101\060\201\237\060\015\006\011\052\206\110\206\367\015\001
-\001\001\005\000\003\201\215\000\060\201\211\002\201\201\000\254
-\046\243\241\270\157\152\300\054\022\371\333\061\005\222\347\375
-\372\324\201\264\270\325\052\325\220\372\360\103\145\374\022\025
-\312\354\333\271\141\336\063\143\067\117\257\000\074\177\222\067
-\033\030\163\345\237\074\210\361\032\023\104\376\171\362\303\046
-\225\017\013\360\236\024\007\041\154\127\302\135\303\342\121\260
-\315\213\137\315\137\206\070\370\171\227\071\354\350\277\122\056
-\261\136\252\251\256\214\355\356\327\310\267\056\061\213\264\071
-\222\073\174\201\047\007\032\001\104\057\111\163\040\266\311\002
-\003\001\000\001\060\015\006\011\052\206\110\206\367\015\001\001
-\004\005\000\003\201\201\000\150\035\173\022\356\132\171\051\061
-\312\001\254\213\120\251\047\231\054\000\374\070\032\034\377\302
-\325\360\023\376\033\247\071\365\200\024\353\121\372\300\215\173
-\204\033\131\256\261\065\121\156\241\076\327\033\354\240\236\337
-\340\245\202\226\343\261\077\330\250\361\313\171\200\216\367\360
-\104\231\176\024\365\043\243\021\343\150\113\005\066\156\210\343
-\253\206\252\070\123\003\102\073\323\271\371\340\277\005\351\323
-\137\303\112\247\266\375\267\135\220\111\370\232\262\255\146\246
-\202\000\223\256\140\377\040
-END
-
-# Trust for Certificate "GTE CyberTrust Japan Secure Server CA"
-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 "GTE CyberTrust Japan Secure Server CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\326\371\221\145\061\321\304\017\030\247\073\051\236\031\267\157
-\246\302\111\063
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\335\015\015\264\170\113\175\316\060\012\246\065\306\253\114\210
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\132\061\013\060\011\006\003\125\004\006\023\002\112\120\061
-\037\060\035\006\003\125\004\012\023\026\103\171\142\145\162\124
-\162\165\163\164\040\112\141\160\141\156\054\040\111\156\143\056
-\061\052\060\050\006\003\125\004\003\023\041\103\171\142\145\162
-\124\162\165\163\164\040\112\101\120\101\116\040\123\145\143\165
-\162\145\040\123\145\162\166\145\162\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\117
-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
-
-#
# Certificate "Thawte Personal Basic CA"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -1374,368 +1059,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_VALID
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "American Express CA"
-#
-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 "American Express CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\217\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151
-\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160
-\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125
-\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160
-\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145
-\163\061\057\060\055\006\003\125\004\003\023\046\101\155\145\162
-\151\143\141\156\040\105\170\160\162\145\163\163\040\103\145\162
-\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151
-\164\171
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\217\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151
-\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160
-\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125
-\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160
-\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145
-\163\061\057\060\055\006\003\125\004\003\023\046\101\155\145\162
-\151\143\141\156\040\105\170\160\162\145\163\163\040\103\145\162
-\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151
-\164\171
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000\215
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\220\060\202\001\371\002\002\000\215\060\015\006\011
-\052\206\110\206\367\015\001\001\004\005\000\060\201\217\061\013
-\060\011\006\003\125\004\006\023\002\125\123\061\047\060\045\006
-\003\125\004\012\023\036\101\155\145\162\151\143\141\156\040\105
-\170\160\162\145\163\163\040\103\157\155\160\141\156\171\054\040
-\111\156\143\056\061\046\060\044\006\003\125\004\013\023\035\101
-\155\145\162\151\143\141\156\040\105\170\160\162\145\163\163\040
-\124\145\143\150\156\157\154\157\147\151\145\163\061\057\060\055
-\006\003\125\004\003\023\046\101\155\145\162\151\143\141\156\040
-\105\170\160\162\145\163\163\040\103\145\162\164\151\146\151\143
-\141\164\145\040\101\165\164\150\157\162\151\164\171\060\036\027
-\015\071\070\060\070\061\064\062\062\060\061\060\060\132\027\015
-\060\066\060\070\061\064\062\063\065\071\060\060\132\060\201\217
-\061\013\060\011\006\003\125\004\006\023\002\125\123\061\047\060
-\045\006\003\125\004\012\023\036\101\155\145\162\151\143\141\156
-\040\105\170\160\162\145\163\163\040\103\157\155\160\141\156\171
-\054\040\111\156\143\056\061\046\060\044\006\003\125\004\013\023
-\035\101\155\145\162\151\143\141\156\040\105\170\160\162\145\163
-\163\040\124\145\143\150\156\157\154\157\147\151\145\163\061\057
-\060\055\006\003\125\004\003\023\046\101\155\145\162\151\143\141
-\156\040\105\170\160\162\145\163\163\040\103\145\162\164\151\146
-\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171\060
-\201\237\060\015\006\011\052\206\110\206\367\015\001\001\001\005
-\000\003\201\215\000\060\201\211\002\201\201\000\311\362\111\222
-\205\312\375\025\051\265\006\266\104\354\374\210\243\362\206\316
-\377\024\117\044\034\222\371\302\043\301\316\103\337\135\064\310
-\270\024\354\325\052\160\221\111\225\327\126\315\224\361\251\223
-\320\150\042\334\115\175\240\012\162\052\107\352\045\360\205\000
-\137\066\124\141\317\013\371\067\132\147\235\351\037\351\144\077
-\160\225\141\247\320\060\002\336\046\050\244\146\003\004\351\060
-\373\217\063\007\371\157\141\207\242\162\333\363\150\170\143\146
-\131\251\311\267\146\341\025\262\110\066\054\371\002\003\001\000
-\001\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000
-\003\201\201\000\150\027\142\270\163\213\114\154\353\112\245\076
-\253\345\235\056\322\315\212\007\127\363\306\131\227\166\027\027
-\370\122\216\047\223\330\130\330\050\154\364\242\004\172\212\302
-\166\044\261\002\264\337\050\362\367\363\250\247\176\043\110\141
-\210\364\021\150\256\046\135\366\241\113\123\045\152\330\052\024
-\002\016\340\207\040\156\236\031\134\163\220\013\043\342\061\227
-\043\077\325\042\242\323\006\173\332\067\365\327\265\101\104\027
-\172\105\002\331\205\105\146\326\216\307\360\172\014\231\142\042
-\151\133\355\322
-END
-
-# Trust for Certificate "American Express CA"
-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 "American Express CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\254\231\217\200\304\240\005\370\156\362\240\256\110\030\344\117
-\110\237\370\177
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\034\325\216\202\276\160\125\216\071\141\337\255\121\333\153\240
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\217\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151
-\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160
-\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125
-\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160
-\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145
-\163\061\057\060\055\006\003\125\004\003\023\046\101\155\145\162
-\151\143\141\156\040\105\170\160\162\145\163\163\040\103\145\162
-\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151
-\164\171
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000\215
-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_VALID
-
-#
-# Certificate "American Express Global CA"
-#
-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 "American Express Global CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\226\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151
-\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160
-\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125
-\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160
-\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145
-\163\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162
-\151\143\141\156\040\105\170\160\162\145\163\163\040\107\154\157
-\142\141\154\040\103\145\162\164\151\146\151\143\141\164\145\040
-\101\165\164\150\157\162\151\164\171
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\226\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151
-\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160
-\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125
-\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160
-\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145
-\163\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162
-\151\143\141\156\040\105\170\160\162\145\163\163\040\107\154\157
-\142\141\154\040\103\145\162\164\151\146\151\143\141\164\145\040
-\101\165\164\150\157\162\151\164\171
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000\205
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\004\004\060\202\002\354\240\003\002\001\002\002\002\000
-\205\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
-\060\201\226\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151
-\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160
-\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125
-\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160
-\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145
-\163\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162
-\151\143\141\156\040\105\170\160\162\145\163\163\040\107\154\157
-\142\141\154\040\103\145\162\164\151\146\151\143\141\164\145\040
-\101\165\164\150\157\162\151\164\171\060\036\027\015\071\070\060
-\070\061\064\061\071\060\066\060\060\132\027\015\061\063\060\070
-\061\064\062\063\065\071\060\060\132\060\201\226\061\013\060\011
-\006\003\125\004\006\023\002\125\123\061\047\060\045\006\003\125
-\004\012\023\036\101\155\145\162\151\143\141\156\040\105\170\160
-\162\145\163\163\040\103\157\155\160\141\156\171\054\040\111\156
-\143\056\061\046\060\044\006\003\125\004\013\023\035\101\155\145
-\162\151\143\141\156\040\105\170\160\162\145\163\163\040\124\145
-\143\150\156\157\154\157\147\151\145\163\061\066\060\064\006\003
-\125\004\003\023\055\101\155\145\162\151\143\141\156\040\105\170
-\160\162\145\163\163\040\107\154\157\142\141\154\040\103\145\162
-\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151
-\164\171\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\360\044\046\146\056\373\353\112\163\161\123\211\107
-\313\046\074\123\222\224\114\312\302\205\265\015\370\303\127\275
-\057\052\037\152\030\267\127\257\014\000\026\372\240\266\220\246
-\367\032\241\056\146\046\307\150\243\212\223\151\146\265\106\126
-\055\035\202\352\220\014\012\042\302\211\120\215\005\363\324\253
-\163\101\360\317\022\254\050\264\157\024\224\226\131\113\236\220
-\165\206\337\342\107\353\341\351\117\103\176\207\312\047\030\146
-\236\265\301\100\145\175\374\141\157\255\233\162\317\251\136\330
-\363\371\332\156\221\020\372\114\265\352\176\040\336\251\071\057
-\365\210\344\212\157\065\306\040\234\053\206\106\063\012\374\061
-\125\245\153\254\026\100\351\315\065\131\157\062\004\303\173\265
-\017\173\167\160\363\110\273\052\122\202\316\257\051\155\361\021
-\157\155\346\007\000\001\357\232\363\046\015\246\171\023\147\257
-\370\253\034\165\254\221\265\153\276\100\260\336\234\014\261\151
-\205\031\161\221\023\105\312\337\321\375\346\262\312\226\203\171
-\333\305\270\252\133\172\220\013\170\126\076\306\327\237\224\110
-\021\365\255\002\003\001\000\001\243\132\060\130\060\022\006\003
-\125\035\023\001\001\377\004\010\060\006\001\001\377\002\001\005
-\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\006
-\060\027\006\003\125\035\040\004\020\060\016\060\014\006\012\052
-\206\110\206\371\017\012\001\005\001\060\031\006\003\125\035\016
-\004\022\004\020\127\107\065\173\066\047\021\250\010\374\057\106
-\045\353\044\151\060\015\006\011\052\206\110\206\367\015\001\001
-\005\005\000\003\202\001\001\000\307\141\105\250\212\161\271\276
-\064\351\041\173\041\315\126\023\230\325\060\143\351\030\252\113
-\222\025\277\013\035\273\354\222\151\305\056\303\141\213\350\060
-\105\313\020\106\301\163\070\134\213\031\322\053\363\100\353\174
-\162\263\056\036\047\343\165\225\212\034\233\056\304\225\005\206
-\162\320\125\364\241\222\122\171\134\333\364\370\334\345\327\022
-\261\100\307\074\206\344\061\145\112\312\067\306\336\166\127\031
-\151\114\106\151\374\052\255\026\067\172\223\254\367\041\113\055
-\373\353\251\120\313\301\321\100\010\332\003\151\207\247\067\136
-\125\301\305\355\304\343\216\014\046\227\233\134\127\113\162\343
-\362\003\005\320\002\073\046\003\100\220\236\276\013\133\111\014
-\170\361\325\114\125\051\340\366\375\114\003\251\124\002\062\321
-\127\132\205\254\103\355\133\073\026\137\240\277\065\333\113\236
-\173\350\377\347\015\074\073\250\233\111\101\106\365\163\116\377
-\222\145\041\203\023\125\161\353\111\074\177\210\032\302\022\050
-\045\241\106\113\101\067\227\177\354\216\361\324\241\226\302\040
-\266\136\255\251\034\036\021\240
-END
-
-# Trust for Certificate "American Express Global CA"
-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 "American Express Global CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\005\025\203\065\174\267\267\276\344\016\273\221\377\153\073\274
-\361\124\335\126
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\143\033\146\223\214\363\146\313\074\171\127\334\005\111\352\333
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\226\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\047\060\045\006\003\125\004\012\023\036\101\155\145\162\151
-\143\141\156\040\105\170\160\162\145\163\163\040\103\157\155\160
-\141\156\171\054\040\111\156\143\056\061\046\060\044\006\003\125
-\004\013\023\035\101\155\145\162\151\143\141\156\040\105\170\160
-\162\145\163\163\040\124\145\143\150\156\157\154\157\147\151\145
-\163\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162
-\151\143\141\156\040\105\170\160\162\145\163\163\040\107\154\157
-\142\141\154\040\103\145\162\164\151\146\151\143\141\164\145\040
-\101\165\164\150\157\162\151\164\171
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000\205
-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_VALID
-
-#
-# Certificate "Equifax Premium CA"
-#
-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 "Equifax Premium CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\117\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\020\060\016\006\003\125\004\012\023\007\105\161\165\151\146\141
-\170\061\056\060\054\006\003\125\004\013\023\045\105\161\165\151
-\146\141\170\040\120\162\145\155\151\165\155\040\103\145\162\164
-\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164
-\171
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\117\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\020\060\016\006\003\125\004\012\023\007\105\161\165\151\146\141
-\170\061\056\060\054\006\003\125\004\013\023\045\105\161\165\151
-\146\141\170\040\120\162\145\155\151\165\155\040\103\145\162\164
-\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164
-\171
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\065\341\357\036
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\043\060\202\002\214\240\003\002\001\002\002\004\065
-\341\357\036\060\015\006\011\052\206\110\206\367\015\001\001\005
-\005\000\060\117\061\013\060\011\006\003\125\004\006\023\002\125
-\123\061\020\060\016\006\003\125\004\012\023\007\105\161\165\151
-\146\141\170\061\056\060\054\006\003\125\004\013\023\045\105\161
-\165\151\146\141\170\040\120\162\145\155\151\165\155\040\103\145
-\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162
-\151\164\171\060\036\027\015\071\070\060\070\062\064\062\062\065
-\064\062\063\132\027\015\061\070\060\070\062\064\062\062\065\064
-\062\063\132\060\117\061\013\060\011\006\003\125\004\006\023\002
-\125\123\061\020\060\016\006\003\125\004\012\023\007\105\161\165
-\151\146\141\170\061\056\060\054\006\003\125\004\013\023\045\105
-\161\165\151\146\141\170\040\120\162\145\155\151\165\155\040\103
-\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157
-\162\151\164\171\060\201\237\060\015\006\011\052\206\110\206\367
-\015\001\001\001\005\000\003\201\215\000\060\201\211\002\201\201
-\000\316\241\006\216\006\314\010\013\301\206\250\336\040\325\015
-\016\321\015\304\237\352\152\331\263\302\062\107\100\157\212\210
-\244\011\275\070\054\035\346\313\346\244\363\066\353\332\353\274
-\374\144\263\007\366\055\274\252\316\237\031\110\150\112\374\365
-\242\105\176\011\020\365\217\263\111\134\043\006\071\352\023\213
-\270\013\315\221\035\166\137\331\067\241\104\373\137\220\362\147
-\263\315\030\231\103\037\166\022\153\002\362\225\203\070\103\302
-\366\142\064\312\311\170\135\137\322\330\272\232\377\276\020\140
-\133\002\003\001\000\001\243\202\001\012\060\202\001\006\060\161
-\006\003\125\035\037\004\152\060\150\060\146\240\144\240\142\244
-\140\060\136\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\020\060\016\006\003\125\004\012\023\007\105\161\165\151\146
-\141\170\061\056\060\054\006\003\125\004\013\023\045\105\161\165
-\151\146\141\170\040\120\162\145\155\151\165\155\040\103\145\162
-\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151
-\164\171\061\015\060\013\006\003\125\004\003\023\004\103\122\114
-\061\060\032\006\003\125\035\020\004\023\060\021\201\017\062\060
-\061\070\060\070\062\064\062\062\065\064\062\063\132\060\013\006
-\003\125\035\017\004\004\003\002\001\006\060\037\006\003\125\035
-\043\004\030\060\026\200\024\025\356\262\050\131\253\156\345\370
-\317\213\201\364\044\341\256\077\165\033\230\060\035\006\003\125
-\035\016\004\026\004\024\025\356\262\050\131\253\156\345\370\317
-\213\201\364\044\341\256\077\165\033\230\060\014\006\003\125\035
-\023\004\005\060\003\001\001\377\060\032\006\011\052\206\110\206
-\366\175\007\101\000\004\015\060\013\033\005\126\063\056\060\143
-\003\002\006\300\060\015\006\011\052\206\110\206\367\015\001\001
-\005\005\000\003\201\201\000\275\013\234\047\251\003\333\050\334
-\230\251\113\320\321\216\247\250\032\132\221\340\234\361\367\030
-\174\056\042\236\066\037\311\250\265\315\106\112\156\372\065\007
-\033\206\010\353\237\342\250\371\235\101\055\072\256\134\134\266
-\137\064\004\353\374\052\140\260\373\164\344\205\351\145\070\226
-\356\025\307\306\167\143\022\275\212\150\037\253\154\175\332\312
-\134\023\316\352\311\353\011\134\305\163\347\022\001\325\331\123
-\007\236\340\017\226\360\213\264\273\105\110\237\206\305\031\125
-\240\313\226\305\003\374\110
-END
-
-# Trust for Certificate "Equifax Premium CA"
-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 "Equifax Premium CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\235\021\167\273\103\333\275\240\007\310\252\321\253\220\127\020
-\256\170\244\135
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\251\351\250\235\016\163\343\261\057\067\015\350\110\077\206\355
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\117\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\020\060\016\006\003\125\004\012\023\007\105\161\165\151\146\141
-\170\061\056\060\054\006\003\125\004\013\023\045\105\161\165\151
-\146\141\170\040\120\162\145\155\151\165\155\040\103\145\162\164
-\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164
-\171
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\065\341\357\036
-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
-
-#
# Certificate "Equifax Secure CA"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -1844,551 +1167,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "BelSign Object Publishing CA"
-#
-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 "BelSign Object Publishing CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\273\061\013\060\011\006\003\125\004\006\023\002\102\105
-\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163
-\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145
-\154\123\151\147\156\040\116\126\061\070\060\066\006\003\125\004
-\013\023\057\102\145\154\123\151\147\156\040\117\142\152\145\143
-\164\040\120\165\142\154\151\163\150\151\156\147\040\103\145\162
-\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151
-\164\171\061\045\060\043\006\003\125\004\003\023\034\102\145\154
-\123\151\147\156\040\117\142\152\145\143\164\040\120\165\142\154
-\151\163\150\151\156\147\040\103\101\061\043\060\041\006\011\052
-\206\110\206\367\015\001\011\001\026\024\167\145\142\155\141\163
-\164\145\162\100\142\145\154\163\151\147\156\056\142\145
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\273\061\013\060\011\006\003\125\004\006\023\002\102\105
-\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163
-\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145
-\154\123\151\147\156\040\116\126\061\070\060\066\006\003\125\004
-\013\023\057\102\145\154\123\151\147\156\040\117\142\152\145\143
-\164\040\120\165\142\154\151\163\150\151\156\147\040\103\145\162
-\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151
-\164\171\061\045\060\043\006\003\125\004\003\023\034\102\145\154
-\123\151\147\156\040\117\142\152\145\143\164\040\120\165\142\154
-\151\163\150\151\156\147\040\103\101\061\043\060\041\006\011\052
-\206\110\206\367\015\001\011\001\026\024\167\145\142\155\141\163
-\164\145\162\100\142\145\154\163\151\147\156\056\142\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\003\060\202\002\154\240\003\002\001\002\002\001\001
-\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060
-\201\273\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163\145
-\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145\154
-\123\151\147\156\040\116\126\061\070\060\066\006\003\125\004\013
-\023\057\102\145\154\123\151\147\156\040\117\142\152\145\143\164
-\040\120\165\142\154\151\163\150\151\156\147\040\103\145\162\164
-\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164
-\171\061\045\060\043\006\003\125\004\003\023\034\102\145\154\123
-\151\147\156\040\117\142\152\145\143\164\040\120\165\142\154\151
-\163\150\151\156\147\040\103\101\061\043\060\041\006\011\052\206
-\110\206\367\015\001\011\001\026\024\167\145\142\155\141\163\164
-\145\162\100\142\145\154\163\151\147\156\056\142\145\060\036\027
-\015\071\067\060\071\061\071\062\062\060\063\060\060\132\027\015
-\060\067\060\071\061\071\062\062\060\063\060\060\132\060\201\273
-\061\013\060\011\006\003\125\004\006\023\002\102\105\061\021\060
-\017\006\003\125\004\007\023\010\102\162\165\163\163\145\154\163
-\061\023\060\021\006\003\125\004\012\023\012\102\145\154\123\151
-\147\156\040\116\126\061\070\060\066\006\003\125\004\013\023\057
-\102\145\154\123\151\147\156\040\117\142\152\145\143\164\040\120
-\165\142\154\151\163\150\151\156\147\040\103\145\162\164\151\146
-\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061
-\045\060\043\006\003\125\004\003\023\034\102\145\154\123\151\147
-\156\040\117\142\152\145\143\164\040\120\165\142\154\151\163\150
-\151\156\147\040\103\101\061\043\060\041\006\011\052\206\110\206
-\367\015\001\011\001\026\024\167\145\142\155\141\163\164\145\162
-\100\142\145\154\163\151\147\156\056\142\145\060\201\237\060\015
-\006\011\052\206\110\206\367\015\001\001\001\005\000\003\201\215
-\000\060\201\211\002\201\201\000\304\056\037\266\277\356\202\100
-\335\371\267\056\101\325\236\005\261\132\320\046\174\142\125\003
-\233\374\313\141\336\113\357\376\350\231\376\207\271\210\317\220
-\332\017\011\074\166\337\027\227\266\313\077\045\105\375\264\274
-\130\000\276\260\132\266\024\207\217\356\147\144\255\035\210\203
-\273\147\237\145\141\000\130\010\200\120\237\200\311\061\366\052
-\220\034\055\367\112\154\020\366\043\103\135\070\011\140\210\127
-\002\315\026\154\030\374\315\373\222\052\167\320\236\223\243\135
-\210\144\320\310\370\135\124\121\002\003\001\000\001\243\025\060
-\023\060\021\006\011\140\206\110\001\206\370\102\001\001\004\004
-\003\002\000\007\060\015\006\011\052\206\110\206\367\015\001\001
-\004\005\000\003\201\201\000\143\166\027\174\226\360\123\245\135
-\001\034\123\316\051\302\176\165\254\114\015\242\010\163\264\152
-\061\375\002\006\024\231\334\124\004\244\277\310\226\206\237\061
-\103\062\045\127\366\205\366\045\273\067\276\241\171\043\311\127
-\006\045\161\153\105\117\370\364\002\100\026\202\042\257\124\352
-\062\050\366\015\356\231\272\113\010\121\017\156\206\043\041\114
-\055\045\210\201\304\056\016\361\023\054\070\212\225\002\044\303
-\072\225\143\344\223\216\110\273\010\107\162\137\256\346\072\132
-\107\326\161\306\236\232\122
-END
-
-# Trust for Certificate "BelSign Object Publishing CA"
-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 "BelSign Object Publishing CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\373\224\125\030\075\227\133\343\150\140\204\227\152\247\052\201
-\125\173\201\051
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\212\002\370\337\270\341\204\237\132\302\140\044\145\321\163\373
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\273\061\013\060\011\006\003\125\004\006\023\002\102\105
-\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163
-\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145
-\154\123\151\147\156\040\116\126\061\070\060\066\006\003\125\004
-\013\023\057\102\145\154\123\151\147\156\040\117\142\152\145\143
-\164\040\120\165\142\154\151\163\150\151\156\147\040\103\145\162
-\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162\151
-\164\171\061\045\060\043\006\003\125\004\003\023\034\102\145\154
-\123\151\147\156\040\117\142\152\145\143\164\040\120\165\142\154
-\151\163\150\151\156\147\040\103\101\061\043\060\041\006\011\052
-\206\110\206\367\015\001\011\001\026\024\167\145\142\155\141\163
-\164\145\162\100\142\145\154\163\151\147\156\056\142\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001
-END
-CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_VALID
-CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_VALID
-CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
-
-#
-# Certificate "BelSign Secure Server CA"
-#
-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 "BelSign Secure Server CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\263\061\013\060\011\006\003\125\004\006\023\002\102\105
-\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163
-\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145
-\154\123\151\147\156\040\116\126\061\064\060\062\006\003\125\004
-\013\023\053\102\145\154\123\151\147\156\040\123\145\143\165\162
-\145\040\123\145\162\166\145\162\040\103\145\162\164\151\146\151
-\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061\041
-\060\037\006\003\125\004\003\023\030\102\145\154\123\151\147\156
-\040\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103
-\101\061\043\060\041\006\011\052\206\110\206\367\015\001\011\001
-\026\024\167\145\142\155\141\163\164\145\162\100\142\145\154\163
-\151\147\156\056\142\145
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\263\061\013\060\011\006\003\125\004\006\023\002\102\105
-\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163
-\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145
-\154\123\151\147\156\040\116\126\061\064\060\062\006\003\125\004
-\013\023\053\102\145\154\123\151\147\156\040\123\145\143\165\162
-\145\040\123\145\162\166\145\162\040\103\145\162\164\151\146\151
-\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061\041
-\060\037\006\003\125\004\003\023\030\102\145\154\123\151\147\156
-\040\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103
-\101\061\043\060\041\006\011\052\206\110\206\367\015\001\011\001
-\026\024\167\145\142\155\141\163\164\145\162\100\142\145\154\163
-\151\147\156\056\142\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\363\060\202\002\134\240\003\002\001\002\002\001\001
-\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060
-\201\263\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163\145
-\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145\154
-\123\151\147\156\040\116\126\061\064\060\062\006\003\125\004\013
-\023\053\102\145\154\123\151\147\156\040\123\145\143\165\162\145
-\040\123\145\162\166\145\162\040\103\145\162\164\151\146\151\143
-\141\164\145\040\101\165\164\150\157\162\151\164\171\061\041\060
-\037\006\003\125\004\003\023\030\102\145\154\123\151\147\156\040
-\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103\101
-\061\043\060\041\006\011\052\206\110\206\367\015\001\011\001\026
-\024\167\145\142\155\141\163\164\145\162\100\142\145\154\163\151
-\147\156\056\142\145\060\036\027\015\071\067\060\067\061\066\062
-\062\060\060\065\064\132\027\015\060\067\060\067\061\066\062\062
-\060\060\065\064\132\060\201\263\061\013\060\011\006\003\125\004
-\006\023\002\102\105\061\021\060\017\006\003\125\004\007\023\010
-\102\162\165\163\163\145\154\163\061\023\060\021\006\003\125\004
-\012\023\012\102\145\154\123\151\147\156\040\116\126\061\064\060
-\062\006\003\125\004\013\023\053\102\145\154\123\151\147\156\040
-\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103\145
-\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157\162
-\151\164\171\061\041\060\037\006\003\125\004\003\023\030\102\145
-\154\123\151\147\156\040\123\145\143\165\162\145\040\123\145\162
-\166\145\162\040\103\101\061\043\060\041\006\011\052\206\110\206
-\367\015\001\011\001\026\024\167\145\142\155\141\163\164\145\162
-\100\142\145\154\163\151\147\156\056\142\145\060\201\237\060\015
-\006\011\052\206\110\206\367\015\001\001\001\005\000\003\201\215
-\000\060\201\211\002\201\201\000\326\001\022\170\222\370\004\102
-\177\311\307\042\203\374\174\107\160\060\053\111\013\076\066\100
-\220\050\332\041\163\203\123\362\304\321\026\100\300\123\377\256
-\246\306\044\263\047\155\245\263\075\071\167\135\250\006\366\346
-\351\274\143\021\116\006\145\160\012\235\223\371\242\100\213\177
-\112\204\016\215\026\261\326\314\010\144\022\014\340\050\113\310
-\245\204\220\027\373\021\106\056\326\247\205\030\313\030\256\143
-\232\260\130\006\364\000\317\370\304\011\032\065\014\241\371\356
-\112\375\155\336\376\046\245\073\002\003\001\000\001\243\025\060
-\023\060\021\006\011\140\206\110\001\206\370\102\001\001\004\004
-\003\002\000\240\060\015\006\011\052\206\110\206\367\015\001\001
-\004\005\000\003\201\201\000\154\075\231\303\005\342\035\312\345
-\055\252\150\205\213\100\061\040\146\023\150\346\130\072\211\320
-\215\165\262\305\142\330\175\202\217\367\331\062\201\167\366\065
-\133\205\051\316\147\262\271\274\053\031\170\317\363\207\375\106
-\361\225\165\262\011\127\003\060\301\172\315\162\107\161\200\312
-\175\235\311\145\074\107\021\042\175\372\007\013\050\170\241\223
-\350\005\105\110\342\062\062\112\075\350\123\034\020\267\307\163
-\214\007\120\341\371\311\053\123\101\365\203\215\345\011\071\112
-\216\003\142\252\100\143\213
-END
-
-# Trust for Certificate "BelSign Secure Server CA"
-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 "BelSign Secure Server CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\302\305\265\376\203\144\370\243\156\170\035\174\025\010\174\350
-\205\241\206\230
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\075\136\202\306\331\255\331\213\223\153\014\020\271\111\012\261
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\263\061\013\060\011\006\003\125\004\006\023\002\102\105
-\061\021\060\017\006\003\125\004\007\023\010\102\162\165\163\163
-\145\154\163\061\023\060\021\006\003\125\004\012\023\012\102\145
-\154\123\151\147\156\040\116\126\061\064\060\062\006\003\125\004
-\013\023\053\102\145\154\123\151\147\156\040\123\145\143\165\162
-\145\040\123\145\162\166\145\162\040\103\145\162\164\151\146\151
-\143\141\164\145\040\101\165\164\150\157\162\151\164\171\061\041
-\060\037\006\003\125\004\003\023\030\102\145\154\123\151\147\156
-\040\123\145\143\165\162\145\040\123\145\162\166\145\162\040\103
-\101\061\043\060\041\006\011\052\206\110\206\367\015\001\011\001
-\026\024\167\145\142\155\141\163\164\145\162\100\142\145\154\163
-\151\147\156\056\142\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001
-END
-CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
-CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_VALID
-CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_VALID
-
-#
-# Certificate "TC TrustCenter, Germany, Class 0 CA"
-#
-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, Germany, Class 0 CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105
-\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165
-\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155
-\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124
-\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157
-\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141
-\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110
-\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162
-\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040
-\060\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015
-\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145
-\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105
-\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165
-\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155
-\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124
-\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157
-\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141
-\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110
-\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162
-\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040
-\060\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015
-\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145
-\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\004\065\060\202\003\236\240\003\002\001\002\002\001\001
-\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060
-\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061
-\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162
-\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142
-\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103
-\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162
-\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164
-\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061
-\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165
-\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\060
-\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001
-\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100
-\164\162\165\163\164\143\145\156\164\145\162\056\144\145\060\036
-\027\015\071\070\060\063\060\071\061\063\065\064\064\070\132\027
-\015\060\065\061\062\063\061\061\063\065\064\064\070\132\060\201
-\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061\020
-\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162\147
-\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142\165
-\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103\040
-\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162\040
-\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164\141
-\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061\042
-\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165\163
-\164\103\145\156\164\145\162\040\103\154\141\163\163\040\060\040
-\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001\011
-\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100\164
-\162\165\163\164\143\145\156\164\145\162\056\144\145\060\201\237
-\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003
-\201\215\000\060\201\211\002\201\201\000\337\175\346\276\277\325
-\360\057\155\116\016\321\340\215\013\177\073\124\350\212\342\260
-\237\050\305\212\306\271\263\063\047\365\047\312\032\114\124\022
-\153\264\262\106\263\035\113\263\364\041\013\113\002\056\241\302
-\064\234\205\240\304\170\021\333\333\153\047\053\011\052\030\116
-\100\314\237\161\031\147\231\164\242\174\077\301\330\213\043\310
-\143\073\212\041\253\134\336\036\364\215\334\264\030\303\005\163
-\364\152\264\241\372\001\010\053\001\017\155\067\133\252\070\206
-\147\071\327\345\137\372\344\176\314\243\002\003\001\000\001\243
-\202\001\103\060\202\001\077\060\100\006\011\140\206\110\001\206
-\370\102\001\003\004\063\026\061\150\164\164\160\163\072\057\057
-\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162\056
-\144\145\057\143\147\151\055\142\151\156\057\143\150\145\143\153
-\055\162\145\166\056\143\147\151\077\060\100\006\011\140\206\110
-\001\206\370\102\001\004\004\063\026\061\150\164\164\160\163\072
-\057\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145
-\162\056\144\145\057\143\147\151\055\142\151\156\057\143\150\145
-\143\153\055\162\145\166\056\143\147\151\077\060\074\006\011\140
-\206\110\001\206\370\102\001\007\004\057\026\055\150\164\164\160
-\163\072\057\057\167\167\167\056\164\162\165\163\164\143\145\156
-\164\145\162\056\144\145\057\143\147\151\055\142\151\156\057\122
-\145\156\145\167\056\143\147\151\077\060\076\006\011\140\206\110
-\001\206\370\102\001\010\004\061\026\057\150\164\164\160\072\057
-\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162
-\056\144\145\057\147\165\151\144\145\154\151\156\145\163\057\151
-\156\144\145\170\056\150\164\155\154\060\050\006\011\140\206\110
-\001\206\370\102\001\015\004\033\026\031\124\103\040\124\162\165
-\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\060
-\040\103\101\060\021\006\011\140\206\110\001\206\370\102\001\001
-\004\004\003\002\000\007\060\015\006\011\052\206\110\206\367\015
-\001\001\004\005\000\003\201\201\000\115\007\177\137\011\060\031
-\222\252\005\107\172\224\165\124\052\256\317\374\330\014\102\341
-\105\070\053\044\225\262\312\207\312\171\304\303\227\220\136\142
-\030\306\311\070\141\114\150\065\323\114\024\021\353\304\315\241
-\251\330\305\236\150\047\062\007\065\105\004\370\137\041\240\140
-\036\034\000\110\004\130\322\305\313\256\155\062\156\075\167\225
-\214\205\307\345\256\120\235\165\112\173\377\013\047\171\352\115
-\244\131\377\354\132\352\046\245\071\203\244\321\170\316\247\251
-\176\274\335\053\312\022\223\003\112
-END
-
-# Trust for Certificate "TC TrustCenter, Germany, Class 0 CA"
-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, Germany, Class 0 CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\104\201\247\326\311\104\165\204\317\355\212\107\311\256\152\360
-\036\071\165\030
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\065\205\111\216\156\127\376\275\227\361\311\106\043\072\266\175
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105
-\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165
-\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155
-\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124
-\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157
-\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141
-\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110
-\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162
-\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040
-\060\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015
-\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145
-\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001
-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
-
-#
-# Certificate "TC TrustCenter, Germany, Class 1 CA"
-#
-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, Germany, Class 1 CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105
-\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165
-\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155
-\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124
-\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157
-\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141
-\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110
-\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162
-\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040
-\061\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015
-\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145
-\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105
-\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165
-\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155
-\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124
-\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157
-\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141
-\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110
-\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162
-\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040
-\061\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015
-\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145
-\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\004\065\060\202\003\236\240\003\002\001\002\002\001\002
-\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060
-\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061
-\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162
-\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142
-\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103
-\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162
-\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164
-\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061
-\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165
-\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\061
-\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001
-\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100
-\164\162\165\163\164\143\145\156\164\145\162\056\144\145\060\036
-\027\015\071\070\060\063\060\071\061\063\065\066\063\063\132\027
-\015\060\065\061\062\063\061\061\063\065\066\063\063\132\060\201
-\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061\020
-\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162\147
-\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142\165
-\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103\040
-\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162\040
-\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164\141
-\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061\042
-\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165\163
-\164\103\145\156\164\145\162\040\103\154\141\163\163\040\061\040
-\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001\011
-\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100\164
-\162\165\163\164\143\145\156\164\145\162\056\144\145\060\201\237
-\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003
-\201\215\000\060\201\211\002\201\201\000\260\051\353\264\166\263
-\256\327\266\133\264\136\347\275\343\261\234\111\004\127\133\241
-\253\331\177\023\033\375\272\141\253\330\347\161\337\055\000\224
-\135\121\110\175\043\357\165\142\204\220\074\012\037\131\021\164
-\057\216\200\245\375\060\002\075\051\122\315\162\032\111\041\234
-\274\313\122\216\110\241\143\226\310\020\205\060\151\127\164\105
-\300\132\206\306\325\075\340\150\127\175\061\152\044\215\105\227
-\076\061\176\150\146\062\156\044\155\354\062\066\311\101\312\360
-\061\104\310\243\141\312\033\240\066\037\002\003\001\000\001\243
-\202\001\103\060\202\001\077\060\100\006\011\140\206\110\001\206
-\370\102\001\003\004\063\026\061\150\164\164\160\163\072\057\057
-\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162\056
-\144\145\057\143\147\151\055\142\151\156\057\143\150\145\143\153
-\055\162\145\166\056\143\147\151\077\060\100\006\011\140\206\110
-\001\206\370\102\001\004\004\063\026\061\150\164\164\160\163\072
-\057\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145
-\162\056\144\145\057\143\147\151\055\142\151\156\057\143\150\145
-\143\153\055\162\145\166\056\143\147\151\077\060\074\006\011\140
-\206\110\001\206\370\102\001\007\004\057\026\055\150\164\164\160
-\163\072\057\057\167\167\167\056\164\162\165\163\164\143\145\156
-\164\145\162\056\144\145\057\143\147\151\055\142\151\156\057\122
-\145\156\145\167\056\143\147\151\077\060\076\006\011\140\206\110
-\001\206\370\102\001\010\004\061\026\057\150\164\164\160\072\057
-\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162
-\056\144\145\057\147\165\151\144\145\154\151\156\145\163\057\151
-\156\144\145\170\056\150\164\155\154\060\050\006\011\140\206\110
-\001\206\370\102\001\015\004\033\026\031\124\103\040\124\162\165
-\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\061
-\040\103\101\060\021\006\011\140\206\110\001\206\370\102\001\001
-\004\004\003\002\000\007\060\015\006\011\052\206\110\206\367\015
-\001\001\004\005\000\003\201\201\000\005\102\122\046\244\014\047
-\001\104\254\134\045\050\302\104\102\124\010\271\035\305\076\154
-\131\146\304\263\116\120\247\370\370\226\165\241\226\165\350\026
-\070\240\315\135\156\372\171\247\033\173\035\036\303\000\271\146
-\276\132\326\142\017\347\362\173\270\357\114\340\300\077\131\256
-\071\267\204\011\236\253\361\251\056\153\151\342\255\314\362\352
-\170\011\005\040\070\102\161\030\176\307\262\227\346\325\002\005
-\006\126\243\137\361\252\302\304\117\376\367\357\026\017\235\354
-\252\205\317\075\051\044\361\004\315
-END
-
-# Trust for Certificate "TC TrustCenter, Germany, Class 1 CA"
-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, Germany, Class 1 CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\332\300\131\013\015\224\374\025\327\025\056\266\171\160\003\133
-\215\271\365\053
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\144\077\370\076\122\024\112\131\272\223\126\004\013\043\002\321
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105
-\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165
-\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155
-\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124
-\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157
-\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141
-\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110
-\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162
-\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040
-\061\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015
-\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145
-\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002
-END
-CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_VALID
-CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
-CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_VALID
-
-#
# Certificate "TC TrustCenter, Germany, Class 2 CA"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -2681,152 +1459,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "TC TrustCenter, Germany, Class 4 CA"
-#
-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, Germany, Class 4 CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105
-\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165
-\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155
-\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124
-\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157
-\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141
-\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110
-\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162
-\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040
-\064\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015
-\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145
-\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105
-\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165
-\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155
-\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124
-\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157
-\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141
-\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110
-\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162
-\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040
-\064\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015
-\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145
-\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\005
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\004\065\060\202\003\236\240\003\002\001\002\002\001\005
-\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060
-\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061
-\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162
-\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142
-\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103
-\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162
-\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164
-\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061
-\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165
-\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\064
-\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001
-\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100
-\164\162\165\163\164\143\145\156\164\145\162\056\144\145\060\036
-\027\015\071\070\060\063\060\071\061\064\060\060\062\060\132\027
-\015\060\065\061\062\063\061\061\064\060\060\062\060\132\060\201
-\274\061\013\060\011\006\003\125\004\006\023\002\104\105\061\020
-\060\016\006\003\125\004\010\023\007\110\141\155\142\165\162\147
-\061\020\060\016\006\003\125\004\007\023\007\110\141\155\142\165
-\162\147\061\072\060\070\006\003\125\004\012\023\061\124\103\040
-\124\162\165\163\164\103\145\156\164\145\162\040\146\157\162\040
-\123\145\143\165\162\151\164\171\040\151\156\040\104\141\164\141
-\040\116\145\164\167\157\162\153\163\040\107\155\142\110\061\042
-\060\040\006\003\125\004\013\023\031\124\103\040\124\162\165\163
-\164\103\145\156\164\145\162\040\103\154\141\163\163\040\064\040
-\103\101\061\051\060\047\006\011\052\206\110\206\367\015\001\011
-\001\026\032\143\145\162\164\151\146\151\143\141\164\145\100\164
-\162\165\163\164\143\145\156\164\145\162\056\144\145\060\201\237
-\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003
-\201\215\000\060\201\211\002\201\201\000\277\057\143\326\066\173
-\262\015\323\125\365\144\154\346\045\135\306\264\310\024\272\045
-\070\203\353\126\142\245\125\251\145\243\364\043\231\302\113\271
-\320\315\124\147\246\243\240\243\251\063\053\166\344\275\255\167
-\262\355\134\022\164\303\305\266\017\122\232\162\223\103\220\142
-\146\025\017\105\245\335\340\335\270\157\100\156\127\301\171\162
-\243\140\252\272\166\035\022\211\123\132\374\002\276\341\011\023
-\305\112\057\334\075\213\031\255\327\213\044\105\373\114\364\315
-\134\065\035\051\114\121\363\362\154\125\002\003\001\000\001\243
-\202\001\103\060\202\001\077\060\100\006\011\140\206\110\001\206
-\370\102\001\003\004\063\026\061\150\164\164\160\163\072\057\057
-\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162\056
-\144\145\057\143\147\151\055\142\151\156\057\143\150\145\143\153
-\055\162\145\166\056\143\147\151\077\060\100\006\011\140\206\110
-\001\206\370\102\001\004\004\063\026\061\150\164\164\160\163\072
-\057\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145
-\162\056\144\145\057\143\147\151\055\142\151\156\057\143\150\145
-\143\153\055\162\145\166\056\143\147\151\077\060\074\006\011\140
-\206\110\001\206\370\102\001\007\004\057\026\055\150\164\164\160
-\163\072\057\057\167\167\167\056\164\162\165\163\164\143\145\156
-\164\145\162\056\144\145\057\143\147\151\055\142\151\156\057\122
-\145\156\145\167\056\143\147\151\077\060\076\006\011\140\206\110
-\001\206\370\102\001\010\004\061\026\057\150\164\164\160\072\057
-\057\167\167\167\056\164\162\165\163\164\143\145\156\164\145\162
-\056\144\145\057\147\165\151\144\145\154\151\156\145\163\057\151
-\156\144\145\170\056\150\164\155\154\060\050\006\011\140\206\110
-\001\206\370\102\001\015\004\033\026\031\124\103\040\124\162\165
-\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040\064
-\040\103\101\060\021\006\011\140\206\110\001\206\370\102\001\001
-\004\004\003\002\000\007\060\015\006\011\052\206\110\206\367\015
-\001\001\004\005\000\003\201\201\000\224\150\024\033\045\236\051
-\231\261\262\043\322\104\263\225\237\321\236\125\004\335\343\057
-\202\063\125\226\167\031\235\053\236\145\034\372\212\343\307\217
-\045\374\261\036\125\106\017\217\377\117\067\057\244\166\131\246
-\144\353\325\026\160\275\335\225\063\014\244\015\044\353\144\120
-\264\103\021\362\103\276\015\161\230\042\354\001\257\354\367\307
-\134\161\303\165\221\130\031\350\335\240\364\264\361\274\020\112
-\363\223\264\006\111\273\037\146\322\275\164\107\341\232\371\353
-\327\253\155\037\272\341\035\054\332
-END
-
-# Trust for Certificate "TC TrustCenter, Germany, Class 4 CA"
-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, Germany, Class 4 CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\161\162\311\174\001\016\161\014\375\350\321\363\171\263\300\074
-\253\116\274\235
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\277\257\354\304\332\371\060\371\312\065\312\045\344\077\215\211
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\274\061\013\060\011\006\003\125\004\006\023\002\104\105
-\061\020\060\016\006\003\125\004\010\023\007\110\141\155\142\165
-\162\147\061\020\060\016\006\003\125\004\007\023\007\110\141\155
-\142\165\162\147\061\072\060\070\006\003\125\004\012\023\061\124
-\103\040\124\162\165\163\164\103\145\156\164\145\162\040\146\157
-\162\040\123\145\143\165\162\151\164\171\040\151\156\040\104\141
-\164\141\040\116\145\164\167\157\162\153\163\040\107\155\142\110
-\061\042\060\040\006\003\125\004\013\023\031\124\103\040\124\162
-\165\163\164\103\145\156\164\145\162\040\103\154\141\163\163\040
-\064\040\103\101\061\051\060\047\006\011\052\206\110\206\367\015
-\001\011\001\026\032\143\145\162\164\151\146\151\143\141\164\145
-\100\164\162\165\163\164\143\145\156\164\145\162\056\144\145
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\005
-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
-
-#
# Certificate "ABAecom (sub., Am. Bankers Assn.) Root CA"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -3452,111 +2084,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "Deutsche Telekom AG Root CA"
-#
-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 "Deutsche Telekom AG Root CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\155\061\013\060\011\006\003\125\004\006\023\002\104\105\061
-\034\060\032\006\003\125\004\012\023\023\104\145\165\164\163\143
-\150\145\040\124\145\154\145\153\157\155\040\101\107\061\035\060
-\033\006\003\125\004\013\023\024\124\145\154\145\123\145\143\040
-\124\162\165\163\164\040\103\145\156\164\145\162\061\041\060\037
-\006\003\125\004\003\023\030\104\145\165\164\163\143\150\145\040
-\124\145\154\145\153\157\155\040\122\157\157\164\040\103\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\155\061\013\060\011\006\003\125\004\006\023\002\104\105\061
-\034\060\032\006\003\125\004\012\023\023\104\145\165\164\163\143
-\150\145\040\124\145\154\145\153\157\155\040\101\107\061\035\060
-\033\006\003\125\004\013\023\024\124\145\154\145\123\145\143\040
-\124\162\165\163\164\040\103\145\156\164\145\162\061\041\060\037
-\006\003\125\004\003\023\030\104\145\165\164\163\143\150\145\040
-\124\145\154\145\153\157\155\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\006
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\216\060\202\001\367\240\003\002\001\002\002\001\006
-\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060
-\155\061\013\060\011\006\003\125\004\006\023\002\104\105\061\034
-\060\032\006\003\125\004\012\023\023\104\145\165\164\163\143\150
-\145\040\124\145\154\145\153\157\155\040\101\107\061\035\060\033
-\006\003\125\004\013\023\024\124\145\154\145\123\145\143\040\124
-\162\165\163\164\040\103\145\156\164\145\162\061\041\060\037\006
-\003\125\004\003\023\030\104\145\165\164\163\143\150\145\040\124
-\145\154\145\153\157\155\040\122\157\157\164\040\103\101\060\036
-\027\015\071\070\061\062\060\071\060\071\061\061\060\060\132\027
-\015\060\064\061\062\060\071\062\063\065\071\060\060\132\060\155
-\061\013\060\011\006\003\125\004\006\023\002\104\105\061\034\060
-\032\006\003\125\004\012\023\023\104\145\165\164\163\143\150\145
-\040\124\145\154\145\153\157\155\040\101\107\061\035\060\033\006
-\003\125\004\013\023\024\124\145\154\145\123\145\143\040\124\162
-\165\163\164\040\103\145\156\164\145\162\061\041\060\037\006\003
-\125\004\003\023\030\104\145\165\164\163\143\150\145\040\124\145
-\154\145\153\157\155\040\122\157\157\164\040\103\101\060\201\237
-\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003
-\201\215\000\060\201\211\002\201\201\000\335\005\054\371\005\263
-\271\022\327\151\161\367\352\126\060\010\127\024\103\173\273\032
-\234\155\057\127\141\327\342\365\104\153\356\066\101\226\366\144
-\316\341\301\262\271\244\024\004\230\120\350\160\370\216\065\232
-\175\111\301\141\035\131\256\332\006\030\225\175\255\316\354\251
-\276\321\030\017\100\221\166\052\243\345\375\376\211\025\364\127
-\367\340\125\332\165\255\000\364\054\301\065\314\264\103\046\125
-\142\104\056\001\045\234\212\133\360\301\320\000\065\170\376\065
-\336\224\100\144\170\203\241\314\071\211\002\003\001\000\001\243
-\076\060\074\060\017\006\003\125\035\023\004\010\060\006\001\001
-\377\002\001\005\060\016\006\003\125\035\017\001\001\377\004\004
-\003\002\001\006\060\031\006\003\125\035\016\004\022\004\020\054
-\207\131\037\213\023\200\262\371\206\235\076\022\176\130\226\060
-\015\006\011\052\206\110\206\367\015\001\001\004\005\000\003\201
-\201\000\017\376\163\265\007\210\157\240\013\211\352\312\120\037
-\224\336\224\053\013\047\136\117\365\034\225\046\332\214\226\124
-\255\031\221\067\103\135\253\311\213\263\315\157\230\071\075\355
-\335\065\343\161\267\355\023\223\203\350\206\345\051\063\023\023
-\274\065\173\375\050\057\160\131\325\323\264\215\050\023\131\073
-\310\325\164\371\105\302\007\140\252\270\030\124\371\245\150\377
-\327\005\325\217\266\005\061\056\101\112\364\020\037\140\107\032
-\013\213\031\115\222\127\040\322\357\120\031\350\315\320\160\274
-\274\066
-END
-
-# Trust for Certificate "Deutsche Telekom AG Root CA"
-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 "Deutsche Telekom AG Root CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\342\023\044\000\203\106\103\235\143\067\021\170\043\310\065\246
-\354\113\316\102
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\167\336\004\224\167\320\014\137\247\261\364\060\030\207\373\125
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\155\061\013\060\011\006\003\125\004\006\023\002\104\105\061
-\034\060\032\006\003\125\004\012\023\023\104\145\165\164\163\143
-\150\145\040\124\145\154\145\153\157\155\040\101\107\061\035\060
-\033\006\003\125\004\013\023\024\124\145\154\145\123\145\143\040
-\124\162\165\163\164\040\103\145\156\164\145\162\061\041\060\037
-\006\003\125\004\003\023\030\104\145\165\164\163\143\150\145\040
-\124\145\154\145\153\157\155\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\006
-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
-
-#
# Certificate "Verisign Class 1 Public Primary Certification Authority"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -4495,486 +3022,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "GlobalSign Partners CA"
-#
-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 "GlobalSign Partners CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\137\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\024\060\022\006\003
-\125\004\013\023\013\120\141\162\164\156\145\162\163\040\103\101
-\061\037\060\035\006\003\125\004\003\023\026\107\154\157\142\141
-\154\123\151\147\156\040\120\141\162\164\156\145\162\163\040\103
-\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003
-\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031
-\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147
-\156\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002\000\000\000\000\000\326\170\271\321\257
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\236\060\202\002\206\240\003\002\001\002\002\013\002
-\000\000\000\000\000\326\170\271\321\257\060\015\006\011\052\206
-\110\206\367\015\001\001\004\005\000\060\127\061\013\060\011\006
-\003\125\004\006\023\002\102\105\061\031\060\027\006\003\125\004
-\012\023\020\107\154\157\142\141\154\123\151\147\156\040\156\166
-\055\163\141\061\020\060\016\006\003\125\004\013\023\007\122\157
-\157\164\040\103\101\061\033\060\031\006\003\125\004\003\023\022
-\107\154\157\142\141\154\123\151\147\156\040\122\157\157\164\040
-\103\101\060\036\027\015\071\071\060\061\062\070\061\062\060\060
-\060\060\132\027\015\060\071\060\061\062\070\061\062\060\060\060
-\060\132\060\137\061\013\060\011\006\003\125\004\006\023\002\102
-\105\061\031\060\027\006\003\125\004\012\023\020\107\154\157\142
-\141\154\123\151\147\156\040\156\166\055\163\141\061\024\060\022
-\006\003\125\004\013\023\013\120\141\162\164\156\145\162\163\040
-\103\101\061\037\060\035\006\003\125\004\003\023\026\107\154\157
-\142\141\154\123\151\147\156\040\120\141\162\164\156\145\162\163
-\040\103\101\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\322\054\370\062\254\112\022\172\067\310\051\221
-\245\256\214\156\036\016\300\064\063\210\345\063\161\026\034\170
-\204\150\303\030\064\120\056\026\076\261\224\202\117\261\232\237
-\000\370\306\021\065\306\151\173\230\002\255\000\006\210\154\347
-\114\063\050\000\210\047\106\037\207\263\161\165\143\274\062\273
-\210\336\146\030\016\120\006\223\264\366\274\024\067\060\075\042
-\337\075\377\165\176\331\012\032\305\237\263\374\320\254\263\010
-\172\211\323\001\350\000\134\347\112\013\075\115\173\046\242\267
-\142\006\213\332\106\335\223\027\077\077\133\002\113\013\266\210
-\040\021\222\000\255\273\307\056\324\343\105\256\365\211\132\174
-\215\244\255\205\144\062\300\047\214\306\362\212\200\222\206\044
-\126\131\215\164\150\242\203\102\263\236\075\120\101\206\157\040
-\156\366\375\316\323\031\343\062\314\217\355\232\136\155\037\050
-\365\122\254\156\030\136\370\075\321\222\345\272\154\001\210\113
-\012\362\055\336\145\063\005\102\240\114\252\061\166\276\375\277
-\201\170\371\161\034\106\136\055\025\225\055\060\131\216\114\101
-\321\142\253\075\002\003\001\000\001\243\143\060\141\060\016\006
-\003\125\035\017\001\001\377\004\004\003\002\000\006\060\035\006
-\003\125\035\016\004\026\004\024\103\044\215\160\025\010\142\125
-\234\117\014\100\027\135\206\136\017\242\114\373\060\037\006\003
-\125\035\043\004\030\060\026\200\024\140\173\146\032\105\015\227
-\312\211\120\057\175\004\315\064\250\377\374\375\113\060\017\006
-\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060\015
-\006\011\052\206\110\206\367\015\001\001\004\005\000\003\202\001
-\001\000\146\355\264\210\151\021\231\202\041\203\254\241\155\213
-\233\204\255\017\055\310\036\214\312\173\176\255\252\324\216\336
-\007\326\236\105\307\245\270\234\007\071\140\045\125\032\300\117
-\031\345\317\027\051\111\211\030\065\146\345\353\050\100\116\127
-\311\257\263\344\270\040\005\243\073\225\120\221\111\224\051\175
-\054\345\210\101\245\105\210\136\235\202\047\367\322\357\133\265
-\117\237\276\376\065\145\054\125\144\237\341\121\332\042\141\167
-\272\130\116\217\306\171\131\131\156\060\200\242\117\220\156\041
-\013\255\320\150\071\220\020\233\355\042\145\157\036\021\070\346
-\177\214\322\363\071\155\107\325\041\350\352\165\072\101\321\255
-\366\026\235\135\013\041\275\363\037\143\006\045\035\301\037\065
-\161\054\353\040\031\325\301\260\354\075\345\157\355\002\007\077
-\023\173\146\222\326\104\301\230\367\137\120\213\172\133\302\157
-\155\260\321\370\345\164\240\100\067\243\045\017\344\075\312\144
-\061\223\220\134\060\173\271\071\061\232\136\114\315\271\101\117
-\120\344\075\070\256\310\146\331\307\073\135\121\107\254\233\253
-\362\255
-END
-
-# Trust for Certificate "GlobalSign Partners CA"
-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 "GlobalSign Partners CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\204\304\217\000\351\221\354\336\333\264\030\251\213\357\241\172
-\107\355\162\230
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\074\165\315\114\275\251\320\212\171\117\120\026\067\204\364\053
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003
-\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031
-\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147
-\156\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002\000\000\000\000\000\326\170\271\321\257
-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
-
-#
-# Certificate "GlobalSign Primary Class 1 CA"
-#
-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 "GlobalSign Primary Class 1 CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\155\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\033\060\031\006\003
-\125\004\013\023\022\120\162\151\155\141\162\171\040\103\154\141
-\163\163\040\061\040\103\101\061\046\060\044\006\003\125\004\003
-\023\035\107\154\157\142\141\154\123\151\147\156\040\120\162\151
-\155\141\162\171\040\103\154\141\163\163\040\061\040\103\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003
-\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031
-\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147
-\156\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002\000\000\000\000\000\326\170\270\067\317
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\254\060\202\002\224\240\003\002\001\002\002\013\002
-\000\000\000\000\000\326\170\270\067\317\060\015\006\011\052\206
-\110\206\367\015\001\001\004\005\000\060\127\061\013\060\011\006
-\003\125\004\006\023\002\102\105\061\031\060\027\006\003\125\004
-\012\023\020\107\154\157\142\141\154\123\151\147\156\040\156\166
-\055\163\141\061\020\060\016\006\003\125\004\013\023\007\122\157
-\157\164\040\103\101\061\033\060\031\006\003\125\004\003\023\022
-\107\154\157\142\141\154\123\151\147\156\040\122\157\157\164\040
-\103\101\060\036\027\015\071\070\060\071\061\065\061\062\060\060
-\060\060\132\027\015\060\071\060\061\062\070\061\062\060\060\060
-\060\132\060\155\061\013\060\011\006\003\125\004\006\023\002\102
-\105\061\031\060\027\006\003\125\004\012\023\020\107\154\157\142
-\141\154\123\151\147\156\040\156\166\055\163\141\061\033\060\031
-\006\003\125\004\013\023\022\120\162\151\155\141\162\171\040\103
-\154\141\163\163\040\061\040\103\101\061\046\060\044\006\003\125
-\004\003\023\035\107\154\157\142\141\154\123\151\147\156\040\120
-\162\151\155\141\162\171\040\103\154\141\163\163\040\061\040\103
-\101\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\275\040\065\107\321\050\326\010\243\022\071\043\107\015
-\275\160\041\122\016\127\061\225\246\064\127\153\354\176\103\171
-\303\006\122\110\315\274\265\241\231\275\330\037\062\274\317\327
-\156\162\155\056\167\042\220\202\116\113\217\232\014\001\102\232
-\331\160\131\266\235\037\346\143\321\014\255\035\116\370\205\201
-\371\256\357\237\246\122\141\104\171\032\165\105\340\141\126\105
-\155\102\214\075\162\313\246\244\022\267\232\365\326\140\320\140
-\120\263\216\246\246\354\264\364\022\315\177\250\316\357\263\341
-\205\060\376\162\304\346\347\167\263\236\130\101\326\121\203\210
-\007\306\266\151\117\066\336\321\013\110\077\275\326\237\041\164
-\144\157\047\006\076\113\375\016\246\233\277\244\110\127\214\220
-\356\211\030\013\002\201\030\276\147\376\123\140\210\047\272\243
-\163\064\113\132\126\264\336\163\005\355\230\226\135\354\112\347
-\100\374\113\011\142\353\320\343\061\117\205\321\172\253\131\147
-\053\373\210\017\353\252\203\275\065\375\141\047\354\146\016\102
-\127\367\151\302\014\357\374\152\302\156\111\332\217\101\070\256
-\110\251\002\003\001\000\001\243\143\060\141\060\016\006\003\125
-\035\017\001\001\377\004\004\003\002\000\006\060\035\006\003\125
-\035\016\004\026\004\024\374\340\146\366\132\065\231\353\100\036
-\322\270\036\103\274\230\216\037\212\303\060\037\006\003\125\035
-\043\004\030\060\026\200\024\140\173\146\032\105\015\227\312\211
-\120\057\175\004\315\064\250\377\374\375\113\060\017\006\003\125
-\035\023\001\001\377\004\005\060\003\001\001\377\060\015\006\011
-\052\206\110\206\367\015\001\001\004\005\000\003\202\001\001\000
-\233\243\010\104\316\362\220\235\161\363\062\263\005\152\265\352
-\317\051\230\336\125\076\240\026\175\006\172\104\326\257\322\372
-\023\130\214\370\034\307\253\035\264\033\357\151\150\230\134\010
-\071\217\340\367\373\110\314\041\347\270\063\333\005\252\064\044
-\154\112\345\351\173\140\336\203\263\037\012\276\101\165\374\314
-\060\110\267\301\046\035\004\063\252\266\170\355\052\313\272\126
-\227\062\156\367\061\225\056\106\362\024\356\047\307\367\142\211
-\271\134\132\323\070\212\144\365\067\264\361\263\064\162\325\325
-\041\075\113\327\170\223\327\061\146\065\036\243\330\107\111\157
-\034\255\341\200\177\370\230\044\154\163\254\016\302\032\167\002
-\243\046\007\267\307\153\135\274\202\325\052\110\035\143\317\120
-\062\246\373\034\030\107\025\012\133\014\134\070\044\232\004\230
-\250\010\110\137\174\064\207\143\253\055\215\114\000\167\224\033
-\166\272\365\026\030\243\025\257\057\224\366\051\000\166\301\025
-\027\323\351\067\115\166\324\313\113\051\131\044\254\332\112\240
-\352\143\336\137\124\261\372\363\321\105\313\305\144\264\163\041
-END
-
-# Trust for Certificate "GlobalSign Primary Class 1 CA"
-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 "GlobalSign Primary Class 1 CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\353\061\124\315\041\226\363\125\022\053\211\147\267\163\002\102
-\355\321\336\113
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\134\254\131\001\244\206\123\313\020\146\265\326\326\161\377\001
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003
-\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031
-\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147
-\156\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002\000\000\000\000\000\326\170\270\067\317
-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
-
-#
-# Certificate "GlobalSign Primary Class 2 CA"
-#
-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 "GlobalSign Primary Class 2 CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\155\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\033\060\031\006\003
-\125\004\013\023\022\120\162\151\155\141\162\171\040\103\154\141
-\163\163\040\062\040\103\101\061\046\060\044\006\003\125\004\003
-\023\035\107\154\157\142\141\154\123\151\147\156\040\120\162\151
-\155\141\162\171\040\103\154\141\163\163\040\062\040\103\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003
-\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031
-\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147
-\156\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002\000\000\000\000\000\326\170\270\215\215
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\254\060\202\002\224\240\003\002\001\002\002\013\002
-\000\000\000\000\000\326\170\270\215\215\060\015\006\011\052\206
-\110\206\367\015\001\001\004\005\000\060\127\061\013\060\011\006
-\003\125\004\006\023\002\102\105\061\031\060\027\006\003\125\004
-\012\023\020\107\154\157\142\141\154\123\151\147\156\040\156\166
-\055\163\141\061\020\060\016\006\003\125\004\013\023\007\122\157
-\157\164\040\103\101\061\033\060\031\006\003\125\004\003\023\022
-\107\154\157\142\141\154\123\151\147\156\040\122\157\157\164\040
-\103\101\060\036\027\015\071\071\060\061\062\070\061\062\060\060
-\060\060\132\027\015\060\071\060\061\062\070\061\062\060\060\060
-\060\132\060\155\061\013\060\011\006\003\125\004\006\023\002\102
-\105\061\031\060\027\006\003\125\004\012\023\020\107\154\157\142
-\141\154\123\151\147\156\040\156\166\055\163\141\061\033\060\031
-\006\003\125\004\013\023\022\120\162\151\155\141\162\171\040\103
-\154\141\163\163\040\062\040\103\101\061\046\060\044\006\003\125
-\004\003\023\035\107\154\157\142\141\154\123\151\147\156\040\120
-\162\151\155\141\162\171\040\103\154\141\163\163\040\062\040\103
-\101\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\222\214\376\357\364\105\216\027\101\156\374\330\277\041
-\157\253\006\235\122\301\054\000\235\077\216\205\270\177\112\217
-\275\240\143\052\312\111\047\256\132\202\364\164\342\125\222\377
-\302\321\252\171\242\266\372\325\235\202\004\117\306\262\306\136
-\143\247\072\272\330\356\353\212\157\237\266\273\050\101\300\042
-\373\116\110\032\006\222\327\277\327\317\271\331\275\070\117\073
-\015\104\156\125\101\376\374\011\333\330\277\363\216\041\361\350
-\022\265\366\023\245\323\306\114\223\042\260\002\377\356\035\014
-\304\250\153\117\165\150\126\350\334\050\022\120\367\250\044\235
-\056\044\071\373\011\005\336\345\243\144\111\041\320\150\176\161
-\060\221\261\140\340\071\364\120\370\172\115\230\000\153\174\171
-\272\116\316\112\342\272\066\035\267\305\066\025\225\234\144\102
-\352\137\304\272\365\100\005\276\341\072\131\275\204\247\031\270
-\336\115\123\120\316\007\321\322\121\323\357\015\201\154\346\347
-\155\313\135\174\077\174\314\354\117\203\047\045\377\160\120\366
-\203\131\165\204\006\146\130\054\336\211\215\000\246\111\371\245
-\103\167\002\003\001\000\001\243\143\060\141\060\016\006\003\125
-\035\017\001\001\377\004\004\003\002\000\006\060\035\006\003\125
-\035\016\004\026\004\024\174\347\262\261\054\336\261\247\153\351
-\166\014\341\243\375\116\154\307\271\366\060\037\006\003\125\035
-\043\004\030\060\026\200\024\140\173\146\032\105\015\227\312\211
-\120\057\175\004\315\064\250\377\374\375\113\060\017\006\003\125
-\035\023\001\001\377\004\005\060\003\001\001\377\060\015\006\011
-\052\206\110\206\367\015\001\001\004\005\000\003\202\001\001\000
-\143\335\131\316\212\171\252\230\235\116\305\211\144\067\176\212
-\223\147\057\020\352\157\047\303\215\167\155\362\134\126\224\031
-\032\151\140\060\106\135\217\362\155\105\074\216\065\227\174\057
-\270\121\342\350\211\275\210\317\047\034\010\064\134\210\301\150
-\044\333\221\205\344\317\373\373\103\215\350\045\001\033\304\016
-\367\000\102\110\206\037\044\010\130\132\214\215\362\153\107\054
-\150\221\261\151\102\375\015\215\311\046\346\222\206\246\144\156
-\222\305\316\076\074\175\161\343\043\244\253\307\325\250\251\337
-\202\247\073\350\206\325\303\117\030\343\104\320\340\334\363\305
-\150\056\376\245\057\005\204\310\176\107\102\123\153\207\112\376
-\062\377\136\076\160\214\267\250\025\314\027\302\377\106\354\320
-\354\055\264\156\022\050\251\371\100\351\353\324\146\227\123\251
-\151\125\300\251\252\262\056\315\321\151\364\276\370\273\174\151
-\356\124\246\333\236\373\132\246\076\376\232\357\224\121\113\165
-\356\330\324\341\232\361\002\126\023\211\016\247\102\213\226\213
-\205\014\033\205\276\046\256\253\246\231\274\042\361\163\337\102
-END
-
-# Trust for Certificate "GlobalSign Primary Class 2 CA"
-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 "GlobalSign Primary Class 2 CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\203\376\336\325\161\343\226\317\307\144\367\073\337\026\166\207
-\162\305\037\314
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\251\251\102\131\176\276\132\224\344\054\306\213\034\052\104\266
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003
-\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031
-\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147
-\156\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002\000\000\000\000\000\326\170\270\215\215
-END
-CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_VALID
-CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
-CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_VALID
-
-#
-# Certificate "GlobalSign Primary Class 3 CA"
-#
-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 "GlobalSign Primary Class 3 CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\155\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\033\060\031\006\003
-\125\004\013\023\022\120\162\151\155\141\162\171\040\103\154\141
-\163\163\040\063\040\103\101\061\046\060\044\006\003\125\004\003
-\023\035\107\154\157\142\141\154\123\151\147\156\040\120\162\151
-\155\141\162\171\040\103\154\141\163\163\040\063\040\103\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003
-\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031
-\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147
-\156\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002\000\000\000\000\000\326\170\270\326\303
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\254\060\202\002\224\240\003\002\001\002\002\013\002
-\000\000\000\000\000\326\170\270\326\303\060\015\006\011\052\206
-\110\206\367\015\001\001\004\005\000\060\127\061\013\060\011\006
-\003\125\004\006\023\002\102\105\061\031\060\027\006\003\125\004
-\012\023\020\107\154\157\142\141\154\123\151\147\156\040\156\166
-\055\163\141\061\020\060\016\006\003\125\004\013\023\007\122\157
-\157\164\040\103\101\061\033\060\031\006\003\125\004\003\023\022
-\107\154\157\142\141\154\123\151\147\156\040\122\157\157\164\040
-\103\101\060\036\027\015\071\071\060\061\062\070\061\062\060\060
-\060\060\132\027\015\060\071\060\061\062\070\061\062\060\060\060
-\060\132\060\155\061\013\060\011\006\003\125\004\006\023\002\102
-\105\061\031\060\027\006\003\125\004\012\023\020\107\154\157\142
-\141\154\123\151\147\156\040\156\166\055\163\141\061\033\060\031
-\006\003\125\004\013\023\022\120\162\151\155\141\162\171\040\103
-\154\141\163\163\040\063\040\103\101\061\046\060\044\006\003\125
-\004\003\023\035\107\154\157\142\141\154\123\151\147\156\040\120
-\162\151\155\141\162\171\040\103\154\141\163\163\040\063\040\103
-\101\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\221\136\126\145\326\300\300\004\234\277\107\304\134\173
-\172\061\001\371\130\226\231\343\034\204\057\334\126\217\255\365
-\131\201\325\103\146\135\132\223\214\165\312\251\347\021\301\121
-\020\024\140\311\054\324\173\257\306\167\206\253\172\047\256\157
-\225\271\013\312\266\106\373\176\032\364\015\024\155\322\311\116
-\262\256\360\124\366\134\100\114\066\110\164\350\124\214\145\146
-\020\247\275\053\267\040\215\005\111\255\170\175\322\044\043\120
-\343\360\264\171\233\001\071\377\257\073\323\055\356\341\111\215
-\215\057\074\152\101\105\057\233\343\075\341\022\344\221\165\236
-\317\240\076\074\222\201\157\212\056\030\334\340\362\214\214\375
-\207\331\007\364\100\224\311\116\117\103\337\147\126\157\275\003
-\120\174\231\147\244\271\074\221\154\002\156\204\326\374\106\367
-\314\157\030\076\027\360\357\013\144\026\127\346\254\206\361\110
-\252\103\301\311\047\170\163\104\105\342\205\175\272\377\263\341
-\373\033\005\244\113\073\231\022\045\001\120\024\152\257\135\352
-\310\014\356\344\332\354\113\213\134\150\023\225\334\303\265\060
-\072\327\002\003\001\000\001\243\143\060\141\060\016\006\003\125
-\035\017\001\001\377\004\004\003\002\000\006\060\035\006\003\125
-\035\016\004\026\004\024\314\066\314\027\264\105\221\057\355\317
-\073\060\110\167\373\265\024\231\276\343\060\037\006\003\125\035
-\043\004\030\060\026\200\024\140\173\146\032\105\015\227\312\211
-\120\057\175\004\315\064\250\377\374\375\113\060\017\006\003\125
-\035\023\001\001\377\004\005\060\003\001\001\377\060\015\006\011
-\052\206\110\206\367\015\001\001\004\005\000\003\202\001\001\000
-\127\262\124\314\275\225\027\144\140\211\266\123\221\014\105\222
-\303\075\250\154\303\314\262\030\365\170\101\164\330\175\243\047
-\257\167\015\131\076\224\035\151\372\211\323\014\275\032\001\364
-\077\350\340\167\032\202\050\132\346\142\327\267\343\066\311\016
-\237\172\343\302\323\314\131\211\014\357\026\213\360\066\167\042
-\312\244\266\267\301\102\147\001\100\143\314\347\070\144\207\133
-\024\226\146\173\055\024\356\275\111\155\377\167\320\342\116\133
-\323\200\302\115\017\312\270\235\201\227\247\064\156\307\343\234
-\110\345\264\252\105\365\366\145\114\110\362\022\302\322\223\214
-\302\025\044\363\053\122\377\343\010\256\270\156\326\054\022\317
-\071\313\022\052\347\251\173\137\230\075\243\341\314\246\143\211
-\134\175\061\165\371\325\326\135\362\320\324\075\337\236\161\250
-\016\334\344\040\227\170\346\177\123\244\015\121\117\216\073\003
-\256\243\015\132\115\303\171\347\065\130\160\102\311\136\241\136
-\264\331\042\243\104\123\065\244\320\317\163\200\305\317\237\126
-\230\166\371\024\114\167\207\202\311\334\176\135\064\325\066\165
-END
-
-# Trust for Certificate "GlobalSign Primary Class 3 CA"
-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 "GlobalSign Primary Class 3 CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\164\003\311\063\110\252\304\367\016\051\364\320\025\022\364\106
-\111\017\165\214
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\230\022\243\113\225\251\226\144\224\347\120\214\076\341\203\132
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061
-\031\060\027\006\003\125\004\012\023\020\107\154\157\142\141\154
-\123\151\147\156\040\156\166\055\163\141\061\020\060\016\006\003
-\125\004\013\023\007\122\157\157\164\040\103\101\061\033\060\031
-\006\003\125\004\003\023\022\107\154\157\142\141\154\123\151\147
-\156\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\002\000\000\000\000\000\326\170\270\326\303
-END
-CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_VALID
-CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
-CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_VALID
-
-#
# Certificate "ValiCert Class 1 VA"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -5225,13 +3272,13 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "ValiCert Class 3 VA"
+# Certificate "RSA Root Certificate 1"
#
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 "ValiCert Class 3 VA"
+CKA_LABEL UTF8 "RSA Root Certificate 1"
CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
CKA_SUBJECT MULTILINE_OCTAL
\060\201\273\061\044\060\042\006\003\125\004\007\023\033\126\141
@@ -5315,12 +3362,12 @@ CKA_VALUE MULTILINE_OCTAL
\040\017\105\176\153\242\177\243\214\025\356
END
-# Trust for Certificate "ValiCert Class 3 VA"
+# Trust for Certificate "RSA Root Certificate 1"
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 "ValiCert Class 3 VA"
+CKA_LABEL UTF8 "RSA Root Certificate 1"
CKA_CERT_SHA1_HASH MULTILINE_OCTAL
\151\275\214\364\234\323\000\373\131\056\027\223\312\125\152\363
\354\252\065\373
@@ -5350,341 +3397,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "Thawte Universal CA Root"
-#
-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 "Thawte Universal CA Root"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\127\061\017\060\015\006\003\125\004\012\023\006\124\150\141
-\167\164\145\061\041\060\037\006\003\125\004\013\023\030\124\150
-\141\167\164\145\040\125\156\151\166\145\162\163\141\154\040\103
-\101\040\122\157\157\164\061\041\060\037\006\003\125\004\003\023
-\030\124\150\141\167\164\145\040\125\156\151\166\145\162\163\141
-\154\040\103\101\040\122\157\157\164
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\017\060\015\006\003\125\004\012\023\006\124\150\141
-\167\164\145\061\041\060\037\006\003\125\004\013\023\030\124\150
-\141\167\164\145\040\125\156\151\166\145\162\163\141\154\040\103
-\101\040\122\157\157\164\061\041\060\037\006\003\125\004\003\023
-\030\124\150\141\167\164\145\040\125\156\151\166\145\162\163\141
-\154\040\103\101\040\122\157\157\164
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\021\042\060\202\011\012\002\001\000\060\015\006\011\052
-\206\110\206\367\015\001\001\005\005\000\060\127\061\017\060\015
-\006\003\125\004\012\023\006\124\150\141\167\164\145\061\041\060
-\037\006\003\125\004\013\023\030\124\150\141\167\164\145\040\125
-\156\151\166\145\162\163\141\154\040\103\101\040\122\157\157\164
-\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167\164
-\145\040\125\156\151\166\145\162\163\141\154\040\103\101\040\122
-\157\157\164\060\036\027\015\071\071\061\062\060\065\061\063\065
-\066\060\065\132\027\015\063\067\060\064\060\063\061\063\065\066
-\060\065\132\060\127\061\017\060\015\006\003\125\004\012\023\006
-\124\150\141\167\164\145\061\041\060\037\006\003\125\004\013\023
-\030\124\150\141\167\164\145\040\125\156\151\166\145\162\163\141
-\154\040\103\101\040\122\157\157\164\061\041\060\037\006\003\125
-\004\003\023\030\124\150\141\167\164\145\040\125\156\151\166\145
-\162\163\141\154\040\103\101\040\122\157\157\164\060\202\010\042
-\060\015\006\011\052\206\110\206\367\015\001\001\001\005\000\003
-\202\010\017\000\060\202\010\012\002\202\010\001\000\342\211\005
-\155\303\177\255\246\211\072\377\273\307\315\235\067\261\341\322
-\041\036\233\141\052\025\347\173\127\117\125\074\320\273\371\331
-\075\076\246\274\354\264\255\123\232\026\002\353\013\162\375\212
-\362\217\104\005\305\353\323\345\275\266\104\071\346\373\107\277
-\152\236\012\225\030\342\150\342\326\226\326\041\255\210\375\365
-\027\365\323\332\102\245\220\355\051\225\226\165\072\332\207\241
-\324\365\323\207\336\005\142\246\343\146\164\222\317\245\274\273
-\337\150\377\161\165\126\101\131\065\353\063\132\146\121\362\322
-\243\012\301\214\316\163\134\021\157\055\214\225\214\221\261\375
-\317\345\255\126\225\314\205\222\203\220\125\101\311\302\167\355
-\371\243\164\102\012\150\010\363\320\321\145\375\147\054\064\377
-\044\177\347\171\310\007\073\045\127\335\244\014\230\075\276\340
-\314\031\145\333\362\124\242\257\102\324\235\342\256\204\043\045
-\011\063\022\265\152\036\166\304\213\331\111\000\154\136\272\037
-\362\033\332\147\312\047\252\243\104\043\033\203\202\316\362\253
-\063\355\124\244\334\311\253\131\145\321\070\016\301\076\033\147
-\217\326\165\001\340\125\042\335\166\167\354\216\335\364\317\171
-\042\155\271\127\003\365\231\010\247\074\076\064\373\304\027\256
-\043\130\315\044\363\043\312\152\002\050\224\001\201\064\264\154
-\153\256\213\032\303\243\322\011\074\026\124\365\066\137\044\343
-\237\112\241\342\144\306\026\303\246\201\172\044\066\107\216\301
-\136\016\373\371\025\170\004\326\016\131\331\235\130\146\142\322
-\224\051\062\062\310\170\271\146\366\265\126\341\154\306\024\113
-\226\122\131\221\002\044\152\125\107\327\077\266\043\032\140\167
-\227\056\342\100\257\236\004\127\236\255\021\305\311\103\160\357
-\110\264\136\254\034\151\056\056\202\325\133\213\276\202\276\031
-\024\136\347\015\042\307\121\033\377\036\233\361\060\217\161\061
-\006\263\064\047\217\137\172\146\202\117\212\055\023\253\102\317
-\041\126\236\227\216\146\066\017\226\233\345\053\364\002\251\052
-\152\214\054\304\303\270\160\054\055\051\036\077\120\167\036\155
-\052\124\344\125\012\221\070\241\305\265\146\242\166\132\356\017
-\277\264\147\341\050\156\017\341\066\241\202\321\277\324\167\341
-\304\147\062\223\170\310\347\124\123\376\043\171\346\150\314\046
-\220\366\020\143\135\052\157\221\055\244\163\062\121\041\362\273
-\025\337\252\044\010\110\006\336\241\236\046\277\272\203\277\174
-\244\310\240\214\275\322\377\274\204\151\047\023\044\030\304\105
-\030\043\046\136\030\024\312\056\210\207\142\243\123\346\041\267
-\270\205\173\232\205\273\025\046\162\370\271\367\152\164\017\111
-\077\222\276\251\005\267\231\047\277\277\011\027\113\231\114\255
-\021\020\174\337\164\061\366\217\046\137\252\210\256\070\127\310
-\125\055\323\373\330\033\121\231\276\045\033\072\272\300\175\033
-\355\316\322\111\271\317\363\305\175\211\220\201\330\151\110\040
-\020\243\370\357\222\121\030\062\213\021\030\300\077\033\205\126
-\316\127\311\362\202\144\306\337\002\011\056\112\021\057\261\047
-\155\067\122\360\360\026\141\361\147\215\337\207\162\257\207\332
-\317\373\120\224\156\324\224\205\353\212\054\352\041\365\226\112
-\104\325\340\316\152\164\104\115\320\005\323\207\025\355\066\320
-\244\213\146\125\160\223\356\107\006\301\176\056\245\030\171\147
-\363\050\205\361\160\367\016\203\244\176\124\236\132\166\062\313
-\145\033\270\315\373\310\050\003\322\124\221\321\247\305\205\103
-\010\027\166\245\346\057\147\010\330\241\242\202\055\014\370\301
-\257\143\324\120\167\155\153\106\112\101\205\325\220\137\171\055
-\304\354\327\021\207\100\212\341\150\342\144\370\125\062\373\157
-\223\054\332\167\331\041\301\027\345\066\054\116\176\220\177\254
-\224\053\062\147\276\070\120\166\270\256\101\271\327\041\305\011
-\114\140\310\243\121\304\064\233\127\067\337\313\311\063\127\213
-\353\373\166\237\031\115\305\152\037\052\105\256\053\355\057\215
-\247\245\000\313\004\372\045\142\056\164\110\033\312\052\214\272
-\333\266\176\366\273\002\174\251\303\333\130\170\241\277\360\376
-\032\020\125\021\316\350\151\116\226\145\306\027\003\326\007\150
-\214\124\202\256\034\042\125\077\361\364\011\227\050\300\106\367
-\116\013\045\035\367\007\327\011\035\072\030\127\070\073\350\063
-\006\347\217\170\106\036\133\365\006\266\354\270\246\015\361\272
-\023\113\326\030\040\335\151\063\112\063\025\256\270\310\230\212
-\047\054\223\274\055\373\356\063\277\146\346\115\272\266\233\006
-\125\140\227\113\274\104\315\176\364\241\330\252\057\300\002\050
-\041\026\142\170\333\010\124\362\374\364\064\343\306\217\034\103
-\127\316\220\032\113\334\056\073\050\221\211\077\172\332\065\035
-\216\054\356\111\354\364\063\255\311\123\250\214\237\004\123\076
-\044\034\122\311\022\371\142\127\243\274\356\054\353\100\174\040
-\043\160\053\225\371\163\027\212\321\301\034\151\246\267\070\232
-\147\367\160\035\172\132\014\100\317\142\017\205\074\302\002\116
-\176\265\366\305\052\051\204\263\037\067\052\341\252\162\102\304
-\355\153\032\217\222\034\135\276\321\362\133\362\253\252\251\322
-\365\270\244\101\053\053\221\156\022\110\312\230\330\067\215\310
-\355\000\060\265\266\004\116\176\234\332\204\354\300\372\173\345
-\035\210\244\123\106\260\224\344\134\033\241\045\054\017\110\122
-\167\227\011\154\354\133\030\063\203\002\345\202\176\315\205\041
-\060\021\375\047\117\317\344\036\354\077\245\127\154\351\052\060
-\031\052\210\345\303\151\070\253\157\071\161\177\204\341\101\303
-\341\314\052\211\040\122\056\203\017\154\071\077\113\055\026\254
-\055\360\044\254\000\163\364\233\263\006\077\005\270\024\205\037
-\253\236\134\074\236\142\235\016\155\073\200\011\374\002\352\242
-\227\164\312\307\371\343\126\341\303\312\245\246\232\300\220\340
-\044\022\123\322\302\213\332\276\355\002\103\136\147\341\211\230
-\171\356\313\252\312\303\033\334\347\245\106\245\174\153\026\207
-\266\132\050\327\333\047\074\136\245\275\266\121\335\037\103\317
-\073\046\310\072\215\045\141\301\111\364\074\033\311\104\352\257
-\034\302\053\224\001\052\016\060\321\133\213\053\107\345\303\321
-\004\003\233\016\071\054\326\047\324\346\160\132\331\165\317\052
-\330\311\000\005\344\023\210\354\303\071\373\207\141\060\066\103
-\003\310\236\234\242\006\302\057\305\374\360\200\143\261\124\004
-\240\114\251\056\306\365\166\172\330\320\344\324\224\021\345\025
-\265\170\006\334\270\200\217\231\251\040\063\075\020\205\114\145
-\011\312\076\130\136\140\223\232\252\142\135\300\121\006\034\135
-\140\240\015\234\113\103\366\247\026\041\244\207\252\362\301\056
-\356\222\060\270\236\337\337\020\001\213\206\011\160\330\154\250
-\267\120\036\026\226\264\367\147\375\065\072\041\220\052\062\307
-\000\173\115\007\020\011\271\057\163\330\030\176\147\231\004\117
-\006\374\120\307\205\233\235\100\235\263\226\067\372\245\334\262
-\162\116\357\116\011\054\375\221\375\115\367\273\246\241\076\253
-\173\242\003\100\246\251\125\047\342\372\371\031\316\207\165\252
-\361\165\066\363\363\270\221\370\221\303\213\165\023\216\114\145
-\232\026\071\152\345\064\350\172\226\131\177\065\260\000\375\133
-\151\374\103\046\372\365\050\156\376\207\331\176\044\373\264\240
-\202\156\124\242\377\256\277\142\264\364\162\001\302\313\230\107
-\230\341\114\265\027\200\200\316\217\246\050\356\036\105\152\373
-\337\361\035\374\132\073\326\352\364\154\035\142\111\127\073\212
-\217\206\352\360\123\004\316\234\026\150\377\272\271\374\210\017
-\107\367\002\104\162\100\270\312\073\055\123\235\334\074\126\214
-\131\173\150\032\054\215\161\273\154\000\307\032\316\157\100\222
-\261\243\057\017\331\104\362\243\160\056\236\356\016\256\062\320
-\073\076\213\007\352\346\171\263\134\051\342\175\153\250\136\371
-\132\061\350\010\226\242\214\003\230\106\361\270\175\220\124\046
-\355\166\142\376\236\351\232\156\136\311\111\307\134\064\123\051
-\124\331\354\344\106\341\200\073\165\331\337\373\171\325\207\361
-\272\236\353\031\316\114\122\163\346\133\207\256\045\117\071\171
-\314\306\270\371\020\173\354\360\233\161\244\005\240\323\051\323
-\116\177\037\364\055\050\170\314\125\225\173\036\221\057\314\126
-\030\163\213\262\333\274\151\007\346\320\330\117\355\242\377\130
-\205\243\155\340\112\123\267\147\175\215\014\134\133\173\167\050
-\002\065\104\172\004\323\050\103\310\153\060\027\135\062\270\051
-\065\272\166\332\073\024\112\166\030\130\244\370\222\074\236\115
-\063\157\106\153\010\331\061\110\150\335\364\373\044\126\064\262
-\317\151\146\276\110\322\212\146\042\315\362\151\315\302\123\023
-\105\051\101\042\326\135\230\037\266\244\262\243\302\356\002\057
-\121\033\334\203\244\354\160\045\250\324\010\141\062\157\344\241
-\201\056\174\143\162\372\051\145\274\160\104\317\135\002\003\001
-\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005\005
-\000\003\202\010\001\000\125\232\064\152\042\006\151\011\105\063
-\307\256\251\134\307\011\116\233\206\274\101\220\324\224\122\366
-\315\043\051\224\113\042\315\350\275\376\235\315\122\362\275\355
-\253\207\311\253\253\106\004\264\275\242\077\042\060\107\120\300
-\113\214\166\017\003\365\222\322\261\055\304\172\065\234\311\163
-\207\353\246\237\336\017\163\215\323\177\231\330\272\217\157\304
-\363\276\032\256\213\242\224\066\220\342\345\353\215\005\364\374
-\145\337\225\361\304\224\115\027\126\327\237\074\217\120\074\347
-\167\277\225\206\046\144\373\152\377\306\332\351\214\256\102\273
-\151\345\063\306\330\351\015\306\125\041\111\301\014\264\243\371
-\233\113\134\336\203\117\101\003\316\052\171\150\070\175\360\124
-\111\040\365\266\020\377\010\334\063\146\226\233\377\006\336\000
-\236\327\316\126\103\232\121\374\160\315\366\360\121\243\267\315
-\264\134\205\142\315\161\267\306\053\043\053\335\303\156\100\102
-\372\067\377\067\034\366\172\127\224\207\205\043\327\324\311\307
-\137\301\115\057\311\015\327\134\354\234\045\356\236\060\202\221
-\226\162\270\165\035\370\011\150\127\227\262\055\113\356\045\354
-\172\044\051\356\162\324\234\023\333\253\334\003\012\330\112\024
-\311\010\127\104\135\241\265\123\200\064\362\024\227\317\122\336
-\242\016\212\020\351\024\357\320\140\276\141\241\361\045\135\325
-\030\163\077\223\020\312\226\356\263\100\322\333\243\125\317\127
-\132\245\016\117\165\107\337\352\367\220\232\155\365\160\056\035
-\024\034\067\144\004\131\120\260\334\162\206\157\234\067\075\135
-\050\257\163\125\357\322\356\044\164\164\023\357\334\333\061\111
-\373\077\143\365\323\010\076\063\245\347\235\012\336\123\054\121
-\216\147\333\233\101\145\101\120\275\324\244\226\154\207\274\022
-\340\224\307\323\300\344\313\163\130\000\203\341\254\047\205\326
-\235\123\235\134\275\012\076\003\103\234\014\221\365\155\173\370
-\100\162\165\253\021\166\221\053\341\306\252\037\160\151\166\160
-\025\011\376\223\320\326\055\267\025\152\233\147\134\264\151\237
-\045\246\175\212\373\175\042\251\161\362\316\116\214\270\041\055
-\336\376\101\161\015\377\235\354\163\246\273\007\117\210\016\130
-\107\056\176\251\302\307\170\335\272\172\236\116\340\060\116\143
-\157\205\324\040\101\351\372\376\103\105\347\373\257\172\262\316
-\244\005\035\042\232\130\206\337\344\316\114\251\376\330\026\245
-\157\373\330\316\126\173\365\326\040\357\344\107\315\143\044\377
-\271\276\361\110\243\301\001\162\346\275\300\255\355\046\015\312
-\064\237\374\002\055\040\117\005\040\256\041\075\014\302\040\074
-\077\360\004\204\334\317\211\375\271\045\221\216\320\103\346\263
-\040\253\134\055\325\100\236\240\113\330\364\262\314\175\361\130
-\012\216\207\355\210\254\066\226\344\126\240\021\212\362\232\320
-\263\127\243\064\273\031\253\070\341\164\153\042\304\061\316\001
-\325\033\066\343\036\070\114\063\223\337\100\343\131\127\116\254
-\156\173\036\132\075\305\035\133\254\310\020\202\065\002\042\262
-\374\165\350\020\221\215\304\175\170\223\107\236\034\235\254\153
-\142\002\130\214\326\034\043\326\257\170\302\200\234\244\252\044
-\124\024\265\024\230\306\370\053\032\044\313\161\062\012\342\233
-\016\151\153\335\176\214\144\321\056\143\357\016\177\261\076\210
-\114\235\125\345\311\156\027\004\267\101\377\275\212\101\313\045
-\061\157\104\167\077\107\261\374\201\210\007\216\005\111\040\267
-\021\331\151\003\052\003\235\271\063\204\232\337\337\172\343\106
-\163\243\330\242\214\123\031\210\125\114\164\270\366\104\204\053
-\321\024\055\116\071\056\222\150\377\151\374\205\142\033\353\125
-\117\357\045\204\142\105\231\326\330\116\157\077\123\010\175\035
-\006\225\201\200\177\117\116\164\066\230\265\342\207\160\230\334
-\327\365\334\122\025\346\306\326\171\226\071\177\217\225\317\253
-\200\123\255\033\013\105\100\016\324\030\275\054\336\212\167\166
-\375\362\104\107\306\041\320\344\164\360\330\030\005\310\174\060
-\162\307\337\361\273\374\002\060\251\364\102\046\131\015\223\005
-\202\241\163\355\064\345\070\135\315\120\220\376\224\374\023\274
-\275\374\250\242\210\247\163\304\262\250\321\135\210\304\002\242
-\172\361\004\311\376\214\164\311\357\035\144\101\237\254\036\226
-\147\144\254\253\050\101\307\235\367\300\230\033\156\007\302\144
-\175\132\203\146\126\050\066\234\347\373\034\167\016\050\240\304
-\367\153\171\071\004\040\204\307\127\223\274\033\240\352\274\353
-\102\345\250\021\376\374\254\145\314\375\370\050\210\364\245\232
-\345\163\121\340\250\233\015\003\167\116\345\340\230\263\210\332
-\175\346\306\236\174\024\146\301\056\123\112\222\007\067\240\176
-\351\075\011\344\025\174\317\375\270\101\245\357\236\146\235\304
-\136\007\035\207\370\101\255\352\347\057\322\101\143\030\067\371
-\024\343\115\320\345\367\103\375\025\343\371\066\163\006\046\337
-\001\117\251\303\116\336\040\106\167\230\264\172\044\053\073\165
-\053\116\130\215\233\135\244\307\026\240\274\062\210\077\241\203
-\363\000\310\370\330\130\351\143\135\114\053\265\360\162\101\330
-\253\167\067\326\162\164\256\266\066\234\310\246\203\111\113\340
-\311\126\013\051\276\000\060\313\335\326\310\102\212\000\331\354
-\025\321\064\161\362\133\144\207\366\047\322\267\353\206\260\220
-\277\051\333\041\236\066\214\343\040\057\225\043\121\154\033\302
-\244\325\346\330\002\103\147\240\376\233\120\003\104\177\273\344
-\162\325\321\344\332\217\222\024\144\373\135\024\020\022\112\225
-\006\311\145\010\051\312\041\243\046\070\021\311\047\337\160\147
-\004\375\312\110\062\177\143\262\105\164\061\120\117\207\331\040
-\160\322\041\160\261\326\020\235\063\135\170\203\221\155\125\202
-\354\332\344\142\143\307\201\106\327\031\145\162\052\103\031\220
-\270\327\043\115\114\034\340\104\251\146\147\254\356\161\171\047
-\046\170\155\162\016\365\135\113\043\265\174\174\145\351\027\306
-\072\013\015\335\136\036\121\303\206\270\354\177\307\047\112\245
-\106\350\152\055\031\301\207\243\313\231\223\207\144\242\125\024
-\114\267\103\245\223\327\347\322\116\171\100\312\145\231\106\075
-\077\172\200\172\210\152\314\036\345\153\063\106\364\120\300\325
-\037\011\270\315\212\056\241\047\353\135\163\247\350\153\012\345
-\127\202\052\260\374\342\124\122\126\360\253\251\022\306\043\226
-\007\044\234\340\274\106\245\264\040\004\332\011\223\143\345\324
-\056\302\176\305\061\355\265\025\164\206\027\271\263\363\046\212
-\035\002\152\332\032\077\350\272\361\004\155\224\121\124\342\132
-\264\131\203\035\140\320\055\163\314\007\265\046\214\371\327\306
-\210\221\357\200\317\135\017\241\140\313\105\324\102\042\321\261
-\160\035\375\320\267\060\220\072\306\110\155\147\345\062\332\217
-\333\343\250\343\035\040\045\242\034\341\114\271\244\366\306\077
-\134\130\015\273\306\262\167\001\026\221\237\027\006\015\267\100
-\076\314\217\216\234\113\340\235\176\233\036\005\253\210\042\372
-\323\050\033\127\024\144\112\076\044\054\070\115\041\151\000\163
-\056\320\125\055\164\362\025\350\224\103\076\100\052\306\306\271
-\152\133\336\242\314\030\120\124\135\116\052\205\154\366\222\213
-\051\031\176\347\352\112\340\042\053\045\274\367\146\317\167\232
-\101\164\362\074\024\015\164\151\365\120\203\315\315\057\041\333
-\042\106\212\320\367\121\032\225\127\362\005\213\032\031\355\073
-\105\350\066\302\156\176\373\127\042\000\037\006\123\251\256\223
-\306\217\161\052\061\105\222\347\216\155\346\231\042\300\203\374
-\357\334\127\146\167\117\242\066\061\373\241\023\215\345\312\243
-\225\175\001\014\144\160\073\123\102\150\200\307\273\235\250\000
-\065\151\230\014\250\147\330\103\345\252\317\225\340\121\225\244
-\027\077\102\235\270\004\316\323\171\171\310\323\212\026\062\222
-\340\327\242\356\327\067\114\057\254\270\173\276\105\366\361\030
-\063\234\173\067\246\044\331\274\100\253\000\351\303\067\213\253
-\330\266\363\136\201\116\260\024\153\007\076\037\354\302\366\104
-\042\225\273\263\346\157\326\371\160\145\272\012\203\145\252\016
-\023\057\203\023\043\123\213\100\026\372\316\057\374\115\004\370
-\353\330\254\305\066\302\025\127\110\070\354\125\263\264\036\272
-\255\322\102\006\027\015\163\310\127\246\276\226\115\251\362\300
-\373\172\041\034\365\311\160\251\202\220\265\361\014\324\171\020
-\276\201\246\351\134\141\234\167\171\232\244\303\067\046\127\067
-\311\122\054\372\010\377\320\137\306\141\300\364\166\276\374\336
-\116\317\253\121\231\161\307\337\176\364\326\317\006\126\031\023
-\123\013\155\164\131\110\031\233\123\005\055\235\062\124\323\345
-\054\123\213\144\076\324\144\173\343\200\011\024\314\376\026\106
-\143\153\161\151\370\371\313\047\366\210\124\274\105\263\316\002
-\310\224\356\100\133\371\102\002\302\377\260\330\054\353\050\177
-\136\311\046\001\231\247
-END
-
-# Trust for Certificate "Thawte Universal CA Root"
-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 "Thawte Universal CA Root"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\213\302\212\044\257\373\126\135\350\120\025\173\172\153\157\024
-\170\114\220\343
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\027\257\161\026\122\173\163\145\042\005\051\050\204\161\235\023
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\127\061\017\060\015\006\003\125\004\012\023\006\124\150\141
-\167\164\145\061\041\060\037\006\003\125\004\013\023\030\124\150
-\141\167\164\145\040\125\156\151\166\145\162\163\141\154\040\103
-\101\040\122\157\157\164\061\041\060\037\006\003\125\004\003\023
-\030\124\150\141\167\164\145\040\125\156\151\166\145\162\163\141
-\154\040\103\101\040\122\157\157\164
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-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
-
-#
# Certificate "Verisign Class 1 Public Primary Certification Authority - G3"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -7531,117 +5243,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "Visa International Global Root 1"
-#
-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 "Visa International Global Root 1"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\003\035
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\130\060\202\002\100\240\003\002\001\002\002\002\003
-\035\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
-\060\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\060
-\036\027\015\060\060\060\070\061\066\062\061\065\062\060\060\132
-\027\015\062\060\060\070\061\065\062\063\065\071\060\060\132\060
-\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061\015
-\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057\060
-\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156\164
-\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166\151
-\143\145\040\101\163\163\157\143\151\141\164\151\157\156\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\305
-\035\115\163\101\225\341\040\264\154\154\316\147\352\165\006\254
-\304\004\302\140\057\010\222\317\040\355\156\251\311\161\046\126
-\242\375\332\273\014\370\225\011\311\371\362\035\317\104\225\355
-\061\112\332\155\340\275\374\165\026\226\302\357\012\172\014\307
-\270\264\220\106\056\251\027\012\340\107\104\204\174\034\075\040
-\106\006\103\103\205\162\353\135\341\003\274\062\232\313\356\011
-\306\127\025\263\056\332\062\140\247\022\230\222\233\323\312\043
-\102\260\043\367\120\151\116\214\233\150\241\067\060\222\311\041
-\057\150\212\240\326\204\251\130\115\014\353\125\075\272\012\106
-\110\372\302\276\271\007\300\354\275\223\064\171\071\075\267\232
-\064\240\014\075\243\377\232\204\346\372\340\077\252\124\204\001
-\063\112\205\306\250\024\136\025\301\327\140\325\360\151\170\151
-\144\170\327\024\356\023\330\243\362\377\165\141\070\154\324\046
-\262\327\150\210\031\147\016\353\341\277\274\216\232\352\310\224
-\351\266\314\370\025\205\223\155\146\167\053\261\027\013\210\046
-\154\106\242\337\316\103\245\156\367\375\033\107\156\130\367\002
-\003\001\000\001\243\102\060\100\060\016\006\003\125\035\017\001
-\001\377\004\004\003\002\001\006\060\017\006\003\125\035\023\001
-\001\377\004\005\060\003\001\001\377\060\035\006\003\125\035\016
-\004\026\004\024\313\303\306\143\312\336\161\177\333\247\327\377
-\102\164\366\313\314\266\120\062\060\015\006\011\052\206\110\206
-\367\015\001\001\005\005\000\003\202\001\001\000\266\030\204\244
-\276\346\177\315\373\106\221\024\175\000\100\167\167\206\271\215
-\161\035\234\376\361\330\345\001\077\331\242\140\033\315\272\163
-\064\054\356\136\004\222\304\042\104\126\354\352\373\367\311\001
-\026\375\350\050\355\370\336\375\074\076\056\230\214\215\343\170
-\342\317\216\213\340\257\301\215\140\024\202\202\126\261\207\056
-\360\351\022\025\035\076\151\012\255\216\246\130\364\231\374\021
-\106\356\367\311\355\306\257\054\271\206\045\322\227\376\117\235
-\330\062\341\302\146\121\163\206\015\335\165\343\212\372\364\212
-\065\146\335\210\147\255\171\250\374\151\365\333\372\257\225\264
-\234\220\037\137\301\026\311\310\010\200\032\327\003\362\136\161
-\243\126\143\036\105\066\175\161\276\061\147\164\206\057\331\354
-\210\302\040\275\231\115\075\125\005\320\242\132\114\125\042\230
-\320\361\165\364\027\372\330\343\376\342\024\340\017\145\372\262
-\326\151\054\063\120\311\047\240\254\220\061\113\024\345\353\143
-\144\340\075\343\374\022\112\305\226\202\055\332\045\071\376\324
-\177\056\101\307\142\110\327\161\105\073\170\222
-END
-
-# Trust for Certificate "Visa International Global Root 1"
-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 "Visa International Global Root 1"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\106\260\324\152\346\120\054\267\223\205\000\010\220\373\363\120
-\251\310\140\157
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\031\152\006\154\335\311\017\266\024\321\311\373\163\077\005\317
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\115\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\003\035
-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_VALID
-
-#
# Certificate "Visa International Global Root 2"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -7762,332 +5363,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_VALID
#
-# Certificate "Visa International Global Root 3"
-#
-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 "Visa International Global Root 3"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\063
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\063
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\003\037
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\200\060\202\002\150\240\003\002\001\002\002\002\003
-\037\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\063\060\036\027\015\060\060\060\070\061\066\062\063\063
-\064\060\060\132\027\015\062\060\060\070\061\065\062\063\065\071
-\060\060\132\060\141\061\013\060\011\006\003\125\004\006\023\002
-\125\123\061\015\060\013\006\003\125\004\012\023\004\126\111\123
-\101\061\057\060\055\006\003\125\004\013\023\046\126\151\163\141
-\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\123
-\145\162\166\151\143\145\040\101\163\163\157\143\151\141\164\151
-\157\156\061\022\060\020\006\003\125\004\003\023\011\107\120\040
-\122\157\157\164\040\063\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\272\354\103\270\064\352\243\147\337
-\167\011\037\032\020\242\036\251\116\225\114\164\347\014\334\154
-\306\230\320\253\372\027\044\232\147\243\111\024\144\211\217\223
-\022\057\357\217\330\316\020\004\213\205\300\334\057\274\051\230
-\257\234\102\305\313\322\226\317\364\245\305\055\156\115\214\070
-\216\262\152\010\231\325\221\033\250\355\063\223\111\135\313\347
-\025\103\155\122\361\310\350\327\332\060\340\230\052\251\133\243
-\303\321\001\003\201\135\176\266\011\225\350\333\062\156\375\072
-\303\265\236\233\375\131\031\040\263\043\300\342\152\356\104\226
-\200\357\150\011\100\224\302\267\063\111\203\345\311\256\055\040
-\067\220\030\075\040\066\332\171\071\257\270\127\237\172\357\140
-\052\041\204\370\377\240\071\041\323\330\155\124\307\303\152\074
-\310\134\037\056\107\162\024\154\125\113\011\006\315\216\305\153
-\013\347\007\107\072\175\222\137\175\017\260\134\063\127\203\203
-\077\036\204\250\171\220\237\227\116\042\334\165\042\310\156\057
-\326\320\313\166\341\014\127\227\341\046\217\051\204\123\362\345
-\216\223\312\113\212\114\065\002\003\001\000\001\243\102\060\100
-\060\035\006\003\125\035\016\004\026\004\024\242\134\156\015\145
-\010\301\367\116\133\311\155\360\320\126\033\071\202\103\273\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\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003
-\202\001\001\000\003\215\126\010\263\241\255\375\163\102\331\147
-\054\156\232\317\277\036\310\115\362\115\322\331\067\311\070\104
-\215\256\211\014\357\214\231\053\112\223\365\155\254\146\112\077
-\127\152\020\245\242\032\023\246\054\352\142\347\200\371\275\375
-\344\377\332\021\237\071\130\155\365\103\362\364\375\246\277\235
-\261\253\232\106\007\337\341\360\133\077\376\135\131\100\006\254
-\030\010\107\114\074\114\110\106\316\210\341\250\266\236\165\246
-\240\367\176\033\266\304\215\355\360\052\123\025\112\333\051\117
-\071\123\347\122\130\243\276\334\344\220\055\265\311\316\230\377
-\054\206\241\010\240\310\316\367\202\071\011\014\301\302\324\251
-\244\052\016\063\201\307\074\160\313\060\155\244\126\267\233\134
-\174\002\042\276\345\007\175\155\044\321\047\261\326\035\036\134
-\107\074\277\056\156\370\034\204\110\354\365\341\240\225\021\315
-\347\060\353\134\360\051\173\165\202\002\006\262\363\223\071\322
-\016\254\337\137\044\023\025\060\103\365\120\324\307\203\240\103
-\071\117\145\064\275\246\351\316\341\164\276\040\337\322\162\026
-\113\211\106\166
-END
-
-# Trust for Certificate "Visa International Global Root 3"
-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 "Visa International Global Root 3"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\000\263\327\076\235\205\161\066\073\147\325\056\136\156\371\022
-\242\205\067\122
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\327\276\275\236\373\162\170\072\347\212\275\201\276\013\075\030
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\063
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\003\037
-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_VALID
-
-#
-# Certificate "Visa International Global Root 4"
-#
-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 "Visa International Global Root 4"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\064
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\064
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\003\040
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\173\060\202\001\344\240\003\002\001\002\002\002\003
-\040\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\064\060\036\027\015\060\060\060\070\061\067\060\060\061
-\071\060\060\132\027\015\062\060\060\070\061\066\062\063\065\071
-\060\060\132\060\141\061\013\060\011\006\003\125\004\006\023\002
-\125\123\061\015\060\013\006\003\125\004\012\023\004\126\111\123
-\101\061\057\060\055\006\003\125\004\013\023\046\126\151\163\141
-\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\123
-\145\162\166\151\143\145\040\101\163\163\157\143\151\141\164\151
-\157\156\061\022\060\020\006\003\125\004\003\023\011\107\120\040
-\122\157\157\164\040\064\060\201\237\060\015\006\011\052\206\110
-\206\367\015\001\001\001\005\000\003\201\215\000\060\201\211\002
-\201\201\000\270\353\360\217\240\346\361\343\000\077\136\162\236
-\256\004\017\364\117\316\312\332\142\063\352\356\132\302\301\366
-\056\070\211\264\015\317\241\256\271\061\263\375\246\307\266\304
-\154\203\014\200\141\070\072\012\276\034\001\240\031\033\347\373
-\162\155\222\143\233\246\257\063\364\264\133\032\350\050\336\114
-\347\067\361\024\361\340\027\340\024\110\354\104\035\171\245\116
-\252\341\244\204\167\275\313\115\266\352\160\176\137\252\027\054
-\113\133\260\352\205\324\151\250\021\351\053\067\035\273\246\004
-\356\233\101\002\003\001\000\001\243\102\060\100\060\035\006\003
-\125\035\016\004\026\004\024\103\306\110\100\300\017\306\030\132
-\111\111\345\201\200\006\115\137\335\324\205\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\015\006\011
-\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000\244
-\031\075\163\316\207\321\237\126\022\134\310\070\345\356\371\022
-\310\331\001\352\235\203\064\306\242\153\213\167\172\222\176\207
-\307\125\043\024\215\302\150\115\031\362\151\264\352\107\024\221
-\073\121\207\030\372\166\233\342\173\034\023\323\346\146\036\012
-\022\271\135\220\306\073\023\024\042\315\065\214\055\105\140\000
-\004\310\357\130\002\305\135\231\264\220\155\336\124\327\043\342
-\071\204\045\303\150\243\142\243\171\330\230\241\132\322\134\211
-\375\345\026\014\364\253\027\110\176\255\353\200\300\125\201
-END
-
-# Trust for Certificate "Visa International Global Root 4"
-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 "Visa International Global Root 4"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\231\001\027\355\035\374\376\140\054\136\120\175\140\223\051\223
-\214\100\014\146
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\010\107\110\253\040\057\157\302\163\013\262\025\005\041\036\312
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\064
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\003\040
-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_VALID
-
-#
-# Certificate "Visa International Global Root 5"
-#
-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 "Visa International Global Root 5"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\065
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\065
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\003\041
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\173\060\202\001\344\240\003\002\001\002\002\002\003
-\041\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\065\060\036\027\015\060\060\060\070\061\067\060\060\062
-\070\060\060\132\027\015\062\060\060\070\061\066\062\063\065\071
-\060\060\132\060\141\061\013\060\011\006\003\125\004\006\023\002
-\125\123\061\015\060\013\006\003\125\004\012\023\004\126\111\123
-\101\061\057\060\055\006\003\125\004\013\023\046\126\151\163\141
-\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\123
-\145\162\166\151\143\145\040\101\163\163\157\143\151\141\164\151
-\157\156\061\022\060\020\006\003\125\004\003\023\011\107\120\040
-\122\157\157\164\040\065\060\201\237\060\015\006\011\052\206\110
-\206\367\015\001\001\001\005\000\003\201\215\000\060\201\211\002
-\201\201\000\255\000\156\362\240\174\061\021\034\101\260\067\217
-\203\242\103\313\227\137\002\040\211\015\156\274\052\261\361\245
-\144\357\330\216\112\326\162\235\236\156\037\232\250\371\205\003
-\254\301\047\152\204\345\146\110\161\232\136\102\017\212\342\237
-\366\200\017\043\254\123\303\301\237\002\304\370\130\106\352\364
-\251\202\257\155\007\106\206\361\055\374\006\270\036\125\325\071
-\141\222\204\213\361\330\212\063\116\074\023\265\326\161\374\153
-\076\264\034\172\013\207\325\065\146\064\303\163\062\143\130\337
-\022\153\043\002\003\001\000\001\243\102\060\100\060\035\006\003
-\125\035\016\004\026\004\024\043\116\363\002\004\004\327\322\247
-\000\126\301\316\111\054\214\025\226\063\057\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\015\006\011
-\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000\074
-\224\001\207\362\310\317\341\217\256\271\013\342\034\175\361\031
-\255\321\355\366\001\133\066\123\012\200\076\256\064\126\147\160
-\156\103\124\116\171\315\213\325\120\031\062\330\111\070\064\375
-\266\163\111\353\016\111\172\277\032\367\352\007\050\045\273\025
-\111\034\121\112\125\232\070\057\055\017\130\371\171\321\002\145
-\023\214\131\237\020\177\135\027\074\164\362\265\352\167\201\066
-\206\157\062\133\005\264\015\243\046\147\360\344\065\016\107\275
-\153\301\221\235\013\364\077\232\021\174\224\026\147\266\230
-END
-
-# Trust for Certificate "Visa International Global Root 5"
-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 "Visa International Global Root 5"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\367\027\230\102\276\276\302\037\113\055\235\013\234\067\036\064
-\206\325\251\317
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\317\200\157\240\170\121\321\126\233\253\310\135\243\157\220\012
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\141\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
-\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
-\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
-\022\060\020\006\003\125\004\003\023\011\107\120\040\122\157\157
-\164\040\065
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\003\041
-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_VALID
-
-#
# Certificate "beTRUSTed Root CA"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -8231,1587 +5506,13 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "Xcert Root CA"
-#
-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 "Xcert Root CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\073\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\026\060\024\006\003\125\004\013\023\015
-\130\143\145\162\164\040\122\157\157\164\040\103\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\073\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\026\060\024\006\003\125\004\013\023\015
-\130\143\145\162\164\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\012\001\001\001\000\000\002\174\000\000\000\002\000\000\000\002
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\143\060\202\002\113\240\003\002\001\002\002\020\012
-\001\001\001\000\000\002\174\000\000\000\002\000\000\000\002\060
-\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\073
-\061\041\060\037\006\003\125\004\012\023\030\130\143\145\162\164
-\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\111
-\156\143\056\061\026\060\024\006\003\125\004\013\023\015\130\143
-\145\162\164\040\122\157\157\164\040\103\101\060\036\027\015\060
-\060\060\070\061\070\061\070\061\070\061\067\132\027\015\062\065
-\060\070\061\065\061\071\060\063\061\067\132\060\073\061\041\060
-\037\006\003\125\004\012\023\030\130\143\145\162\164\040\111\156
-\164\145\162\156\141\164\151\157\156\141\154\040\111\156\143\056
-\061\026\060\024\006\003\125\004\013\023\015\130\143\145\162\164
-\040\122\157\157\164\040\103\101\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\250\264\141\213\035\034\076
-\220\173\160\062\100\155\215\026\312\065\141\141\265\342\373\025
-\311\364\041\136\201\033\317\042\234\254\253\273\140\320\240\063
-\336\021\123\032\011\017\073\032\023\251\324\207\314\130\367\055
-\122\251\242\302\251\072\355\317\064\235\241\002\357\270\362\270
-\053\127\210\020\223\265\251\065\143\273\005\102\103\042\177\277
-\160\136\323\050\245\125\050\040\113\223\111\217\247\277\075\100
-\050\015\021\257\162\046\011\005\064\011\305\253\001\223\127\241
-\254\146\124\230\042\234\043\353\272\014\144\234\266\075\373\342
-\306\226\302\317\013\117\352\310\060\372\212\053\312\034\021\226
-\032\051\000\214\353\162\324\121\105\251\235\167\040\325\022\273
-\265\362\177\006\070\202\115\175\222\036\350\325\372\310\051\107
-\151\032\025\021\214\257\246\054\301\050\364\151\133\151\236\344
-\074\023\356\300\241\140\352\101\277\302\142\113\155\242\067\204
-\072\076\363\260\062\256\212\153\154\023\363\072\041\012\173\226
-\130\063\051\136\156\250\312\151\242\276\216\006\105\135\361\146
-\071\125\112\034\132\044\261\113\321\002\003\001\000\001\243\143
-\060\141\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\037\006\003\125\035\043\004\030\060\026\200\024
-\104\250\111\070\165\061\154\253\050\347\161\362\330\324\310\257
-\101\017\107\221\060\035\006\003\125\035\016\004\026\004\024\104
-\250\111\070\165\061\154\253\050\347\161\362\330\324\310\257\101
-\017\107\221\060\015\006\011\052\206\110\206\367\015\001\001\005
-\005\000\003\202\001\001\000\075\163\136\245\012\273\265\021\303
-\361\147\321\022\032\242\107\051\021\114\116\131\067\040\206\011
-\100\362\105\361\111\171\071\032\075\045\327\057\051\320\010\005
-\025\024\373\344\104\154\077\176\136\265\122\330\221\130\074\226
-\373\324\112\357\361\056\301\126\036\114\151\014\331\140\035\112
-\107\047\265\003\063\333\030\273\333\123\236\241\173\121\152\220
-\323\245\025\310\202\013\300\267\067\062\165\205\124\136\125\020
-\174\221\073\251\053\140\306\061\166\254\304\060\111\003\304\266
-\126\100\245\360\143\257\151\112\210\257\327\253\013\356\072\333
-\275\023\203\250\073\242\351\271\105\365\121\115\224\360\131\251
-\333\241\067\147\322\024\236\247\173\327\031\252\025\043\153\151
-\165\321\023\076\130\364\363\001\350\210\304\224\126\311\300\376
-\337\117\107\125\037\153\201\116\124\355\023\137\162\374\046\206
-\004\066\217\117\022\115\234\120\342\116\132\126\254\271\375\054
-\037\130\173\005\022\007\143\070\357\031\343\364\074\221\132\242
-\045\142\127\274\306\224\240\167\234\317\064\142\340\277\373\165
-\074\351\033\046\033\234\144
-END
-
-# Trust for Certificate "Xcert Root CA"
-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 "Xcert Root CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\041\021\164\054\135\202\325\257\325\231\114\122\004\123\125\050
-\104\361\154\261
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\226\201\231\014\155\262\211\205\303\331\200\234\063\273\076\031
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\073\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\026\060\024\006\003\125\004\013\023\015
-\130\143\145\162\164\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\012\001\001\001\000\000\002\174\000\000\000\002\000\000\000\002
-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
-
-#
-# Certificate "Xcert Root CA 1024"
-#
-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 "Xcert Root CA 1024"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\100\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\033\060\031\006\003\125\004\013\023\022
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\061\060
-\062\064
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\100\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\033\060\031\006\003\125\004\013\023\022
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\061\060
-\062\064
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\012\001\001\001\000\000\002\174\000\000\000\003\000\000\000\002
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\150\060\202\001\321\240\003\002\001\002\002\020\012
-\001\001\001\000\000\002\174\000\000\000\003\000\000\000\002\060
-\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\100
-\061\041\060\037\006\003\125\004\012\023\030\130\143\145\162\164
-\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\111
-\156\143\056\061\033\060\031\006\003\125\004\013\023\022\130\143
-\145\162\164\040\122\157\157\164\040\103\101\040\061\060\062\064
-\060\036\027\015\060\060\060\070\061\070\061\070\063\061\063\062
-\132\027\015\062\065\060\070\061\065\061\071\060\060\065\066\132
-\060\100\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\033\060\031\006\003\125\004\013\023\022
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\061\060
-\062\064\060\201\237\060\015\006\011\052\206\110\206\367\015\001
-\001\001\005\000\003\201\215\000\060\201\211\002\201\201\000\326
-\276\067\211\021\251\242\367\107\054\052\317\152\000\046\145\050
-\104\244\212\344\336\240\103\125\231\104\153\274\156\270\307\316
-\306\143\266\323\350\157\305\230\053\044\221\270\236\242\272\161
-\110\336\064\040\041\172\326\322\305\211\062\245\211\306\334\205
-\204\124\362\236\110\355\314\104\266\006\377\216\304\316\131\255
-\237\154\351\042\130\301\077\024\012\103\200\207\031\122\120\343
-\050\007\310\254\030\342\261\032\252\243\342\140\267\166\121\007
-\051\071\136\110\351\146\160\201\056\070\232\275\031\175\353\002
-\003\001\000\001\243\143\060\141\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\037\006\003\125\035\043
-\004\030\060\026\200\024\204\171\307\117\007\131\261\153\301\072
-\065\272\270\364\325\231\047\310\272\016\060\035\006\003\125\035
-\016\004\026\004\024\204\171\307\117\007\131\261\153\301\072\065
-\272\270\364\325\231\047\310\272\016\060\015\006\011\052\206\110
-\206\367\015\001\001\005\005\000\003\201\201\000\163\260\341\000
-\355\256\150\322\140\003\106\353\371\034\361\245\246\174\134\062
-\174\354\002\141\323\034\035\163\061\054\272\216\275\111\115\310
-\335\331\167\165\101\347\222\041\232\154\051\333\247\154\160\206
-\240\134\303\344\363\062\314\001\204\131\327\210\071\070\363\250
-\342\342\032\260\227\315\053\027\334\144\004\017\252\152\163\224
-\326\353\010\306\200\151\115\336\172\325\305\067\361\222\027\074
-\155\323\212\041\314\144\020\252\336\142\207\037\217\270\370\252
-\165\112\364\010\054\365\334\146\317\303\070\176
-END
-
-# Trust for Certificate "Xcert Root CA 1024"
-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 "Xcert Root CA 1024"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\054\245\040\131\044\213\336\160\224\354\326\313\143\116\176\051
-\207\004\113\220
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\304\040\322\322\017\140\113\244\062\340\221\324\040\113\111\270
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\100\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\033\060\031\006\003\125\004\013\023\022
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\061\060
-\062\064
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\012\001\001\001\000\000\002\174\000\000\000\003\000\000\000\002
-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
-
-#
-# Certificate "Xcert Root CA v1"
-#
-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 "Xcert Root CA v1"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\076\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\031\060\027\006\003\125\004\013\023\020
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\076\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\031\060\027\006\003\125\004\013\023\020
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\012\001\001\001\000\000\002\174\000\000\000\004\000\000\000\002
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\377\060\202\001\347\002\020\012\001\001\001\000\000
-\002\174\000\000\000\004\000\000\000\002\060\015\006\011\052\206
-\110\206\367\015\001\001\005\005\000\060\076\061\041\060\037\006
-\003\125\004\012\023\030\130\143\145\162\164\040\111\156\164\145
-\162\156\141\164\151\157\156\141\154\040\111\156\143\056\061\031
-\060\027\006\003\125\004\013\023\020\130\143\145\162\164\040\122
-\157\157\164\040\103\101\040\166\061\060\036\027\015\060\060\060
-\070\061\070\061\070\064\060\065\060\132\027\015\062\065\060\070
-\061\065\061\071\060\060\063\070\132\060\076\061\041\060\037\006
-\003\125\004\012\023\030\130\143\145\162\164\040\111\156\164\145
-\162\156\141\164\151\157\156\141\154\040\111\156\143\056\061\031
-\060\027\006\003\125\004\013\023\020\130\143\145\162\164\040\122
-\157\157\164\040\103\101\040\166\061\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\301\222\253\362\266\065
-\066\002\110\017\205\364\116\057\202\145\315\110\276\261\267\075
-\263\173\256\272\062\064\206\074\230\277\370\260\275\373\302\314
-\366\011\227\070\134\215\245\043\116\341\310\204\346\220\147\164
-\073\243\366\156\231\053\217\303\007\322\227\121\007\117\004\313
-\236\262\370\074\367\070\346\226\112\072\353\025\157\347\142\346
-\103\063\007\262\015\132\317\225\051\071\147\210\023\043\324\214
-\155\137\216\041\340\061\363\265\334\231\305\304\355\205\020\176
-\222\324\242\035\074\037\013\263\043\346\300\313\044\233\154\020
-\246\315\024\326\243\235\123\217\367\036\101\232\266\033\035\010
-\134\367\071\101\303\036\336\114\046\243\140\174\056\023\207\221
-\154\327\302\043\057\347\175\031\037\315\133\352\230\305\271\106
-\175\065\106\344\173\213\112\331\223\340\006\253\300\314\112\375
-\333\332\013\060\077\270\134\340\007\023\250\305\060\374\274\206
-\366\252\277\016\143\057\217\111\162\020\321\236\205\371\101\355
-\110\074\170\014\375\240\052\006\033\257\323\335\147\057\354\110
-\057\121\111\066\042\267\110\315\111\357\002\003\001\000\001\060
-\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202
-\001\001\000\250\334\263\040\056\375\127\110\020\017\346\215\140
-\122\033\166\035\234\146\240\157\372\150\006\330\247\234\313\241
-\014\216\045\350\256\307\337\072\160\255\251\370\052\044\274\274
-\307\252\307\011\267\273\020\351\037\132\325\242\001\106\213\005
-\304\243\165\111\013\100\307\261\153\237\333\130\026\143\062\204
-\132\020\215\142\226\253\230\146\233\272\372\126\010\033\272\142
-\363\357\071\153\374\144\261\311\256\357\136\224\341\242\200\371
-\010\203\026\022\066\226\331\011\220\331\230\072\257\075\205\330
-\221\052\222\034\134\271\314\325\134\163\070\216\173\163\122\014
-\272\237\362\216\277\310\174\012\023\272\162\221\240\073\040\357
-\211\052\303\014\200\151\126\163\020\364\140\031\340\036\026\112
-\144\253\374\106\072\320\013\323\227\261\134\331\234\254\030\072
-\040\007\172\042\371\267\020\145\272\354\346\123\324\252\344\303
-\101\274\233\337\302\335\232\001\106\324\216\105\355\311\312\026
-\064\204\215\062\124\074\124\142\220\215\032\146\122\315\372\034
-\314\014\374\261\343\223\310\247\331\353\150\143\217\320\176\056
-\055\335\051
-END
-
-# Trust for Certificate "Xcert Root CA v1"
-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 "Xcert Root CA v1"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\252\070\226\073\042\304\350\333\032\031\107\202\076\257\220\003
-\207\102\254\345
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\111\216\265\061\147\112\303\226\274\213\257\160\026\303\005\111
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\076\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\031\060\027\006\003\125\004\013\023\020
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\012\001\001\001\000\000\002\174\000\000\000\004\000\000\000\002
-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
-
-#
-# Certificate "Xcert Root CA v1 1024"
-#
-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 "Xcert Root CA v1 1024"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\103\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\036\060\034\006\003\125\004\013\023\025
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061
-\040\061\060\062\064
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\103\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\036\060\034\006\003\125\004\013\023\025
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061
-\040\061\060\062\064
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\012\001\001\001\000\000\002\174\000\000\000\005\000\000\000\002
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\002\004\060\202\001\155\002\020\012\001\001\001\000\000
-\002\174\000\000\000\005\000\000\000\002\060\015\006\011\052\206
-\110\206\367\015\001\001\005\005\000\060\103\061\041\060\037\006
-\003\125\004\012\023\030\130\143\145\162\164\040\111\156\164\145
-\162\156\141\164\151\157\156\141\154\040\111\156\143\056\061\036
-\060\034\006\003\125\004\013\023\025\130\143\145\162\164\040\122
-\157\157\164\040\103\101\040\166\061\040\061\060\062\064\060\036
-\027\015\060\060\060\070\061\070\061\070\065\060\065\066\132\027
-\015\062\065\060\070\061\065\061\071\060\061\060\070\132\060\103
-\061\041\060\037\006\003\125\004\012\023\030\130\143\145\162\164
-\040\111\156\164\145\162\156\141\164\151\157\156\141\154\040\111
-\156\143\056\061\036\060\034\006\003\125\004\013\023\025\130\143
-\145\162\164\040\122\157\157\164\040\103\101\040\166\061\040\061
-\060\062\064\060\201\237\060\015\006\011\052\206\110\206\367\015
-\001\001\001\005\000\003\201\215\000\060\201\211\002\201\201\000
-\247\011\303\322\251\246\031\160\354\051\351\105\173\066\340\352
-\076\311\231\160\100\321\266\140\364\335\043\307\131\171\235\036
-\245\276\065\143\000\346\300\056\154\100\123\346\321\166\106\361
-\240\313\203\105\124\230\031\317\173\232\070\370\164\063\063\077
-\251\045\040\050\046\135\050\161\106\206\040\075\060\053\253\346
-\115\372\077\352\104\100\114\373\163\324\334\226\164\364\116\344
-\152\035\033\227\240\174\060\341\300\163\266\015\242\167\172\361
-\030\370\112\161\161\236\370\250\165\376\142\370\252\075\317\175
-\002\003\001\000\001\060\015\006\011\052\206\110\206\367\015\001
-\001\005\005\000\003\201\201\000\173\323\325\114\177\114\242\176
-\174\327\126\141\331\225\230\205\212\327\111\334\214\107\252\007
-\354\270\333\171\044\236\347\245\222\127\146\011\217\024\260\376
-\004\362\275\121\020\270\070\303\241\022\333\220\203\176\265\143
-\130\253\063\255\227\036\106\120\102\020\254\310\253\055\035\065
-\154\306\346\103\120\050\003\241\254\373\021\225\377\351\325\112
-\017\221\345\003\344\210\060\074\034\166\321\227\360\012\324\207
-\240\014\232\217\141\316\332\176\162\263\073\120\300\200\204\017
-\041\040\224\150\052\332\214\276
-END
-
-# Trust for Certificate "Xcert Root CA v1 1024"
-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 "Xcert Root CA v1 1024"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\042\072\107\064\216\347\211\332\165\206\073\031\062\260\146\340
-\264\121\247\064
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\100\212\076\322\066\036\040\237\374\055\066\253\350\371\202\062
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\103\061\041\060\037\006\003\125\004\012\023\030\130\143\145
-\162\164\040\111\156\164\145\162\156\141\164\151\157\156\141\154
-\040\111\156\143\056\061\036\060\034\006\003\125\004\013\023\025
-\130\143\145\162\164\040\122\157\157\164\040\103\101\040\166\061
-\040\061\060\062\064
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\012\001\001\001\000\000\002\174\000\000\000\005\000\000\000\002
-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
-
-#
-# Certificate "Xcert EZ"
-#
-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 "Xcert EZ"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\214\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\015\060\013\006\003\125\004\010\023\004\125\164\141\150\061
-\027\060\025\006\003\125\004\007\023\016\123\141\154\164\040\114
-\141\153\145\040\103\151\164\171\061\030\060\026\006\003\125\004
-\012\023\017\130\143\145\162\164\040\105\132\040\142\171\040\104
-\123\124\061\030\060\026\006\003\125\004\003\023\017\130\143\145
-\162\164\040\105\132\040\142\171\040\104\123\124\061\041\060\037
-\006\011\052\206\110\206\367\015\001\011\001\026\022\143\141\100
-\144\151\147\163\151\147\164\162\165\163\164\056\143\157\155
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\214\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\015\060\013\006\003\125\004\010\023\004\125\164\141\150\061
-\027\060\025\006\003\125\004\007\023\016\123\141\154\164\040\114
-\141\153\145\040\103\151\164\171\061\030\060\026\006\003\125\004
-\012\023\017\130\143\145\162\164\040\105\132\040\142\171\040\104
-\123\124\061\030\060\026\006\003\125\004\003\023\017\130\143\145
-\162\164\040\105\132\040\142\171\040\104\123\124\061\041\060\037
-\006\011\052\206\110\206\367\015\001\011\001\026\022\143\141\100
-\144\151\147\163\151\147\164\162\165\163\164\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000\320\036\100\220\000\000\047\113\000\000\000\001\000\000\000
-\004
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\370\060\202\002\340\240\003\002\001\002\002\021\000
-\320\036\100\220\000\000\047\113\000\000\000\001\000\000\000\004
-\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060
-\201\214\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\015\060\013\006\003\125\004\010\023\004\125\164\141\150\061\027
-\060\025\006\003\125\004\007\023\016\123\141\154\164\040\114\141
-\153\145\040\103\151\164\171\061\030\060\026\006\003\125\004\012
-\023\017\130\143\145\162\164\040\105\132\040\142\171\040\104\123
-\124\061\030\060\026\006\003\125\004\003\023\017\130\143\145\162
-\164\040\105\132\040\142\171\040\104\123\124\061\041\060\037\006
-\011\052\206\110\206\367\015\001\011\001\026\022\143\141\100\144
-\151\147\163\151\147\164\162\165\163\164\056\143\157\155\060\036
-\027\015\071\071\060\067\061\064\061\066\061\064\061\070\132\027
-\015\060\071\060\067\061\061\061\066\061\064\061\070\132\060\201
-\214\061\013\060\011\006\003\125\004\006\023\002\125\123\061\015
-\060\013\006\003\125\004\010\023\004\125\164\141\150\061\027\060
-\025\006\003\125\004\007\023\016\123\141\154\164\040\114\141\153
-\145\040\103\151\164\171\061\030\060\026\006\003\125\004\012\023
-\017\130\143\145\162\164\040\105\132\040\142\171\040\104\123\124
-\061\030\060\026\006\003\125\004\003\023\017\130\143\145\162\164
-\040\105\132\040\142\171\040\104\123\124\061\041\060\037\006\011
-\052\206\110\206\367\015\001\011\001\026\022\143\141\100\144\151
-\147\163\151\147\164\162\165\163\164\056\143\157\155\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\255\124
-\030\336\264\277\367\255\350\164\252\355\213\174\217\302\324\165
-\032\325\204\271\266\142\374\211\357\344\227\141\222\373\035\270
-\341\132\107\064\236\236\006\042\373\323\352\070\313\270\213\007
-\367\032\240\027\167\007\132\060\034\324\051\070\040\327\047\100
-\330\120\223\103\277\322\030\242\051\166\005\162\252\153\266\151
-\230\253\171\036\034\145\365\152\213\374\305\026\252\242\162\332
-\140\355\116\156\031\045\172\012\035\060\343\120\233\102\074\104
-\353\241\260\040\036\333\002\176\376\075\037\277\320\000\212\333
-\100\166\246\030\245\025\247\127\266\122\302\001\027\230\167\217
-\212\201\306\032\264\152\052\346\257\251\326\000\254\317\330\025
-\111\174\333\033\241\376\201\372\207\371\323\220\301\002\300\371
-\320\102\351\221\150\045\137\306\277\207\071\351\225\000\140\050
-\277\203\054\300\347\136\266\327\066\026\347\140\207\166\350\347
-\047\262\045\015\213\172\345\252\035\345\131\315\316\013\016\157
-\306\310\234\343\020\331\205\071\323\267\233\372\306\272\174\164
-\322\135\165\126\253\164\244\242\121\277\122\174\356\161\002\003
-\001\000\001\243\123\060\121\060\017\006\003\125\035\023\001\001
-\377\004\005\060\003\001\001\377\060\037\006\003\125\035\043\004
-\030\060\026\200\024\010\040\154\146\353\201\012\154\134\325\265
-\246\074\101\335\034\226\221\047\167\060\035\006\003\125\035\016
-\004\026\004\024\010\040\154\146\353\201\012\154\134\325\265\246
-\074\101\335\034\226\221\047\167\060\015\006\011\052\206\110\206
-\367\015\001\001\005\005\000\003\202\001\001\000\132\207\130\217
-\055\253\166\041\153\124\014\331\361\101\366\116\315\053\236\343
-\037\233\243\055\177\331\053\175\130\310\147\244\051\365\351\354
-\325\275\226\077\243\163\370\304\133\066\174\320\143\054\064\071
-\233\110\270\075\157\366\024\305\236\143\346\247\064\156\323\350
-\063\263\307\074\030\156\043\256\103\222\231\077\230\305\151\060
-\361\066\073\255\271\060\202\326\266\131\026\226\002\013\051\022
-\141\264\021\211\367\014\057\224\220\205\230\050\234\123\154\176
-\143\335\163\364\031\377\112\201\321\262\122\043\375\074\112\064
-\316\132\033\340\120\212\355\117\201\225\330\140\347\344\304\015
-\273\130\076\130\367\116\150\157\076\147\311\313\172\227\026\047
-\354\102\141\024\166\273\000\305\353\010\075\025\177\113\266\042
-\135\207\073\220\364\363\300\376\067\263\351\331\142\014\300\303
-\131\257\140\275\037\015\333\241\064\037\060\304\075\213\255\260
-\035\004\223\355\137\325\344\277\040\060\004\364\110\351\063\001
-\321\056\220\047\122\263\233\336\072\034\253\251\227\177\233\353
-\302\215\302\155\354\334\023\323\106\305\171\174
-END
-
-# Trust for Certificate "Xcert EZ"
-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 "Xcert EZ"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\150\355\030\263\011\315\122\221\300\323\065\174\035\021\101\277
-\210\070\146\261
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\202\022\367\211\341\013\221\140\244\266\042\237\224\150\021\222
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\214\061\013\060\011\006\003\125\004\006\023\002\125\123
-\061\015\060\013\006\003\125\004\010\023\004\125\164\141\150\061
-\027\060\025\006\003\125\004\007\023\016\123\141\154\164\040\114
-\141\153\145\040\103\151\164\171\061\030\060\026\006\003\125\004
-\012\023\017\130\143\145\162\164\040\105\132\040\142\171\040\104
-\123\124\061\030\060\026\006\003\125\004\003\023\017\130\143\145
-\162\164\040\105\132\040\142\171\040\104\123\124\061\041\060\037
-\006\011\052\206\110\206\367\015\001\011\001\026\022\143\141\100
-\144\151\147\163\151\147\164\162\165\163\164\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000\320\036\100\220\000\000\047\113\000\000\000\001\000\000\000
-\004
-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
-
-#
-# Certificate "CertEngine CA"
-#
-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 "CertEngine CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\103\145\162\164\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\143
-\145\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\143\145\162
-\164\145\156\147\151\156\145\056\143\157\155
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\103\145\162\164\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\143
-\145\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\143\145\162
-\164\145\156\147\151\156\145\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\335\060\202\002\305\240\003\002\001\002\002\001\000
-\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060
-\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101\061
-\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016
-\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\030
-\060\026\006\003\125\004\012\023\017\103\145\162\164\105\156\147
-\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125\004
-\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157\156
-\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151\163
-\151\157\156\061\023\060\021\006\003\125\004\003\023\012\143\145
-\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052\206
-\110\206\367\015\001\011\001\026\021\143\141\100\143\145\162\164
-\145\156\147\151\156\145\056\143\157\155\060\036\027\015\071\070
-\060\061\060\061\060\060\060\060\060\060\132\027\015\063\070\060
-\061\061\067\060\060\060\060\060\060\132\060\201\250\061\013\060
-\011\006\003\125\004\006\023\002\103\101\061\013\060\011\006\003
-\125\004\010\023\002\117\116\061\020\060\016\006\003\125\004\007
-\023\007\124\157\162\157\156\164\157\061\030\060\026\006\003\125
-\004\012\023\017\103\145\162\164\105\156\147\151\156\145\040\111
-\156\143\056\061\051\060\047\006\003\125\004\013\023\040\103\145
-\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150
-\157\162\151\164\171\040\104\151\166\151\163\151\157\156\061\023
-\060\021\006\003\125\004\003\023\012\143\145\162\164\145\156\147
-\151\156\145\061\040\060\036\006\011\052\206\110\206\367\015\001
-\011\001\026\021\143\141\100\143\145\162\164\145\156\147\151\156
-\145\056\143\157\155\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\355\244\327\121\024\241\151\345\155\366
-\357\335\077\164\066\165\130\233\336\064\302\146\361\062\163\254
-\237\244\150\032\141\147\260\135\153\217\340\163\222\174\216\041
-\031\226\345\156\231\176\167\062\134\351\030\341\107\352\140\270
-\204\155\155\076\105\044\037\022\044\150\321\252\213\243\004\103
-\220\073\033\125\265\315\237\214\317\103\252\035\042\072\363\026
-\131\056\233\273\021\306\347\221\225\254\160\020\150\356\107\134
-\104\234\051\000\132\365\234\215\232\224\227\075\061\001\254\063
-\036\217\123\200\030\351\034\347\156\077\115\232\340\024\361\170
-\002\042\113\056\114\102\160\377\015\273\065\012\225\155\326\314
-\323\022\112\200\255\216\105\012\313\214\043\110\271\100\130\041
-\114\321\077\103\177\257\376\147\306\124\101\074\307\240\240\203
-\235\301\371\102\174\247\167\260\345\073\002\220\330\234\060\305
-\030\130\032\041\225\115\103\164\031\112\273\250\015\165\221\155
-\376\276\166\305\172\302\220\136\201\172\243\143\325\307\333\066
-\141\173\342\043\143\127\135\110\331\322\225\147\262\161\102\163
-\216\117\233\305\350\217\002\003\001\000\001\243\020\060\016\060
-\014\006\003\125\035\023\004\005\060\003\001\001\377\060\015\006
-\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001
-\000\117\375\241\316\050\235\064\002\114\334\364\165\214\325\175
-\364\206\125\231\024\026\220\213\212\152\017\205\041\223\317\251
-\053\074\360\024\376\103\104\260\116\317\304\330\005\273\135\136
-\264\272\207\025\114\257\153\052\132\150\125\222\354\236\245\150
-\107\145\254\312\033\041\330\377\055\005\154\345\354\173\000\025
-\325\014\161\113\054\173\275\357\075\244\042\257\343\374\064\255
-\007\017\367\136\242\035\317\030\375\060\251\233\076\336\041\066
-\267\030\207\176\360\177\327\115\240\142\360\140\151\365\177\116
-\303\311\266\344\131\204\007\123\123\371\342\160\171\373\337\164
-\252\060\217\056\055\112\212\312\165\157\336\046\312\161\066\344
-\322\104\151\224\313\301\273\325\156\135\142\370\051\002\134\172
-\231\331\307\313\074\104\032\364\130\064\322\066\155\055\042\175
-\170\033\020\123\126\251\046\254\366\255\370\171\256\112\072\231
-\011\273\304\377\053\045\337\111\276\253\074\353\001\111\275\055
-\300\312\060\300\153\102\124\175\202\340\274\077\363\072\064\022
-\070\114\245\063\254\075\253\233\343\117\017\255\237\215\103\146
-\345
-END
-
-# Trust for Certificate "CertEngine CA"
-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 "CertEngine CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\301\202\340\336\254\032\145\113\262\022\013\204\012\205\326\300
-\267\077\264\154
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\072\276\220\341\242\032\164\211\157\217\240\057\040\204\350\123
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\103\145\162\164\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\143
-\145\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\143\145\162
-\164\145\156\147\151\156\145\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-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
-
-#
-# Certificate "BankEngine CA"
-#
-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 "BankEngine CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\102\141\156\153\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\142
-\141\156\153\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\142\141\156
-\153\145\156\147\151\156\145\056\143\157\155
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\102\141\156\153\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\142
-\141\156\153\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\142\141\156
-\153\145\156\147\151\156\145\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\335\060\202\002\305\240\003\002\001\002\002\001\000
-\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060
-\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101\061
-\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016
-\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\030
-\060\026\006\003\125\004\012\023\017\102\141\156\153\105\156\147
-\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125\004
-\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157\156
-\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151\163
-\151\157\156\061\023\060\021\006\003\125\004\003\023\012\142\141
-\156\153\145\156\147\151\156\145\061\040\060\036\006\011\052\206
-\110\206\367\015\001\011\001\026\021\143\141\100\142\141\156\153
-\145\156\147\151\156\145\056\143\157\155\060\036\027\015\071\070
-\060\061\060\061\060\060\060\060\060\060\132\027\015\063\070\060
-\061\061\067\060\060\060\060\060\060\132\060\201\250\061\013\060
-\011\006\003\125\004\006\023\002\103\101\061\013\060\011\006\003
-\125\004\010\023\002\117\116\061\020\060\016\006\003\125\004\007
-\023\007\124\157\162\157\156\164\157\061\030\060\026\006\003\125
-\004\012\023\017\102\141\156\153\105\156\147\151\156\145\040\111
-\156\143\056\061\051\060\047\006\003\125\004\013\023\040\103\145
-\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150
-\157\162\151\164\171\040\104\151\166\151\163\151\157\156\061\023
-\060\021\006\003\125\004\003\023\012\142\141\156\153\145\156\147
-\151\156\145\061\040\060\036\006\011\052\206\110\206\367\015\001
-\011\001\026\021\143\141\100\142\141\156\153\145\156\147\151\156
-\145\056\143\157\155\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\327\202\350\115\100\045\327\370\104\313
-\342\241\326\102\307\210\027\126\333\060\367\127\202\041\063\274
-\161\115\122\254\142\302\007\347\251\353\353\320\023\114\214\124
-\077\176\236\107\067\231\327\176\352\267\120\061\034\130\303\012
-\047\144\336\155\124\227\251\171\364\372\350\075\354\135\262\122
-\313\063\151\351\063\167\366\162\327\240\372\332\062\211\210\222
-\020\222\243\313\062\056\327\021\165\217\332\263\032\114\246\111
-\217\370\016\305\313\144\331\075\025\247\063\304\311\077\072\207
-\072\072\315\114\334\013\336\254\276\025\033\212\330\041\276\237
-\171\035\366\160\202\211\365\015\137\032\354\212\223\270\251\253
-\125\320\174\365\274\153\304\340\145\326\307\155\356\324\364\151
-\067\211\253\006\060\161\357\245\037\104\247\171\206\156\007\123
-\271\017\174\110\021\056\043\007\265\005\100\206\203\363\027\245
-\134\270\360\303\127\174\003\050\264\030\006\303\212\145\367\052
-\222\214\311\342\330\120\176\023\324\075\014\161\154\331\030\027
-\062\254\312\272\217\063\160\374\112\307\151\031\350\012\343\363
-\355\273\167\015\234\225\002\003\001\000\001\243\020\060\016\060
-\014\006\003\125\035\023\004\005\060\003\001\001\377\060\015\006
-\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001
-\000\132\272\352\107\137\321\041\244\057\353\347\267\172\157\231
-\044\171\153\350\202\174\110\077\337\377\114\356\042\303\172\233
-\314\205\304\220\365\346\046\154\025\316\134\350\050\225\252\213
-\046\276\153\015\175\110\375\076\033\240\263\260\123\201\243\377
-\136\206\154\376\205\237\033\205\205\370\062\071\126\315\176\156
-\116\171\041\317\136\366\217\327\316\005\111\253\115\123\344\161
-\022\054\353\070\302\017\223\320\000\152\001\074\375\177\145\334
-\266\067\176\245\147\105\073\226\015\073\072\230\253\217\374\211
-\075\042\136\063\150\364\177\002\005\002\272\042\125\311\057\165
-\075\001\127\000\172\113\367\017\150\004\006\076\010\133\156\275
-\130\031\051\230\254\312\342\112\377\066\344\202\311\121\374\163
-\254\226\056\234\144\175\026\046\075\071\276\376\217\002\160\211
-\223\022\340\054\122\076\113\156\267\032\377\336\023\257\257\137
-\200\055\056\310\161\126\244\206\020\067\076\346\100\045\267\107
-\025\027\045\107\332\214\063\306\201\234\026\146\177\345\057\334
-\255\356\205\077\224\007\074\330\353\236\024\365\210\265\045\211
-\300
-END
-
-# Trust for Certificate "BankEngine CA"
-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 "BankEngine CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\174\366\047\174\203\221\226\137\011\161\303\227\066\111\273\003
-\233\175\076\211
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\077\126\162\302\341\064\321\166\123\063\106\341\215\272\223\166
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\102\141\156\153\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\142
-\141\156\153\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\142\141\156
-\153\145\156\147\151\156\145\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-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
-
-#
-# Certificate "FortEngine CA"
-#
-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 "FortEngine CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\106\157\162\164\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\146
-\157\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\146\157\162
-\164\145\156\147\151\156\145\056\143\157\155
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\106\157\162\164\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\146
-\157\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\146\157\162
-\164\145\156\147\151\156\145\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\005\335\060\202\003\305\240\003\002\001\002\002\001\000
-\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060
-\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101\061
-\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016
-\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\030
-\060\026\006\003\125\004\012\023\017\106\157\162\164\105\156\147
-\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125\004
-\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157\156
-\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151\163
-\151\157\156\061\023\060\021\006\003\125\004\003\023\012\146\157
-\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052\206
-\110\206\367\015\001\011\001\026\021\143\141\100\146\157\162\164
-\145\156\147\151\156\145\056\143\157\155\060\036\027\015\071\070
-\060\061\060\061\060\060\060\060\060\060\132\027\015\063\070\060
-\061\061\067\060\060\060\060\060\060\132\060\201\250\061\013\060
-\011\006\003\125\004\006\023\002\103\101\061\013\060\011\006\003
-\125\004\010\023\002\117\116\061\020\060\016\006\003\125\004\007
-\023\007\124\157\162\157\156\164\157\061\030\060\026\006\003\125
-\004\012\023\017\106\157\162\164\105\156\147\151\156\145\040\111
-\156\143\056\061\051\060\047\006\003\125\004\013\023\040\103\145
-\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150
-\157\162\151\164\171\040\104\151\166\151\163\151\157\156\061\023
-\060\021\006\003\125\004\003\023\012\146\157\162\164\145\156\147
-\151\156\145\061\040\060\036\006\011\052\206\110\206\367\015\001
-\011\001\026\021\143\141\100\146\157\162\164\145\156\147\151\156
-\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\312\276\306\156\234\003\307\035\157\334
-\106\033\243\110\034\073\351\142\200\110\145\016\241\266\173\273
-\277\001\265\206\241\120\052\163\317\252\351\253\224\045\113\163
-\342\056\350\207\114\215\151\333\265\243\331\051\135\157\263\236
-\110\016\323\071\153\202\061\254\222\252\214\073\132\050\246\234
-\323\045\321\162\374\377\040\107\254\165\042\353\367\221\153\127
-\072\354\360\074\361\043\277\117\113\132\130\162\046\303\176\241
-\116\063\265\065\137\323\262\064\103\334\330\272\227\050\015\016
-\174\134\244\141\170\217\112\164\060\166\015\204\246\307\054\000
-\131\042\320\300\207\206\321\006\273\202\372\044\171\011\151\222
-\011\004\013\273\342\021\347\011\337\276\166\051\160\111\036\170
-\173\002\316\165\233\031\345\246\141\272\260\074\272\354\111\142
-\034\074\071\264\161\023\106\246\355\236\307\006\006\073\044\031
-\000\152\107\234\155\357\344\047\236\330\131\254\337\007\044\160
-\350\153\334\340\031\352\141\302\054\341\220\276\070\225\162\305
-\140\257\126\345\170\105\155\271\160\331\317\246\001\301\344\242
-\104\142\300\076\302\075\342\050\310\075\232\374\227\060\336\176
-\141\172\002\223\224\330\135\340\021\106\124\136\211\107\270\005
-\070\131\066\101\361\327\212\336\156\266\033\042\217\325\341\227
-\265\200\201\005\052\056\010\040\017\323\051\206\243\337\342\166
-\072\350\346\124\045\137\131\262\140\176\101\372\174\122\054\301
-\321\140\016\172\006\234\264\245\162\106\241\355\105\257\212\040
-\105\320\134\333\131\202\067\046\062\117\102\142\103\364\234\206
-\312\266\002\227\150\176\276\365\123\007\064\352\362\012\161\104
-\356\224\254\270\365\044\312\231\334\025\140\207\031\047\242\024
-\355\360\343\016\011\341\313\045\267\020\100\015\014\361\175\033
-\271\051\231\345\116\204\015\355\265\151\043\364\067\326\325\127
-\023\226\343\254\227\052\350\350\377\071\072\231\334\200\376\072
-\246\344\121\320\040\322\010\043\104\247\023\203\031\313\035\337
-\300\154\314\311\350\373\034\224\060\337\355\302\354\321\144\245
-\304\314\120\107\374\371\154\324\223\326\263\155\117\332\354\212
-\375\223\072\027\357\010\034\116\364\003\243\006\052\016\360\362
-\316\323\175\207\114\321\002\003\001\000\001\243\020\060\016\060
-\014\006\003\125\035\023\004\005\060\003\001\001\377\060\015\006
-\011\052\206\110\206\367\015\001\001\005\005\000\003\202\002\001
-\000\127\040\151\075\147\323\331\123\262\275\132\154\224\142\261
-\362\035\076\011\143\374\162\051\162\200\144\155\144\236\135\000
-\234\334\377\375\121\020\001\335\274\257\223\201\236\005\243\075
-\335\250\170\127\043\344\115\067\101\151\316\345\232\140\310\326
-\145\064\264\220\011\234\071\013\206\143\123\250\340\361\245\074
-\162\066\326\223\163\333\332\005\015\062\153\321\231\213\004\236
-\011\051\133\004\332\312\011\203\236\143\166\117\114\144\160\073
-\053\377\373\034\177\121\262\152\326\144\341\071\015\220\345\257
-\032\172\372\166\242\306\023\060\236\123\312\052\053\010\313\321
-\215\145\103\352\031\325\026\000\023\035\007\360\124\125\123\145
-\065\116\123\265\152\110\135\100\245\061\337\032\371\352\012\160
-\213\101\171\205\350\302\101\316\006\230\247\076\100\327\335\311
-\105\014\205\037\132\054\064\106\215\074\263\304\253\254\132\221
-\361\054\360\156\270\371\331\173\365\104\316\172\240\152\202\216
-\171\057\045\313\161\212\023\203\127\263\134\247\032\000\026\062
-\031\242\100\350\233\112\272\314\372\353\115\113\013\025\012\057
-\076\132\057\163\174\071\206\140\013\210\063\054\205\244\357\023
-\131\346\334\373\047\343\044\076\026\124\104\361\352\123\146\264
-\042\040\154\251\146\106\102\352\127\063\322\146\032\302\347\226
-\161\070\130\130\141\141\124\156\044\265\014\316\216\063\121\260
-\334\150\245\157\226\355\301\165\315\004\361\211\145\003\237\022
-\012\112\076\340\265\324\066\216\053\233\304\101\041\175\126\240
-\257\300\314\264\007\034\065\124\331\125\104\151\032\056\172\116
-\233\116\072\352\055\255\072\252\013\355\206\276\045\270\206\134
-\157\166\371\256\100\335\016\225\171\124\303\074\366\116\274\134
-\025\251\215\236\340\071\342\126\160\377\306\253\056\334\154\026
-\141\353\162\163\360\347\177\265\262\233\246\054\075\022\345\111
-\061\034\333\270\322\036\213\041\132\131\317\161\376\322\262\363
-\270\132\037\115\370\262\062\067\037\053\140\062\035\004\340\120
-\046\354\256\370\015\270\260\320\121\274\205\031\127\041\164\125
-\044\207\073\127\334\070\104\126\174\147\236\272\130\340\025\143
-\101\324\352\130\213\360\356\121\245\112\340\302\217\021\020\000
-\347
-END
-
-# Trust for Certificate "FortEngine CA"
-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 "FortEngine CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\101\101\246\125\070\252\007\017\342\231\174\272\223\237\274\221
-\355\012\034\116
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\225\015\273\365\336\111\267\072\266\302\311\233\100\106\036\155
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\106\157\162\164\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\146
-\157\162\164\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\146\157\162
-\164\145\156\147\151\156\145\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-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
-
-#
-# Certificate "MailEngine CA"
-#
-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 "MailEngine CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\115\141\151\154\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\155
-\141\151\154\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\155\141\151
-\154\145\156\147\151\156\145\056\143\157\155
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\115\141\151\154\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\155
-\141\151\154\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\155\141\151
-\154\145\156\147\151\156\145\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\335\060\202\002\305\240\003\002\001\002\002\001\000
-\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060
-\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101\061
-\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016
-\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\030
-\060\026\006\003\125\004\012\023\017\115\141\151\154\105\156\147
-\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125\004
-\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157\156
-\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151\163
-\151\157\156\061\023\060\021\006\003\125\004\003\023\012\155\141
-\151\154\145\156\147\151\156\145\061\040\060\036\006\011\052\206
-\110\206\367\015\001\011\001\026\021\143\141\100\155\141\151\154
-\145\156\147\151\156\145\056\143\157\155\060\036\027\015\071\070
-\060\061\060\061\060\060\060\060\060\060\132\027\015\063\070\060
-\061\061\067\060\060\060\060\060\060\132\060\201\250\061\013\060
-\011\006\003\125\004\006\023\002\103\101\061\013\060\011\006\003
-\125\004\010\023\002\117\116\061\020\060\016\006\003\125\004\007
-\023\007\124\157\162\157\156\164\157\061\030\060\026\006\003\125
-\004\012\023\017\115\141\151\154\105\156\147\151\156\145\040\111
-\156\143\056\061\051\060\047\006\003\125\004\013\023\040\103\145
-\162\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150
-\157\162\151\164\171\040\104\151\166\151\163\151\157\156\061\023
-\060\021\006\003\125\004\003\023\012\155\141\151\154\145\156\147
-\151\156\145\061\040\060\036\006\011\052\206\110\206\367\015\001
-\011\001\026\021\143\141\100\155\141\151\154\145\156\147\151\156
-\145\056\143\157\155\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\251\171\237\261\117\245\307\343\105\232
-\176\255\067\136\321\114\354\232\165\321\352\056\172\377\336\274
-\304\014\214\223\365\063\176\264\137\123\033\270\346\053\271\111
-\046\270\371\152\264\067\235\061\132\054\137\011\270\320\366\123
-\134\377\160\263\360\353\364\327\373\133\104\336\375\302\065\100
-\322\215\250\254\311\100\342\123\052\167\114\117\041\060\303\063
-\315\366\120\237\102\154\032\003\141\205\154\152\313\070\341\105
-\001\255\050\276\076\306\331\374\126\301\177\363\061\240\145\211
-\036\356\171\146\124\254\377\026\311\103\025\071\315\242\207\113
-\004\001\006\212\357\111\101\057\152\252\226\322\263\155\015\165
-\236\213\134\362\366\003\210\223\216\173\015\024\025\267\214\203
-\025\042\177\311\125\134\232\311\305\073\271\355\250\026\370\203
-\274\263\151\221\126\134\107\260\076\216\062\035\042\351\216\163
-\225\122\027\114\273\313\276\034\100\056\130\302\104\166\230\262
-\273\120\026\003\053\243\102\143\173\132\374\056\014\360\333\014
-\320\132\146\275\031\164\370\015\142\275\233\125\302\242\075\361
-\334\103\266\236\307\171\002\003\001\000\001\243\020\060\016\060
-\014\006\003\125\035\023\004\005\060\003\001\001\377\060\015\006
-\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001
-\000\043\174\331\371\004\054\361\312\120\103\152\101\120\031\142
-\204\374\376\067\075\030\233\060\341\063\175\336\376\017\066\330
-\130\207\244\243\075\342\323\100\360\240\175\333\352\076\040\302
-\120\311\104\003\252\341\321\172\374\373\177\270\023\207\016\217
-\350\247\347\237\373\321\053\230\243\335\371\350\127\067\330\167
-\355\006\334\161\070\063\354\073\125\300\016\042\106\120\321\056
-\273\276\046\345\363\117\343\254\010\173\205\144\303\213\047\342
-\203\330\220\006\207\165\272\360\230\335\160\271\053\225\312\155
-\001\115\060\163\226\216\034\363\337\020\027\110\152\037\062\361
-\013\115\315\164\125\316\200\155\363\074\357\200\040\021\221\174
-\123\113\153\277\365\006\227\107\130\114\057\102\155\016\004\022
-\111\326\172\051\337\022\067\254\263\253\020\376\156\346\003\346
-\303\237\046\150\301\027\371\367\226\241\107\064\301\347\234\145
-\362\331\060\027\146\322\000\133\067\337\123\160\064\160\143\301
-\067\241\131\323\156\232\363\241\333\027\125\370\223\354\154\316
-\026\311\273\370\244\163\074\256\132\160\211\042\015\337\115\204
-\203
-END
-
-# Trust for Certificate "MailEngine CA"
-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 "MailEngine CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\052\175\170\152\226\012\241\132\305\231\364\361\115\344\004\057
-\271\134\173\220
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\257\331\256\074\245\337\007\060\040\273\005\006\306\111\161\123
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\250\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\030\060\026\006\003\125\004\012\023\017\115\141\151\154\105\156
-\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003\125
-\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151\157
-\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166\151
-\163\151\157\156\061\023\060\021\006\003\125\004\003\023\012\155
-\141\151\154\145\156\147\151\156\145\061\040\060\036\006\011\052
-\206\110\206\367\015\001\011\001\026\021\143\141\100\155\141\151
-\154\145\156\147\151\156\145\056\143\157\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-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
-
-#
-# Certificate "TraderEngine CA"
-#
-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 "TraderEngine CA"
-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\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\032\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162
-\105\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006
-\003\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164
-\151\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151
-\166\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023
-\014\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060
-\040\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141
-\100\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157
-\155
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\256\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\032\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162
-\105\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006
-\003\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164
-\151\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151
-\166\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023
-\014\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060
-\040\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141
-\100\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157
-\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\351\060\202\002\321\240\003\002\001\002\002\001\000
-\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\103\101\061
-\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060\016
-\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061\032
-\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162\105
-\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006\003
-\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164\151
-\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151\166
-\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023\014
-\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060\040
-\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141\100
-\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157\155
-\060\036\027\015\071\070\060\061\060\061\060\060\060\060\060\060
-\132\027\015\063\070\060\061\061\067\060\060\060\060\060\060\132
-\060\201\256\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\032\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162
-\105\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006
-\003\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164
-\151\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151
-\166\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023
-\014\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060
-\040\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141
-\100\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157
-\155\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\317\045\371\100\117\271\110\337\263\200\331\365\277\174
-\351\364\171\217\342\024\016\131\157\026\270\105\110\265\225\117
-\365\273\177\306\076\115\170\227\165\223\043\313\375\052\247\027
-\152\207\160\275\350\377\276\053\320\146\271\345\242\207\236\054
-\012\142\004\023\226\236\104\054\147\320\347\257\020\101\343\175
-\304\322\007\265\105\336\112\322\075\314\043\131\311\220\276\341
-\212\216\155\323\021\376\053\312\003\365\254\055\365\025\062\135
-\245\127\222\163\044\234\365\004\341\064\200\241\030\210\114\263
-\200\212\271\240\274\344\077\371\216\136\201\321\275\144\231\017
-\140\364\170\166\010\073\272\057\127\147\251\124\122\273\203\272
-\176\164\056\020\241\342\024\022\130\276\030\137\314\312\017\074
-\165\137\352\232\057\222\311\267\044\331\022\317\135\257\015\207
-\156\377\021\065\120\356\101\065\021\247\346\307\261\062\012\242
-\041\033\356\145\300\220\062\334\174\007\120\034\000\142\354\343
-\212\346\163\346\120\374\151\011\253\361\042\256\277\055\336\070
-\177\122\124\336\160\207\166\001\226\263\106\301\064\255\220\104
-\225\057\002\003\001\000\001\243\020\060\016\060\014\006\003\125
-\035\023\004\005\060\003\001\001\377\060\015\006\011\052\206\110
-\206\367\015\001\001\005\005\000\003\202\001\001\000\026\070\360
-\024\205\227\167\307\321\020\210\122\134\273\021\123\061\337\152
-\153\030\034\256\040\263\046\303\072\017\336\254\140\151\050\367
-\024\336\056\025\377\226\275\133\226\045\130\043\220\045\272\232
-\013\134\007\114\314\141\311\220\350\032\116\052\312\215\005\353
-\027\331\362\230\067\124\130\247\267\116\154\006\241\276\164\327
-\251\320\224\176\352\104\253\306\073\170\144\153\112\316\031\022
-\266\123\375\211\117\376\020\247\310\207\374\061\142\351\314\214
-\270\375\052\362\176\270\110\011\061\145\162\363\122\341\120\136
-\247\373\123\364\215\217\066\375\134\224\004\040\007\143\247\267
-\230\167\164\033\342\060\354\015\305\364\026\262\214\027\126\225
-\257\107\102\016\164\273\152\156\326\115\163\330\010\061\235\112
-\103\340\020\161\055\055\202\030\037\171\131\247\233\012\165\126
-\175\302\136\005\321\143\105\221\025\221\122\276\300\134\370\360
-\347\113\213\231\103\146\050\047\174\045\222\314\030\015\123\104
-\324\223\213\265\075\021\312\326\267\103\244\061\151\273\341\075
-\226\126\160\040\066\300\357\331\152\326\260\147\343
-END
-
-# Trust for Certificate "TraderEngine CA"
-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 "TraderEngine CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\226\137\006\006\205\177\333\000\352\163\325\301\271\274\232\264
-\350\273\231\263
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\165\061\224\331\224\242\361\006\237\230\167\323\037\336\157\372
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\201\256\061\013\060\011\006\003\125\004\006\023\002\103\101
-\061\013\060\011\006\003\125\004\010\023\002\117\116\061\020\060
-\016\006\003\125\004\007\023\007\124\157\162\157\156\164\157\061
-\032\060\030\006\003\125\004\012\023\021\124\162\141\144\145\162
-\105\156\147\151\156\145\040\111\156\143\056\061\051\060\047\006
-\003\125\004\013\023\040\103\145\162\164\151\146\151\143\141\164
-\151\157\156\040\101\165\164\150\157\162\151\164\171\040\104\151
-\166\151\163\151\157\156\061\025\060\023\006\003\125\004\003\023
-\014\164\162\141\144\145\162\145\156\147\151\156\145\061\042\060
-\040\006\011\052\206\110\206\367\015\001\011\001\026\023\143\141
-\100\164\162\141\144\145\162\145\156\147\151\156\145\056\143\157
-\155
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\000
-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
-
-#
-# Certificate "USPS Root"
-#
-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 "USPS Root"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144
-\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123
-\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023
-\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120
-\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123
-\040\122\157\157\164\040\103\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144
-\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123
-\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023
-\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120
-\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123
-\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\047\204
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\132\060\202\002\303\240\003\002\001\002\002\002\047
-\204\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
-\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144
-\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123
-\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023
-\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120
-\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123
-\040\122\157\157\164\040\103\101\060\036\027\015\060\061\060\064
-\061\063\061\066\063\070\065\060\132\027\015\062\060\060\070\061
-\064\061\071\060\060\060\060\132\060\146\061\013\060\011\006\003
-\125\004\006\023\002\125\123\061\045\060\043\006\003\125\004\012
-\023\034\125\156\151\164\145\144\040\123\164\141\164\145\163\040
-\120\157\163\164\141\154\040\123\145\162\166\151\143\145\061\031
-\060\027\006\003\125\004\013\023\020\167\167\167\056\165\163\160
-\163\056\143\157\155\057\103\120\123\061\025\060\023\006\003\125
-\004\003\023\014\125\123\120\123\040\122\157\157\164\040\103\101
-\060\201\237\060\015\006\011\052\206\110\206\367\015\001\001\001
-\005\000\003\201\215\000\060\201\211\002\201\201\000\267\251\045
-\254\143\332\260\222\317\224\066\260\004\377\026\156\166\004\133
-\365\306\074\237\306\271\102\046\125\373\223\161\205\021\145\311
-\141\047\210\304\136\233\376\052\170\112\122\152\105\237\250\373
-\221\264\343\046\135\365\103\024\046\271\336\074\155\054\146\365
-\123\175\336\344\126\127\262\242\171\365\341\264\332\152\367\044
-\345\263\050\376\236\167\226\342\016\307\005\003\314\351\121\366
-\226\374\021\300\226\055\163\065\377\130\163\137\362\110\065\345
-\104\113\320\176\325\000\036\204\155\330\045\330\321\002\003\001
-\000\001\243\202\001\025\060\202\001\021\060\154\006\003\125\035
-\040\004\145\060\143\060\013\006\011\140\206\110\001\206\371\155
-\146\001\060\013\006\011\140\206\110\001\206\371\155\146\002\060
-\013\006\011\140\206\110\001\206\371\155\146\003\060\013\006\011
-\140\206\110\001\206\371\155\146\004\060\013\006\011\140\206\110
-\001\206\371\155\146\005\060\013\006\011\140\206\110\001\206\371
-\155\146\006\060\013\006\011\140\206\110\001\206\371\155\146\007
-\060\006\006\004\125\035\040\000\060\035\006\003\125\035\016\004
-\026\004\024\323\316\202\164\363\057\113\211\140\162\244\136\021
-\277\137\165\003\242\002\253\060\037\006\003\125\035\043\004\030
-\060\026\200\024\323\316\202\164\363\057\113\211\140\162\244\136
-\021\277\137\165\003\242\002\253\060\035\006\003\125\035\022\004
-\026\060\024\201\022\162\157\157\164\061\060\060\060\061\100\165
-\163\160\163\056\143\157\155\060\041\006\003\125\035\021\004\032
-\060\030\201\026\143\141\141\144\155\151\156\100\145\155\141\151
-\154\056\165\163\160\163\056\143\157\155\060\016\006\003\125\035
-\017\001\001\377\004\004\003\002\001\306\060\017\006\003\125\035
-\023\001\001\377\004\005\060\003\001\001\377\060\015\006\011\052
-\206\110\206\367\015\001\001\005\005\000\003\201\201\000\065\061
-\212\231\336\052\270\273\344\157\330\351\320\215\337\101\136\110
-\047\217\146\205\026\022\263\107\023\353\001\011\176\076\370\125
-\065\065\205\012\117\263\350\202\247\257\255\227\135\206\116\327
-\267\255\254\217\240\240\124\113\245\117\364\165\007\273\057\056
-\031\033\036\216\355\155\113\325\115\203\310\166\227\127\206\366
-\044\102\005\365\262\354\026\357\274\354\275\346\220\154\217\222
-\263\033\031\147\046\072\257\245\307\036\362\364\165\116\151\331
-\273\373\017\154\134\072\310\335\255\216\012\227\035\217
-END
-
-# Trust for Certificate "USPS Root"
-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 "USPS Root"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\154\041\132\224\112\235\120\245\027\015\202\313\324\371\325\072
-\341\237\030\145
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\274\055\035\316\370\036\035\175\021\044\152\231\160\130\175\031
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144
-\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123
-\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023
-\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120
-\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123
-\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\047\204
-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
-
-#
-# Certificate "USPS Production 1"
-#
-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 "USPS Production 1"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\156\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144
-\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123
-\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023
-\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120
-\123\061\035\060\033\006\003\125\004\003\023\024\125\123\120\123
-\040\120\162\157\144\165\143\164\151\157\156\040\103\101\040\061
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144
-\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123
-\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023
-\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120
-\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123
-\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\047\205
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\010\157\060\202\007\330\240\003\002\001\002\002\002\047
-\205\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
-\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144
-\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123
-\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023
-\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120
-\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123
-\040\122\157\157\164\040\103\101\060\036\027\015\060\061\060\064
-\061\063\061\066\065\066\065\064\132\027\015\062\060\060\070\061
-\064\061\067\060\060\064\060\132\060\156\061\013\060\011\006\003
-\125\004\006\023\002\125\123\061\045\060\043\006\003\125\004\012
-\023\034\125\156\151\164\145\144\040\123\164\141\164\145\163\040
-\120\157\163\164\141\154\040\123\145\162\166\151\143\145\061\031
-\060\027\006\003\125\004\013\023\020\167\167\167\056\165\163\160
-\163\056\143\157\155\057\103\120\123\061\035\060\033\006\003\125
-\004\003\023\024\125\123\120\123\040\120\162\157\144\165\143\164
-\151\157\156\040\103\101\040\061\060\201\237\060\015\006\011\052
-\206\110\206\367\015\001\001\001\005\000\003\201\215\000\060\201
-\211\002\201\201\000\306\326\271\357\262\123\070\312\322\167\014
-\154\066\050\060\302\320\050\002\170\161\116\015\211\102\307\131
-\047\263\220\010\047\324\227\132\036\266\170\104\100\153\164\306
-\215\253\121\213\350\246\355\121\246\326\165\027\354\172\124\136
-\126\203\347\360\155\304\111\364\027\275\006\013\022\306\125\357
-\351\250\341\050\057\240\103\217\165\364\377\331\334\175\376\252
-\324\170\363\234\223\305\231\332\142\106\233\365\166\044\124\011
-\012\051\353\024\105\102\013\377\015\166\003\037\247\145\210\242
-\244\177\157\320\117\002\003\001\000\001\243\202\006\042\060\202
-\006\036\060\202\005\167\006\003\125\035\040\004\202\005\156\060
-\202\005\152\060\201\303\006\011\140\206\110\001\206\371\155\146
-\001\060\201\265\060\043\006\010\053\006\001\005\005\007\002\001
-\026\027\150\164\164\160\072\057\057\167\167\167\056\165\163\160
-\163\056\143\157\155\057\103\120\123\060\201\215\006\010\053\006
-\001\005\005\007\002\002\060\201\200\032\176\123\145\145\040\125
-\123\120\123\040\103\120\123\040\141\164\040\150\164\164\160\072
-\057\057\167\167\167\056\165\163\160\163\056\143\157\155\057\103
-\120\123\056\040\124\150\151\163\040\143\145\162\164\151\146\151
-\143\141\164\145\040\151\163\040\164\157\040\142\145\040\165\163
-\145\144\040\157\156\154\171\040\151\156\040\141\143\143\157\162
-\144\141\156\143\145\040\167\151\164\150\040\125\123\120\123\040
-\162\145\147\165\154\141\164\151\157\156\163\040\141\156\144\040
-\160\157\154\151\143\151\145\163\056\060\201\303\006\011\140\206
-\110\001\206\371\155\146\002\060\201\265\060\043\006\010\053\006
-\001\005\005\007\002\001\026\027\150\164\164\160\072\057\057\167
-\167\167\056\165\163\160\163\056\143\157\155\057\103\120\123\060
-\201\215\006\010\053\006\001\005\005\007\002\002\060\201\200\032
-\176\123\145\145\040\125\123\120\123\040\103\120\123\040\141\164
-\040\150\164\164\160\072\057\057\167\167\167\056\165\163\160\163
-\056\143\157\155\057\103\120\123\056\040\124\150\151\163\040\143
-\145\162\164\151\146\151\143\141\164\145\040\151\163\040\164\157
-\040\142\145\040\165\163\145\144\040\157\156\154\171\040\151\156
-\040\141\143\143\157\162\144\141\156\143\145\040\167\151\164\150
-\040\125\123\120\123\040\162\145\147\165\154\141\164\151\157\156
-\163\040\141\156\144\040\160\157\154\151\143\151\145\163\056\060
-\201\303\006\011\140\206\110\001\206\371\155\146\003\060\201\265
-\060\043\006\010\053\006\001\005\005\007\002\001\026\027\150\164
-\164\160\072\057\057\167\167\167\056\165\163\160\163\056\143\157
-\155\057\103\120\123\060\201\215\006\010\053\006\001\005\005\007
-\002\002\060\201\200\032\176\123\145\145\040\125\123\120\123\040
-\103\120\123\040\141\164\040\150\164\164\160\072\057\057\167\167
-\167\056\165\163\160\163\056\143\157\155\057\103\120\123\056\040
-\124\150\151\163\040\143\145\162\164\151\146\151\143\141\164\145
-\040\151\163\040\164\157\040\142\145\040\165\163\145\144\040\157
-\156\154\171\040\151\156\040\141\143\143\157\162\144\141\156\143
-\145\040\167\151\164\150\040\125\123\120\123\040\162\145\147\165
-\154\141\164\151\157\156\163\040\141\156\144\040\160\157\154\151
-\143\151\145\163\056\060\201\303\006\011\140\206\110\001\206\371
-\155\146\004\060\201\265\060\043\006\010\053\006\001\005\005\007
-\002\001\026\027\150\164\164\160\072\057\057\167\167\167\056\165
-\163\160\163\056\143\157\155\057\103\120\123\060\201\215\006\010
-\053\006\001\005\005\007\002\002\060\201\200\032\176\123\145\145
-\040\125\123\120\123\040\103\120\123\040\141\164\040\150\164\164
-\160\072\057\057\167\167\167\056\165\163\160\163\056\143\157\155
-\057\103\120\123\056\040\124\150\151\163\040\143\145\162\164\151
-\146\151\143\141\164\145\040\151\163\040\164\157\040\142\145\040
-\165\163\145\144\040\157\156\154\171\040\151\156\040\141\143\143
-\157\162\144\141\156\143\145\040\167\151\164\150\040\125\123\120
-\123\040\162\145\147\165\154\141\164\151\157\156\163\040\141\156
-\144\040\160\157\154\151\143\151\145\163\056\060\201\303\006\011
-\140\206\110\001\206\371\155\146\005\060\201\265\060\043\006\010
-\053\006\001\005\005\007\002\001\026\027\150\164\164\160\072\057
-\057\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120
-\123\060\201\215\006\010\053\006\001\005\005\007\002\002\060\201
-\200\032\176\123\145\145\040\125\123\120\123\040\103\120\123\040
-\141\164\040\150\164\164\160\072\057\057\167\167\167\056\165\163
-\160\163\056\143\157\155\057\103\120\123\056\040\124\150\151\163
-\040\143\145\162\164\151\146\151\143\141\164\145\040\151\163\040
-\164\157\040\142\145\040\165\163\145\144\040\157\156\154\171\040
-\151\156\040\141\143\143\157\162\144\141\156\143\145\040\167\151
-\164\150\040\125\123\120\123\040\162\145\147\165\154\141\164\151
-\157\156\163\040\141\156\144\040\160\157\154\151\143\151\145\163
-\056\060\201\303\006\011\140\206\110\001\206\371\155\146\006\060
-\201\265\060\043\006\010\053\006\001\005\005\007\002\001\026\027
-\150\164\164\160\072\057\057\167\167\167\056\165\163\160\163\056
-\143\157\155\057\103\120\123\060\201\215\006\010\053\006\001\005
-\005\007\002\002\060\201\200\032\176\123\145\145\040\125\123\120
-\123\040\103\120\123\040\141\164\040\150\164\164\160\072\057\057
-\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120\123
-\056\040\124\150\151\163\040\143\145\162\164\151\146\151\143\141
-\164\145\040\151\163\040\164\157\040\142\145\040\165\163\145\144
-\040\157\156\154\171\040\151\156\040\141\143\143\157\162\144\141
-\156\143\145\040\167\151\164\150\040\125\123\120\123\040\162\145
-\147\165\154\141\164\151\157\156\163\040\141\156\144\040\160\157
-\154\151\143\151\145\163\056\060\201\303\006\011\140\206\110\001
-\206\371\155\146\007\060\201\265\060\043\006\010\053\006\001\005
-\005\007\002\001\026\027\150\164\164\160\072\057\057\167\167\167
-\056\165\163\160\163\056\143\157\155\057\103\120\123\060\201\215
-\006\010\053\006\001\005\005\007\002\002\060\201\200\032\176\123
-\145\145\040\125\123\120\123\040\103\120\123\040\141\164\040\150
-\164\164\160\072\057\057\167\167\167\056\165\163\160\163\056\143
-\157\155\057\103\120\123\056\040\124\150\151\163\040\143\145\162
-\164\151\146\151\143\141\164\145\040\151\163\040\164\157\040\142
-\145\040\165\163\145\144\040\157\156\154\171\040\151\156\040\141
-\143\143\157\162\144\141\156\143\145\040\167\151\164\150\040\125
-\123\120\123\040\162\145\147\165\154\141\164\151\157\156\163\040
-\141\156\144\040\160\157\154\151\143\151\145\163\056\060\035\006
-\003\125\035\016\004\026\004\024\045\345\240\357\055\162\117\155
-\225\037\067\037\040\326\303\001\104\003\307\320\060\037\006\003
-\125\035\043\004\030\060\026\200\024\323\316\202\164\363\057\113
-\211\140\162\244\136\021\277\137\165\003\242\002\253\060\035\006
-\003\125\035\022\004\026\060\024\201\022\162\157\157\164\061\060
-\060\060\061\100\165\163\160\163\056\143\157\155\060\041\006\003
-\125\035\021\004\032\060\030\201\026\143\141\141\144\155\151\156
-\100\145\155\141\151\154\056\165\163\160\163\056\143\157\155\060
-\016\006\003\125\035\017\001\001\377\004\004\003\002\001\306\060
-\017\006\003\125\035\023\001\001\377\004\005\060\003\001\001\377
-\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003
-\201\201\000\140\277\111\155\062\312\204\333\360\226\100\310\254
-\130\351\111\351\233\034\162\136\305\006\243\075\064\303\034\256
-\015\325\164\031\336\230\327\175\001\075\345\110\230\100\177\275
-\042\257\134\172\366\353\142\076\253\274\275\217\142\130\313\202
-\072\324\304\100\347\213\270\017\020\120\017\054\070\043\071\224
-\345\040\307\324\270\371\341\121\102\104\224\154\143\136\343\176
-\136\142\336\357\075\106\264\074\133\250\233\016\172\236\035\126
-\355\274\005\264\305\361\131\011\257\157\111\205\131\333\072\021
-\145\315\351
-END
-
-# Trust for Certificate "USPS Production 1"
-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 "USPS Production 1"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\246\153\351\054\171\064\177\363\201\000\013\373\142\054\337\247
-\121\331\153\123
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\076\000\040\236\051\317\232\170\303\150\117\206\366\173\341\106
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\146\061\013\060\011\006\003\125\004\006\023\002\125\123\061
-\045\060\043\006\003\125\004\012\023\034\125\156\151\164\145\144
-\040\123\164\141\164\145\163\040\120\157\163\164\141\154\040\123
-\145\162\166\151\143\145\061\031\060\027\006\003\125\004\013\023
-\020\167\167\167\056\165\163\160\163\056\143\157\155\057\103\120
-\123\061\025\060\023\006\003\125\004\003\023\014\125\123\120\123
-\040\122\157\157\164\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\047\205
-END
-CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_VALID_DELEGATOR
-CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_VALID_DELEGATOR
-CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_VALID_DELEGATOR
-
-#
-# Certificate "AddTrust Non-Validated Services Root"
+# Certificate "AddTrust Low-Value Services Root"
#
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 "AddTrust Non-Validated Services Root"
+CKA_LABEL UTF8 "AddTrust Low-Value Services Root"
CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
CKA_SUBJECT MULTILINE_OCTAL
\060\145\061\013\060\011\006\003\125\004\006\023\002\123\105\061
@@ -9904,12 +5605,12 @@ CKA_VALUE MULTILINE_OCTAL
\065\341\035\026\034\320\274\053\216\326\161\331
END
-# Trust for Certificate "AddTrust Non-Validated Services Root"
+# Trust for Certificate "AddTrust Low-Value Services Root"
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 "AddTrust Non-Validated Services Root"
+CKA_LABEL UTF8 "AddTrust Low-Value Services Root"
CKA_CERT_SHA1_HASH MULTILINE_OCTAL
\314\253\016\240\114\043\001\326\151\173\335\067\237\315\022\353
\044\343\224\235
@@ -11087,224 +6788,6 @@ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR
#
-# Certificate "E-Certify CA"
-#
-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 "E-Certify CA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061
-\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164
-\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104
-\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003
-\023\014\105\055\103\145\162\164\151\146\171\040\103\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061
-\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164
-\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104
-\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003
-\023\014\105\055\103\145\162\164\151\146\171\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001\115\105\234
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\071\060\202\002\041\240\003\002\001\002\002\004\001
-\115\105\234\060\015\006\011\052\206\110\206\367\015\001\001\005
-\005\000\060\114\061\013\060\011\006\003\125\004\006\023\002\143
-\141\061\022\060\020\006\003\125\004\012\023\011\105\055\103\145
-\162\164\151\146\171\061\022\060\020\006\003\125\004\013\023\011
-\111\104\040\103\145\156\164\145\162\061\025\060\023\006\003\125
-\004\003\023\014\105\055\103\145\162\164\151\146\171\040\103\101
-\060\036\027\015\071\071\060\071\062\070\061\066\064\070\062\071
-\132\027\015\060\064\060\071\062\070\061\066\064\070\062\071\132
-\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061
-\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164
-\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104
-\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003
-\023\014\105\055\103\145\162\164\151\146\171\040\103\101\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\272
-\233\246\161\200\125\164\111\051\125\166\033\307\066\225\060\054
-\062\011\121\356\060\244\153\150\207\107\330\050\012\027\177\157
-\250\232\040\266\253\001\322\256\240\105\106\065\002\002\374\332
-\340\040\162\012\063\015\223\160\270\004\220\111\371\150\070\273
-\015\021\156\071\135\130\172\306\043\146\351\273\027\062\046\350
-\354\022\150\207\051\314\271\345\117\314\210\033\355\225\161\241
-\123\042\056\355\203\134\376\062\127\114\122\123\070\341\025\155
-\000\125\111\207\044\313\344\026\110\270\231\345\332\172\337\243
-\205\230\164\302\371\253\153\111\315\377\102\315\270\055\264\200
-\313\114\172\065\374\220\277\115\323\000\355\317\214\377\117\071
-\373\172\170\360\016\015\111\177\123\076\024\233\046\250\252\311
-\273\341\321\033\335\034\060\257\001\346\233\046\006\144\274\357
-\130\114\132\105\225\120\304\054\076\164\130\351\074\257\373\303
-\253\122\004\332\044\362\261\304\366\133\323\110\340\301\204\060
-\174\321\165\077\344\123\163\135\211\330\356\100\117\011\227\227
-\205\143\215\325\240\256\206\203\153\333\124\150\136\350\113\002
-\003\001\000\001\243\043\060\041\060\014\006\003\125\035\023\004
-\005\060\003\001\001\377\060\021\006\011\140\206\110\001\206\370
-\102\001\001\004\004\003\002\000\007\060\015\006\011\052\206\110
-\206\367\015\001\001\005\005\000\003\202\001\001\000\163\076\031
-\174\330\126\321\305\377\012\235\347\266\315\227\363\247\341\101
-\310\176\202\065\377\233\226\322\013\357\161\362\020\345\104\313
-\222\350\016\132\346\076\304\364\225\151\002\274\013\126\200\271
-\161\027\143\036\101\111\052\065\352\034\325\144\253\111\355\013
-\076\213\124\241\115\050\150\352\275\267\201\077\065\171\202\367
-\064\274\171\210\045\236\200\347\317\250\025\257\362\341\025\053
-\007\121\340\324\215\112\112\003\300\042\053\271\150\112\200\303
-\250\205\010\325\247\052\275\313\247\143\175\243\260\312\126\140
-\154\105\341\312\277\024\122\012\302\305\145\354\241\075\037\100
-\371\120\132\344\064\012\157\302\164\254\174\314\047\352\343\207
-\245\123\310\336\174\076\135\102\122\132\353\005\150\246\030\062
-\140\040\170\153\160\024\140\041\202\011\075\036\126\300\025\141
-\000\121\145\262\061\022\371\306\112\006\274\137\364\071\037\166
-\232\211\170\351\066\202\332\265\157\213\177\211\265\114\367\145
-\030\134\201\363\356\120\326\335\354\151\110\237\053\265\336\076
-\275\372\274\154\153\147\123\233\261\223\271\221\106
-END
-
-# Trust for Certificate "E-Certify CA"
-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 "E-Certify CA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\133\330\153\206\375\275\330\206\371\233\310\120\106\350\052\112
-\211\152\317\357
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\256\065\177\222\227\106\174\217\023\051\341\333\236\102\145\152
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061
-\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164
-\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104
-\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003
-\023\014\105\055\103\145\162\164\151\146\171\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001\115\105\234
-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
-
-#
-# Certificate "E-Certify RA"
-#
-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 "E-Certify RA"
-CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
-CKA_SUBJECT MULTILINE_OCTAL
-\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061
-\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164
-\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104
-\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003
-\023\014\105\055\103\145\162\164\151\146\171\040\122\101
-END
-CKA_ID UTF8 "0"
-CKA_ISSUER MULTILINE_OCTAL
-\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061
-\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164
-\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104
-\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003
-\023\014\105\055\103\145\162\164\151\146\171\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001\117\353\020
-END
-CKA_VALUE MULTILINE_OCTAL
-\060\202\003\071\060\202\002\041\240\003\002\001\002\002\004\001
-\117\353\020\060\015\006\011\052\206\110\206\367\015\001\001\005
-\005\000\060\114\061\013\060\011\006\003\125\004\006\023\002\143
-\141\061\022\060\020\006\003\125\004\012\023\011\105\055\103\145
-\162\164\151\146\171\061\022\060\020\006\003\125\004\013\023\011
-\111\104\040\103\145\156\164\145\162\061\025\060\023\006\003\125
-\004\003\023\014\105\055\103\145\162\164\151\146\171\040\103\101
-\060\036\027\015\071\071\060\071\063\060\061\066\065\070\065\067
-\132\027\015\060\064\060\071\062\067\061\066\065\070\065\067\132
-\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061
-\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164
-\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104
-\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003
-\023\014\105\055\103\145\162\164\151\146\171\040\122\101\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\334
-\260\267\045\373\356\014\272\330\243\162\104\017\052\243\343\110
-\004\321\364\060\164\006\010\016\137\067\307\066\267\202\232\045
-\113\254\153\111\231\000\033\027\362\360\337\027\027\351\355\040
-\152\024\153\375\311\314\017\346\014\153\206\345\365\244\372\333
-\005\052\000\310\015\352\252\145\100\066\312\363\345\165\071\216
-\334\146\333\104\034\236\303\213\103\070\313\274\360\232\311\331
-\312\067\023\312\122\301\055\351\107\040\345\314\044\170\340\346
-\033\114\270\322\124\202\155\016\271\041\140\357\174\264\000\373
-\122\304\057\012\367\004\116\204\057\337\030\254\143\006\040\335
-\332\261\201\301\341\255\177\030\210\167\363\353\370\255\317\172
-\020\120\126\171\236\124\317\336\034\233\327\102\224\341\317\325
-\154\365\136\075\315\345\147\023\073\232\315\072\142\204\371\141
-\036\155\325\130\216\331\371\255\052\076\226\361\355\252\177\020
-\356\366\000\205\074\261\005\013\064\321\134\142\340\215\022\256
-\275\114\124\300\342\274\144\161\140\145\206\306\331\204\253\130
-\140\152\061\156\175\117\261\210\242\376\024\114\072\214\373\002
-\003\001\000\001\243\043\060\041\060\014\006\003\125\035\023\004
-\005\060\003\001\001\377\060\021\006\011\140\206\110\001\206\370
-\102\001\001\004\004\003\002\000\007\060\015\006\011\052\206\110
-\206\367\015\001\001\005\005\000\003\202\001\001\000\255\030\200
-\317\060\274\073\350\362\002\025\127\075\350\114\143\346\356\062
-\243\177\345\001\360\047\271\052\331\301\250\236\043\036\107\231
-\327\056\104\113\024\313\320\275\046\144\003\362\006\217\237\327
-\110\250\161\153\026\064\305\076\265\171\230\263\346\340\320\070
-\021\231\244\021\173\343\071\245\015\077\235\325\322\305\172\057
-\352\104\024\315\020\116\240\064\263\153\211\137\360\256\237\315
-\123\325\176\172\120\045\000\041\244\155\351\310\161\000\373\255
-\064\027\110\042\356\247\050\154\206\162\333\371\233\206\104\170
-\136\005\351\150\064\060\241\025\145\301\251\332\236\135\236\043
-\106\116\052\346\116\263\114\237\314\106\010\230\034\074\103\237
-\264\316\240\140\357\044\316\116\037\350\302\251\162\273\057\332
-\102\006\041\360\232\345\170\107\054\010\164\120\150\140\375\205
-\302\373\257\112\222\361\204\235\000\152\310\126\041\216\157\301
-\061\313\121\354\166\165\172\337\001\016\162\150\241\362\046\216
-\331\270\306\243\144\122\372\155\373\112\075\132\135\270\124\224
-\355\125\150\145\235\077\122\114\106\222\026\013\276
-END
-
-# Trust for Certificate "E-Certify RA"
-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 "E-Certify RA"
-CKA_CERT_SHA1_HASH MULTILINE_OCTAL
-\217\051\011\013\006\302\070\314\160\305\251\355\227\147\210\315
-\066\332\335\131
-END
-CKA_ISSUER MULTILINE_OCTAL
-\060\114\061\013\060\011\006\003\125\004\006\023\002\143\141\061
-\022\060\020\006\003\125\004\012\023\011\105\055\103\145\162\164
-\151\146\171\061\022\060\020\006\003\125\004\013\023\011\111\104
-\040\103\145\156\164\145\162\061\025\060\023\006\003\125\004\003
-\023\014\105\055\103\145\162\164\151\146\171\040\103\101
-END
-CKA_SERIAL_NUMBER MULTILINE_OCTAL
-\001\117\353\020
-END
-CKA_CERT_MD5_HASH MULTILINE_OCTAL
-\245\273\012\243\320\307\124\025\130\336\153\122\020\121\272\050
-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
-
-#
# Certificate "Entrust.net Global Secure Server CA"
#
CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
@@ -11606,3 +7089,1476 @@ 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
+
+#
+# Certificate "AOL Time Warner Root Certification Authority 1"
+#
+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 "AOL Time Warner Root Certification Authority 1"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123
+\061\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124
+\151\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061
+\034\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143
+\141\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060
+\065\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145
+\040\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162
+\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157
+\162\151\164\171\040\061
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123
+\061\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124
+\151\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061
+\034\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143
+\141\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060
+\065\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145
+\040\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162
+\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157
+\162\151\164\171\040\061
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\001
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\003\346\060\202\002\316\240\003\002\001\002\002\001\001
+\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060
+\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124\151
+\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061\034
+\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143\141
+\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060\065
+\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145\040
+\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162\164
+\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162
+\151\164\171\040\061\060\036\027\015\060\062\060\065\062\071\060
+\066\060\060\060\060\132\027\015\063\067\061\061\062\060\061\065
+\060\063\060\060\132\060\201\203\061\013\060\011\006\003\125\004
+\006\023\002\125\123\061\035\060\033\006\003\125\004\012\023\024
+\101\117\114\040\124\151\155\145\040\127\141\162\156\145\162\040
+\111\156\143\056\061\034\060\032\006\003\125\004\013\023\023\101
+\155\145\162\151\143\141\040\117\156\154\151\156\145\040\111\156
+\143\056\061\067\060\065\006\003\125\004\003\023\056\101\117\114
+\040\124\151\155\145\040\127\141\162\156\145\162\040\122\157\157
+\164\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040
+\101\165\164\150\157\162\151\164\171\040\061\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\231\336\217\303
+\045\243\151\064\350\005\367\164\271\277\132\227\031\271\057\224
+\322\223\345\055\211\312\204\174\077\020\103\033\214\213\174\204
+\130\370\044\174\110\317\052\375\300\025\331\030\176\204\032\027
+\323\333\236\327\312\344\331\327\252\130\121\207\360\360\213\110
+\116\342\302\304\131\151\060\142\266\060\242\214\013\021\231\141
+\065\155\176\357\305\261\031\006\040\022\216\102\341\337\017\226
+\020\122\250\317\234\137\225\024\330\257\073\165\013\061\040\037
+\104\057\242\142\101\263\273\030\041\333\312\161\074\214\354\266
+\271\015\237\357\121\357\115\173\022\362\013\014\341\254\100\217
+\167\177\260\312\170\161\014\135\026\161\160\242\327\302\072\205
+\315\016\232\304\340\000\260\325\045\352\334\053\344\224\055\070
+\234\211\101\127\144\050\145\031\034\266\104\264\310\061\153\216
+\001\173\166\131\045\177\025\034\204\010\174\163\145\040\012\241
+\004\056\032\062\250\232\040\261\234\054\041\131\347\373\317\356
+\160\055\010\312\143\076\054\233\223\031\152\244\302\227\377\267
+\206\127\210\205\154\236\025\026\053\115\054\263\002\003\001\000
+\001\243\143\060\141\060\017\006\003\125\035\023\001\001\377\004
+\005\060\003\001\001\377\060\035\006\003\125\035\016\004\026\004
+\024\241\066\060\026\313\206\220\000\105\200\123\261\217\310\330
+\075\174\276\137\022\060\037\006\003\125\035\043\004\030\060\026
+\200\024\241\066\060\026\313\206\220\000\105\200\123\261\217\310
+\330\075\174\276\137\022\060\016\006\003\125\035\017\001\001\377
+\004\004\003\002\001\206\060\015\006\011\052\206\110\206\367\015
+\001\001\005\005\000\003\202\001\001\000\212\040\030\245\276\263
+\057\264\246\204\000\100\060\051\372\264\024\163\114\171\105\247
+\366\160\340\350\176\144\036\012\225\174\152\141\302\357\116\037
+\276\377\311\231\037\007\141\112\341\135\114\315\255\356\320\122
+\062\331\131\062\274\332\171\162\326\173\011\350\002\201\065\323
+\012\337\021\035\311\171\240\200\115\376\132\327\126\326\355\017
+\052\257\247\030\165\063\014\352\301\141\005\117\152\232\211\362
+\215\271\237\056\357\260\137\132\000\353\276\255\240\370\104\005
+\147\274\313\004\357\236\144\305\351\310\077\005\277\306\057\007
+\034\303\066\161\206\312\070\146\112\315\326\270\113\306\154\247
+\227\073\372\023\055\156\043\141\207\241\143\102\254\302\313\227
+\237\141\150\317\055\114\004\235\327\045\117\012\016\115\220\213
+\030\126\250\223\110\127\334\157\256\275\236\147\127\167\211\120
+\263\276\021\233\105\147\203\206\031\207\323\230\275\010\032\026
+\037\130\202\013\341\226\151\005\113\216\354\203\121\061\007\325
+\324\237\377\131\173\250\156\205\317\323\113\251\111\260\137\260
+\071\050\150\016\163\335\045\232\336\022
+END
+
+# Trust for Certificate "AOL Time Warner Root Certification Authority 1"
+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 "AOL Time Warner Root Certification Authority 1"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\164\124\123\134\044\243\247\130\040\176\076\076\323\044\370\026
+\373\041\026\111
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\347\172\334\261\037\156\006\037\164\154\131\026\047\303\113\300
+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
+
+#
+# Certificate "AOL Time Warner Root Certification Authority 2"
+#
+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 "AOL Time Warner Root Certification Authority 2"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123
+\061\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124
+\151\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061
+\034\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143
+\141\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060
+\065\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145
+\040\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162
+\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157
+\162\151\164\171\040\062
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123
+\061\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124
+\151\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061
+\034\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143
+\141\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060
+\065\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145
+\040\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162
+\164\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157
+\162\151\164\171\040\062
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\001
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\005\346\060\202\003\316\240\003\002\001\002\002\001\001
+\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060
+\201\203\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\035\060\033\006\003\125\004\012\023\024\101\117\114\040\124\151
+\155\145\040\127\141\162\156\145\162\040\111\156\143\056\061\034
+\060\032\006\003\125\004\013\023\023\101\155\145\162\151\143\141
+\040\117\156\154\151\156\145\040\111\156\143\056\061\067\060\065
+\006\003\125\004\003\023\056\101\117\114\040\124\151\155\145\040
+\127\141\162\156\145\162\040\122\157\157\164\040\103\145\162\164
+\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162
+\151\164\171\040\062\060\036\027\015\060\062\060\065\062\071\060
+\066\060\060\060\060\132\027\015\063\067\060\071\062\070\062\063
+\064\063\060\060\132\060\201\203\061\013\060\011\006\003\125\004
+\006\023\002\125\123\061\035\060\033\006\003\125\004\012\023\024
+\101\117\114\040\124\151\155\145\040\127\141\162\156\145\162\040
+\111\156\143\056\061\034\060\032\006\003\125\004\013\023\023\101
+\155\145\162\151\143\141\040\117\156\154\151\156\145\040\111\156
+\143\056\061\067\060\065\006\003\125\004\003\023\056\101\117\114
+\040\124\151\155\145\040\127\141\162\156\145\162\040\122\157\157
+\164\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040
+\101\165\164\150\157\162\151\164\171\040\062\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\264\067\132\010
+\026\231\024\350\125\261\033\044\153\374\307\213\346\207\251\211
+\356\213\231\315\117\100\206\244\266\115\311\331\261\334\074\115
+\015\205\114\025\154\106\213\122\170\237\370\043\375\147\365\044
+\072\150\135\320\367\144\141\101\124\243\213\245\010\322\051\133
+\233\140\117\046\203\321\143\022\126\111\166\244\026\302\245\235
+\105\254\213\204\225\250\026\261\354\237\352\044\032\357\271\127
+\134\232\044\041\054\115\016\161\037\246\254\135\105\164\003\230
+\304\124\214\026\112\101\167\206\225\165\014\107\001\146\140\374
+\025\361\017\352\365\024\170\307\016\327\156\201\034\136\277\136
+\347\072\052\330\227\027\060\174\000\255\010\235\063\257\270\231
+\141\200\213\250\225\176\024\334\022\154\244\320\330\357\100\111
+\002\066\371\156\251\326\035\226\126\004\262\263\055\026\126\206
+\217\331\040\127\200\315\147\020\155\260\114\360\332\106\266\352
+\045\056\106\257\215\260\205\070\064\213\024\046\202\053\254\256
+\231\013\216\024\327\122\275\236\151\303\206\002\013\352\166\165
+\061\011\316\063\031\041\205\103\346\211\055\237\045\067\147\361
+\043\152\322\000\155\227\371\237\347\051\312\335\037\327\006\352
+\270\311\271\011\041\237\310\077\006\305\322\351\022\106\000\116
+\173\010\353\102\075\053\110\156\235\147\335\113\002\344\104\363
+\223\031\245\047\316\151\172\276\147\323\374\120\244\054\253\303
+\153\271\343\200\114\317\005\141\113\053\334\033\271\246\322\320
+\252\365\053\163\373\316\220\065\237\014\122\034\277\134\041\141
+\021\133\025\113\251\044\121\374\244\134\367\027\235\260\322\372
+\007\351\217\126\344\032\214\150\212\004\323\174\132\343\236\242
+\241\312\161\133\242\324\240\347\051\205\135\003\150\052\117\322
+\006\327\075\371\303\003\057\077\145\371\147\036\107\100\323\143
+\017\343\325\216\371\205\253\227\114\263\327\046\353\226\012\224
+\336\205\066\234\310\177\201\011\002\111\052\016\365\144\062\014
+\202\321\272\152\202\033\263\113\164\021\363\214\167\326\237\277
+\334\067\244\247\125\004\057\324\061\350\323\106\271\003\174\332
+\022\116\131\144\267\121\061\061\120\240\312\034\047\331\020\056
+\255\326\275\020\146\053\303\260\042\112\022\133\002\003\001\000
+\001\243\143\060\141\060\017\006\003\125\035\023\001\001\377\004
+\005\060\003\001\001\377\060\035\006\003\125\035\016\004\026\004
+\024\117\151\155\003\176\235\237\007\030\103\274\267\020\116\325
+\277\251\304\040\050\060\037\006\003\125\035\043\004\030\060\026
+\200\024\117\151\155\003\176\235\237\007\030\103\274\267\020\116
+\325\277\251\304\040\050\060\016\006\003\125\035\017\001\001\377
+\004\004\003\002\001\206\060\015\006\011\052\206\110\206\367\015
+\001\001\005\005\000\003\202\002\001\000\073\363\256\312\350\056
+\207\205\373\145\131\347\255\021\024\245\127\274\130\237\044\022
+\127\273\373\077\064\332\356\255\172\052\064\162\160\061\153\307
+\031\230\200\311\202\336\067\167\136\124\213\216\362\352\147\117
+\311\164\204\221\126\011\325\345\172\232\201\266\201\302\255\066
+\344\361\124\021\123\363\064\105\001\046\310\345\032\274\064\104
+\041\336\255\045\374\166\026\167\041\220\200\230\127\235\116\352
+\354\057\252\074\024\173\127\301\176\030\024\147\356\044\306\275
+\272\025\260\322\030\275\267\125\201\254\123\300\350\335\151\022
+\023\102\267\002\265\005\101\312\171\120\156\202\016\161\162\223
+\106\350\235\015\135\275\256\316\051\255\143\325\125\026\200\060
+\047\377\166\272\367\270\326\112\343\331\265\371\122\320\116\100
+\251\307\345\302\062\307\252\166\044\341\153\005\120\353\305\277
+\012\124\345\271\102\074\044\373\267\007\234\060\237\171\132\346
+\340\100\122\025\364\374\252\364\126\371\104\227\207\355\016\145
+\162\136\276\046\373\115\244\055\010\007\336\330\134\240\334\201
+\063\231\030\045\021\167\247\353\375\130\011\054\231\153\033\212
+\363\122\077\032\115\110\140\361\240\366\063\002\123\213\355\045
+\011\270\015\055\355\227\163\354\327\226\037\216\140\016\332\020
+\233\057\030\044\366\246\115\012\371\073\313\165\302\314\057\316
+\044\151\311\012\042\216\131\247\367\202\014\327\327\153\065\234
+\103\000\152\304\225\147\272\234\105\313\270\016\067\367\334\116
+\001\117\276\012\266\003\323\255\212\105\367\332\047\115\051\261
+\110\337\344\021\344\226\106\275\154\002\076\326\121\310\225\027
+\001\025\251\362\252\252\362\277\057\145\033\157\320\271\032\223
+\365\216\065\304\200\207\076\224\057\146\344\351\250\377\101\234
+\160\052\117\052\071\030\225\036\176\373\141\001\074\121\010\056
+\050\030\244\026\017\061\375\072\154\043\223\040\166\341\375\007
+\205\321\133\077\322\034\163\062\335\372\271\370\214\317\002\207
+\172\232\226\344\355\117\211\215\123\103\253\016\023\300\001\025
+\264\171\070\333\374\156\075\236\121\266\270\023\213\147\317\371
+\174\331\042\035\366\135\305\034\001\057\230\350\172\044\030\274
+\204\327\372\334\162\133\367\301\072\150
+END
+
+# Trust for Certificate "AOL Time Warner Root Certification Authority 2"
+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 "AOL Time Warner Root Certification Authority 2"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\374\041\232\166\021\057\166\301\305\010\203\074\232\057\242\272
+\204\254\010\172
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\001\132\231\303\326\117\251\113\074\073\261\243\253\047\114\277
+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
+
+#
+# Certificate "beTRUSTed Root CA-Baltimore Implementation"
+#
+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 "beTRUSTed Root CA-Baltimore Implementation"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\146\061\022\060\020\006\003\125\004\012\023\011\142\145\124
+\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
+\145\156\164\141\164\151\157\156
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\146\061\022\060\020\006\003\125\004\012\023\011\142\145\124
+\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
+\145\156\164\141\164\151\157\156
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\074\265\075\106
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\005\152\060\202\004\122\240\003\002\001\002\002\004\074
+\265\075\106\060\015\006\011\052\206\110\206\367\015\001\001\005
+\005\000\060\146\061\022\060\020\006\003\125\004\012\023\011\142
+\145\124\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\145\156\164\141\164\151\157\156\060\036\027\015\060\062
+\060\064\061\061\060\067\063\070\065\061\132\027\015\062\062\060
+\064\061\061\060\067\063\070\065\061\132\060\146\061\022\060\020
+\006\003\125\004\012\023\011\142\145\124\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\145\156\164\141\164\151
+\157\156\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\274\176\304\071\234\214\343\326\034\206\377\312\142
+\255\340\177\060\105\172\216\032\263\270\307\371\321\066\377\042
+\363\116\152\137\204\020\373\146\201\303\224\171\061\322\221\341
+\167\216\030\052\303\024\336\121\365\117\243\053\274\030\026\342
+\265\335\171\336\042\370\202\176\313\201\037\375\047\054\217\372
+\227\144\042\216\370\377\141\243\234\033\036\222\217\300\250\011
+\337\011\021\354\267\175\061\232\032\352\203\041\006\074\237\272
+\134\377\224\352\152\270\303\153\125\064\117\075\062\037\335\201
+\024\340\304\074\315\235\060\370\060\251\227\323\356\314\243\320
+\037\137\034\023\201\324\030\253\224\321\143\303\236\177\065\222
+\236\137\104\352\354\364\042\134\267\350\075\175\244\371\211\251
+\221\262\052\331\353\063\207\356\245\375\343\332\314\210\346\211
+\046\156\307\053\202\320\136\235\131\333\024\354\221\203\005\303
+\136\016\306\052\320\004\335\161\075\040\116\130\047\374\123\373
+\170\170\031\024\262\374\220\122\211\070\142\140\007\264\240\354
+\254\153\120\326\375\271\050\153\357\122\055\072\262\377\361\001
+\100\254\067\002\003\001\000\001\243\202\002\036\060\202\002\032
+\060\017\006\003\125\035\023\001\001\377\004\005\060\003\001\001
+\377\060\202\001\265\006\003\125\035\040\004\202\001\254\060\202
+\001\250\060\202\001\244\006\017\053\006\001\004\001\261\076\000
+\000\001\011\050\203\221\061\060\202\001\217\060\202\001\110\006
+\010\053\006\001\005\005\007\002\002\060\202\001\072\032\202\001
+\066\122\145\154\151\141\156\143\145\040\157\156\040\157\162\040
+\165\163\145\040\157\146\040\164\150\151\163\040\103\145\162\164
+\151\146\151\143\141\164\145\040\143\162\145\141\164\145\163\040
+\141\156\040\141\143\153\156\157\167\154\145\144\147\155\145\156
+\164\040\141\156\144\040\141\143\143\145\160\164\141\156\143\145
+\040\157\146\040\164\150\145\040\164\150\145\156\040\141\160\160
+\154\151\143\141\142\154\145\040\163\164\141\156\144\141\162\144
+\040\164\145\162\155\163\040\141\156\144\040\143\157\156\144\151
+\164\151\157\156\163\040\157\146\040\165\163\145\054\040\164\150
+\145\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040
+\120\162\141\143\164\151\143\145\040\123\164\141\164\145\155\145
+\156\164\040\141\156\144\040\164\150\145\040\122\145\154\171\151
+\156\147\040\120\141\162\164\171\040\101\147\162\145\145\155\145
+\156\164\054\040\167\150\151\143\150\040\143\141\156\040\142\145
+\040\146\157\165\156\144\040\141\164\040\164\150\145\040\142\145
+\124\122\125\123\124\145\144\040\167\145\142\040\163\151\164\145
+\054\040\150\164\164\160\072\057\057\167\167\167\056\142\145\164
+\162\165\163\164\145\144\056\143\157\155\057\160\162\157\144\165
+\143\164\163\137\163\145\162\166\151\143\145\163\057\151\156\144
+\145\170\056\150\164\155\154\060\101\006\010\053\006\001\005\005
+\007\002\001\026\065\150\164\164\160\072\057\057\167\167\167\056
+\142\145\164\162\165\163\164\145\144\056\143\157\155\057\160\162
+\157\144\165\143\164\163\137\163\145\162\166\151\143\145\163\057
+\151\156\144\145\170\056\150\164\155\154\060\035\006\003\125\035
+\016\004\026\004\024\105\075\303\251\321\334\077\044\126\230\034
+\163\030\210\152\377\203\107\355\266\060\037\006\003\125\035\043
+\004\030\060\026\200\024\105\075\303\251\321\334\077\044\126\230
+\034\163\030\210\152\377\203\107\355\266\060\016\006\003\125\035
+\017\001\001\377\004\004\003\002\001\006\060\015\006\011\052\206
+\110\206\367\015\001\001\005\005\000\003\202\001\001\000\111\222
+\274\243\356\254\275\372\015\311\213\171\206\034\043\166\260\200
+\131\167\374\332\177\264\113\337\303\144\113\152\116\016\255\362
+\175\131\167\005\255\012\211\163\260\372\274\313\334\215\000\210
+\217\246\240\262\352\254\122\047\277\241\110\174\227\020\173\272
+\355\023\035\232\007\156\313\061\142\022\350\143\003\252\175\155
+\343\370\033\166\041\170\033\237\113\103\214\323\111\206\366\033
+\134\366\056\140\025\323\351\343\173\165\077\320\002\203\320\030
+\202\101\315\145\067\352\216\062\176\275\153\231\135\060\021\310
+\333\110\124\034\073\341\247\023\323\152\110\223\367\075\214\177
+\005\350\316\363\210\052\143\004\270\352\176\130\174\001\173\133
+\341\305\175\357\041\340\215\016\135\121\175\261\147\375\243\275
+\070\066\306\362\070\206\207\032\226\150\140\106\373\050\024\107
+\125\341\247\200\014\153\342\352\337\115\174\220\110\240\066\275
+\011\027\211\177\303\362\323\234\234\343\335\304\033\335\365\267
+\161\263\123\005\211\006\320\313\112\200\301\310\123\220\265\074
+\061\210\027\120\237\311\304\016\213\330\250\002\143\015
+END
+
+# Trust for Certificate "beTRUSTed Root CA-Baltimore Implementation"
+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 "beTRUSTed Root CA-Baltimore Implementation"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\334\273\236\267\031\113\304\162\005\301\021\165\051\206\203\133
+\123\312\344\370
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\201\065\271\373\373\022\312\030\151\066\353\256\151\170\241\361
+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
+
+#
+# Certificate "beTRUSTed Root CA - Entrust Implementation"
+#
+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 "beTRUSTed Root CA - Entrust Implementation"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\146\061\022\060\020\006\003\125\004\012\023\011\142\145\124
+\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\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_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\146\061\022\060\020\006\003\125\004\012\023\011\142\145\124
+\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\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\117\100
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\006\121\060\202\005\071\240\003\002\001\002\002\004\074
+\265\117\100\060\015\006\011\052\206\110\206\367\015\001\001\005
+\005\000\060\146\061\022\060\020\006\003\125\004\012\023\011\142
+\145\124\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\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\060\036\027\015\060\062
+\060\064\061\061\060\070\062\064\062\067\132\027\015\062\062\060
+\064\061\061\060\070\065\064\062\067\132\060\146\061\022\060\020
+\006\003\125\004\012\023\011\142\145\124\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\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\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\272\364\104\003\252\022\152\265\103\354\125\222\266
+\060\175\065\127\014\333\363\015\047\156\114\367\120\250\233\116
+\053\157\333\365\255\034\113\135\263\251\301\376\173\104\353\133
+\243\005\015\037\305\064\053\060\000\051\361\170\100\262\244\377
+\072\364\001\210\027\176\346\324\046\323\272\114\352\062\373\103
+\167\227\207\043\305\333\103\243\365\052\243\121\136\341\073\322
+\145\151\176\125\025\233\172\347\151\367\104\340\127\265\025\350
+\146\140\017\015\003\373\202\216\243\350\021\173\154\276\307\143
+\016\027\223\337\317\113\256\156\163\165\340\363\252\271\244\300
+\011\033\205\352\161\051\210\101\062\371\360\052\016\154\011\362
+\164\153\146\154\122\023\037\030\274\324\076\367\330\156\040\236
+\312\376\374\041\224\356\023\050\113\327\134\136\014\146\356\351
+\273\017\301\064\261\177\010\166\363\075\046\160\311\213\045\035
+\142\044\014\352\034\165\116\300\022\344\272\023\035\060\051\055
+\126\063\005\273\227\131\176\306\111\117\211\327\057\044\250\266
+\210\100\265\144\222\123\126\044\344\242\240\205\263\136\220\264
+\022\063\315\002\003\001\000\001\243\202\003\005\060\202\003\001
+\060\202\001\267\006\003\125\035\040\004\202\001\256\060\202\001
+\252\060\202\001\246\006\017\053\006\001\004\001\261\076\000\000
+\002\011\050\203\221\061\060\202\001\221\060\202\001\111\006\010
+\053\006\001\005\005\007\002\002\060\202\001\073\032\202\001\067
+\122\145\154\151\141\156\143\145\040\157\156\040\157\162\040\165
+\163\145\040\157\146\040\164\150\151\163\040\103\145\162\164\151
+\146\151\143\141\164\145\040\143\162\145\141\164\145\163\040\141
+\156\040\141\143\153\156\157\167\154\145\144\147\155\145\156\164
+\040\141\156\144\040\141\143\143\145\160\164\141\156\143\145\040
+\157\146\040\164\150\145\040\164\150\145\156\040\141\160\160\154
+\151\143\141\142\154\145\040\163\164\141\156\144\141\162\144\040
+\164\145\162\155\163\040\141\156\144\040\143\157\156\144\151\164
+\151\157\156\163\040\157\146\040\165\163\145\054\040\164\150\145
+\040\103\145\162\164\151\146\151\143\141\164\151\157\156\040\120
+\162\141\143\164\151\143\145\040\123\164\141\164\145\155\145\156
+\164\040\141\156\144\040\164\150\145\040\122\145\154\171\151\156
+\147\040\120\141\162\164\171\040\101\147\162\145\145\155\145\156
+\164\054\040\167\150\151\143\150\040\143\141\156\040\142\145\040
+\146\157\165\156\144\040\141\164\040\164\150\145\040\142\145\124
+\122\125\123\124\145\144\040\167\145\142\040\163\151\164\145\054
+\040\150\164\164\160\163\072\057\057\167\167\167\056\142\145\164
+\162\165\163\164\145\144\056\143\157\155\057\160\162\157\144\165
+\143\164\163\137\163\145\162\166\151\143\145\163\057\151\156\144
+\145\170\056\150\164\155\154\060\102\006\010\053\006\001\005\005
+\007\002\001\026\066\150\164\164\160\163\072\057\057\167\167\167
+\056\142\145\164\162\165\163\164\145\144\056\143\157\155\057\160
+\162\157\144\165\143\164\163\137\163\145\162\166\151\143\145\163
+\057\151\156\144\145\170\056\150\164\155\154\060\021\006\011\140
+\206\110\001\206\370\102\001\001\004\004\003\002\000\007\060\201
+\211\006\003\125\035\037\004\201\201\060\177\060\175\240\173\240
+\171\244\167\060\165\061\022\060\020\006\003\125\004\012\023\011
+\142\145\124\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\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\061\015\060\013\006
+\003\125\004\003\023\004\103\122\114\061\060\053\006\003\125\035
+\020\004\044\060\042\200\017\062\060\060\062\060\064\061\061\060
+\070\062\064\062\067\132\201\017\062\060\062\062\060\064\061\061
+\060\070\065\064\062\067\132\060\013\006\003\125\035\017\004\004
+\003\002\001\006\060\037\006\003\125\035\043\004\030\060\026\200
+\024\175\160\345\256\070\213\006\077\252\034\032\217\371\317\044
+\060\252\204\204\026\060\035\006\003\125\035\016\004\026\004\024
+\175\160\345\256\070\213\006\077\252\034\032\217\371\317\044\060
+\252\204\204\026\060\014\006\003\125\035\023\004\005\060\003\001
+\001\377\060\035\006\011\052\206\110\206\366\175\007\101\000\004
+\020\060\016\033\010\126\066\056\060\072\064\056\060\003\002\004
+\220\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
+\003\202\001\001\000\052\270\027\316\037\020\224\353\270\232\267
+\271\137\354\332\367\222\044\254\334\222\073\307\040\215\362\231
+\345\135\070\241\302\064\355\305\023\131\134\005\265\053\117\141
+\233\221\373\101\374\374\325\074\115\230\166\006\365\201\175\353
+\335\220\346\321\126\124\332\343\055\014\237\021\062\224\042\001
+\172\366\154\054\164\147\004\314\245\217\216\054\263\103\265\224
+\242\320\175\351\142\177\006\276\047\001\203\236\072\375\212\356
+\230\103\112\153\327\265\227\073\072\277\117\155\264\143\372\063
+\000\064\056\055\155\226\311\173\312\231\143\272\276\364\366\060
+\240\055\230\226\351\126\104\005\251\104\243\141\020\353\202\241
+\147\135\274\135\047\165\252\212\050\066\052\070\222\331\335\244
+\136\000\245\314\314\174\051\052\336\050\220\253\267\341\266\377
+\175\045\013\100\330\252\064\243\055\336\007\353\137\316\012\335
+\312\176\072\175\046\301\142\150\072\346\057\067\363\201\206\041
+\304\251\144\252\357\105\066\321\032\146\174\370\351\067\326\326
+\141\276\242\255\110\347\337\346\164\376\323\155\175\322\045\334
+\254\142\127\251\367
+END
+
+# Trust for Certificate "beTRUSTed Root CA - Entrust Implementation"
+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 "beTRUSTed Root CA - Entrust Implementation"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\162\231\171\023\354\233\015\256\145\321\266\327\262\112\166\243
+\256\302\356\026
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\175\206\220\217\133\361\362\100\300\367\075\142\265\244\251\073
+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
+
+#
+# Certificate "beTRUSTed Root CA - RSA Implementation"
+#
+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 "beTRUSTed Root CA - RSA Implementation"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\142\061\022\060\020\006\003\125\004\012\023\011\142\145\124
+\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\057\060\055\006\003\125\004\003\023\046\142\145
+\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\040
+\055\040\122\123\101\040\111\155\160\154\145\155\145\156\164\141
+\164\151\157\156
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\142\061\022\060\020\006\003\125\004\012\023\011\142\145\124
+\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\057\060\055\006\003\125\004\003\023\046\142\145
+\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\040
+\055\040\122\123\101\040\111\155\160\154\145\155\145\156\164\141
+\164\151\157\156
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\073\131\307\173\315\133\127\236\275\067\122\254\166\264\252\032
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\005\150\060\202\004\120\240\003\002\001\002\002\020\073
+\131\307\173\315\133\127\236\275\067\122\254\166\264\252\032\060
+\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\142
+\061\022\060\020\006\003\125\004\012\023\011\142\145\124\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\057\060\055\006\003\125\004\003\023\046\142\145\124\122
+\125\123\124\145\144\040\122\157\157\164\040\103\101\040\055\040
+\122\123\101\040\111\155\160\154\145\155\145\156\164\141\164\151
+\157\156\060\036\027\015\060\062\060\064\061\061\061\061\061\070
+\061\063\132\027\015\062\062\060\064\061\062\061\061\060\067\062
+\065\132\060\142\061\022\060\020\006\003\125\004\012\023\011\142
+\145\124\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\057\060\055\006\003\125\004\003\023\046
+\142\145\124\122\125\123\124\145\144\040\122\157\157\164\040\103
+\101\040\055\040\122\123\101\040\111\155\160\154\145\155\145\156
+\164\141\164\151\157\156\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\344\272\064\060\011\216\127\320\271
+\006\054\157\156\044\200\042\277\135\103\246\372\117\254\202\347
+\034\150\160\205\033\243\156\265\252\170\331\156\007\113\077\351
+\337\365\352\350\124\241\141\212\016\057\151\165\030\267\014\345
+\024\215\161\156\230\270\125\374\014\225\320\233\156\341\055\210
+\324\072\100\153\222\361\231\226\144\336\333\377\170\364\356\226
+\035\107\211\174\324\276\271\210\167\043\072\011\346\004\236\155
+\252\136\322\310\275\232\116\031\337\211\352\133\016\176\303\344
+\264\360\340\151\073\210\017\101\220\370\324\161\103\044\301\217
+\046\113\073\126\351\377\214\154\067\351\105\255\205\214\123\303
+\140\206\220\112\226\311\263\124\260\273\027\360\034\105\331\324
+\033\031\144\126\012\031\367\314\341\377\206\257\176\130\136\254
+\172\220\037\311\050\071\105\173\242\266\307\234\037\332\205\324
+\041\206\131\060\223\276\123\063\067\366\357\101\317\063\307\253
+\162\153\045\365\363\123\033\014\114\056\361\165\113\357\240\207
+\367\376\212\025\320\154\325\313\371\150\123\271\160\025\023\302
+\365\056\373\103\065\165\055\002\003\001\000\001\243\202\002\030
+\060\202\002\024\060\014\006\003\125\035\023\004\005\060\003\001
+\001\377\060\202\001\265\006\003\125\035\040\004\202\001\254\060
+\202\001\250\060\202\001\244\006\017\053\006\001\004\001\261\076
+\000\000\003\011\050\203\221\061\060\202\001\217\060\101\006\010
+\053\006\001\005\005\007\002\001\026\065\150\164\164\160\072\057
+\057\167\167\167\056\142\145\164\162\165\163\164\145\144\056\143
+\157\155\057\160\162\157\144\165\143\164\163\137\163\145\162\166
+\151\143\145\163\057\151\156\144\145\170\056\150\164\155\154\060
+\202\001\110\006\010\053\006\001\005\005\007\002\002\060\202\001
+\072\032\202\001\066\122\145\154\151\141\156\143\145\040\157\156
+\040\157\162\040\165\163\145\040\157\146\040\164\150\151\163\040
+\103\145\162\164\151\146\151\143\141\164\145\040\143\162\145\141
+\164\145\163\040\141\156\040\141\143\153\156\157\167\154\145\144
+\147\155\145\156\164\040\141\156\144\040\141\143\143\145\160\164
+\141\156\143\145\040\157\146\040\164\150\145\040\164\150\145\156
+\040\141\160\160\154\151\143\141\142\154\145\040\163\164\141\156
+\144\141\162\144\040\164\145\162\155\163\040\141\156\144\040\143
+\157\156\144\151\164\151\157\156\163\040\157\146\040\165\163\145
+\054\040\164\150\145\040\103\145\162\164\151\146\151\143\141\164
+\151\157\156\040\120\162\141\143\164\151\143\145\040\123\164\141
+\164\145\155\145\156\164\040\141\156\144\040\164\150\145\040\122
+\145\154\171\151\156\147\040\120\141\162\164\171\040\101\147\162
+\145\145\155\145\156\164\054\040\167\150\151\143\150\040\143\141
+\156\040\142\145\040\146\157\165\156\144\040\141\164\040\164\150
+\145\040\142\145\124\122\125\123\124\145\144\040\167\145\142\040
+\163\151\164\145\054\040\150\164\164\160\072\057\057\167\167\167
+\056\142\145\164\162\165\163\164\145\144\056\143\157\155\057\160
+\162\157\144\165\143\164\163\137\163\145\162\166\151\143\145\163
+\057\151\156\144\145\170\056\150\164\155\154\060\013\006\003\125
+\035\017\004\004\003\002\001\006\060\037\006\003\125\035\043\004
+\030\060\026\200\024\251\354\024\176\371\331\103\314\123\053\024
+\255\317\367\360\131\211\101\315\031\060\035\006\003\125\035\016
+\004\026\004\024\251\354\024\176\371\331\103\314\123\053\024\255
+\317\367\360\131\211\101\315\031\060\015\006\011\052\206\110\206
+\367\015\001\001\005\005\000\003\202\001\001\000\333\227\260\165
+\352\014\304\301\230\312\126\005\300\250\255\046\110\257\055\040
+\350\201\307\266\337\103\301\054\035\165\113\324\102\215\347\172
+\250\164\334\146\102\131\207\263\365\151\155\331\251\236\263\175
+\034\061\301\365\124\342\131\044\111\345\356\275\071\246\153\212
+\230\104\373\233\327\052\203\227\064\055\307\175\065\114\055\064
+\270\076\015\304\354\210\047\257\236\222\375\120\141\202\250\140
+\007\024\123\314\145\023\301\366\107\104\151\322\061\310\246\335
+\056\263\013\336\112\215\133\075\253\015\302\065\122\242\126\067
+\314\062\213\050\205\102\234\221\100\172\160\053\070\066\325\341
+\163\032\037\345\372\176\137\334\326\234\073\060\352\333\300\133
+\047\134\323\163\007\301\302\363\114\233\157\237\033\312\036\252
+\250\070\063\011\130\262\256\374\007\350\066\334\125\272\057\117
+\100\376\172\275\006\246\201\301\223\042\174\206\021\012\006\167
+\110\256\065\267\057\062\232\141\136\213\276\051\237\051\044\210
+\126\071\054\250\322\253\226\003\132\324\110\237\271\100\204\013
+\230\150\373\001\103\326\033\342\011\261\227\034
+END
+
+# Trust for Certificate "beTRUSTed Root CA - RSA Implementation"
+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 "beTRUSTed Root CA - RSA Implementation"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\035\202\131\312\041\047\303\313\301\154\331\062\366\054\145\051
+\214\250\207\022
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\206\102\005\011\274\247\235\354\035\363\056\016\272\330\035\320
+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
+
+#
+# Certificate "RSA Security 2048 v3"
+#
+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 "RSA Security 2048 v3"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\072\061\031\060\027\006\003\125\004\012\023\020\122\123\101
+\040\123\145\143\165\162\151\164\171\040\111\156\143\061\035\060
+\033\006\003\125\004\013\023\024\122\123\101\040\123\145\143\165
+\162\151\164\171\040\062\060\064\070\040\126\063
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\072\061\031\060\027\006\003\125\004\012\023\020\122\123\101
+\040\123\145\143\165\162\151\164\171\040\111\156\143\061\035\060
+\033\006\003\125\004\013\023\024\122\123\101\040\123\145\143\165
+\162\151\164\171\040\062\060\064\070\040\126\063
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\012\001\001\001\000\000\002\174\000\000\000\012\000\000\000\002
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\003\141\060\202\002\111\240\003\002\001\002\002\020\012
+\001\001\001\000\000\002\174\000\000\000\012\000\000\000\002\060
+\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\072
+\061\031\060\027\006\003\125\004\012\023\020\122\123\101\040\123
+\145\143\165\162\151\164\171\040\111\156\143\061\035\060\033\006
+\003\125\004\013\023\024\122\123\101\040\123\145\143\165\162\151
+\164\171\040\062\060\064\070\040\126\063\060\036\027\015\060\061
+\060\062\062\062\062\060\063\071\062\063\132\027\015\062\066\060
+\062\062\062\062\060\063\071\062\063\132\060\072\061\031\060\027
+\006\003\125\004\012\023\020\122\123\101\040\123\145\143\165\162
+\151\164\171\040\111\156\143\061\035\060\033\006\003\125\004\013
+\023\024\122\123\101\040\123\145\143\165\162\151\164\171\040\062
+\060\064\070\040\126\063\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\267\217\125\161\322\200\335\173\151
+\171\247\360\030\120\062\074\142\147\366\012\225\007\335\346\033
+\363\236\331\322\101\124\153\255\237\174\276\031\315\373\106\253
+\101\150\036\030\352\125\310\057\221\170\211\050\373\047\051\140
+\377\337\217\214\073\311\111\233\265\244\224\316\001\352\076\265
+\143\173\177\046\375\031\335\300\041\275\204\321\055\117\106\303
+\116\334\330\067\071\073\050\257\313\235\032\352\053\257\041\245
+\301\043\042\270\270\033\132\023\207\127\203\321\360\040\347\350
+\117\043\102\260\000\245\175\211\351\351\141\163\224\230\161\046
+\274\055\152\340\367\115\360\361\266\052\070\061\201\015\051\341
+\000\301\121\017\114\122\370\004\132\252\175\162\323\270\207\052
+\273\143\020\003\052\263\241\117\015\132\136\106\267\075\016\365
+\164\354\231\237\371\075\044\201\210\246\335\140\124\350\225\066
+\075\306\011\223\232\243\022\200\000\125\231\031\107\275\320\245
+\174\303\272\373\037\367\365\017\370\254\271\265\364\067\230\023
+\030\336\205\133\267\014\202\073\207\157\225\071\130\060\332\156
+\001\150\027\042\314\300\013\002\003\001\000\001\243\143\060\141
+\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\037\006\003\125\035\043\004\030\060\026\200\024\007\303
+\121\060\244\252\351\105\256\065\044\372\377\044\054\063\320\261
+\235\214\060\035\006\003\125\035\016\004\026\004\024\007\303\121
+\060\244\252\351\105\256\065\044\372\377\044\054\063\320\261\235
+\214\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000
+\003\202\001\001\000\137\076\206\166\156\270\065\074\116\066\034
+\036\171\230\277\375\325\022\021\171\122\016\356\061\211\274\335
+\177\371\321\306\025\041\350\212\001\124\015\072\373\124\271\326
+\143\324\261\252\226\115\242\102\115\324\123\037\213\020\336\177
+\145\276\140\023\047\161\210\244\163\343\204\143\321\244\125\341
+\120\223\346\033\016\171\320\147\274\106\310\277\077\027\015\225
+\346\306\220\151\336\347\264\057\336\225\175\320\022\077\075\076
+\177\115\077\024\150\365\021\120\325\301\364\220\245\010\035\061
+\140\377\140\214\043\124\012\257\376\241\156\305\321\172\052\150
+\170\317\036\202\012\040\264\037\255\345\205\262\152\150\165\116
+\255\045\067\224\205\276\275\241\324\352\267\014\113\074\235\350
+\022\000\360\137\254\015\341\254\160\143\163\367\177\171\237\062
+\045\102\164\005\200\050\277\275\301\044\226\130\025\261\027\041
+\351\211\113\333\007\210\147\364\025\255\160\076\057\115\205\073
+\302\267\333\376\230\150\043\211\341\164\017\336\364\305\204\143
+\051\033\314\313\007\311\000\244\251\327\302\042\117\147\327\167
+\354\040\005\141\336
+END
+
+# Trust for Certificate "RSA Security 2048 v3"
+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 "RSA Security 2048 v3"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\045\001\220\031\317\373\331\231\034\267\150\045\164\215\224\137
+\060\223\225\102
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\167\015\031\261\041\375\000\102\234\076\014\245\335\013\002\216
+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
+
+#
+# Certificate "RSA Security 1024 v3"
+#
+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 "RSA Security 1024 v3"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\072\061\031\060\027\006\003\125\004\012\023\020\122\123\101
+\040\123\145\143\165\162\151\164\171\040\111\156\143\061\035\060
+\033\006\003\125\004\013\023\024\122\123\101\040\123\145\143\165
+\162\151\164\171\040\061\060\062\064\040\126\063
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\072\061\031\060\027\006\003\125\004\012\023\020\122\123\101
+\040\123\145\143\165\162\151\164\171\040\111\156\143\061\035\060
+\033\006\003\125\004\013\023\024\122\123\101\040\123\145\143\165
+\162\151\164\171\040\061\060\062\064\040\126\063
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\012\001\001\001\000\000\002\174\000\000\000\013\000\000\000\002
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\002\134\060\202\001\305\240\003\002\001\002\002\020\012
+\001\001\001\000\000\002\174\000\000\000\013\000\000\000\002\060
+\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\072
+\061\031\060\027\006\003\125\004\012\023\020\122\123\101\040\123
+\145\143\165\162\151\164\171\040\111\156\143\061\035\060\033\006
+\003\125\004\013\023\024\122\123\101\040\123\145\143\165\162\151
+\164\171\040\061\060\062\064\040\126\063\060\036\027\015\060\061
+\060\062\062\062\062\061\060\061\064\071\132\027\015\062\066\060
+\062\062\062\062\060\060\061\064\071\132\060\072\061\031\060\027
+\006\003\125\004\012\023\020\122\123\101\040\123\145\143\165\162
+\151\164\171\040\111\156\143\061\035\060\033\006\003\125\004\013
+\023\024\122\123\101\040\123\145\143\165\162\151\164\171\040\061
+\060\062\064\040\126\063\060\201\237\060\015\006\011\052\206\110
+\206\367\015\001\001\001\005\000\003\201\215\000\060\201\211\002
+\201\201\000\325\335\376\146\011\317\044\074\076\256\201\116\116
+\212\304\151\200\133\131\073\337\271\115\114\312\265\055\303\047
+\055\074\257\000\102\155\274\050\246\226\317\177\327\130\254\203
+\012\243\125\265\173\027\220\025\204\114\212\356\046\231\334\130
+\357\307\070\246\252\257\320\216\102\310\142\327\253\254\251\373
+\112\175\277\352\376\022\115\335\377\046\055\157\066\124\150\310
+\322\204\126\356\222\123\141\011\263\077\071\233\250\311\233\275
+\316\237\176\324\031\152\026\051\030\276\327\072\151\334\045\133
+\063\032\121\002\003\001\000\001\243\143\060\141\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\037\006
+\003\125\035\043\004\030\060\026\200\024\304\300\034\244\007\224
+\375\315\115\001\324\124\332\245\014\137\336\256\005\132\060\035
+\006\003\125\035\016\004\026\004\024\304\300\034\244\007\224\375
+\315\115\001\324\124\332\245\014\137\336\256\005\132\060\015\006
+\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000
+\077\055\152\343\046\103\225\175\211\227\145\373\165\344\162\035
+\106\127\304\141\153\151\237\022\233\054\325\132\350\300\242\360
+\103\225\343\037\351\166\315\334\353\274\223\240\145\012\307\115
+\117\137\247\257\242\106\024\271\014\363\314\275\152\156\267\235
+\336\045\102\320\124\377\236\150\163\143\334\044\353\042\277\250
+\162\362\136\000\341\015\116\072\103\156\231\116\077\211\170\003
+\230\312\363\125\314\235\256\216\301\252\105\230\372\217\032\240
+\215\210\043\361\025\101\015\245\106\076\221\077\213\353\367\161
+END
+
+# Trust for Certificate "RSA Security 1024 v3"
+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 "RSA Security 1024 v3"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\074\273\135\340\374\326\071\174\005\210\345\146\227\275\106\052
+\275\371\134\166
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\072\345\120\260\071\276\307\106\066\063\241\376\202\076\215\224
+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
+
+#
+# Certificate "GeoTrust Global CA"
+#
+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 "GeoTrust Global CA"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\102\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165
+\163\164\040\111\156\143\056\061\033\060\031\006\003\125\004\003
+\023\022\107\145\157\124\162\165\163\164\040\107\154\157\142\141
+\154\040\103\101
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\102\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162\165
+\163\164\040\111\156\143\056\061\033\060\031\006\003\125\004\003
+\023\022\107\145\157\124\162\165\163\164\040\107\154\157\142\141
+\154\040\103\101
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\002\064\126
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\003\124\060\202\002\074\240\003\002\001\002\002\003\002
+\064\126\060\015\006\011\052\206\110\206\367\015\001\001\005\005
+\000\060\102\061\013\060\011\006\003\125\004\006\023\002\125\123
+\061\026\060\024\006\003\125\004\012\023\015\107\145\157\124\162
+\165\163\164\040\111\156\143\056\061\033\060\031\006\003\125\004
+\003\023\022\107\145\157\124\162\165\163\164\040\107\154\157\142
+\141\154\040\103\101\060\036\027\015\060\062\060\065\062\061\060
+\064\060\060\060\060\132\027\015\062\062\060\065\062\061\060\064
+\060\060\060\060\132\060\102\061\013\060\011\006\003\125\004\006
+\023\002\125\123\061\026\060\024\006\003\125\004\012\023\015\107
+\145\157\124\162\165\163\164\040\111\156\143\056\061\033\060\031
+\006\003\125\004\003\023\022\107\145\157\124\162\165\163\164\040
+\107\154\157\142\141\154\040\103\101\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\332\314\030\143\060\375
+\364\027\043\032\126\176\133\337\074\154\070\344\161\267\170\221
+\324\274\241\330\114\370\250\103\266\003\351\115\041\007\010\210
+\332\130\057\146\071\051\275\005\170\213\235\070\350\005\267\152
+\176\161\244\346\304\140\246\260\357\200\344\211\050\017\236\045
+\326\355\203\363\255\246\221\307\230\311\102\030\065\024\235\255
+\230\106\222\056\117\312\361\207\103\301\026\225\127\055\120\357
+\211\055\200\172\127\255\362\356\137\153\322\000\215\271\024\370
+\024\025\065\331\300\106\243\173\162\310\221\277\311\125\053\315
+\320\227\076\234\046\144\314\337\316\203\031\161\312\116\346\324
+\325\173\251\031\315\125\336\310\354\322\136\070\123\345\134\117
+\214\055\376\120\043\066\374\146\346\313\216\244\071\031\000\267
+\225\002\071\221\013\016\376\070\056\321\035\005\232\366\115\076
+\157\017\007\035\257\054\036\217\140\071\342\372\066\123\023\071
+\324\136\046\053\333\075\250\024\275\062\353\030\003\050\122\004
+\161\345\253\063\075\341\070\273\007\066\204\142\234\171\352\026
+\060\364\137\300\053\350\161\153\344\371\002\003\001\000\001\243
+\123\060\121\060\017\006\003\125\035\023\001\001\377\004\005\060
+\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\300
+\172\230\150\215\211\373\253\005\144\014\021\175\252\175\145\270
+\312\314\116\060\037\006\003\125\035\043\004\030\060\026\200\024
+\300\172\230\150\215\211\373\253\005\144\014\021\175\252\175\145
+\270\312\314\116\060\015\006\011\052\206\110\206\367\015\001\001
+\005\005\000\003\202\001\001\000\065\343\051\152\345\057\135\124
+\216\051\120\224\237\231\032\024\344\217\170\052\142\224\242\047
+\147\236\320\317\032\136\107\351\301\262\244\317\335\101\032\005
+\116\233\113\356\112\157\125\122\263\044\241\067\012\353\144\166
+\052\056\054\363\375\073\165\220\277\372\161\330\307\075\067\322
+\265\005\225\142\271\246\336\211\075\066\173\070\167\110\227\254
+\246\040\217\056\246\311\014\302\262\231\105\000\307\316\021\121
+\042\042\340\245\352\266\025\110\011\144\352\136\117\164\367\005
+\076\307\212\122\014\333\025\264\275\155\233\345\306\261\124\150
+\251\343\151\220\266\232\245\017\270\271\077\040\175\256\112\265
+\270\234\344\035\266\253\346\224\245\301\307\203\255\333\365\047
+\207\016\004\154\325\377\335\240\135\355\207\122\267\053\025\002
+\256\071\246\152\164\351\332\304\347\274\115\064\036\251\134\115
+\063\137\222\011\057\210\146\135\167\227\307\035\166\023\251\325
+\345\361\026\011\021\065\325\254\333\044\161\160\054\230\126\013
+\331\027\264\321\343\121\053\136\165\350\325\320\334\117\064\355
+\302\005\146\200\241\313\346\063
+END
+
+# Trust for Certificate "GeoTrust Global CA"
+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 "GeoTrust Global CA"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\336\050\364\244\377\345\271\057\243\305\003\321\243\111\247\371
+\226\052\202\022
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\367\165\253\051\373\121\116\267\167\136\377\005\074\231\216\365
+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
+
+#
+# Certificate "UTN-USER First-Network Applications"
+#
+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 "UTN-USER First-Network Applications"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\201\243\061\013\060\011\006\003\125\004\006\023\002\125\123
+\061\013\060\011\006\003\125\004\010\023\002\125\124\061\027\060
+\025\006\003\125\004\007\023\016\123\141\154\164\040\114\141\153
+\145\040\103\151\164\171\061\036\060\034\006\003\125\004\012\023
+\025\124\150\145\040\125\123\105\122\124\122\125\123\124\040\116
+\145\164\167\157\162\153\061\041\060\037\006\003\125\004\013\023
+\030\150\164\164\160\072\057\057\167\167\167\056\165\163\145\162
+\164\162\165\163\164\056\143\157\155\061\053\060\051\006\003\125
+\004\003\023\042\125\124\116\055\125\123\105\122\106\151\162\163
+\164\055\116\145\164\167\157\162\153\040\101\160\160\154\151\143
+\141\164\151\157\156\163
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\201\243\061\013\060\011\006\003\125\004\006\023\002\125\123
+\061\013\060\011\006\003\125\004\010\023\002\125\124\061\027\060
+\025\006\003\125\004\007\023\016\123\141\154\164\040\114\141\153
+\145\040\103\151\164\171\061\036\060\034\006\003\125\004\012\023
+\025\124\150\145\040\125\123\105\122\124\122\125\123\124\040\116
+\145\164\167\157\162\153\061\041\060\037\006\003\125\004\013\023
+\030\150\164\164\160\072\057\057\167\167\167\056\165\163\145\162
+\164\162\165\163\164\056\143\157\155\061\053\060\051\006\003\125
+\004\003\023\042\125\124\116\055\125\123\105\122\106\151\162\163
+\164\055\116\145\164\167\157\162\153\040\101\160\160\154\151\143
+\141\164\151\157\156\163
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\104\276\014\213\120\000\044\264\021\323\066\060\113\300\063\167
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\004\144\060\202\003\114\240\003\002\001\002\002\020\104
+\276\014\213\120\000\044\264\021\323\066\060\113\300\063\167\060
+\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\201
+\243\061\013\060\011\006\003\125\004\006\023\002\125\123\061\013
+\060\011\006\003\125\004\010\023\002\125\124\061\027\060\025\006
+\003\125\004\007\023\016\123\141\154\164\040\114\141\153\145\040
+\103\151\164\171\061\036\060\034\006\003\125\004\012\023\025\124
+\150\145\040\125\123\105\122\124\122\125\123\124\040\116\145\164
+\167\157\162\153\061\041\060\037\006\003\125\004\013\023\030\150
+\164\164\160\072\057\057\167\167\167\056\165\163\145\162\164\162
+\165\163\164\056\143\157\155\061\053\060\051\006\003\125\004\003
+\023\042\125\124\116\055\125\123\105\122\106\151\162\163\164\055
+\116\145\164\167\157\162\153\040\101\160\160\154\151\143\141\164
+\151\157\156\163\060\036\027\015\071\071\060\067\060\071\061\070
+\064\070\063\071\132\027\015\061\071\060\067\060\071\061\070\065
+\067\064\071\132\060\201\243\061\013\060\011\006\003\125\004\006
+\023\002\125\123\061\013\060\011\006\003\125\004\010\023\002\125
+\124\061\027\060\025\006\003\125\004\007\023\016\123\141\154\164
+\040\114\141\153\145\040\103\151\164\171\061\036\060\034\006\003
+\125\004\012\023\025\124\150\145\040\125\123\105\122\124\122\125
+\123\124\040\116\145\164\167\157\162\153\061\041\060\037\006\003
+\125\004\013\023\030\150\164\164\160\072\057\057\167\167\167\056
+\165\163\145\162\164\162\165\163\164\056\143\157\155\061\053\060
+\051\006\003\125\004\003\023\042\125\124\116\055\125\123\105\122
+\106\151\162\163\164\055\116\145\164\167\157\162\153\040\101\160
+\160\154\151\143\141\164\151\157\156\163\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\263\373\221\241\344
+\066\125\205\254\006\064\133\240\232\130\262\370\265\017\005\167
+\203\256\062\261\166\222\150\354\043\112\311\166\077\343\234\266
+\067\171\003\271\253\151\215\007\045\266\031\147\344\260\033\030
+\163\141\112\350\176\315\323\057\144\343\246\174\014\372\027\200
+\243\015\107\211\117\121\161\057\356\374\077\371\270\026\200\207
+\211\223\045\040\232\103\202\151\044\166\050\131\065\241\035\300
+\177\203\006\144\026\040\054\323\111\244\205\264\300\141\177\121
+\010\370\150\025\221\200\313\245\325\356\073\072\364\204\004\136
+\140\131\247\214\064\162\356\270\170\305\321\073\022\112\157\176
+\145\047\271\244\125\305\271\157\103\244\305\035\054\231\300\122
+\244\170\114\025\263\100\230\010\153\103\306\001\260\172\173\365
+\153\034\042\077\313\357\377\250\320\072\113\166\025\236\322\321
+\306\056\343\333\127\033\062\242\270\157\350\206\246\077\160\253
+\345\160\222\253\104\036\100\120\373\234\243\142\344\154\156\240
+\310\336\342\200\102\372\351\057\350\316\062\004\217\174\215\267
+\034\243\065\074\025\335\236\303\256\227\245\002\003\001\000\001
+\243\201\221\060\201\216\060\013\006\003\125\035\017\004\004\003
+\002\001\306\060\017\006\003\125\035\023\001\001\377\004\005\060
+\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\372
+\206\311\333\340\272\351\170\365\113\250\326\025\337\360\323\341
+\152\024\074\060\117\006\003\125\035\037\004\110\060\106\060\104
+\240\102\240\100\206\076\150\164\164\160\072\057\057\143\162\154
+\056\165\163\145\162\164\162\165\163\164\056\143\157\155\057\125
+\124\116\055\125\123\105\122\106\151\162\163\164\055\116\145\164
+\167\157\162\153\101\160\160\154\151\143\141\164\151\157\156\163
+\056\143\162\154\060\015\006\011\052\206\110\206\367\015\001\001
+\005\005\000\003\202\001\001\000\244\363\045\314\321\324\221\203
+\042\320\314\062\253\233\226\116\064\221\124\040\045\064\141\137
+\052\002\025\341\213\252\377\175\144\121\317\012\377\274\175\330
+\041\152\170\313\057\121\157\370\102\035\063\275\353\265\173\224
+\303\303\251\240\055\337\321\051\037\035\376\217\077\273\250\105
+\052\177\321\156\125\044\342\273\002\373\061\077\276\350\274\354
+\100\053\370\001\324\126\070\344\312\104\202\265\141\040\041\147
+\145\366\360\013\347\064\370\245\302\234\243\134\100\037\205\223
+\225\006\336\117\324\047\251\266\245\374\026\315\163\061\077\270
+\145\047\317\324\123\032\360\254\156\237\117\005\014\003\201\247
+\204\051\304\132\275\144\127\162\255\073\317\067\030\246\230\306
+\255\006\264\334\010\243\004\325\051\244\226\232\022\147\112\214
+\140\105\235\361\043\232\260\000\234\150\265\230\120\323\357\216
+\056\222\145\261\110\076\041\276\025\060\052\015\265\014\243\153
+\077\256\177\127\365\037\226\174\337\157\335\202\060\054\145\033
+\100\112\315\150\271\162\354\161\166\354\124\216\037\205\014\001
+\152\372\246\070\254\037\304\204
+END
+
+# Trust for Certificate "UTN-USER First-Network Applications"
+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 "UTN-USER First-Network Applications"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\135\230\234\333\025\226\021\066\121\145\144\033\126\017\333\352
+\052\302\076\361
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\277\140\131\243\133\272\366\247\166\102\332\157\032\173\120\317
+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
+
+#
+# Certificate "America Online Root Certification Authority 1"
+#
+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 "America Online Root Certification Authority 1"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\034\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143
+\141\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060
+\064\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040
+\117\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164
+\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162
+\151\164\171\040\061
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\034\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143
+\141\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060
+\064\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040
+\117\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164
+\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162
+\151\164\171\040\061
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\001
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\003\244\060\202\002\214\240\003\002\001\002\002\001\001
+\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060
+\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061\034
+\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143\141
+\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060\064
+\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040\117
+\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164\151
+\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151
+\164\171\040\061\060\036\027\015\060\062\060\065\062\070\060\066
+\060\060\060\060\132\027\015\063\067\061\061\061\071\062\060\064
+\063\060\060\132\060\143\061\013\060\011\006\003\125\004\006\023
+\002\125\123\061\034\060\032\006\003\125\004\012\023\023\101\155
+\145\162\151\143\141\040\117\156\154\151\156\145\040\111\156\143
+\056\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162
+\151\143\141\040\117\156\154\151\156\145\040\122\157\157\164\040
+\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165
+\164\150\157\162\151\164\171\040\061\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\250\057\350\244\151\006
+\003\107\303\351\052\230\377\031\242\160\232\306\120\262\176\245
+\337\150\115\033\174\017\266\227\150\175\055\246\213\227\351\144
+\206\311\243\357\240\206\277\140\145\234\113\124\210\302\110\305
+\112\071\277\024\343\131\125\345\031\264\164\310\264\005\071\134
+\026\245\342\225\005\340\022\256\131\213\242\063\150\130\034\246
+\324\025\267\330\237\327\334\161\253\176\232\277\233\216\063\017
+\042\375\037\056\347\007\066\357\142\071\305\335\313\272\045\024
+\043\336\014\306\075\074\316\202\010\346\146\076\332\121\073\026
+\072\243\005\177\240\334\207\325\234\374\162\251\240\175\170\344
+\267\061\125\036\145\273\324\141\260\041\140\355\020\062\162\305
+\222\045\036\370\220\112\030\170\107\337\176\060\067\076\120\033
+\333\034\323\153\232\206\123\007\260\357\254\006\170\370\204\231
+\376\041\215\114\200\266\014\202\366\146\160\171\032\323\117\243
+\317\361\317\106\260\113\017\076\335\210\142\270\214\251\011\050
+\073\172\307\227\341\036\345\364\237\300\300\256\044\240\310\241
+\331\017\326\173\046\202\151\062\075\247\002\003\001\000\001\243
+\143\060\141\060\017\006\003\125\035\023\001\001\377\004\005\060
+\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\000
+\255\331\243\366\171\366\156\164\251\177\063\075\201\027\327\114
+\317\063\336\060\037\006\003\125\035\043\004\030\060\026\200\024
+\000\255\331\243\366\171\366\156\164\251\177\063\075\201\027\327
+\114\317\063\336\060\016\006\003\125\035\017\001\001\377\004\004
+\003\002\001\206\060\015\006\011\052\206\110\206\367\015\001\001
+\005\005\000\003\202\001\001\000\174\212\321\037\030\067\202\340
+\270\260\243\355\126\225\310\142\141\234\005\242\315\302\142\046
+\141\315\020\026\327\314\264\145\064\320\021\212\255\250\251\005
+\146\357\164\363\155\137\235\231\257\366\213\373\353\122\262\005
+\230\242\157\052\305\124\275\045\275\137\256\310\206\352\106\054
+\301\263\275\301\351\111\160\030\026\227\010\023\214\040\340\033
+\056\072\107\313\036\344\000\060\225\133\364\105\243\300\032\260
+\001\116\253\275\300\043\156\143\077\200\112\305\007\355\334\342
+\157\307\301\142\361\343\162\326\004\310\164\147\013\372\210\253
+\241\001\310\157\360\024\257\322\231\315\121\223\176\355\056\070
+\307\275\316\106\120\075\162\343\171\045\235\233\210\053\020\040
+\335\245\270\062\237\215\340\051\337\041\164\206\202\333\057\202
+\060\306\307\065\206\263\371\226\137\106\333\014\105\375\363\120
+\303\157\306\303\110\255\106\246\341\047\107\012\035\016\233\266
+\302\167\177\143\362\340\175\032\276\374\340\337\327\307\247\154
+\260\371\256\272\074\375\164\264\021\350\130\015\200\274\323\250
+\200\072\231\355\165\314\106\173
+END
+
+# Trust for Certificate "America Online Root Certification Authority 1"
+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 "America Online Root Certification Authority 1"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\071\041\301\025\301\135\016\312\134\313\133\304\360\175\041\330
+\005\013\126\152
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\024\361\010\255\235\372\144\342\211\347\034\317\250\255\175\136
+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
+
+#
+# Certificate "America Online Root Certification Authority 2"
+#
+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 "America Online Root Certification Authority 2"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\034\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143
+\141\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060
+\064\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040
+\117\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164
+\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162
+\151\164\171\040\062
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\034\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143
+\141\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060
+\064\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040
+\117\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164
+\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162
+\151\164\171\040\062
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\001
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\005\244\060\202\003\214\240\003\002\001\002\002\001\001
+\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060
+\143\061\013\060\011\006\003\125\004\006\023\002\125\123\061\034
+\060\032\006\003\125\004\012\023\023\101\155\145\162\151\143\141
+\040\117\156\154\151\156\145\040\111\156\143\056\061\066\060\064
+\006\003\125\004\003\023\055\101\155\145\162\151\143\141\040\117
+\156\154\151\156\145\040\122\157\157\164\040\103\145\162\164\151
+\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151
+\164\171\040\062\060\036\027\015\060\062\060\065\062\070\060\066
+\060\060\060\060\132\027\015\063\067\060\071\062\071\061\064\060
+\070\060\060\132\060\143\061\013\060\011\006\003\125\004\006\023
+\002\125\123\061\034\060\032\006\003\125\004\012\023\023\101\155
+\145\162\151\143\141\040\117\156\154\151\156\145\040\111\156\143
+\056\061\066\060\064\006\003\125\004\003\023\055\101\155\145\162
+\151\143\141\040\117\156\154\151\156\145\040\122\157\157\164\040
+\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165
+\164\150\157\162\151\164\171\040\062\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\314\101\105\035\351\075
+\115\020\366\214\261\101\311\340\136\313\015\267\277\107\163\323
+\360\125\115\335\306\014\372\261\146\005\152\315\170\264\334\002
+\333\116\201\363\327\247\174\161\274\165\143\240\135\343\007\014
+\110\354\045\304\003\040\364\377\016\073\022\377\233\215\341\306
+\325\033\264\155\042\343\261\333\177\041\144\257\206\274\127\042
+\052\326\107\201\127\104\202\126\123\275\206\024\001\013\374\177
+\164\244\132\256\361\272\021\265\233\130\132\200\264\067\170\011
+\063\174\062\107\003\134\304\245\203\110\364\127\126\156\201\066
+\047\030\117\354\233\050\302\324\264\327\174\014\076\014\053\337
+\312\004\327\306\216\352\130\116\250\244\245\030\034\154\105\230
+\243\101\321\055\322\307\155\215\031\361\255\171\267\201\077\275
+\006\202\047\055\020\130\005\265\170\005\271\057\333\014\153\220
+\220\176\024\131\070\273\224\044\023\345\321\235\024\337\323\202
+\115\106\360\200\071\122\062\017\343\204\262\172\103\362\136\336
+\137\077\035\335\343\262\033\240\241\052\043\003\156\056\001\025
+\207\134\246\165\165\307\227\141\276\336\206\334\324\110\333\275
+\052\277\112\125\332\350\175\120\373\264\200\027\270\224\277\001
+\075\352\332\272\174\340\130\147\027\271\130\340\210\206\106\147
+\154\235\020\107\130\062\320\065\174\171\052\220\242\132\020\021
+\043\065\255\057\314\344\112\133\247\310\047\362\203\336\136\273
+\136\167\347\350\245\156\143\302\015\135\141\320\214\322\154\132
+\041\016\312\050\243\316\052\351\225\307\110\317\226\157\035\222
+\045\310\306\306\301\301\014\005\254\046\304\322\165\322\341\052
+\147\300\075\133\245\232\353\317\173\032\250\235\024\105\345\017
+\240\232\145\336\057\050\275\316\157\224\146\203\110\051\330\352
+\145\214\257\223\331\144\237\125\127\046\277\157\313\067\061\231
+\243\140\273\034\255\211\064\062\142\270\103\041\006\162\014\241
+\134\155\106\305\372\051\317\060\336\211\334\161\133\335\266\067
+\076\337\120\365\270\007\045\046\345\274\265\376\074\002\263\267
+\370\276\103\301\207\021\224\236\043\154\027\212\270\212\047\014
+\124\107\360\251\263\300\200\214\240\047\353\035\031\343\007\216
+\167\160\312\053\364\175\166\340\170\147\002\003\001\000\001\243
+\143\060\141\060\017\006\003\125\035\023\001\001\377\004\005\060
+\003\001\001\377\060\035\006\003\125\035\016\004\026\004\024\115
+\105\301\150\070\273\163\251\151\241\040\347\355\365\042\241\043
+\024\327\236\060\037\006\003\125\035\043\004\030\060\026\200\024
+\115\105\301\150\070\273\163\251\151\241\040\347\355\365\042\241
+\043\024\327\236\060\016\006\003\125\035\017\001\001\377\004\004
+\003\002\001\206\060\015\006\011\052\206\110\206\367\015\001\001
+\005\005\000\003\202\002\001\000\147\153\006\271\137\105\073\052
+\113\063\263\346\033\153\131\116\042\314\271\267\244\045\311\247
+\304\360\124\226\013\144\363\261\130\117\136\121\374\262\227\173
+\047\145\302\345\312\347\015\014\045\173\142\343\372\237\264\207
+\267\105\106\257\203\245\227\110\214\245\275\361\026\053\233\166
+\054\172\065\140\154\021\200\227\314\251\222\122\346\053\346\151
+\355\251\370\066\055\054\167\277\141\110\321\143\013\271\133\122
+\355\030\260\103\102\042\246\261\167\256\336\151\305\315\307\034
+\241\261\245\034\020\373\030\276\032\160\335\301\222\113\276\051
+\132\235\077\065\276\345\175\121\370\125\340\045\165\043\207\036
+\134\334\272\235\260\254\263\151\333\027\203\311\367\336\014\274
+\010\334\221\236\250\320\327\025\067\163\245\065\270\374\176\305
+\104\100\006\303\353\370\042\200\134\107\316\002\343\021\237\104
+\377\375\232\062\314\175\144\121\016\353\127\046\166\072\343\036
+\042\074\302\246\066\335\031\357\247\374\022\363\046\300\131\061
+\205\114\234\330\317\337\244\314\314\051\223\377\224\155\166\134
+\023\010\227\362\355\245\013\115\335\350\311\150\016\146\323\000
+\016\063\022\133\274\225\345\062\220\250\263\306\154\203\255\167
+\356\213\176\176\261\251\253\323\341\361\266\300\261\352\210\300
+\347\323\220\351\050\222\224\173\150\173\227\052\012\147\055\205
+\002\070\020\344\003\141\324\332\045\066\307\010\130\055\241\247
+\121\257\060\012\111\365\246\151\207\007\055\104\106\166\216\052
+\345\232\073\327\030\242\374\234\070\020\314\306\073\322\265\027
+\072\157\375\256\045\275\365\162\131\144\261\164\052\070\137\030
+\114\337\317\161\004\132\066\324\277\057\231\234\350\331\272\261
+\225\346\002\113\041\241\133\325\301\117\217\256\151\155\123\333
+\001\223\265\134\036\030\335\144\132\312\030\050\076\143\004\021
+\375\034\215\000\017\270\067\337\147\212\235\146\251\002\152\221
+\377\023\312\057\135\203\274\207\223\154\334\044\121\026\004\045
+\146\372\263\331\302\272\051\276\232\110\070\202\231\364\277\073
+\112\061\031\371\277\216\041\063\024\312\117\124\137\373\316\373
+\217\161\177\375\136\031\240\017\113\221\270\304\124\274\006\260
+\105\217\046\221\242\216\376\251
+END
+
+# Trust for Certificate "America Online Root Certification Authority 2"
+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 "America Online Root Certification Authority 2"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\205\265\377\147\233\014\171\226\037\310\156\104\042\000\106\023
+\333\027\222\204
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\326\355\074\312\342\146\017\257\020\103\015\167\233\004\011\277
+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
+
+#
+# Certificate "Visa eCommerce Root"
+#
+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 "Visa eCommerce Root"
+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
+CKA_SUBJECT MULTILINE_OCTAL
+\060\153\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
+\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
+\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
+\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
+\034\060\032\006\003\125\004\003\023\023\126\151\163\141\040\145
+\103\157\155\155\145\162\143\145\040\122\157\157\164
+END
+CKA_ID UTF8 "0"
+CKA_ISSUER MULTILINE_OCTAL
+\060\153\061\013\060\011\006\003\125\004\006\023\002\125\123\061
+\015\060\013\006\003\125\004\012\023\004\126\111\123\101\061\057
+\060\055\006\003\125\004\013\023\046\126\151\163\141\040\111\156
+\164\145\162\156\141\164\151\157\156\141\154\040\123\145\162\166
+\151\143\145\040\101\163\163\157\143\151\141\164\151\157\156\061
+\034\060\032\006\003\125\004\003\023\023\126\151\163\141\040\145
+\103\157\155\155\145\162\143\145\040\122\157\157\164
+END
+CKA_SERIAL_NUMBER MULTILINE_OCTAL
+\023\206\065\115\035\077\006\362\301\371\145\005\325\220\034\142
+END
+CKA_VALUE MULTILINE_OCTAL
+\060\202\003\242\060\202\002\212\240\003\002\001\002\002\020\023
+\206\065\115\035\077\006\362\301\371\145\005\325\220\034\142\060
+\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\153
+\061\013\060\011\006\003\125\004\006\023\002\125\123\061\015\060
+\013\006\003\125\004\012\023\004\126\111\123\101\061\057\060\055
+\006\003\125\004\013\023\046\126\151\163\141\040\111\156\164\145
+\162\156\141\164\151\157\156\141\154\040\123\145\162\166\151\143
+\145\040\101\163\163\157\143\151\141\164\151\157\156\061\034\060
+\032\006\003\125\004\003\023\023\126\151\163\141\040\145\103\157
+\155\155\145\162\143\145\040\122\157\157\164\060\036\027\015\060
+\062\060\066\062\066\060\062\061\070\063\066\132\027\015\062\062
+\060\066\062\064\060\060\061\066\061\062\132\060\153\061\013\060
+\011\006\003\125\004\006\023\002\125\123\061\015\060\013\006\003
+\125\004\012\023\004\126\111\123\101\061\057\060\055\006\003\125
+\004\013\023\046\126\151\163\141\040\111\156\164\145\162\156\141
+\164\151\157\156\141\154\040\123\145\162\166\151\143\145\040\101
+\163\163\157\143\151\141\164\151\157\156\061\034\060\032\006\003
+\125\004\003\023\023\126\151\163\141\040\145\103\157\155\155\145
+\162\143\145\040\122\157\157\164\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\257\127\336\126\036\156\241
+\332\140\261\224\047\313\027\333\007\077\200\205\117\310\234\266
+\320\364\157\117\317\231\330\341\333\302\110\134\072\254\071\063
+\307\037\152\213\046\075\053\065\365\110\261\221\301\002\116\004
+\226\221\173\260\063\360\261\024\116\021\157\265\100\257\033\105
+\245\112\357\176\266\254\362\240\037\130\077\022\106\140\074\215
+\241\340\175\317\127\076\063\036\373\107\361\252\025\227\007\125
+\146\245\265\055\056\330\200\131\262\247\015\267\106\354\041\143
+\377\065\253\245\002\317\052\364\114\376\173\365\224\135\204\115
+\250\362\140\217\333\016\045\074\237\163\161\317\224\337\112\352
+\333\337\162\070\214\363\226\275\361\027\274\322\272\073\105\132
+\306\247\366\306\027\213\001\235\374\031\250\052\203\026\270\072
+\110\376\116\076\240\253\006\031\351\123\363\200\023\007\355\055
+\277\077\012\074\125\040\071\054\054\000\151\164\225\112\274\040
+\262\251\171\345\030\211\221\250\334\034\115\357\273\176\067\013
+\135\376\071\245\210\122\214\000\154\354\030\174\101\275\366\213
+\165\167\272\140\235\204\347\376\055\002\003\001\000\001\243\102
+\060\100\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\025\070
+\203\017\077\054\077\160\063\036\315\106\376\007\214\040\340\327
+\303\267\060\015\006\011\052\206\110\206\367\015\001\001\005\005
+\000\003\202\001\001\000\137\361\101\175\174\134\010\271\053\340
+\325\222\107\372\147\134\245\023\303\003\041\233\053\114\211\106
+\317\131\115\311\376\245\100\266\143\315\335\161\050\225\147\021
+\314\044\254\323\104\154\161\256\001\040\153\003\242\217\030\267
+\051\072\175\345\026\140\123\170\074\300\257\025\203\367\217\122
+\063\044\275\144\223\227\356\213\367\333\030\250\155\161\263\367
+\054\027\320\164\045\151\367\376\153\074\224\276\115\113\101\214
+\116\342\163\320\343\220\042\163\103\315\363\357\352\163\316\105
+\212\260\246\111\377\114\175\235\161\210\304\166\035\220\133\035
+\356\375\314\367\356\375\140\245\261\172\026\161\321\026\320\174
+\022\074\154\151\227\333\256\137\071\232\160\057\005\074\031\106
+\004\231\040\066\320\140\156\141\006\273\026\102\214\160\367\060
+\373\340\333\146\243\000\001\275\346\054\332\221\137\240\106\213
+\115\152\234\075\075\335\005\106\376\166\277\240\012\074\344\000
+\346\047\267\377\204\055\336\272\042\047\226\020\161\353\042\355
+\337\337\063\234\317\343\255\256\216\324\216\346\117\121\257\026
+\222\340\134\366\007\017
+END
+
+# Trust for Certificate "Visa eCommerce Root"
+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 "Visa eCommerce Root"
+CKA_CERT_SHA1_HASH MULTILINE_OCTAL
+\160\027\233\206\214\000\244\372\140\221\122\042\077\237\076\062
+\275\340\005\142
+END
+CKA_CERT_MD5_HASH MULTILINE_OCTAL
+\374\021\270\330\010\223\060\000\155\043\371\176\353\122\036\002
+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
diff --git a/security/nss/lib/ckfw/builtins/config.mk b/security/nss/lib/ckfw/builtins/config.mk
index cccc96eb8..f9fdb5702 100644
--- a/security/nss/lib/ckfw/builtins/config.mk
+++ b/security/nss/lib/ckfw/builtins/config.mk
@@ -54,5 +54,5 @@ endif
# To create a loadable module on Darwin, we must use -bundle.
#
ifeq ($(OS_TARGET),Darwin)
-DSO_LDOPTS := $(subst -dynamiclib,-bundle,$(DSO_LDOPTS))
+DSO_LDOPTS = -bundle
endif
diff --git a/security/nss/lib/ckfw/builtins/constants.c b/security/nss/lib/ckfw/builtins/constants.c
index 1491dc940..727930f2d 100644
--- a/security/nss/lib/ckfw/builtins/constants.c
+++ b/security/nss/lib/ckfw/builtins/constants.c
@@ -59,7 +59,7 @@ NSS_IMPLEMENT_DATA const NSSUTF8 *
nss_builtins_LibraryDescription = (NSSUTF8 *) "NSS Builtin Object Cryptoki Module";
NSS_IMPLEMENT_DATA const CK_VERSION
-nss_builtins_LibraryVersion = { 1, 0 };
+nss_builtins_LibraryVersion = { 1, 1 };
NSS_IMPLEMENT_DATA const NSSUTF8 *
nss_builtins_SlotDescription = (NSSUTF8 *) "";
diff --git a/security/nss/lib/dev/devm.h b/security/nss/lib/dev/devm.h
index 69ec759ec..0dd0d5b36 100644
--- a/security/nss/lib/dev/devm.h
+++ b/security/nss/lib/dev/devm.h
@@ -208,7 +208,7 @@ nssTokenObjectCache_ImportObject
CK_ULONG otlen
);
-NSS_EXTERN PRStatus
+NSS_EXTERN void
nssTokenObjectCache_RemoveObject
(
nssTokenObjectCache *cache,
diff --git a/security/nss/lib/dev/devslot.c b/security/nss/lib/dev/devslot.c
index 843a5bd4b..a5c875261 100644
--- a/security/nss/lib/dev/devslot.c
+++ b/security/nss/lib/dev/devslot.c
@@ -331,6 +331,12 @@ nssSlot_IsTokenPresent
if (session->handle != CK_INVALID_SESSION) {
return PR_TRUE;
} else {
+ /* the token has been removed, and reinserted, invalidate all the old
+ * information we had on this token */
+#ifdef NSS_3_4_CODE
+ nssToken_NofifyCertsNotVisible(slot->token);
+#endif /* NSS_3_4_CODE */
+ nssToken_Remove(slot->token);
/* token has been removed, need to refresh with new session */
nssrv = nssSlot_Refresh(slot);
if (nssrv != PR_SUCCESS) {
diff --git a/security/nss/lib/dev/devtoken.c b/security/nss/lib/dev/devtoken.c
index 70f552d4b..a43ed43f4 100644
--- a/security/nss/lib/dev/devtoken.c
+++ b/security/nss/lib/dev/devtoken.c
@@ -282,7 +282,7 @@ nssToken_DeleteStoredObject
nssSession *session = NULL;
void *epv = nssToken_GetCryptokiEPV(instance->token);
if (token->cache) {
- status = nssTokenObjectCache_RemoveObject(token->cache, instance);
+ nssTokenObjectCache_RemoveObject(token->cache, instance);
}
if (instance->isTokenObject) {
if (nssSession_IsReadWrite(token->defaultSession)) {
@@ -301,9 +301,7 @@ nssToken_DeleteStoredObject
if (createdSession) {
nssSession_Destroy(session);
}
- if (ckrv != CKR_OK) {
- return PR_FAILURE;
- }
+ status = (ckrv == CKR_OK) ? PR_SUCCESS : PR_FAILURE;
return status;
}
@@ -592,6 +590,9 @@ nssToken_ImportCertificate
nssCKObject_SetAttributes(rvObject->handle,
cert_tmpl, ctsize,
session, slot);
+ if (!rvObject->label && nickname) {
+ rvObject->label = nssUTF8_Duplicate(nickname, NULL);
+ }
nssSession_Destroy(session);
nssSlot_Destroy(slot);
} else {
diff --git a/security/nss/lib/dev/devutil.c b/security/nss/lib/dev/devutil.c
index 6e82574e7..99218f83d 100644
--- a/security/nss/lib/dev/devutil.c
+++ b/security/nss/lib/dev/devutil.c
@@ -1370,7 +1370,7 @@ nssTokenObjectCache_ImportObject
return status;
}
-NSS_IMPLEMENT PRStatus
+NSS_IMPLEMENT void
nssTokenObjectCache_RemoveObject
(
nssTokenObjectCache *cache,
@@ -1408,7 +1408,6 @@ nssTokenObjectCache_RemoveObject
cache->objects[oType] = NULL;
}
PZ_Unlock(cache->lock);
- return PR_SUCCESS;
}
/* XXX of course this doesn't belong here */
diff --git a/security/nss/lib/freebl/Makefile b/security/nss/lib/freebl/Makefile
index cec1d7dc9..05cf9dc17 100644
--- a/security/nss/lib/freebl/Makefile
+++ b/security/nss/lib/freebl/Makefile
@@ -120,6 +120,7 @@ endif
endif
ifeq ($(OS_TARGET), HP-UX)
+ifneq ($(OS_TEST), ia64)
MKSHLIB += +k +vshlibunsats -u FREEBL_GetVector +e FREEBL_GetVector
ifndef FREEBL_EXTENDED_BUILD
ifdef USE_PURE_32
@@ -143,6 +144,7 @@ endif
endif
endif
endif
+endif
# Note: -xarch=v8 or v9 is now done in coreconf
ifeq ($(OS_TARGET),SunOS)
diff --git a/security/nss/lib/freebl/config.mk b/security/nss/lib/freebl/config.mk
index 476e7743f..6bae7893b 100644
--- a/security/nss/lib/freebl/config.mk
+++ b/security/nss/lib/freebl/config.mk
@@ -37,7 +37,9 @@ ifndef FREEBL_RECURSIVE_BUILD
ifndef USE_64
ifeq ($(OS_TARGET), HP-UX)
- FREEBL_EXTENDED_BUILD = 1
+ ifneq ($(OS_TEST), ia64)
+ FREEBL_EXTENDED_BUILD = 1
+ endif
endif
ifeq ($(OS_TARGET),SunOS)
diff --git a/security/nss/lib/freebl/unix_rand.c b/security/nss/lib/freebl/unix_rand.c
index aa64c8866..4db400655 100644
--- a/security/nss/lib/freebl/unix_rand.c
+++ b/security/nss/lib/freebl/unix_rand.c
@@ -180,6 +180,18 @@ GiveSystemInfo(void)
#define getdtablesize() sysconf(_SC_OPEN_MAX)
+#if defined(__ia64)
+#include <ia64/sys/inline.h>
+
+static size_t
+GetHighResClock(void *buf, size_t maxbytes)
+{
+ PRUint64 t;
+
+ t = _Asm_mov_from_ar(_AREG44);
+ return CopyLowBits(buf, maxbytes, &t, sizeof(t));
+}
+#else
static size_t
GetHighResClock(void *buf, size_t maxbytes)
{
@@ -189,6 +201,7 @@ GetHighResClock(void *buf, size_t maxbytes)
cr16val = ret_cr16();
return CopyLowBits(buf, maxbytes, &cr16val, sizeof(cr16val));
}
+#endif
static void
GiveSystemInfo(void)
diff --git a/security/nss/lib/nss/config.mk b/security/nss/lib/nss/config.mk
index c18b1c6ae..693b6d31a 100644
--- a/security/nss/lib/nss/config.mk
+++ b/security/nss/lib/nss/config.mk
@@ -97,3 +97,10 @@ ifeq ($(OS_TARGET),SunOS)
# dependencies (libsoftokn3.so) in the same directory where it resides.
MKSHLIB += -R '$$ORIGIN'
endif
+
+ifeq (,$(filter-out WINNT WIN95,$(OS_TARGET)))
+# Export 'mktemp' to be backward compatible with NSS 3.2.x and 3.3.x
+# but do not put it in the import library. See bug 142575.
+DEFINES += -DWIN32_NSS3_DLL_COMPAT
+DLLFLAGS += -EXPORT:mktemp=nss_mktemp,PRIVATE
+endif
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index fa4840e02..d842ad51b 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -49,10 +49,10 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define NSS_VERSION "3.5 Beta"
+#define NSS_VERSION "3.5.1 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 5
-#define NSS_VPATCH 0
+#define NSS_VPATCH 1
#define NSS_BETA PR_TRUE
diff --git a/security/nss/lib/nss/nssinit.c b/security/nss/lib/nss/nssinit.c
index 8e265b578..91a666f97 100644
--- a/security/nss/lib/nss/nssinit.c
+++ b/security/nss/lib/nss/nssinit.c
@@ -52,6 +52,24 @@
#include "pki3hack.h"
+/*
+ * On Windows nss3.dll needs to export the symbol 'mktemp' to be
+ * fully backward compatible with the nss3.dll in NSS 3.2.x and
+ * 3.3.x. This symbol was unintentionally exported and its
+ * definition (in DBM) was moved from nss3.dll to softokn3.dll
+ * in NSS 3.4. See bug 142575.
+ */
+#ifdef WIN32_NSS3_DLL_COMPAT
+#include <io.h>
+
+/* exported as 'mktemp' */
+char *
+nss_mktemp(char *path)
+{
+ return _mktemp(path);
+}
+#endif
+
#define NSS_MAX_FLAG_SIZE sizeof("readOnly")+sizeof("noCertDB")+ \
sizeof("noModDB")+sizeof("forceOpen")+sizeof("passwordRequired")
#define NSS_DEFAULT_MOD_NAME "NSS Internal Module"
diff --git a/security/nss/lib/pk11wrap/pk11cert.c b/security/nss/lib/pk11wrap/pk11cert.c
index fbc2ff882..745fce946 100644
--- a/security/nss/lib/pk11wrap/pk11cert.c
+++ b/security/nss/lib/pk11wrap/pk11cert.c
@@ -397,7 +397,7 @@ pk11_isID0(PK11SlotInfo *slot, CK_OBJECT_HANDLE certID)
* Create an NSSCertificate from a slot/certID pair, return it as a
* CERTCertificate.
*/
-CERTCertificate
+static CERTCertificate
*pk11_fastCert(PK11SlotInfo *slot, CK_OBJECT_HANDLE certID,
CK_ATTRIBUTE *privateLabel, char **nickptr)
{
@@ -429,7 +429,7 @@ CERTCertificate
}
/* Build the old-fashioned nickname */
- if (nickptr) {
+ if ((nickptr) && (co->label)) {
CK_ATTRIBUTE label, id;
label.type = CKA_LABEL;
label.pValue = co->label;
@@ -843,6 +843,9 @@ pk11_CollectCrls(PK11SlotInfo *slot, CK_OBJECT_HANDLE crlID, void *arg)
derCrl.data = (unsigned char *)fetchCrl[0].pValue;
derCrl.len = fetchCrl[0].ulValueLen;
new_node->crl=CERT_DecodeDERCrl(head->arena,&derCrl,new_node->type);
+ if (new_node->crl == NULL) {
+ goto loser;
+ }
if (fetchCrl[2].pValue) {
int nnlen = fetchCrl[2].ulValueLen;
@@ -1200,6 +1203,7 @@ transfer_token_certs_to_collection(nssList *certList, NSSToken *token,
}
nssTokenArray_Destroy(tokens);
}
+ /* *must* be a valid CERTCertificate, came from cache */
CERT_DestroyCertificate(STAN_GetCERTCertificate(certs[i]));
}
nss_ZFreeIf(certs);
@@ -1304,7 +1308,9 @@ PK11_FindCertFromNickname(char *nickname, void *wincx) {
if (certs) {
cert = nssCertificateArray_FindBestCertificate(certs, NULL,
&usage, NULL);
- rvCert = STAN_GetCERTCertificate(cert);
+ if (cert) {
+ rvCert = STAN_GetCERTCertificate(cert);
+ }
nssCertificateArray_Destroy(certs);
}
nssList_Destroy(certList);
@@ -1426,7 +1432,10 @@ PK11_FindCertsFromNickname(char *nickname, void *wincx) {
if (foundCerts) {
certList = CERT_NewCertList();
for (i=0, c = *foundCerts; c; c = foundCerts[++i]) {
- CERT_AddCertToListTail(certList, STAN_GetCERTCertificate(c));
+ CERTCertificate *certCert = STAN_GetCERTCertificate(c);
+ if (certCert) {
+ CERT_AddCertToListTail(certList, certCert);
+ }
}
if (CERT_LIST_HEAD(certList) == NULL) {
CERT_DestroyCertList(certList);
diff --git a/security/nss/lib/pk11wrap/pk11slot.c b/security/nss/lib/pk11wrap/pk11slot.c
index 5ac8d00bd..6d93bc650 100644
--- a/security/nss/lib/pk11wrap/pk11slot.c
+++ b/security/nss/lib/pk11wrap/pk11slot.c
@@ -54,6 +54,7 @@
#include "dev.h"
#include "dev3hack.h"
#include "pki3hack.h"
+#include "pkim.h"
/*************************************************************
@@ -1142,6 +1143,10 @@ PK11_DoPassword(PK11SlotInfo *slot, PRBool loadCerts, void *wincx)
}
if (rv == SECSuccess) {
rv = pk11_CheckVerifyTest(slot);
+ if (!PK11_IsFriendly(slot)) {
+ nssTrustDomain_UpdateCachedTokenCerts(slot->nssToken->trustDomain,
+ slot->nssToken);
+ }
} else if (!attempt) PORT_SetError(SEC_ERROR_BAD_PASSWORD);
return rv;
}
diff --git a/security/nss/lib/pkcs12/p12d.c b/security/nss/lib/pkcs12/p12d.c
index 93a7ff200..77e83a6fd 100644
--- a/security/nss/lib/pkcs12/p12d.c
+++ b/security/nss/lib/pkcs12/p12d.c
@@ -1408,6 +1408,12 @@ SEC_PKCS12DecoderVerify(SEC_PKCS12DecoderContext *p12dcx)
return SECFailure;
}
+ rv = SEC_ASN1DecoderFinish(p12dcx->pfxDcx);
+ p12dcx->pfxDcx = NULL;
+ if(rv != SECSuccess) {
+ return rv;
+ }
+
/* check the signature or the mac depending on the type of
* integrity used.
*/
@@ -2240,7 +2246,7 @@ sec_pkcs12_validate_cert(sec_PKCS12SafeBag *cert,
}
cert->noInstall = PR_FALSE;
- cert->removeExisting = PR_FALSE;
+ cert->unused = PR_FALSE;
cert->problem = PR_FALSE;
cert->error = 0;
@@ -2253,26 +2259,7 @@ sec_pkcs12_validate_cert(sec_PKCS12SafeBag *cert,
return;
}
- testCert = PK11_FindCertFromDERCert(cert->slot, leafCert, wincx);
CERT_DestroyCertificate(leafCert);
- /* if we can't find the certificate through the PKCS11 interface,
- * we should check the cert database directly, if we are
- * importing to an internal slot.
- */
- if(!testCert && PK11_IsInternal(cert->slot)) {
- testCert = CERT_FindCertByDERCert(CERT_GetDefaultCertDB(),
- &cert->safeBagContent.certBag->value.x509Cert);
- }
-
- if(testCert) {
- if(!testCert->nickname) {
- cert->removeExisting = PR_TRUE;
- }
- CERT_DestroyCertificate(testCert);
- if(cert->noInstall && !cert->removeExisting) {
- return;
- }
- }
sec_pkcs12_validate_cert_nickname(cert, key, nicknameCb, wincx);
}
@@ -2320,59 +2307,6 @@ sec_pkcs12_validate_key_by_cert(sec_PKCS12SafeBag *cert, sec_PKCS12SafeBag *key,
}
static SECStatus
-sec_pkcs12_remove_existing_cert(sec_PKCS12SafeBag *cert,
- void *wincx)
-{
- SECItem *derCert = NULL;
- CERTCertificate *tempCert = NULL;
- CK_OBJECT_HANDLE certObj;
- PRBool removed = PR_FALSE;
-
- if(!cert) {
- return SECFailure;
- }
-
- PORT_Assert(cert->removeExisting);
-
- cert->removeExisting = PR_FALSE;
- derCert = &cert->safeBagContent.certBag->value.x509Cert;
- tempCert = CERT_DecodeDERCertificate(derCert, PR_FALSE, NULL);
- if(!tempCert) {
- return SECFailure;
- }
-
- certObj = PK11_FindCertInSlot(cert->slot, tempCert, wincx);
- CERT_DestroyCertificate(tempCert);
- tempCert = NULL;
-
- if(certObj != CK_INVALID_HANDLE) {
- PK11_DestroyObject(cert->slot, certObj);
- removed = PR_TRUE;
- } else if(PK11_IsInternal(cert->slot)) {
- tempCert = CERT_FindCertByDERCert(CERT_GetDefaultCertDB(), derCert);
- if(tempCert) {
- if(SEC_DeletePermCertificate(tempCert) == SECSuccess) {
- removed = PR_TRUE;
- }
- CERT_DestroyCertificate(tempCert);
- tempCert = NULL;
- }
- }
-
- if(!removed) {
- cert->problem = PR_TRUE;
- cert->error = SEC_ERROR_NO_MEMORY;
- cert->noInstall = PR_TRUE;
- }
-
- if(tempCert) {
- CERT_DestroyCertificate(tempCert);
- }
-
- return ((removed) ? SECSuccess : SECFailure);
-}
-
-static SECStatus
sec_pkcs12_add_cert(sec_PKCS12SafeBag *cert, PRBool keyExists, void *wincx)
{
SECItem *derCert, *nickName;
@@ -2388,15 +2322,8 @@ sec_pkcs12_add_cert(sec_PKCS12SafeBag *cert, PRBool keyExists, void *wincx)
}
derCert = &cert->safeBagContent.certBag->value.x509Cert;
- if(cert->removeExisting) {
- if(sec_pkcs12_remove_existing_cert(cert, wincx)
- != SECSuccess) {
- return SECFailure;
- }
- cert->removeExisting = PR_FALSE;
- }
- PORT_Assert(!cert->problem && !cert->removeExisting && !cert->noInstall);
+ PORT_Assert(!cert->problem && !cert->noInstall);
nickName = sec_pkcs12_get_nickname(cert);
if(nickName) {
@@ -2442,12 +2369,6 @@ sec_pkcs12_add_key(sec_PKCS12SafeBag *key, SECItem *publicValue,
return SECFailure;
}
- if(key->removeExisting) {
- key->problem = PR_TRUE;
- key->error = SEC_ERROR_PKCS12_UNABLE_TO_IMPORT_KEY;
- return SECFailure;
- }
-
if(key->problem || key->noInstall) {
return SECSuccess;
}
diff --git a/security/nss/lib/pkcs12/p12t.h b/security/nss/lib/pkcs12/p12t.h
index 6b9d3da1b..74e803c60 100644
--- a/security/nss/lib/pkcs12/p12t.h
+++ b/security/nss/lib/pkcs12/p12t.h
@@ -111,7 +111,7 @@ struct sec_PKCS12SafeBagStr {
unsigned int nAttribs;
/* used for validation/importing */
- PRBool problem, noInstall, validated, hasKey, removeExisting, installed;
+ PRBool problem, noInstall, validated, hasKey, unused, installed;
int error;
PRBool swapUnicodeBytes;
diff --git a/security/nss/lib/pki/certificate.c b/security/nss/lib/pki/certificate.c
index a7041830a..913fe559d 100644
--- a/security/nss/lib/pki/certificate.c
+++ b/security/nss/lib/pki/certificate.c
@@ -814,7 +814,9 @@ nssBestCertificate_Callback
* what the trust values are for the cert.
* Ignore the returned pointer, the refcount is in c anyway.
*/
- (void)STAN_GetCERTCertificate(c);
+ if (STAN_GetCERTCertificate(c) == NULL) {
+ return PR_FAILURE;
+ }
#endif
if (dc->matchUsage(dc, best->usage)) {
best->cert = nssCertificate_AddRef(c);
diff --git a/security/nss/lib/pki/pki3hack.c b/security/nss/lib/pki/pki3hack.c
index 93d840506..66a482312 100644
--- a/security/nss/lib/pki/pki3hack.c
+++ b/security/nss/lib/pki/pki3hack.c
@@ -429,18 +429,24 @@ nssDecodedPKIXCertificate_Destroy
)
{
CERTCertificate *cert = (CERTCertificate *)dc->data;
- PRBool freeSlot = cert->ownSlot;
- PK11SlotInfo *slot = cert->slot;
- PRArenaPool *arena = cert->arena;
- /* zero cert before freeing. Any stale references to this cert
- * after this point will probably cause an exception. */
- PORT_Memset(cert, 0, sizeof *cert);
- /* free the arena that contains the cert. */
- PORT_FreeArena(arena, PR_FALSE);
- nss_ZFreeIf(dc);
- if (slot && freeSlot) {
- PK11_FreeSlot(slot);
+
+ /* The decoder may only be half initialized (the case where we find we
+ * could not decode the certificate). In this case, there is not cert to
+ * free, just free the dc structure. */
+ if (cert) {
+ PRBool freeSlot = cert->ownSlot;
+ PK11SlotInfo *slot = cert->slot;
+ PRArenaPool *arena = cert->arena;
+ /* zero cert before freeing. Any stale references to this cert
+ * after this point will probably cause an exception. */
+ PORT_Memset(cert, 0, sizeof *cert);
+ /* free the arena that contains the cert. */
+ PORT_FreeArena(arena, PR_FALSE);
+ if (slot && freeSlot) {
+ PK11_FreeSlot(slot);
+ }
}
+ nss_ZFreeIf(dc);
return PR_SUCCESS;
}
diff --git a/security/nss/lib/pki/pkibase.c b/security/nss/lib/pki/pkibase.c
index 8b7e95a2b..a06668cf6 100644
--- a/security/nss/lib/pki/pkibase.c
+++ b/security/nss/lib/pki/pkibase.c
@@ -145,6 +145,23 @@ nssPKIObject_AddInstance
for (i=0; i<object->numInstances; i++) {
if (nssCryptokiObject_Equal(object->instances[i], instance)) {
PZ_Unlock(object->lock);
+ if (instance->label) {
+ if (!object->instances[i]->label ||
+ !nssUTF8_Equal(instance->label,
+ object->instances[i]->label, NULL))
+ {
+ /* Either the old instance did not have a label,
+ * or the label has changed.
+ */
+ nss_ZFreeIf(object->instances[i]->label);
+ object->instances[i]->label = instance->label;
+ instance->label = NULL;
+ }
+ } else if (object->instances[i]->label) {
+ /* The old label was removed */
+ nss_ZFreeIf(object->instances[i]->label);
+ object->instances[i]->label = NULL;
+ }
nssCryptokiObject_Destroy(instance);
return PR_SUCCESS;
}
@@ -360,7 +377,9 @@ nssCertificateArray_Destroy
#ifdef NSS_3_4_CODE
if ((*certp)->decoding) {
CERTCertificate *cc = STAN_GetCERTCertificate(*certp);
- CERT_DestroyCertificate(cc);
+ if (cc) {
+ CERT_DestroyCertificate(cc);
+ }
continue;
}
#endif
@@ -823,6 +842,17 @@ loser:
return PR_FAILURE;
}
+static void
+nssPKIObjectCollection_RemoveNode
+(
+ nssPKIObjectCollection *collection,
+ pkiObjectCollectionNode *node
+)
+{
+ PR_REMOVE_LINK(&node->link);
+ collection->size--;
+}
+
static PRStatus
nssPKIObjectCollection_GetObjects
(
@@ -834,13 +864,16 @@ nssPKIObjectCollection_GetObjects
PRUint32 i = 0;
PRCList *link = PR_NEXT_LINK(&collection->head);
pkiObjectCollectionNode *node;
- while (link != &collection->head) {
+ while ((i < rvSize) && (link != &collection->head)) {
node = (pkiObjectCollectionNode *)link;
if (!node->haveObject) {
/* Convert the proto-object to an object */
node->object = (*collection->createObject)(node->object);
if (!node->object) {
- return PR_FAILURE;
+ link = PR_NEXT_LINK(link);
+ /*remove bogus object from list*/
+ nssPKIObjectCollection_RemoveNode(collection,node);
+ continue;
}
node->haveObject = PR_TRUE;
}
@@ -865,7 +898,10 @@ nssPKIObjectCollection_Traverse
if (!node->haveObject) {
node->object = (*collection->createObject)(node->object);
if (!node->object) {
- return PR_FAILURE;
+ link = PR_NEXT_LINK(link);
+ /*remove bogus object from list*/
+ nssPKIObjectCollection_RemoveNode(collection,node);
+ continue;
}
node->haveObject = PR_TRUE;
}
@@ -906,6 +942,11 @@ nssPKIObjectCollection_AddInstanceAsObject
}
if (!node->haveObject) {
node->object = (*collection->createObject)(node->object);
+ if (!node->object) {
+ /*remove bogus object from list*/
+ nssPKIObjectCollection_RemoveNode(collection,node);
+ return PR_FAILURE;
+ }
node->haveObject = PR_TRUE;
}
#ifdef NSS_3_4_CODE
@@ -932,8 +973,10 @@ cert_destroyObject(nssPKIObject *o)
#ifdef NSS_3_4_CODE
if (c->decoding) {
CERTCertificate *cc = STAN_GetCERTCertificate(c);
- CERT_DestroyCertificate(cc);
- return;
+ if (cc) {
+ CERT_DestroyCertificate(cc);
+ return;
+ } /* else destroy it as NSSCertificate below */
}
#endif
nssCertificate_Destroy(c);
@@ -1002,7 +1045,10 @@ cert_createObject(nssPKIObject *o)
NSSCertificate *cert;
cert = nssCertificate_Create(o);
#ifdef NSS_3_4_CODE
- (void)STAN_GetCERTCertificate(cert);
+ if (STAN_GetCERTCertificate(cert) == NULL) {
+ nssCertificate_Destroy(cert);
+ return (nssPKIObject *)NULL;
+ }
/* In 3.4, have to maintain uniqueness of cert pointers by caching all
* certs. Cache the cert here, before returning. If it is already
* cached, take the cached entry.
diff --git a/security/nss/lib/softoken/lowpbe.c b/security/nss/lib/softoken/lowpbe.c
index 51831b4db..c858e9719 100644
--- a/security/nss/lib/softoken/lowpbe.c
+++ b/security/nss/lib/softoken/lowpbe.c
@@ -867,7 +867,7 @@ sec_pkcs5_des(SECItem *key, SECItem *iv, SECItem *src, PRBool triple_des,
encrypt);
if(ctxt != NULL) {
- rv = ((encrypt != PR_TRUE) ? DES_Decrypt : DES_Encrypt)(
+ rv = (encrypt ? DES_Encrypt : DES_Decrypt)(
ctxt, dest->data, &dest->len,
dup_src->len + 64, dup_src->data, dup_src->len);
@@ -947,7 +947,7 @@ sec_pkcs5_rc2(SECItem *key, SECItem *iv, SECItem *src, PRBool dummy,
NSS_RC2_CBC, key->len);
if(ctxt != NULL) {
- rv = ((encrypt != PR_TRUE) ? RC2_Decrypt : RC2_Encrypt)(
+ rv = (encrypt ? RC2_Encrypt: RC2_Decrypt)(
ctxt, dest->data, &dest->len,
dup_src->len + 64, dup_src->data, dup_src->len);
@@ -1004,7 +1004,7 @@ sec_pkcs5_rc4(SECItem *key, SECItem *iv, SECItem *src, PRBool dummy_op,
ctxt = RC4_CreateContext(key->data, key->len);
if(ctxt) {
- rv = ((encrypt != PR_FALSE) ? RC4_Decrypt : RC4_Encrypt)(
+ rv = (encrypt ? RC4_Encrypt : RC4_Decrypt)(
ctxt, dest->data, &dest->len,
src->len + 64, src->data, src->len);
RC4_DestroyContext(ctxt, PR_TRUE);
diff --git a/security/nss/lib/softoken/pkcs11.c b/security/nss/lib/softoken/pkcs11.c
index 639b651ae..2a6a43a85 100644
--- a/security/nss/lib/softoken/pkcs11.c
+++ b/security/nss/lib/softoken/pkcs11.c
@@ -2366,6 +2366,25 @@ static void nscFreeAllSlots(int moduleIndex)
}
}
+static void
+pk11_closePeer(PRBool isFIPS)
+{
+ CK_SLOT_ID slotID = isFIPS ? PRIVATE_KEY_SLOT_ID: FIPS_SLOT_ID;
+ PK11Slot *slot;
+ int moduleIndex = isFIPS? NSC_NON_FIPS_MODULE : NSC_FIPS_MODULE;
+ PLHashTable *tmpSlotHashTable = nscSlotHashTable[moduleIndex];
+
+ slot = (PK11Slot *) PL_HashTableLookup(tmpSlotHashTable, (void *)slotID);
+ if (slot == NULL) {
+ return;
+ }
+ pk11_DBShutdown(slot->certDB,slot->keyDB);
+ slot->certDB = NULL;
+ slot->keyDB = NULL;
+ return;
+}
+
+static PRBool nsc_init = PR_FALSE;
/* NSC_Initialize initializes the Cryptoki library. */
CK_RV nsc_CommonInitialize(CK_VOID_PTR pReserved, PRBool isFIPS)
@@ -2407,6 +2426,12 @@ CK_RV nsc_CommonInitialize(CK_VOID_PTR pReserved, PRBool isFIPS)
goto loser;
}
+ /* if we have a peer already open, have him close his DB's so we
+ * don't clobber each other. */
+ if ((isFIPS && nsc_init) || (!isFIPS && nsf_init)) {
+ pk11_closePeer(isFIPS);
+ }
+
for (i=0; i < paramStrings.token_count; i++) {
crv =
PK11_SlotInit(paramStrings.configdir, &paramStrings.tokens[i],
@@ -2423,7 +2448,6 @@ loser:
return crv;
}
-static PRBool nsc_init = PR_FALSE;
CK_RV NSC_Initialize(CK_VOID_PTR pReserved)
{
CK_RV crv;
diff --git a/security/nss/lib/softoken/softokn.rc b/security/nss/lib/softoken/softokn.rc
index a6477ed12..f2a4cb649 100644
--- a/security/nss/lib/softoken/softokn.rc
+++ b/security/nss/lib/softoken/softokn.rc
@@ -34,7 +34,7 @@
#include "nss.h"
#include <winver.h>
-#define MY_LIBNAME "softoken"
+#define MY_LIBNAME "softokn"
#ifdef MOZ_CLIENT
#define CLIENTS " for Clients"
#else
diff --git a/security/nss/lib/ssl/sslmutex.c b/security/nss/lib/ssl/sslmutex.c
index 9b195e794..85d6e88c2 100644
--- a/security/nss/lib/ssl/sslmutex.c
+++ b/security/nss/lib/ssl/sslmutex.c
@@ -87,7 +87,7 @@ static SECStatus single_process_sslMutex_Lock(sslMutex* pMutex)
return SECSuccess;
}
-#if defined(LINUX) || defined(AIX) || defined(VMS) || defined(BEOS) || defined(BSDI) || defined(NETBSD)
+#if defined(LINUX) || defined(AIX) || defined(VMS) || defined(BEOS) || defined(BSDI) || defined(NETBSD) || defined(OPENBSD)
#include <unistd.h>
#include <fcntl.h>
diff --git a/security/nss/lib/ssl/sslmutex.h b/security/nss/lib/ssl/sslmutex.h
index 9878576c5..97115782f 100644
--- a/security/nss/lib/ssl/sslmutex.h
+++ b/security/nss/lib/ssl/sslmutex.h
@@ -77,7 +77,7 @@ typedef struct
typedef int sslPID;
-#elif defined(LINUX) || defined(AIX) || defined(VMS) || defined(BEOS) || defined(BSDI) || defined(NETBSD)
+#elif defined(LINUX) || defined(AIX) || defined(VMS) || defined(BEOS) || defined(BSDI) || defined(NETBSD) || defined(OPENBSD)
#include <sys/types.h>
#include "prtypes.h"
diff --git a/security/nss/lib/util/Makefile b/security/nss/lib/util/Makefile
index 26b783874..0236afefa 100644
--- a/security/nss/lib/util/Makefile
+++ b/security/nss/lib/util/Makefile
@@ -47,8 +47,10 @@ include manifest.mn
include $(CORE_DEPTH)/coreconf/config.mk
ifeq ($(OS_TARGET),HP-UX)
+ifneq ($(OS_TEST),ia64)
ASFILES += ret_cr16.s
endif
+endif
#######################################################################
# (3) Include "component" configuration information. (OPTIONAL) #
diff --git a/security/nss/lib/util/portreg.c b/security/nss/lib/util/portreg.c
index 79d13d67c..41f217f76 100644
--- a/security/nss/lib/util/portreg.c
+++ b/security/nss/lib/util/portreg.c
@@ -46,7 +46,7 @@
static int
-_valid_subexp(char *exp, char stop)
+_valid_subexp(const char *exp, char stop)
{
register int x,y,t;
int nsc,np,tld;
@@ -116,7 +116,7 @@ _valid_subexp(char *exp, char stop)
}
int
-PORT_RegExpValid(char *exp)
+PORT_RegExpValid(const char *exp)
{
int x;
@@ -132,10 +132,10 @@ PORT_RegExpValid(char *exp)
#define NOMATCH 1
#define ABORTED -1
-static int _shexp_match(char *str, char *exp, PRBool case_insensitive);
+static int _shexp_match(const char *str, const char *exp, PRBool case_insensitive);
static int
-_handle_union(char *str, char *exp, PRBool case_insensitive)
+_handle_union(const char *str, const char *exp, PRBool case_insensitive)
{
char *e2 = (char *) PORT_Alloc(sizeof(char)*strlen(exp));
register int t,p2,p1 = 1;
@@ -165,7 +165,7 @@ _handle_union(char *str, char *exp, PRBool case_insensitive)
static int
-_shexp_match(char *str, char *exp, PRBool case_insensitive)
+_shexp_match(const char *str, const char *exp, PRBool case_insensitive)
{
register int x,y;
int ret,neg;
@@ -237,16 +237,16 @@ _shexp_match(char *str, char *exp, PRBool case_insensitive)
case '\\':
++y;
default:
- if(case_insensitive)
- {
+ if(case_insensitive)
+ {
if(toupper(str[x]) != toupper(exp[y]))
ret = NOMATCH;
- }
- else
- {
+ }
+ else
+ {
if(str[x] != exp[y])
ret = NOMATCH;
- }
+ }
break;
}
}
@@ -256,8 +256,8 @@ _shexp_match(char *str, char *exp, PRBool case_insensitive)
return (ret ? ret : (str[x] ? NOMATCH : MATCH));
}
-int
-PORT_RegExpMatch(char *str, char *xp, PRBool case_insensitive) {
+static int
+port_RegExpMatch(const char *str, const char *xp, PRBool case_insensitive) {
register int x;
char *exp = 0;
@@ -288,7 +288,7 @@ PORT_RegExpMatch(char *str, char *xp, PRBool case_insensitive) {
/* ------------------------------ shexp_cmp ------------------------------- */
int
-PORT_RegExpSearch(char *str, char *exp)
+PORT_RegExpSearch(const char *str, const char *exp)
{
switch(PORT_RegExpValid(exp))
{
@@ -297,12 +297,12 @@ PORT_RegExpSearch(char *str, char *exp)
case NON_SXP:
return (strcmp(exp,str) ? 1 : 0);
default:
- return PORT_RegExpMatch(str, exp, PR_FALSE);
+ return port_RegExpMatch(str, exp, PR_FALSE);
}
}
int
-PORT_RegExpCaseSearch(char *str, char *exp)
+PORT_RegExpCaseSearch(const char *str, const char *exp)
{
switch(PORT_RegExpValid(exp))
{
@@ -311,7 +311,7 @@ PORT_RegExpCaseSearch(char *str, char *exp)
case NON_SXP:
return (strcmp(exp,str) ? 1 : 0);
default:
- return PORT_RegExpMatch(str, exp, PR_TRUE);
+ return port_RegExpMatch(str, exp, PR_TRUE);
}
}
diff --git a/security/nss/lib/util/portreg.h b/security/nss/lib/util/portreg.h
index 39a2df9d5..420f404c7 100644
--- a/security/nss/lib/util/portreg.h
+++ b/security/nss/lib/util/portreg.h
@@ -81,11 +81,12 @@
SEC_BEGIN_PROTOS
-extern int PORT_RegExpValid(char *exp);
+extern int PORT_RegExpValid(const char *exp);
-/* same as above but uses case insensitive search
- */
-extern int PORT_RegExpCaseSearch(char *str, char *exp);
+extern int PORT_RegExpSearch(const char *str, const char *exp);
+
+/* same as above but uses case insensitive search */
+extern int PORT_RegExpCaseSearch(const char *str, const char *exp);
SEC_END_PROTOS
diff --git a/security/nss/manifest.mn b/security/nss/manifest.mn
index 2b0fcd29a..97533f29e 100644
--- a/security/nss/manifest.mn
+++ b/security/nss/manifest.mn
@@ -33,8 +33,8 @@
CORE_DEPTH = ..
DEPTH = ..
-IMPORTS = nspr20/v4.1.2 \
- dbm/DBM_1_6_RTM \
+IMPORTS = nspr20/v4.2 \
+ dbm/DBM_1_61_RTM \
$(NULL)
RELEASE = security