diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/Manifest b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/Manifest deleted file mode 100644 index f10325025a..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST nss-3.12.8.tar.gz 5951955 SHA256 9178ce29749e8d09cb93ce70c38f1c2c10630926b2bb7259c7dfff42cb090c14 SHA512 6e2181a5ddea3244b12fe83d7e3c7ff773214563fbaa086202b5384fc37bc760cdf3ac95dbb59b82ec4a8f0446f7273f46efc396e90eae08befc8e5cc23cc80a WHIRLPOOL cd0799d13817468c322d6a2ce2882e0c0daba8f83983099a7721d2c7fb2ae4de473e1a921da37976a3628dbdfaaaaaeaf20ee15f69f2270c8a21738326f65784 -DIST nss-3.14.tar.gz 6068755 SHA256 b01868959d50263265aacc5a09f9a9eefbbde5f35604c2977f9714696f1d3e2b SHA512 c5aba091fddcdd57a8cda879a90cf05eeacedf5d734be8eaaec9051aaa6c468b0c8b9816db3cb864859702f90f49fd37971eca98754763b778dcd5fb3d1f7358 WHIRLPOOL b795c55c4dcb7878c4e887b6dc52213d1c31e09ea969df0d8b642b1010b5900c8734de70287141be2ca93a77631b312e68e9e781689f158bb104c501882046ae diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.4-solaris-gcc.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.4-solaris-gcc.patch deleted file mode 100644 index f0a3310c3c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.4-solaris-gcc.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- mozilla/security/coreconf/SunOS5.mk.orig 2009-10-02 10:51:26.617090950 +0200 -+++ mozilla/security/coreconf/SunOS5.mk 2009-10-02 10:53:39.756260510 +0200 -@@ -37,6 +37,9 @@ - - include $(CORE_DEPTH)/coreconf/UNIX.mk - -+NS_USE_GCC = 1 -+GCC_USE_GNU_LD = 1 -+ - # - # Temporary define for the Client; to be removed when binary release is used - # -@@ -104,7 +107,7 @@ - endif - endif - --INCLUDES += -I/usr/dt/include -I/usr/openwin/include -+#INCLUDES += -I/usr/dt/include -I/usr/openwin/include - - RANLIB = echo - CPU_ARCH = sparc -@@ -114,11 +117,6 @@ - NOMD_OS_CFLAGS += $(DSO_CFLAGS) $(OS_DEFINES) $(SOL_CFLAGS) - - MKSHLIB = $(CC) $(DSO_LDOPTS) $(RPATH) --ifdef NS_USE_GCC --ifeq (GNU,$(findstring GNU,$(shell `$(CC) -print-prog-name=ld` -v 2>&1))) -- GCC_USE_GNU_LD = 1 --endif --endif - ifdef MAPFILE - ifdef NS_USE_GCC - ifdef GCC_USE_GNU_LD diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.5-gentoo-fixups.diff b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.5-gentoo-fixups.diff deleted file mode 100644 index 79ac73cd8d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.5-gentoo-fixups.diff +++ /dev/null @@ -1,245 +0,0 @@ -diff -urN nss-3.12.5-orig/mozilla/security/nss/config/Makefile nss-3.12.5/mozilla/security/nss/config/Makefile ---- nss-3.12.5-orig/mozilla/security/nss/config/Makefile 1969-12-31 18:00:00.000000000 -0600 -+++ nss-3.12.5/mozilla/security/nss/config/Makefile 2009-09-14 21:45:45.619639265 -0500 -@@ -0,0 +1,40 @@ -+CORE_DEPTH = ../.. -+DEPTH = ../.. -+ -+include $(CORE_DEPTH)/coreconf/config.mk -+ -+NSS_MAJOR_VERSION = `grep "NSS_VMAJOR" ../lib/nss/nss.h | awk '{print $$3}'` -+NSS_MINOR_VERSION = `grep "NSS_VMINOR" ../lib/nss/nss.h | awk '{print $$3}'` -+NSS_PATCH_VERSION = `grep "NSS_VPATCH" ../lib/nss/nss.h | awk '{print $$3}'` -+PREFIX = /usr -+ -+all: export libs -+ -+export: -+ # Create the nss.pc file -+ mkdir -p $(DIST)/lib/pkgconfig -+ sed -e "s,@prefix@,$(PREFIX)," \ -+ -e "s,@exec_prefix@,\$${prefix}," \ -+ -e "s,@libdir@,\$${prefix}/gentoo/nss," \ -+ -e "s,@includedir@,\$${prefix}/include/nss," \ -+ -e "s,@NSS_MAJOR_VERSION@,$(NSS_MAJOR_VERSION),g" \ -+ -e "s,@NSS_MINOR_VERSION@,$(NSS_MINOR_VERSION)," \ -+ -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \ -+ nss.pc.in > nss.pc -+ chmod 0644 nss.pc -+ ln -sf ../../../../../security/nss/config/nss.pc $(DIST)/lib/pkgconfig -+ -+ # Create the nss-config script -+ mkdir -p $(DIST)/bin -+ sed -e "s,@prefix@,$(PREFIX)," \ -+ -e "s,@NSS_MAJOR_VERSION@,$(NSS_MAJOR_VERSION)," \ -+ -e "s,@NSS_MINOR_VERSION@,$(NSS_MINOR_VERSION)," \ -+ -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \ -+ nss-config.in > nss-config -+ chmod 0755 nss-config -+ ln -sf ../../../../security/nss/config/nss-config $(DIST)/bin -+ -+libs: -+ -+dummy: all export libs -+ -diff -urN nss-3.12.5-orig/mozilla/security/nss/config/nss-config.in nss-3.12.5/mozilla/security/nss/config/nss-config.in ---- nss-3.12.5-orig/mozilla/security/nss/config/nss-config.in 1969-12-31 18:00:00.000000000 -0600 -+++ nss-3.12.5/mozilla/security/nss/config/nss-config.in 2009-09-14 21:47:45.190638078 -0500 -@@ -0,0 +1,145 @@ -+#!/bin/sh -+ -+prefix=@prefix@ -+ -+major_version=@NSS_MAJOR_VERSION@ -+minor_version=@NSS_MINOR_VERSION@ -+patch_version=@NSS_PATCH_VERSION@ -+ -+usage() -+{ -+ cat <&2 -+fi -+ -+lib_ssl=yes -+lib_smime=yes -+lib_nss=yes -+lib_nssutil=yes -+ -+while test $# -gt 0; do -+ case "$1" in -+ -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; -+ *) optarg= ;; -+ esac -+ -+ case $1 in -+ --prefix=*) -+ prefix=$optarg -+ ;; -+ --prefix) -+ echo_prefix=yes -+ ;; -+ --exec-prefix=*) -+ exec_prefix=$optarg -+ ;; -+ --exec-prefix) -+ echo_exec_prefix=yes -+ ;; -+ --includedir=*) -+ includedir=$optarg -+ ;; -+ --includedir) -+ echo_includedir=yes -+ ;; -+ --libdir=*) -+ libdir=$optarg -+ ;; -+ --libdir) -+ echo_libdir=yes -+ ;; -+ --version) -+ echo ${major_version}.${minor_version}.${patch_version} -+ ;; -+ --cflags) -+ echo_cflags=yes -+ ;; -+ --libs) -+ echo_libs=yes -+ ;; -+ ssl) -+ lib_ssl=yes -+ ;; -+ smime) -+ lib_smime=yes -+ ;; -+ nss) -+ lib_nss=yes -+ ;; -+ nssutil) -+ lib_nssutil=yes -+ ;; -+ *) -+ usage 1 1>&2 -+ ;; -+ esac -+ shift -+done -+ -+# Set variables that may be dependent upon other variables -+if test -z "$exec_prefix"; then -+ exec_prefix=`pkg-config --variable=exec_prefix nss` -+fi -+if test -z "$includedir"; then -+ includedir=`pkg-config --variable=includedir nss` -+fi -+if test -z "$libdir"; then -+ libdir=`pkg-config --variable=libdir nss` -+fi -+ -+if test "$echo_prefix" = "yes"; then -+ echo $prefix -+fi -+ -+if test "$echo_exec_prefix" = "yes"; then -+ echo $exec_prefix -+fi -+ -+if test "$echo_includedir" = "yes"; then -+ echo $includedir -+fi -+ -+if test "$echo_libdir" = "yes"; then -+ echo $libdir -+fi -+ -+if test "$echo_cflags" = "yes"; then -+ echo -I$includedir -+fi -+ -+if test "$echo_libs" = "yes"; then -+ libdirs="-Wl,-R$libdir -L$libdir" -+ if test -n "$lib_ssl"; then -+ libdirs="$libdirs -lssl${major_version}" -+ fi -+ if test -n "$lib_smime"; then -+ libdirs="$libdirs -lsmime${major_version}" -+ fi -+ if test -n "$lib_nss"; then -+ libdirs="$libdirs -lnss${major_version}" -+ fi -+ if test -n "$lib_nssutil"; then -+ libdirs="$libdirs -lnssutil${major_version}" -+ fi -+ echo $libdirs -+fi -+ -diff -urN nss-3.12.5-orig/mozilla/security/nss/config/nss.pc.in nss-3.12.5/mozilla/security/nss/config/nss.pc.in ---- nss-3.12.5-orig/mozilla/security/nss/config/nss.pc.in 1969-12-31 18:00:00.000000000 -0600 -+++ nss-3.12.5/mozilla/security/nss/config/nss.pc.in 2009-09-14 21:45:45.653637310 -0500 -@@ -0,0 +1,12 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: NSS -+Description: Network Security Services -+Version: @NSS_MAJOR_VERSION@.@NSS_MINOR_VERSION@.@NSS_PATCH_VERSION@ -+Requires: nspr >= 4.8 -+Libs: -L${libdir} -lssl3 -lsmime3 -lnssutil3 -lnss3 -Wl,-R${libdir} -+Cflags: -I${includedir} -+ -diff -urN nss-3.12.5-orig/mozilla/security/nss/Makefile nss-3.12.5/mozilla/security/nss/Makefile ---- nss-3.12.5-orig/mozilla/security/nss/Makefile 2008-12-02 17:24:39.000000000 -0600 -+++ nss-3.12.5/mozilla/security/nss/Makefile 2009-09-14 21:45:45.678657145 -0500 -@@ -78,7 +78,7 @@ - # (7) Execute "local" rules. (OPTIONAL). # - ####################################################################### - --nss_build_all: build_coreconf build_nspr build_dbm all -+nss_build_all: build_coreconf build_dbm all - - nss_clean_all: clobber_coreconf clobber_nspr clobber_dbm clobber - -@@ -140,12 +140,6 @@ - --with-dist-prefix='$(NSPR_PREFIX)' \ - --with-dist-includedir='$(NSPR_PREFIX)/include' - --build_nspr: $(NSPR_CONFIG_STATUS) -- cd $(CORE_DEPTH)/../nsprpub/$(OBJDIR_NAME) ; $(MAKE) -- --clobber_nspr: $(NSPR_CONFIG_STATUS) -- cd $(CORE_DEPTH)/../nsprpub/$(OBJDIR_NAME) ; $(MAKE) clobber -- - build_dbm: - ifndef NSS_DISABLE_DBM - cd $(CORE_DEPTH)/dbm ; $(MAKE) export libs -diff -urN nss-3.12.5-orig/mozilla/security/nss/manifest.mn nss-3.12.5/mozilla/security/nss/manifest.mn ---- nss-3.12.5-orig/mozilla/security/nss/manifest.mn 2008-04-04 15:36:59.000000000 -0500 -+++ nss-3.12.5/mozilla/security/nss/manifest.mn 2009-09-14 21:45:45.703656167 -0500 -@@ -42,6 +42,6 @@ - - RELEASE = nss - --DIRS = lib cmd -+DIRS = lib cmd config - - diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch deleted file mode 100644 index bf2a865830..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- nss-3.12.6b/mozilla/security/coreconf/Linux.mk-old 2010-02-11 12:43:26.000000000 -0600 -+++ nss-3.12.6b/mozilla/security/coreconf/Linux.mk 2010-02-14 09:13:53.962449644 -0600 -@@ -120,6 +120,7 @@ - ifdef MOZ_DEBUG_SYMBOLS - OPTIMIZER += -gstabs+ - endif -+OPTIMIZER += -fno-strict-aliasing - endif - - diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.8-cert-initlocks.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.8-cert-initlocks.patch deleted file mode 100644 index df8f7da78c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.8-cert-initlocks.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -rupN nss-3.12.8/mozilla/security/nss/lib/certdb/certdb.c nss-3.12.8_patched/mozilla/security/nss/lib/certdb/certdb.c ---- nss-3.12.8/mozilla/security/nss/lib/certdb/certdb.c 2010-09-02 00:52:02.000000000 +0000 -+++ nss-3.12.8_patched/mozilla/security/nss/lib/certdb/certdb.c 2012-04-02 20:58:31.821621891 +0000 -@@ -3030,6 +3030,7 @@ cert_InitLocks(void) - PORT_Assert(certTrustLock != NULL); - if (!certTrustLock) { - PZ_DestroyLock(certRefCountLock); -+ certRefCountLock = NULL; - return SECFailure; - } - } diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.8-chromeos-root-certs.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.8-chromeos-root-certs.patch deleted file mode 100644 index 7b5f4bad30..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.8-chromeos-root-certs.patch +++ /dev/null @@ -1,15046 +0,0 @@ -diff -prauN nss-3.12.8.prepatch/mozilla/security/nss/lib/ckfw/builtins/certdata.c nss-3.12.8/mozilla/security/nss/lib/ckfw/builtins/certdata.c ---- nss-3.12.8.prepatch/mozilla/security/nss/lib/ckfw/builtins/certdata.c 2011-08-30 18:02:26.450122000 +0000 -+++ nss-3.12.8/mozilla/security/nss/lib/ckfw/builtins/certdata.c 2011-08-30 18:05:39.120122002 +0000 -@@ -35,7 +35,7 @@ - * - * ***** END LICENSE BLOCK ***** */ - #ifdef DEBUG --static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.1 $ $Date: 2010/08/27 15:46:44 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.1 $ $Date: 2010/08/27 15:46:44 $"; -+static const char CVS_ID[] = "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.53 $ $Date: 2009/05/21 19:50:28 $""; @(#) $RCSfile: certdata.perl,v $ $Revision: 1.13 $ $Date: 2010/03/26 22:06:47 $"; - #endif /* DEBUG */ - - #ifndef BUILTINS_H -@@ -786,210 +786,6 @@ static const CK_ATTRIBUTE_TYPE nss_built - static const CK_ATTRIBUTE_TYPE nss_builtins_types_243 [] = { - CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED - }; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_244 [] = { -- 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_245 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_246 [] = { -- 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_247 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_248 [] = { -- 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_249 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_250 [] = { -- 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_251 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_252 [] = { -- 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_253 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_254 [] = { -- 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_255 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_256 [] = { -- 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_257 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_258 [] = { -- 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_259 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_260 [] = { -- 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_261 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_262 [] = { -- 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_263 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_264 [] = { -- 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_265 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_266 [] = { -- 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_267 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_268 [] = { -- 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_269 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_270 [] = { -- 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_271 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_272 [] = { -- 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_273 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_274 [] = { -- 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_275 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_276 [] = { -- 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_277 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_278 [] = { -- 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_279 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_280 [] = { -- 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_281 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_282 [] = { -- 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_283 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_284 [] = { -- 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_285 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_286 [] = { -- 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_287 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_288 [] = { -- 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_289 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_290 [] = { -- 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_291 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_292 [] = { -- 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_293 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_294 [] = { -- 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_295 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_296 [] = { -- 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_297 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_298 [] = { -- 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_299 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_300 [] = { -- 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_301 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_302 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_303 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_304 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_305 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_306 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_307 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_308 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_309 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_310 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_311 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; - #ifdef DEBUG - static const NSSItem nss_builtins_items_0 [] = { - { (void *)&cko_data, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -@@ -998,7 +794,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)"CVS ID", (PRUint32)7 }, - { (void *)"NSS", (PRUint32)4 }, -- { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.1 $ $Date: 2010/08/27 15:46:44 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.1 $ $Date: 2010/08/27 15:46:44 $", (PRUint32)160 } -+ { (void *)"@(#) $RCSfile: certdata.txt,v $ $Revision: 1.53 $ $Date: 2009/05/21 19:50:28 $""; @(#) $RCSfile: certdata.perl,v $ $Revision: 1.13 $ $Date: 2010/03/26 22:06:47 $", (PRUint32)160 } - }; - #endif /* DEBUG */ - static const NSSItem nss_builtins_items_1 [] = { -@@ -1013,86 +809,6 @@ static const NSSItem nss_builtins_items_ - { (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 CA", (PRUint32)23 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\105\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\034\060\032\006\003\125" --"\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165" --"\163\164\040\122\157\157\164" --, (PRUint32)71 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\105\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\034\060\032\006\003\125" --"\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165" --"\163\164\040\122\157\157\164" --, (PRUint32)71 }, -- { (void *)"\002\002\001\243" --, (PRUint32)4 }, -- { (void *)"\060\202\001\372\060\202\001\143\002\002\001\243\060\015\006\011" --"\052\206\110\206\367\015\001\001\004\005\000\060\105\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\034\060\032\006\003\125\004\003\023\023\107" --"\124\105\040\103\171\142\145\162\124\162\165\163\164\040\122\157" --"\157\164\060\036\027\015\071\066\060\062\062\063\062\063\060\061" --"\060\060\132\027\015\060\066\060\062\062\063\062\063\065\071\060" --"\060\132\060\105\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\034\060\032\006" --"\003\125\004\003\023\023\107\124\105\040\103\171\142\145\162\124" --"\162\165\163\164\040\122\157\157\164\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\346\117\272\333\230\174\161\174\257" --"\104\267\323\017\106\331\144\345\223\301\102\216\307\272\111\215" --"\065\055\172\347\213\275\345\005\061\131\306\261\057\012\014\373" --"\237\247\077\242\011\146\204\126\036\067\051\033\207\351\176\014" --"\312\232\237\245\177\365\025\224\243\325\242\106\202\330\150\114" --"\321\067\025\006\150\257\275\370\260\263\360\051\365\225\132\011" --"\026\141\167\012\042\045\324\117\105\252\307\275\345\226\337\371" --"\324\250\216\102\314\044\300\036\221\047\112\265\155\006\200\143" --"\071\304\242\136\070\003\002\003\001\000\001\060\015\006\011\052" --"\206\110\206\367\015\001\001\004\005\000\003\201\201\000\022\263" --"\165\306\137\035\341\141\125\200\000\324\201\113\173\061\017\043" --"\143\347\075\363\003\371\364\066\250\273\331\343\245\227\115\352" --"\053\051\340\326\152\163\201\346\300\211\243\323\361\340\245\245" --"\042\067\232\143\302\110\040\264\333\162\343\310\366\331\174\276" --"\261\257\123\332\024\264\041\270\326\325\226\343\376\116\014\131" --"\142\266\232\112\371\102\335\214\157\201\251\161\377\364\012\162" --"\155\155\104\016\235\363\164\164\250\325\064\111\351\136\236\351" --"\264\172\341\345\132\037\204\060\234\323\237\245\045\330" --, (PRUint32)510 } --}; --static const NSSItem nss_builtins_items_3 [] = { -- { (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 CA", (PRUint32)23 }, -- { (void *)"\220\336\336\236\114\116\237\157\330\206\027\127\235\323\221\274" --"\145\246\211\144" --, (PRUint32)20 }, -- { (void *)"\304\327\360\262\243\305\175\141\147\360\004\315\103\323\272\130" --, (PRUint32)16 }, -- { (void *)"\060\105\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\034\060\032\006\003\125" --"\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165" --"\163\164\040\122\157\157\164" --, (PRUint32)71 }, -- { (void *)"\002\002\001\243" --, (PRUint32)4 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_4 [] = { -- { (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 Global Root", (PRUint32)27 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, - { (void *)"\060\165\061\013\060\011\006\003\125\004\006\023\002\125\123\061" -@@ -1156,7 +872,7 @@ static const NSSItem nss_builtins_items_ - "\037\042\265\315\225\255\272\247\314\371\253\013\172\177" - , (PRUint32)606 } - }; --static const NSSItem nss_builtins_items_5 [] = { -+static const NSSItem nss_builtins_items_3 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -1181,16 +897,16 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_6 [] = { -+static const NSSItem nss_builtins_items_4 [] = { - { (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 Freemail CA", (PRUint32)28 }, -+ { (void *)"Thawte Personal Basic CA", (PRUint32)25 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+ { (void *)"\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101" - "\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" - "\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" - "\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -@@ -1198,15 +914,14 @@ static const NSSItem nss_builtins_items_ - "\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" - "\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" - "\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" --"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" --"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" --"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" --"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" --"\056\143\157\155" --, (PRUint32)212 }, -+"\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151" -+"\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015" -+"\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141" -+"\163\151\143\100\164\150\141\167\164\145\056\143\157\155" -+, (PRUint32)206 }, - { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+ { (void *)"\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101" - "\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" - "\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" - "\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -@@ -1214,18 +929,17 @@ static const NSSItem nss_builtins_items_ - "\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" - "\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" - "\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" --"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" --"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" --"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" --"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" --"\056\143\157\155" --, (PRUint32)212 }, -+"\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151" -+"\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015" -+"\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141" -+"\163\151\143\100\164\150\141\167\164\145\056\143\157\155" -+, (PRUint32)206 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)"\060\202\003\055\060\202\002\226\240\003\002\001\002\002\001\000" -+ { (void *)"\060\202\003\041\060\202\002\212\240\003\002\001\002\002\001\000" - "\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" --"\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101\061" -+"\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101\061" - "\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" - "\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" - "\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003" -@@ -1233,62 +947,61 @@ static const NSSItem nss_builtins_items_ - "\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023" - "\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123" - "\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156" --"\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167\164" --"\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145\155" --"\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110\206" --"\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154\055" --"\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145\056" --"\143\157\155\060\036\027\015\071\066\060\061\060\061\060\060\060" --"\060\060\060\132\027\015\062\060\061\062\063\061\062\063\065\071" --"\065\071\132\060\201\321\061\013\060\011\006\003\125\004\006\023" --"\002\132\101\061\025\060\023\006\003\125\004\010\023\014\127\145" --"\163\164\145\162\156\040\103\141\160\145\061\022\060\020\006\003" --"\125\004\007\023\011\103\141\160\145\040\124\157\167\156\061\032" --"\060\030\006\003\125\004\012\023\021\124\150\141\167\164\145\040" --"\103\157\156\163\165\154\164\151\156\147\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\044\060\042\006\003\125\004\003\023\033\124" --"\150\141\167\164\145\040\120\145\162\163\157\156\141\154\040\106" --"\162\145\145\155\141\151\154\040\103\101\061\053\060\051\006\011" --"\052\206\110\206\367\015\001\011\001\026\034\160\145\162\163\157" --"\156\141\154\055\146\162\145\145\155\141\151\154\100\164\150\141" --"\167\164\145\056\143\157\155\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\324\151\327\324\260\224\144\133\161\351\107\330" --"\014\121\266\352\162\221\260\204\136\175\055\015\217\173\022\337" --"\205\045\165\050\164\072\102\054\143\047\237\225\173\113\357\176" --"\031\207\035\206\352\243\335\271\316\226\144\032\302\024\156\104" --"\254\174\346\217\350\115\017\161\037\100\070\246\000\243\207\170" --"\366\371\224\206\136\255\352\300\136\166\353\331\024\243\135\156" --"\172\174\014\245\113\125\177\006\031\051\177\236\232\046\325\152" --"\273\070\044\010\152\230\307\261\332\243\230\221\375\171\333\345" --"\132\304\034\271\002\003\001\000\001\243\023\060\021\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\201\201" --"\000\307\354\222\176\116\370\365\226\245\147\142\052\244\360\115" --"\021\140\320\157\215\140\130\141\254\046\273\122\065\134\010\317" --"\060\373\250\112\226\212\037\142\102\043\214\027\017\364\272\144" --"\234\027\254\107\051\337\235\230\136\322\154\140\161\134\242\254" --"\334\171\343\347\156\000\107\037\265\015\050\350\002\235\344\232" --"\375\023\364\246\331\174\261\370\334\137\043\046\011\221\200\163" --"\320\024\033\336\103\251\203\045\362\346\234\057\025\312\376\246" --"\253\212\007\165\213\014\335\121\204\153\344\370\321\316\167\242" --"\201" --, (PRUint32)817 } -+"\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167\164" -+"\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151\143" -+"\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015\001" -+"\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141\163" -+"\151\143\100\164\150\141\167\164\145\056\143\157\155\060\036\027" -+"\015\071\066\060\061\060\061\060\060\060\060\060\060\132\027\015" -+"\062\060\061\062\063\061\062\063\065\071\065\071\132\060\201\313" -+"\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025\060" -+"\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156\040" -+"\103\141\160\145\061\022\060\020\006\003\125\004\007\023\011\103" -+"\141\160\145\040\124\157\167\156\061\032\060\030\006\003\125\004" -+"\012\023\021\124\150\141\167\164\145\040\103\157\156\163\165\154" -+"\164\151\156\147\061\050\060\046\006\003\125\004\013\023\037\103" -+"\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145\162" -+"\166\151\143\145\163\040\104\151\166\151\163\151\157\156\061\041" -+"\060\037\006\003\125\004\003\023\030\124\150\141\167\164\145\040" -+"\120\145\162\163\157\156\141\154\040\102\141\163\151\143\040\103" -+"\101\061\050\060\046\006\011\052\206\110\206\367\015\001\011\001" -+"\026\031\160\145\162\163\157\156\141\154\055\142\141\163\151\143" -+"\100\164\150\141\167\164\145\056\143\157\155\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\274\274\223\123\155\300\120\117" -+"\202\025\346\110\224\065\246\132\276\157\102\372\017\107\356\167" -+"\165\162\335\215\111\233\226\127\240\170\324\312\077\121\263\151" -+"\013\221\166\027\042\007\227\152\304\121\223\113\340\215\357\067" -+"\225\241\014\115\332\064\220\035\027\211\227\340\065\070\127\112" -+"\300\364\010\160\351\074\104\173\120\176\141\232\220\343\043\323" -+"\210\021\106\047\365\013\007\016\273\335\321\177\040\012\210\271" -+"\126\013\056\034\200\332\361\343\236\051\357\024\275\012\104\373" -+"\033\133\030\321\277\043\223\041\002\003\001\000\001\243\023\060" -+"\021\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\201\201\000\055\342\231\153\260\075\172\211\327\131\242" -+"\224\001\037\053\335\022\113\123\302\255\177\252\247\000\134\221" -+"\100\127\045\112\070\252\204\160\271\331\200\017\245\173\134\373" -+"\163\306\275\327\212\141\134\003\343\055\047\250\027\340\204\205" -+"\102\334\136\233\306\267\262\155\273\164\257\344\077\313\247\267" -+"\260\340\135\276\170\203\045\224\322\333\201\017\171\007\155\117" -+"\364\071\025\132\122\001\173\336\062\326\115\070\366\022\134\006" -+"\120\337\005\133\275\024\113\241\337\051\272\073\101\215\367\143" -+"\126\241\337\042\261" -+, (PRUint32)805 } - }; --static const NSSItem nss_builtins_items_7 [] = { -+static const NSSItem nss_builtins_items_5 [] = { - { (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 Personal Freemail CA", (PRUint32)28 }, -- { (void *)"\040\231\000\266\075\225\127\050\024\014\321\066\042\330\306\207" --"\244\353\000\205" -+ { (void *)"Thawte Personal Basic CA", (PRUint32)25 }, -+ { (void *)"\100\347\214\035\122\075\034\331\225\117\254\032\032\263\275\074" -+"\272\241\133\374" - , (PRUint32)20 }, -- { (void *)"\036\164\303\206\074\014\065\305\076\302\177\357\074\252\074\331" -+ { (void *)"\346\013\322\311\312\055\210\333\032\161\016\113\170\353\002\101" - , (PRUint32)16 }, -- { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+ { (void *)"\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101" - "\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" - "\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" - "\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -@@ -1296,11 +1009,263 @@ static const NSSItem nss_builtins_items_ - "\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" - "\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" - "\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" --"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" --"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" --"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" --"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" -+"\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151" -+"\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015" -+"\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141" -+"\163\151\143\100\164\150\141\167\164\145\056\143\157\155" -+, (PRUint32)206 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, -+ { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+}; -+static const NSSItem nss_builtins_items_6 [] = { -+ { (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 Premium CA", (PRUint32)27 }, -+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -+ { (void *)"\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155" -+"\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206" -+"\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055" -+"\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143" -+"\157\155" -+, (PRUint32)210 }, -+ { (void *)"0", (PRUint32)2 }, -+ { (void *)"\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155" -+"\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206" -+"\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055" -+"\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143" -+"\157\155" -+, (PRUint32)210 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, -+ { (void *)"\060\202\003\051\060\202\002\222\240\003\002\001\002\002\001\000" -+"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" -+"\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101\061" -+"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" -+"\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" -+"\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003" -+"\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156\163" -+"\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023" -+"\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123" -+"\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156" -+"\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167\164" -+"\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155\151" -+"\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206\367" -+"\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055\160" -+"\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143\157" -+"\155\060\036\027\015\071\066\060\061\060\061\060\060\060\060\060" -+"\060\132\027\015\062\060\061\062\063\061\062\063\065\071\065\071" -+"\132\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132" -+"\101\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164" -+"\145\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004" -+"\007\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030" -+"\006\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157" -+"\156\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004" -+"\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156" -+"\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151" -+"\157\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141" -+"\167\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145" -+"\155\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110" -+"\206\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154" -+"\055\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056" -+"\143\157\155\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\146\331\370\007\104\317\271\214\056\360\241\357\023\105\154" -+"\005\337\336\047\026\121\066\101\021\154\154\073\355\376\020\175" -+"\022\236\345\233\102\232\376\140\061\303\146\267\163\072\110\256" -+"\116\320\062\067\224\210\265\015\266\331\363\362\104\331\325\210" -+"\022\335\166\115\362\032\374\157\043\036\172\361\330\230\105\116" -+"\007\020\357\026\102\320\103\165\155\112\336\342\252\311\061\377" -+"\037\000\160\174\146\317\020\045\010\272\372\356\000\351\106\003" -+"\146\047\021\025\073\252\133\362\230\335\066\102\262\332\210\165" -+"\002\003\001\000\001\243\023\060\021\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\201\201\000\151\066\211" -+"\367\064\052\063\162\057\155\073\324\042\262\270\157\232\305\066" -+"\146\016\033\074\241\261\165\132\346\375\065\323\370\250\362\007" -+"\157\205\147\216\336\053\271\342\027\260\072\240\360\016\242\000" -+"\232\337\363\024\025\156\273\310\205\132\230\200\371\377\276\164" -+"\035\075\363\376\060\045\321\067\064\147\372\245\161\171\060\141" -+"\051\162\300\340\054\114\373\126\344\072\250\157\345\062\131\122" -+"\333\165\050\120\131\014\370\013\031\344\254\331\257\226\215\057" -+"\120\333\007\303\352\037\253\063\340\365\053\061\211" -+, (PRUint32)813 } -+}; -+static const NSSItem nss_builtins_items_7 [] = { -+ { (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 Personal Premium CA", (PRUint32)27 }, -+ { (void *)"\066\206\065\143\375\121\050\307\276\246\360\005\317\351\264\066" -+"\150\010\154\316" -+, (PRUint32)20 }, -+ { (void *)"\072\262\336\042\232\040\223\111\371\355\310\322\212\347\150\015" -+, (PRUint32)16 }, -+ { (void *)"\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155" -+"\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206" -+"\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055" -+"\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143" -+"\157\155" -+, (PRUint32)210 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, -+ { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+}; -+static const NSSItem nss_builtins_items_8 [] = { -+ { (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 Freemail CA", (PRUint32)28 }, -+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -+ { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" -+"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" -+"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" -+"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" -+"\056\143\157\155" -+, (PRUint32)212 }, -+ { (void *)"0", (PRUint32)2 }, -+ { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" -+"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" -+"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" -+"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" -+"\056\143\157\155" -+, (PRUint32)212 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, -+ { (void *)"\060\202\003\055\060\202\002\226\240\003\002\001\002\002\001\000" -+"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" -+"\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101\061" -+"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" -+"\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" -+"\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003" -+"\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156\163" -+"\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023" -+"\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123" -+"\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156" -+"\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167\164" -+"\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145\155" -+"\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110\206" -+"\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154\055" -+"\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145\056" -+"\143\157\155\060\036\027\015\071\066\060\061\060\061\060\060\060" -+"\060\060\060\132\027\015\062\060\061\062\063\061\062\063\065\071" -+"\065\071\132\060\201\321\061\013\060\011\006\003\125\004\006\023" -+"\002\132\101\061\025\060\023\006\003\125\004\010\023\014\127\145" -+"\163\164\145\162\156\040\103\141\160\145\061\022\060\020\006\003" -+"\125\004\007\023\011\103\141\160\145\040\124\157\167\156\061\032" -+"\060\030\006\003\125\004\012\023\021\124\150\141\167\164\145\040" -+"\103\157\156\163\165\154\164\151\156\147\061\050\060\046\006\003" -+"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" -+"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" -+"\163\151\157\156\061\044\060\042\006\003\125\004\003\023\033\124" -+"\150\141\167\164\145\040\120\145\162\163\157\156\141\154\040\106" -+"\162\145\145\155\141\151\154\040\103\101\061\053\060\051\006\011" -+"\052\206\110\206\367\015\001\011\001\026\034\160\145\162\163\157" -+"\156\141\154\055\146\162\145\145\155\141\151\154\100\164\150\141" -+"\167\164\145\056\143\157\155\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\324\151\327\324\260\224\144\133\161\351\107\330" -+"\014\121\266\352\162\221\260\204\136\175\055\015\217\173\022\337" -+"\205\045\165\050\164\072\102\054\143\047\237\225\173\113\357\176" -+"\031\207\035\206\352\243\335\271\316\226\144\032\302\024\156\104" -+"\254\174\346\217\350\115\017\161\037\100\070\246\000\243\207\170" -+"\366\371\224\206\136\255\352\300\136\166\353\331\024\243\135\156" -+"\172\174\014\245\113\125\177\006\031\051\177\236\232\046\325\152" -+"\273\070\044\010\152\230\307\261\332\243\230\221\375\171\333\345" -+"\132\304\034\271\002\003\001\000\001\243\023\060\021\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\201\201" -+"\000\307\354\222\176\116\370\365\226\245\147\142\052\244\360\115" -+"\021\140\320\157\215\140\130\141\254\046\273\122\065\134\010\317" -+"\060\373\250\112\226\212\037\142\102\043\214\027\017\364\272\144" -+"\234\027\254\107\051\337\235\230\136\322\154\140\161\134\242\254" -+"\334\171\343\347\156\000\107\037\265\015\050\350\002\235\344\232" -+"\375\023\364\246\331\174\261\370\334\137\043\046\011\221\200\163" -+"\320\024\033\336\103\251\203\045\362\346\234\057\025\312\376\246" -+"\253\212\007\165\213\014\335\121\204\153\344\370\321\316\167\242" -+"\201" -+, (PRUint32)817 } -+}; -+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 *)"Thawte Personal Freemail CA", (PRUint32)28 }, -+ { (void *)"\040\231\000\266\075\225\127\050\024\014\321\066\042\330\306\207" -+"\244\353\000\205" -+, (PRUint32)20 }, -+ { (void *)"\036\164\303\206\074\014\065\305\076\302\177\357\074\252\074\331" -+, (PRUint32)16 }, -+ { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" -+"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" -+"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" -+"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" - "\056\143\157\155" - , (PRUint32)212 }, - { (void *)"\002\001\000" -@@ -1310,7 +1275,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_8 [] = { -+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) }, -@@ -1400,7 +1365,7 @@ static const NSSItem nss_builtins_items_ - "\243\377\212\043\056\160\107" - , (PRUint32)791 } - }; --static const NSSItem nss_builtins_items_9 [] = { -+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) }, -@@ -1430,147 +1395,21 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_10 [] = { -+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 *)"Thawte Premium Server CA", (PRUint32)25 }, -+ { (void *)"Equifax Secure CA", (PRUint32)18 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" --"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" --"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" --"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" --"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" --"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" --"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" --"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" --"\155" --, (PRUint32)209 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" --"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" --"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" --"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" --"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" --"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" --"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" --"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" --"\155" --, (PRUint32)209 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)"\060\202\003\047\060\202\002\220\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\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061" --"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" --"\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" --"\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003" --"\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163" --"\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125" --"\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157" --"\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163" --"\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150" --"\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162" --"\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206" --"\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163" --"\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155" --"\060\036\027\015\071\066\060\070\060\061\060\060\060\060\060\060" --"\132\027\015\062\060\061\062\063\061\062\063\065\071\065\071\132" --"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" --"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" --"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" --"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" --"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" --"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" --"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" --"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" --"\155\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\322\066" --"\066\152\213\327\302\133\236\332\201\101\142\217\070\356\111\004" --"\125\326\320\357\034\033\225\026\107\357\030\110\065\072\122\364" --"\053\152\006\217\073\057\352\126\343\257\206\215\236\027\367\236" --"\264\145\165\002\115\357\313\011\242\041\121\330\233\320\147\320" --"\272\015\222\006\024\163\324\223\313\227\052\000\234\134\116\014" --"\274\372\025\122\374\362\104\156\332\021\112\156\010\237\057\055" --"\343\371\252\072\206\163\266\106\123\130\310\211\005\275\203\021" --"\270\163\077\252\007\215\364\102\115\347\100\235\034\067\002\003" --"\001\000\001\243\023\060\021\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\201\201\000\046\110\054\026\302" --"\130\372\350\026\164\014\252\252\137\124\077\362\327\311\170\140" --"\136\136\156\067\143\042\167\066\176\262\027\304\064\271\365\010" --"\205\374\311\001\070\377\115\276\362\026\102\103\347\273\132\106" --"\373\301\306\021\037\361\112\260\050\106\311\303\304\102\175\274" --"\372\253\131\156\325\267\121\210\021\343\244\205\031\153\202\114" --"\244\014\022\255\351\244\256\077\361\303\111\145\232\214\305\310" --"\076\045\267\224\231\273\222\062\161\007\360\206\136\355\120\047" --"\246\015\246\043\371\273\313\246\007\024\102" --, (PRUint32)811 } --}; --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 *)"Thawte Premium Server CA", (PRUint32)25 }, -- { (void *)"\142\177\215\170\047\145\143\231\322\175\177\220\104\311\376\263" --"\363\076\372\232" --, (PRUint32)20 }, -- { (void *)"\006\237\151\171\026\146\220\002\033\214\214\242\303\007\157\072" --, (PRUint32)16 }, -- { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" --"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" --"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" --"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" --"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" --"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" --"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" --"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" --"\155" --, (PRUint32)209 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_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 *)"Equifax Secure CA", (PRUint32)18 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151" --"\146\141\170\040\123\145\143\165\162\145\040\103\145\162\164\151" --"\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171" --, (PRUint32)80 }, -+ { (void *)"\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151" -+"\146\141\170\040\123\145\143\165\162\145\040\103\145\162\164\151" -+"\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171" -+, (PRUint32)80 }, - { (void *)"0", (PRUint32)2 }, - { (void *)"\060\116\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" -@@ -1754,7 +1593,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; - static const NSSItem nss_builtins_items_16 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -@@ -1853,7 +1692,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; - static const NSSItem nss_builtins_items_18 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -@@ -2130,7 +1969,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; - static const NSSItem nss_builtins_items_24 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -@@ -2506,129 +2345,6 @@ static const NSSItem nss_builtins_items_ - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 4 Public Primary Certification Authority - G2", (PRUint32)61 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125" --"\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154" --"\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013" --"\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145" --"\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164" --"\167\157\162\153" --, (PRUint32)196 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125" --"\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154" --"\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013" --"\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145" --"\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164" --"\167\157\162\153" --, (PRUint32)196 }, -- { (void *)"\002\020\062\210\216\232\322\365\353\023\107\370\177\304\040\067" --"\045\370" --, (PRUint32)18 }, -- { (void *)"\060\202\003\002\060\202\002\153\002\020\062\210\216\232\322\365" --"\353\023\107\370\177\304\040\067\045\370\060\015\006\011\052\206" --"\110\206\367\015\001\001\005\005\000\060\201\301\061\013\060\011" --"\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125" --"\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156" --"\143\056\061\074\060\072\006\003\125\004\013\023\063\103\154\141" --"\163\163\040\064\040\120\165\142\154\151\143\040\120\162\151\155" --"\141\162\171\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\055\040\107\062" --"\061\072\060\070\006\003\125\004\013\023\061\050\143\051\040\061" --"\071\071\070\040\126\145\162\151\123\151\147\156\054\040\111\156" --"\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151" --"\172\145\144\040\165\163\145\040\157\156\154\171\061\037\060\035" --"\006\003\125\004\013\023\026\126\145\162\151\123\151\147\156\040" --"\124\162\165\163\164\040\116\145\164\167\157\162\153\060\036\027" --"\015\071\070\060\065\061\070\060\060\060\060\060\060\132\027\015" --"\062\070\060\070\060\061\062\063\065\071\065\071\132\060\201\301" --"\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027\060" --"\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147\156" --"\054\040\111\156\143\056\061\074\060\072\006\003\125\004\013\023" --"\063\103\154\141\163\163\040\064\040\120\165\142\154\151\143\040" --"\120\162\151\155\141\162\171\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" --"\055\040\107\062\061\072\060\070\006\003\125\004\013\023\061\050" --"\143\051\040\061\071\071\070\040\126\145\162\151\123\151\147\156" --"\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165\164" --"\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171" --"\061\037\060\035\006\003\125\004\013\023\026\126\145\162\151\123" --"\151\147\156\040\124\162\165\163\164\040\116\145\164\167\157\162" --"\153\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\272\360" --"\344\317\371\304\256\205\124\271\007\127\371\217\305\177\150\021" --"\370\304\027\260\104\334\343\060\163\325\052\142\052\270\320\314" --"\034\355\050\133\176\275\152\334\263\221\044\312\101\142\074\374" --"\002\001\277\034\026\061\224\005\227\166\156\242\255\275\141\027" --"\154\116\060\206\360\121\067\052\120\307\250\142\201\334\133\112" --"\252\301\240\264\156\353\057\345\127\305\261\053\100\160\333\132" --"\115\241\216\037\275\003\037\330\003\324\217\114\231\161\274\342" --"\202\314\130\350\230\072\206\323\206\070\363\000\051\037\002\003" --"\001\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\003\201\201\000\205\214\022\301\247\271\120\025\172\313" --"\076\254\270\103\212\334\252\335\024\272\211\201\176\001\074\043" --"\161\041\210\057\202\334\143\372\002\105\254\105\131\327\052\130" --"\104\133\267\237\201\073\222\150\075\342\067\044\365\173\154\217" --"\166\065\226\011\250\131\235\271\316\043\253\164\326\203\375\062" --"\163\047\330\151\076\103\164\366\256\305\211\232\347\123\174\351" --"\173\366\113\363\301\145\203\336\215\212\234\074\210\215\071\131" --"\374\252\077\042\215\241\301\146\120\201\162\114\355\042\144\117" --"\117\312\200\221\266\051" --, (PRUint32)774 } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 4 Public Primary Certification Authority - G2", (PRUint32)61 }, -- { (void *)"\013\167\276\273\313\172\242\107\005\336\314\017\275\152\002\374" --"\172\275\233\122" --, (PRUint32)20 }, -- { (void *)"\046\155\054\031\230\266\160\150\070\120\124\031\354\220\064\140" --, (PRUint32)16 }, -- { (void *)"\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125" --"\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154" --"\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013" --"\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145" --"\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164" --"\167\157\162\153" --, (PRUint32)196 }, -- { (void *)"\002\020\062\210\216\232\322\365\353\023\107\370\177\304\040\067" --"\045\370" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_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 *)"GlobalSign Root CA", (PRUint32)19 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, - { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061" -@@ -2706,7 +2422,7 @@ static const NSSItem nss_builtins_items_ - "\125\342\374\110\311\051\046\151\340" - , (PRUint32)889 } - }; --static const NSSItem nss_builtins_items_33 [] = { -+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) }, -@@ -2731,7 +2447,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_34 [] = { -+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) }, -@@ -2815,7 +2531,7 @@ static const NSSItem nss_builtins_items_ - "\152\374\176\102\070\100\144\022\367\236\201\341\223\056" - , (PRUint32)958 } - }; --static const NSSItem nss_builtins_items_35 [] = { -+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) }, -@@ -2839,7 +2555,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_36 [] = { -+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) }, -@@ -2924,7 +2640,7 @@ static const NSSItem nss_builtins_items_ - "\161\202\053\231\317\072\267\365\055\162\310" - , (PRUint32)747 } - }; --static const NSSItem nss_builtins_items_37 [] = { -+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) }, -@@ -2955,7 +2671,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_38 [] = { -+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) }, -@@ -3040,7 +2756,7 @@ static const NSSItem nss_builtins_items_ - "\276\355\164\114\274\133\325\142\037\103\335" - , (PRUint32)747 } - }; --static const NSSItem nss_builtins_items_39 [] = { -+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) }, -@@ -3071,7 +2787,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_40 [] = { -+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) }, -@@ -3156,7 +2872,7 @@ static const NSSItem nss_builtins_items_ - "\040\017\105\176\153\242\177\243\214\025\356" - , (PRUint32)747 } - }; --static const NSSItem nss_builtins_items_41 [] = { -+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) }, -@@ -3187,7 +2903,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_42 [] = { -+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) }, -@@ -3294,7 +3010,7 @@ static const NSSItem nss_builtins_items_ - "\113\336\006\226\161\054\362\333\266\037\244\357\077\356" - , (PRUint32)1054 } - }; --static const NSSItem nss_builtins_items_43 [] = { -+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) }, -@@ -3327,7 +3043,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_44 [] = { -+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) }, -@@ -3434,7 +3150,7 @@ static const NSSItem nss_builtins_items_ - "\311\130\020\371\252\357\132\266\317\113\113\337\052" - , (PRUint32)1053 } - }; --static const NSSItem nss_builtins_items_45 [] = { -+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) }, -@@ -3467,7 +3183,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_46 [] = { -+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) }, -@@ -3574,7 +3290,7 @@ static const NSSItem nss_builtins_items_ - "\153\271\012\172\116\117\113\204\356\113\361\175\335\021" - , (PRUint32)1054 } - }; --static const NSSItem nss_builtins_items_47 [] = { -+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) }, -@@ -3607,7 +3323,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_48 [] = { -+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) }, -@@ -3714,7 +3430,7 @@ static const NSSItem nss_builtins_items_ - "\367\146\103\363\236\203\076\040\252\303\065\140\221\316" - , (PRUint32)1054 } - }; --static const NSSItem nss_builtins_items_49 [] = { -+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) }, -@@ -3745,9 +3461,9 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_50 [] = { -+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) }, -@@ -3865,7 +3581,7 @@ static const NSSItem nss_builtins_items_ - "\155\055\105\013\367\012\223\352\355\006\371\262" - , (PRUint32)1244 } - }; --static const NSSItem nss_builtins_items_51 [] = { -+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) }, -@@ -3897,159 +3613,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Entrust.net Secure Personal CA", (PRUint32)31 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165" --"\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024" --"\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164" --"\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057" --"\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162" --"\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056" --"\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061" --"\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040" --"\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003" --"\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154" --"\151\145\156\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" --, (PRUint32)204 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165" --"\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024" --"\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164" --"\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057" --"\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162" --"\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056" --"\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061" --"\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040" --"\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003" --"\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154" --"\151\145\156\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" --, (PRUint32)204 }, -- { (void *)"\002\004\070\003\221\356" --, (PRUint32)6 }, -- { (void *)"\060\202\004\355\060\202\004\126\240\003\002\001\002\002\004\070" --"\003\221\356\060\015\006\011\052\206\110\206\367\015\001\001\004" --"\005\000\060\201\311\061\013\060\011\006\003\125\004\006\023\002" --"\125\123\061\024\060\022\006\003\125\004\012\023\013\105\156\164" --"\162\165\163\164\056\156\145\164\061\110\060\106\006\003\125\004" --"\013\024\077\167\167\167\056\145\156\164\162\165\163\164\056\156" --"\145\164\057\103\154\151\145\156\164\137\103\101\137\111\156\146" --"\157\057\103\120\123\040\151\156\143\157\162\160\056\040\142\171" --"\040\162\145\146\056\040\154\151\155\151\164\163\040\154\151\141" --"\142\056\061\045\060\043\006\003\125\004\013\023\034\050\143\051" --"\040\061\071\071\071\040\105\156\164\162\165\163\164\056\156\145" --"\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125" --"\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040" --"\103\154\151\145\156\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\060\036" --"\027\015\071\071\061\060\061\062\061\071\062\064\063\060\132\027" --"\015\061\071\061\060\061\062\061\071\065\064\063\060\132\060\201" --"\311\061\013\060\011\006\003\125\004\006\023\002\125\123\061\024" --"\060\022\006\003\125\004\012\023\013\105\156\164\162\165\163\164" --"\056\156\145\164\061\110\060\106\006\003\125\004\013\024\077\167" --"\167\167\056\145\156\164\162\165\163\164\056\156\145\164\057\103" --"\154\151\145\156\164\137\103\101\137\111\156\146\157\057\103\120" --"\123\040\151\156\143\157\162\160\056\040\142\171\040\162\145\146" --"\056\040\154\151\155\151\164\163\040\154\151\141\142\056\061\045" --"\060\043\006\003\125\004\013\023\034\050\143\051\040\061\071\071" --"\071\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151" --"\155\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052" --"\105\156\164\162\165\163\164\056\156\145\164\040\103\154\151\145" --"\156\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\060\201\235\060\015\006" --"\011\052\206\110\206\367\015\001\001\001\005\000\003\201\213\000" --"\060\201\207\002\201\201\000\310\072\231\136\061\027\337\254\047" --"\157\220\173\344\031\377\105\243\064\302\333\301\250\117\360\150" --"\352\204\375\237\165\171\317\301\212\121\224\257\307\127\003\107" --"\144\236\255\202\033\132\332\177\067\170\107\273\067\230\022\226" --"\316\306\023\175\357\322\014\060\121\251\071\236\125\370\373\261" --"\347\060\336\203\262\272\076\361\325\211\073\073\205\272\252\164" --"\054\376\077\061\156\257\221\225\156\006\324\007\115\113\054\126" --"\107\030\004\122\332\016\020\223\277\143\220\233\341\337\214\346" --"\002\244\346\117\136\367\213\002\001\003\243\202\001\340\060\202" --"\001\334\060\021\006\011\140\206\110\001\206\370\102\001\001\004" --"\004\003\002\000\007\060\202\001\042\006\003\125\035\037\004\202" --"\001\031\060\202\001\025\060\201\344\240\201\341\240\201\336\244" --"\201\333\060\201\330\061\013\060\011\006\003\125\004\006\023\002" --"\125\123\061\024\060\022\006\003\125\004\012\023\013\105\156\164" --"\162\165\163\164\056\156\145\164\061\110\060\106\006\003\125\004" --"\013\024\077\167\167\167\056\145\156\164\162\165\163\164\056\156" --"\145\164\057\103\154\151\145\156\164\137\103\101\137\111\156\146" --"\157\057\103\120\123\040\151\156\143\157\162\160\056\040\142\171" --"\040\162\145\146\056\040\154\151\155\151\164\163\040\154\151\141" --"\142\056\061\045\060\043\006\003\125\004\013\023\034\050\143\051" --"\040\061\071\071\071\040\105\156\164\162\165\163\164\056\156\145" --"\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125" --"\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040" --"\103\154\151\145\156\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\061\015" --"\060\013\006\003\125\004\003\023\004\103\122\114\061\060\054\240" --"\052\240\050\206\046\150\164\164\160\072\057\057\167\167\167\056" --"\145\156\164\162\165\163\164\056\156\145\164\057\103\122\114\057" --"\103\154\151\145\156\164\061\056\143\162\154\060\053\006\003\125" --"\035\020\004\044\060\042\200\017\061\071\071\071\061\060\061\062" --"\061\071\062\064\063\060\132\201\017\062\060\061\071\061\060\061" --"\062\061\071\062\064\063\060\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\304\373\234\051\173\227\315\114\226\374\356\133\263\312" --"\231\164\213\225\352\114\060\035\006\003\125\035\016\004\026\004" --"\024\304\373\234\051\173\227\315\114\226\374\356\133\263\312\231" --"\164\213\225\352\114\060\014\006\003\125\035\023\004\005\060\003" --"\001\001\377\060\031\006\011\052\206\110\206\366\175\007\101\000" --"\004\014\060\012\033\004\126\064\056\060\003\002\004\220\060\015" --"\006\011\052\206\110\206\367\015\001\001\004\005\000\003\201\201" --"\000\077\256\212\361\327\146\003\005\236\076\372\352\034\106\273" --"\244\133\217\170\232\022\110\231\371\364\065\336\014\066\007\002" --"\153\020\072\211\024\201\234\061\246\174\262\101\262\152\347\007" --"\001\241\113\371\237\045\073\226\312\231\303\076\241\121\034\363" --"\303\056\104\367\260\147\106\252\222\345\073\332\034\031\024\070" --"\060\325\342\242\061\045\056\361\354\105\070\355\370\006\130\003" --"\163\142\260\020\061\217\100\277\144\340\134\076\305\117\037\332" --"\022\103\377\114\346\006\046\250\233\031\252\104\074\166\262\134" --"\354" --, (PRUint32)1265 } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Entrust.net Secure Personal CA", (PRUint32)31 }, -- { (void *)"\332\171\301\161\021\120\302\064\071\252\053\013\014\142\375\125" --"\262\371\365\200" --, (PRUint32)20 }, -- { (void *)"\014\101\057\023\133\240\124\365\226\146\055\176\315\016\003\364" --, (PRUint32)16 }, -- { (void *)"\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165" --"\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024" --"\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164" --"\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057" --"\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162" --"\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056" --"\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061" --"\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040" --"\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003" --"\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154" --"\151\145\156\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" --, (PRUint32)204 }, -- { (void *)"\002\004\070\003\221\356" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_54 [] = { -+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) }, -@@ -4157,7 +3721,7 @@ static const NSSItem nss_builtins_items_ - "\275\114\105\236\141\272\277\204\201\222\003\321\322\151\174\305" - , (PRUint32)1120 } - }; --static const NSSItem nss_builtins_items_55 [] = { -+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) }, -@@ -4188,7 +3752,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_56 [] = { -+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) }, -@@ -4270,7 +3834,7 @@ static const NSSItem nss_builtins_items_ - "\347\201\035\031\303\044\102\352\143\071\251" - , (PRUint32)891 } - }; --static const NSSItem nss_builtins_items_57 [] = { -+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) }, -@@ -4295,7 +3859,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_58 [] = { -+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) }, -@@ -4363,7 +3927,7 @@ static const NSSItem nss_builtins_items_ - "\126\224\251\125" - , (PRUint32)660 } - }; --static const NSSItem nss_builtins_items_59 [] = { -+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) }, -@@ -4388,7 +3952,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_60 [] = { -+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) }, -@@ -4455,7 +4019,7 @@ static const NSSItem nss_builtins_items_ - "\132\052\202\262\067\171" - , (PRUint32)646 } - }; --static const NSSItem nss_builtins_items_61 [] = { -+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) }, -@@ -4480,254 +4044,21 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_62 [] = { -+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) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Equifax Secure eBusiness CA 2", (PRUint32)30 }, -+ { (void *)"AddTrust Low-Value Services Root", (PRUint32)33 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141" --"\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004" --"\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162" --"\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062" --, (PRUint32)80 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141" --"\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004" --"\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162" --"\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062" --, (PRUint32)80 }, -- { (void *)"\002\004\067\160\317\265" --, (PRUint32)6 }, -- { (void *)"\060\202\003\040\060\202\002\211\240\003\002\001\002\002\004\067" --"\160\317\265\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\060\116\061\013\060\011\006\003\125\004\006\023\002\125" --"\123\061\027\060\025\006\003\125\004\012\023\016\105\161\165\151" --"\146\141\170\040\123\145\143\165\162\145\061\046\060\044\006\003" --"\125\004\013\023\035\105\161\165\151\146\141\170\040\123\145\143" --"\165\162\145\040\145\102\165\163\151\156\145\163\163\040\103\101" --"\055\062\060\036\027\015\071\071\060\066\062\063\061\062\061\064" --"\064\065\132\027\015\061\071\060\066\062\063\061\062\061\064\064" --"\065\132\060\116\061\013\060\011\006\003\125\004\006\023\002\125" --"\123\061\027\060\025\006\003\125\004\012\023\016\105\161\165\151" --"\146\141\170\040\123\145\143\165\162\145\061\046\060\044\006\003" --"\125\004\013\023\035\105\161\165\151\146\141\170\040\123\145\143" --"\165\162\145\040\145\102\165\163\151\156\145\163\163\040\103\101" --"\055\062\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\344" --"\071\071\223\036\122\006\033\050\066\370\262\243\051\305\355\216" --"\262\021\275\376\353\347\264\164\302\217\377\005\347\331\235\006" --"\277\022\310\077\016\362\326\321\044\262\021\336\321\163\011\212" --"\324\261\054\230\011\015\036\120\106\262\203\246\105\215\142\150" --"\273\205\033\040\160\062\252\100\315\246\226\137\304\161\067\077" --"\004\363\267\101\044\071\007\032\036\056\141\130\240\022\013\345" --"\245\337\305\253\352\067\161\314\034\310\067\072\271\227\122\247" --"\254\305\152\044\224\116\234\173\317\300\152\326\337\041\275\002" --"\003\001\000\001\243\202\001\011\060\202\001\005\060\160\006\003" --"\125\035\037\004\151\060\147\060\145\240\143\240\141\244\137\060" --"\135\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027" --"\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141\170" --"\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004\013" --"\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162\145" --"\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062\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\071\060" --"\066\062\063\061\062\061\064\064\065\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\120\236\013\352\257\136\271\040\110\246\120\152" --"\313\375\330\040\172\247\202\166\060\035\006\003\125\035\016\004" --"\026\004\024\120\236\013\352\257\136\271\040\110\246\120\152\313" --"\375\330\040\172\247\202\166\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\014\206\202\255\350\116\032\365\216\211\047\342" --"\065\130\075\051\264\007\217\066\120\225\277\156\301\236\353\304" --"\220\262\205\250\273\267\102\340\017\007\071\337\373\236\220\262" --"\321\301\076\123\237\003\104\260\176\113\364\157\344\174\037\347" --"\342\261\344\270\232\357\303\275\316\336\013\062\064\331\336\050" --"\355\063\153\304\324\327\075\022\130\253\175\011\055\313\160\365" --"\023\212\224\241\047\244\326\160\305\155\224\265\311\175\235\240" --"\322\306\010\111\331\146\233\246\323\364\013\334\305\046\127\341" --"\221\060\352\315" --, (PRUint32)804 } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Equifax Secure eBusiness CA 2", (PRUint32)30 }, -- { (void *)"\071\117\366\205\013\006\276\122\345\030\126\314\020\341\200\350" --"\202\263\205\314" --, (PRUint32)20 }, -- { (void *)"\252\277\277\144\227\332\230\035\157\306\010\072\225\160\063\312" --, (PRUint32)16 }, -- { (void *)"\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141" --"\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004" --"\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162" --"\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062" --, (PRUint32)80 }, -- { (void *)"\002\004\067\160\317\265" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_64 [] = { -- { (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", (PRUint32)18 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145" --"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163" --"\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125" --"\123\124\145\144\040\122\157\157\164\040\103\101" --, (PRUint32)92 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145" --"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163" --"\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125" --"\123\124\145\144\040\122\157\157\164\040\103\101" --, (PRUint32)92 }, -- { (void *)"\002\004\071\117\175\207" --, (PRUint32)6 }, -- { (void *)"\060\202\005\054\060\202\004\024\240\003\002\001\002\002\004\071" --"\117\175\207\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\060\132\061\013\060\011\006\003\125\004\006\023\002\127" --"\127\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\003\023\022" --"\142\145\124\122\125\123\124\145\144\040\122\157\157\164\040\103" --"\101\163\061\032\060\030\006\003\125\004\003\023\021\142\145\124" --"\122\125\123\124\145\144\040\122\157\157\164\040\103\101\060\036" --"\027\015\060\060\060\066\062\060\061\064\062\061\060\064\132\027" --"\015\061\060\060\066\062\060\061\063\062\061\060\064\132\060\132" --"\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145\124\122" --"\125\123\124\145\144\040\122\157\157\164\040\103\101\163\061\032" --"\060\030\006\003\125\004\003\023\021\142\145\124\122\125\123\124" --"\145\144\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\324\264\163\172\023" --"\012\070\125\001\276\211\126\341\224\236\324\276\132\353\112\064" --"\165\033\141\051\304\341\255\010\140\041\170\110\377\264\320\372" --"\136\101\215\141\104\207\350\355\311\130\372\374\223\232\337\117" --"\352\076\065\175\370\063\172\346\361\327\315\157\111\113\075\117" --"\055\156\016\203\072\030\170\167\243\317\347\364\115\163\330\232" --"\073\032\035\276\225\123\317\040\227\302\317\076\044\122\154\014" --"\216\145\131\305\161\377\142\011\217\252\305\217\314\140\240\163" --"\112\327\070\077\025\162\277\242\227\267\160\350\257\342\176\026" --"\006\114\365\252\144\046\162\007\045\255\065\374\030\261\046\327" --"\330\377\031\016\203\033\214\334\170\105\147\064\075\364\257\034" --"\215\344\155\153\355\040\263\147\232\264\141\313\027\157\211\065" --"\377\347\116\300\062\022\347\356\354\337\377\227\060\164\355\215" --"\107\216\353\264\303\104\346\247\114\177\126\103\350\270\274\266" --"\276\372\203\227\346\273\373\304\266\223\276\031\030\076\214\201" --"\271\163\210\026\364\226\103\234\147\163\027\220\330\011\156\143" --"\254\112\266\043\304\001\241\255\244\344\305\002\003\001\000\001" --"\243\202\001\370\060\202\001\364\060\017\006\003\125\035\023\001" --"\001\377\004\005\060\003\001\001\377\060\202\001\131\006\003\125" --"\035\040\004\202\001\120\060\202\001\114\060\202\001\110\006\012" --"\053\006\001\004\001\261\076\001\000\000\060\202\001\070\060\202" --"\001\001\006\010\053\006\001\005\005\007\002\002\060\201\364\032" --"\201\361\122\145\154\151\141\156\143\145\040\157\156\040\164\150" --"\151\163\040\143\145\162\164\151\146\151\143\141\164\145\040\142" --"\171\040\141\156\171\040\160\141\162\164\171\040\141\163\163\165" --"\155\145\163\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\141\156\144\040" --"\143\145\162\164\151\146\151\143\141\164\151\157\156\040\160\162" --"\141\143\164\151\143\145\040\163\164\141\164\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\142\145\124\122\125\123\124\145" --"\144\047\163\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\124\122\125\123" --"\124\145\144\056\143\157\155\057\166\141\165\154\164\057\164\145" --"\162\155\163\060\061\006\010\053\006\001\005\005\007\002\001\026" --"\045\150\164\164\160\163\072\057\057\167\167\167\056\142\145\124" --"\122\125\123\124\145\144\056\143\157\155\057\166\141\165\154\164" --"\057\164\145\162\155\163\060\064\006\003\125\035\037\004\055\060" --"\053\060\051\240\047\240\045\244\043\060\041\061\022\060\020\006" --"\003\125\004\012\023\011\142\145\124\122\125\123\124\145\144\061" --"\013\060\011\006\003\125\004\006\023\002\127\127\060\035\006\003" --"\125\035\016\004\026\004\024\052\271\233\151\056\073\233\330\315" --"\336\052\061\004\064\153\312\007\030\253\147\060\037\006\003\125" --"\035\043\004\030\060\026\200\024\052\271\233\151\056\073\233\330" --"\315\336\052\061\004\064\153\312\007\030\253\147\060\016\006\003" --"\125\035\017\001\001\377\004\004\003\002\001\376\060\015\006\011" --"\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001\000" --"\171\141\333\243\136\156\026\261\352\166\121\371\313\025\233\313" --"\151\276\346\201\153\237\050\037\145\076\335\021\205\222\324\350" --"\101\277\176\063\275\043\347\361\040\277\244\264\246\031\001\306" --"\214\215\065\174\145\244\117\011\244\326\330\043\025\005\023\247" --"\103\171\257\333\243\016\233\173\170\032\363\004\206\132\306\366" --"\214\040\107\070\111\120\006\235\162\147\072\360\230\003\255\226" --"\147\104\374\077\020\015\206\115\344\000\073\051\173\316\073\073" --"\231\206\141\045\100\204\334\023\142\267\372\312\131\326\003\036" --"\326\123\001\315\155\114\150\125\100\341\356\153\307\052\000\000" --"\110\202\263\012\001\303\140\052\014\367\202\065\356\110\206\226" --"\344\164\324\075\352\001\161\272\004\165\100\247\251\177\071\071" --"\232\125\227\051\145\256\031\125\045\005\162\107\323\350\030\334" --"\270\351\257\103\163\001\022\164\243\341\134\137\025\135\044\363" --"\371\344\364\266\147\147\022\347\144\042\212\366\245\101\246\034" --"\266\140\143\105\212\020\264\272\106\020\256\101\127\145\154\077" --"\043\020\077\041\020\131\267\344\100\335\046\014\043\366\252\256" --, (PRUint32)1328 } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"beTRUSTed Root CA", (PRUint32)18 }, -- { (void *)"\133\315\315\314\146\366\334\344\104\037\343\175\134\303\023\114" --"\106\364\160\070" --, (PRUint32)20 }, -- { (void *)"\205\312\166\132\033\321\150\042\334\242\043\022\312\306\200\064" --, (PRUint32)16 }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145" --"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163" --"\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125" --"\123\124\145\144\040\122\157\157\164\040\103\101" --, (PRUint32)92 }, -- { (void *)"\002\004\071\117\175\207" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (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" --"\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024" --"\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164" --"\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101" --"\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040" --"\103\101\040\122\157\157\164" --, (PRUint32)103 }, -+ { (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" -+"\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024" -+"\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164" -+"\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101" -+"\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040" -+"\103\101\040\122\157\157\164" -+, (PRUint32)103 }, - { (void *)"0", (PRUint32)2 }, - { (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" -@@ -4807,7 +4138,7 @@ static const NSSItem nss_builtins_items_ - "\065\341\035\026\034\320\274\053\216\326\161\331" - , (PRUint32)1052 } - }; --static const NSSItem nss_builtins_items_67 [] = { -+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) }, -@@ -4833,7 +4164,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_68 [] = { -+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) }, -@@ -4931,7 +4262,7 @@ static const NSSItem nss_builtins_items_ - "\027\132\173\320\274\307\217\116\206\004" - , (PRUint32)1082 } - }; --static const NSSItem nss_builtins_items_69 [] = { -+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) }, -@@ -4958,7 +4289,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_70 [] = { -+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) }, -@@ -5052,7 +4383,7 @@ static const NSSItem nss_builtins_items_ - "\116\072\063\014\053\263\055\220\006" - , (PRUint32)1049 } - }; --static const NSSItem nss_builtins_items_71 [] = { -+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) }, -@@ -5078,7 +4409,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_72 [] = { -+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) }, -@@ -5173,7 +4504,7 @@ static const NSSItem nss_builtins_items_ - "\306\241" - , (PRUint32)1058 } - }; --static const NSSItem nss_builtins_items_73 [] = { -+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) }, -@@ -5199,395 +4530,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --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 *)"Thawte Time Stamping CA", (PRUint32)24 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007" --"\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060" --"\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035" --"\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060" --"\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124" --"\151\155\145\163\164\141\155\160\151\156\147\040\103\101" --, (PRUint32)142 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007" --"\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060" --"\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035" --"\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060" --"\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124" --"\151\155\145\163\164\141\155\160\151\156\147\040\103\101" --, (PRUint32)142 }, -- { (void *)"\002\001\000" --, (PRUint32)3 }, -- { (void *)"\060\202\002\241\060\202\002\012\240\003\002\001\002\002\001\000" --"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" --"\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101\061" --"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" --"\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007\023" --"\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060\015" --"\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035\060" --"\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040\103" --"\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060\035" --"\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124\151" --"\155\145\163\164\141\155\160\151\156\147\040\103\101\060\036\027" --"\015\071\067\060\061\060\061\060\060\060\060\060\060\132\027\015" --"\062\060\061\062\063\061\062\063\065\071\065\071\132\060\201\213" --"\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025\060" --"\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156\040" --"\103\141\160\145\061\024\060\022\006\003\125\004\007\023\013\104" --"\165\162\142\141\156\166\151\154\154\145\061\017\060\015\006\003" --"\125\004\012\023\006\124\150\141\167\164\145\061\035\060\033\006" --"\003\125\004\013\023\024\124\150\141\167\164\145\040\103\145\162" --"\164\151\146\151\143\141\164\151\157\156\061\037\060\035\006\003" --"\125\004\003\023\026\124\150\141\167\164\145\040\124\151\155\145" --"\163\164\141\155\160\151\156\147\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\326\053\130\170\141\105\206\123" --"\352\064\173\121\234\355\260\346\056\030\016\376\340\137\250\047" --"\323\264\311\340\174\131\116\026\016\163\124\140\301\177\366\237" --"\056\351\072\205\044\025\074\333\107\004\143\303\236\304\224\032" --"\132\337\114\172\363\331\103\035\074\020\172\171\045\333\220\376" --"\360\121\347\060\326\101\000\375\237\050\337\171\276\224\273\235" --"\266\024\343\043\205\327\251\101\340\114\244\171\260\053\032\213" --"\362\370\073\212\076\105\254\161\222\000\264\220\101\230\373\137" --"\355\372\267\056\212\370\210\067\002\003\001\000\001\243\023\060" --"\021\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\201\201\000\147\333\342\302\346\207\075\100\203\206\067" --"\065\175\037\316\232\303\014\146\040\250\272\252\004\211\206\302" --"\365\020\010\015\277\313\242\005\212\320\115\066\076\364\327\357" --"\151\306\136\344\260\224\157\112\271\347\336\133\210\266\173\333" --"\343\047\345\166\303\360\065\301\313\265\047\233\063\171\334\220" --"\246\000\236\167\372\374\315\047\224\102\026\234\323\034\150\354" --"\277\134\335\345\251\173\020\012\062\164\124\023\061\213\205\003" --"\204\221\267\130\001\060\024\070\257\050\312\374\261\120\031\031" --"\011\254\211\111\323" --, (PRUint32)677 } --}; --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 *)"Thawte Time Stamping CA", (PRUint32)24 }, -- { (void *)"\276\066\244\126\057\262\356\005\333\263\323\043\043\255\364\105" --"\010\116\326\126" --, (PRUint32)20 }, -- { (void *)"\177\146\172\161\323\353\151\170\040\232\121\024\235\203\332\040" --, (PRUint32)16 }, -- { (void *)"\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007" --"\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060" --"\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035" --"\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060" --"\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124" --"\151\155\145\163\164\141\155\160\151\156\147\040\103\101" --, (PRUint32)142 }, -- { (void *)"\002\001\000" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_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 *)"Entrust.net Global Secure Server CA", (PRUint32)36 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125" --"\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157" --"\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155" --"\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003" --"\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156" --"\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145" --"\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162" --"\165\163\164\056\156\145\164\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" --"\151\157\156\040\101\165\164\150\157\162\151\164\171" --, (PRUint32)189 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125" --"\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157" --"\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155" --"\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003" --"\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156" --"\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145" --"\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162" --"\165\163\164\056\156\145\164\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" --"\151\157\156\040\101\165\164\150\157\162\151\164\171" --, (PRUint32)189 }, -- { (void *)"\002\004\070\233\021\074" --, (PRUint32)6 }, -- { (void *)"\060\202\004\225\060\202\003\376\240\003\002\001\002\002\004\070" --"\233\021\074\060\015\006\011\052\206\110\206\367\015\001\001\004" --"\005\000\060\201\272\061\024\060\022\006\003\125\004\012\023\013" --"\105\156\164\162\165\163\164\056\156\145\164\061\077\060\075\006" --"\003\125\004\013\024\066\167\167\167\056\145\156\164\162\165\163" --"\164\056\156\145\164\057\123\123\114\137\103\120\123\040\151\156" --"\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154" --"\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043" --"\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040" --"\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151" --"\164\145\144\061\072\060\070\006\003\125\004\003\023\061\105\156" --"\164\162\165\163\164\056\156\145\164\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\151\157\156\040\101\165\164\150\157\162\151\164\171\060" --"\036\027\015\060\060\060\062\060\064\061\067\062\060\060\060\132" --"\027\015\062\060\060\062\060\064\061\067\065\060\060\060\132\060" --"\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156\164" --"\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125\004" --"\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056\156" --"\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157\162" --"\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155\151" --"\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003\125" --"\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156\164" --"\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145\144" --"\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162\165" --"\163\164\056\156\145\164\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\151" --"\157\156\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\307\301\137\116\161\361\316" --"\360\140\206\017\322\130\177\323\063\227\055\027\242\165\060\265" --"\226\144\046\057\150\303\104\253\250\165\346\000\147\064\127\236" --"\145\307\042\233\163\346\323\335\010\016\067\125\252\045\106\201" --"\154\275\376\250\366\165\127\127\214\220\154\112\303\076\213\113" --"\103\012\311\021\126\232\232\047\042\231\317\125\236\141\331\002" --"\342\174\266\174\070\007\334\343\177\117\232\271\003\101\200\266" --"\165\147\023\013\237\350\127\066\310\135\000\066\336\146\024\332" --"\156\166\037\117\067\214\202\023\211\002\003\001\000\001\243\202" --"\001\244\060\202\001\240\060\021\006\011\140\206\110\001\206\370" --"\102\001\001\004\004\003\002\000\007\060\201\343\006\003\125\035" --"\037\004\201\333\060\201\330\060\201\325\240\201\322\240\201\317" --"\244\201\314\060\201\311\061\024\060\022\006\003\125\004\012\023" --"\013\105\156\164\162\165\163\164\056\156\145\164\061\077\060\075" --"\006\003\125\004\013\024\066\167\167\167\056\145\156\164\162\165" --"\163\164\056\156\145\164\057\123\123\114\137\103\120\123\040\151" --"\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050" --"\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060" --"\043\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060" --"\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155" --"\151\164\145\144\061\072\060\070\006\003\125\004\003\023\061\105" --"\156\164\162\165\163\164\056\156\145\164\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\151\157\156\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" --"\053\006\003\125\035\020\004\044\060\042\200\017\062\060\060\060" --"\060\062\060\064\061\067\062\060\060\060\132\201\017\062\060\062" --"\060\060\062\060\064\061\067\065\060\060\060\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\313\154\300\153\343\273\076\313\374\042" --"\234\376\373\213\222\234\260\362\156\042\060\035\006\003\125\035" --"\016\004\026\004\024\313\154\300\153\343\273\076\313\374\042\234" --"\376\373\213\222\234\260\362\156\042\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\065\056\060\072\064" --"\056\060\003\002\004\220\060\015\006\011\052\206\110\206\367\015" --"\001\001\004\005\000\003\201\201\000\142\333\201\221\316\310\232" --"\167\102\057\354\275\047\243\123\017\120\033\352\116\222\360\251" --"\257\251\240\272\110\141\313\357\311\006\357\037\325\364\356\337" --"\126\055\346\312\152\031\163\252\123\276\222\263\120\002\266\205" --"\046\162\143\330\165\120\142\165\024\267\263\120\032\077\312\021" --"\000\013\205\105\151\155\266\245\256\121\341\112\334\202\077\154" --"\214\064\262\167\153\331\002\366\177\016\352\145\004\361\315\124" --"\312\272\311\314\340\204\367\310\076\021\227\323\140\011\030\274" --"\005\377\154\211\063\360\354\025\017" --, (PRUint32)1177 } --}; --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 *)"Entrust.net Global Secure Server CA", (PRUint32)36 }, -- { (void *)"\211\071\127\156\027\215\367\005\170\017\314\136\310\117\204\366" --"\045\072\110\223" --, (PRUint32)20 }, -- { (void *)"\235\146\152\314\377\325\365\103\264\277\214\026\321\053\250\231" --, (PRUint32)16 }, -- { (void *)"\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125" --"\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157" --"\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155" --"\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003" --"\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156" --"\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145" --"\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162" --"\165\163\164\056\156\145\164\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" --"\151\157\156\040\101\165\164\150\157\162\151\164\171" --, (PRUint32)189 }, -- { (void *)"\002\004\070\233\021\074" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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 *)"Entrust.net Global Secure Personal CA", (PRUint32)38 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" --"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143" --"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" --"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" --"\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105" --"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" --"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" --"\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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" --, (PRUint32)183 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" --"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143" --"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" --"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" --"\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105" --"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" --"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" --"\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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" --, (PRUint32)183 }, -- { (void *)"\002\004\070\236\366\344" --, (PRUint32)6 }, -- { (void *)"\060\202\004\203\060\202\003\354\240\003\002\001\002\002\004\070" --"\236\366\344\060\015\006\011\052\206\110\206\367\015\001\001\004" --"\005\000\060\201\264\061\024\060\022\006\003\125\004\012\023\013" --"\105\156\164\162\165\163\164\056\156\145\164\061\100\060\076\006" --"\003\125\004\013\024\067\167\167\167\056\145\156\164\162\165\163" --"\164\056\156\145\164\057\107\103\103\101\137\103\120\123\040\151" --"\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050" --"\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060" --"\043\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060" --"\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155" --"\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052\105" --"\156\164\162\165\163\164\056\156\145\164\040\103\154\151\145\156" --"\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\060\036\027\015\060\060\060" --"\062\060\067\061\066\061\066\064\060\132\027\015\062\060\060\062" --"\060\067\061\066\064\066\064\060\132\060\201\264\061\024\060\022" --"\006\003\125\004\012\023\013\105\156\164\162\165\163\164\056\156" --"\145\164\061\100\060\076\006\003\125\004\013\024\067\167\167\167" --"\056\145\156\164\162\165\163\164\056\156\145\164\057\107\103\103" --"\101\137\103\120\123\040\151\156\143\157\162\160\056\040\142\171" --"\040\162\145\146\056\040\050\154\151\155\151\164\163\040\154\151" --"\141\142\056\051\061\045\060\043\006\003\125\004\013\023\034\050" --"\143\051\040\062\060\060\060\040\105\156\164\162\165\163\164\056" --"\156\145\164\040\114\151\155\151\164\145\144\061\063\060\061\006" --"\003\125\004\003\023\052\105\156\164\162\165\163\164\056\156\145" --"\164\040\103\154\151\145\156\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" --"\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\223\164\264" --"\266\344\305\113\326\241\150\177\142\325\354\367\121\127\263\162" --"\112\230\365\320\211\311\255\143\315\115\065\121\152\204\324\255" --"\311\150\171\157\270\353\021\333\207\256\134\044\121\023\361\124" --"\045\204\257\051\053\237\343\200\342\331\313\335\306\105\111\064" --"\210\220\136\001\227\357\352\123\246\335\374\301\336\113\052\045" --"\344\351\065\372\125\005\006\345\211\172\352\244\021\127\073\374" --"\174\075\066\315\147\065\155\244\251\045\131\275\146\365\371\047" --"\344\225\147\326\077\222\200\136\362\064\175\053\205\002\003\001" --"\000\001\243\202\001\236\060\202\001\232\060\021\006\011\140\206" --"\110\001\206\370\102\001\001\004\004\003\002\000\007\060\201\335" --"\006\003\125\035\037\004\201\325\060\201\322\060\201\317\240\201" --"\314\240\201\311\244\201\306\060\201\303\061\024\060\022\006\003" --"\125\004\012\023\013\105\156\164\162\165\163\164\056\156\145\164" --"\061\100\060\076\006\003\125\004\013\024\067\167\167\167\056\145" --"\156\164\162\165\163\164\056\156\145\164\057\107\103\103\101\137" --"\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162" --"\145\146\056\040\050\154\151\155\151\164\163\040\154\151\141\142" --"\056\051\061\045\060\043\006\003\125\004\013\023\034\050\143\051" --"\040\062\060\060\060\040\105\156\164\162\165\163\164\056\156\145" --"\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125" --"\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040" --"\103\154\151\145\156\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\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\060\060\062" --"\060\067\061\066\061\066\064\060\132\201\017\062\060\062\060\060" --"\062\060\067\061\066\064\066\064\060\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\204\213\164\375\305\215\300\377\047\155\040\067" --"\105\174\376\055\316\272\323\175\060\035\006\003\125\035\016\004" --"\026\004\024\204\213\164\375\305\215\300\377\047\155\040\067\105" --"\174\376\055\316\272\323\175\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\065\056\060\072\064\056\060" --"\003\002\004\220\060\015\006\011\052\206\110\206\367\015\001\001" --"\004\005\000\003\201\201\000\116\157\065\200\073\321\212\365\016" --"\247\040\313\055\145\125\320\222\364\347\204\265\006\046\203\022" --"\204\013\254\073\262\104\356\275\317\100\333\040\016\272\156\024" --"\352\060\340\073\142\174\177\213\153\174\112\247\325\065\074\276" --"\250\134\352\113\273\223\216\200\146\253\017\051\375\115\055\277" --"\032\233\012\220\305\253\332\321\263\206\324\057\044\122\134\172" --"\155\306\362\376\345\115\032\060\214\220\362\272\327\112\076\103" --"\176\324\310\120\032\207\370\117\201\307\166\013\204\072\162\235" --"\316\145\146\227\256\046\136" --, (PRUint32)1159 } --}; --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 *)"Entrust.net Global Secure Personal CA", (PRUint32)38 }, -- { (void *)"\317\164\277\377\233\206\201\133\010\063\124\100\066\076\207\266" --"\266\360\277\163" --, (PRUint32)20 }, -- { (void *)"\232\167\031\030\355\226\317\337\033\267\016\365\215\271\210\056" --, (PRUint32)16 }, -- { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" --"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143" --"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" --"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" --"\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105" --"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" --"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" --"\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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" --, (PRUint32)183 }, -- { (void *)"\002\004\070\236\366\344" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_80 [] = { -+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) }, -@@ -5699,7 +4642,7 @@ static const NSSItem nss_builtins_items_ - "\036\177\132\264\074" - , (PRUint32)1173 } - }; --static const NSSItem nss_builtins_items_81 [] = { -+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) }, -@@ -5730,7 +4673,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_82 [] = { -+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) }, -@@ -5825,7 +4768,7 @@ static const NSSItem nss_builtins_items_ - "\071\050\150\016\163\335\045\232\336\022" - , (PRUint32)1002 } - }; --static const NSSItem nss_builtins_items_83 [] = { -+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) }, -@@ -5853,7 +4796,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_84 [] = { -+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) }, -@@ -5980,7 +4923,7 @@ static const NSSItem nss_builtins_items_ - "\204\327\372\334\162\133\367\301\072\150" - , (PRUint32)1514 } - }; --static const NSSItem nss_builtins_items_85 [] = { -+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) }, -@@ -6008,498 +4951,58 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_86 [] = { -+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) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"beTRUSTed Root CA-Baltimore Implementation", (PRUint32)43 }, -+ { (void *)"RSA Security 2048 v3", (PRUint32)21 }, - { (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 *)"\002\004\074\265\075\106" --, (PRUint32)6 }, -- { (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_87 [] = { -- { (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 *)"\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 *)"\002\004\074\265\075\106" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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 *)"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 *)"\002\004\074\265\117\100" --, (PRUint32)6 }, -- { (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_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 *)"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 *)"\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 *)"\002\004\074\265\117\100" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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) }, -- { (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 *)"\002\020\073\131\307\173\315\133\127\236\275\067\122\254\166\264" --"\252\032" --, (PRUint32)18 }, -- { (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_91 [] = { -- { (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 *)"\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 *)"\002\020\073\131\307\173\315\133\127\236\275\067\122\254\166\264" --"\252\032" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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) }, -- { (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 *)"\002\020\012\001\001\001\000\000\002\174\000\000\000\012\000\000" --"\000\002" --, (PRUint32)18 }, -- { (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" -+ { (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 *)"\002\020\012\001\001\001\000\000\002\174\000\000\000\012\000\000" -+"\000\002" -+, (PRUint32)18 }, -+ { (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" -@@ -6526,7 +5029,7 @@ static const NSSItem nss_builtins_items_ - "\354\040\005\141\336" - , (PRUint32)869 } - }; --static const NSSItem nss_builtins_items_93 [] = { -+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) }, -@@ -6550,7 +5053,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_94 [] = { -+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) }, -@@ -6628,7 +5131,7 @@ static const NSSItem nss_builtins_items_ - "\302\005\146\200\241\313\346\063" - , (PRUint32)856 } - }; --static const NSSItem nss_builtins_items_95 [] = { -+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) }, -@@ -6652,7 +5155,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_96 [] = { -+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) }, -@@ -6731,7 +5234,7 @@ static const NSSItem nss_builtins_items_ - "\342\042\051\256\175\203\100\250\272\154" - , (PRUint32)874 } - }; --static const NSSItem nss_builtins_items_97 [] = { -+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) }, -@@ -6755,7 +5258,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_98 [] = { -+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) }, -@@ -6866,7 +5369,7 @@ static const NSSItem nss_builtins_items_ - "\244\346\216\330\371\051\110\212\316\163\376\054" - , (PRUint32)1388 } - }; --static const NSSItem nss_builtins_items_99 [] = { -+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) }, -@@ -6890,7 +5393,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_100 [] = { -+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) }, -@@ -7001,7 +5504,7 @@ static const NSSItem nss_builtins_items_ - "\362\034\054\176\256\002\026\322\126\320\057\127\123\107\350\222" - , (PRUint32)1392 } - }; --static const NSSItem nss_builtins_items_101 [] = { -+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) }, -@@ -7025,7 +5528,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_102 [] = { -+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) }, -@@ -7133,7 +5636,7 @@ static const NSSItem nss_builtins_items_ - "\152\372\246\070\254\037\304\204" - , (PRUint32)1128 } - }; --static const NSSItem nss_builtins_items_103 [] = { -+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) }, -@@ -7159,12 +5662,12 @@ static const NSSItem nss_builtins_items_ - { (void *)"\002\020\104\276\014\213\120\000\044\264\021\323\066\060\113\300" - "\063\167" - , (PRUint32)18 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_104 [] = { -+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) }, -@@ -7251,7 +5754,7 @@ static const NSSItem nss_builtins_items_ - "\200\072\231\355\165\314\106\173" - , (PRUint32)936 } - }; --static const NSSItem nss_builtins_items_105 [] = { -+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) }, -@@ -7277,7 +5780,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_106 [] = { -+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) }, -@@ -7396,7 +5899,7 @@ static const NSSItem nss_builtins_items_ - "\105\217\046\221\242\216\376\251" - , (PRUint32)1448 } - }; --static const NSSItem nss_builtins_items_107 [] = { -+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) }, -@@ -7422,7 +5925,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_108 [] = { -+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) }, -@@ -7510,7 +6013,7 @@ static const NSSItem nss_builtins_items_ - "\222\340\134\366\007\017" - , (PRUint32)934 } - }; --static const NSSItem nss_builtins_items_109 [] = { -+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) }, -@@ -7537,7 +6040,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_110 [] = { -+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) }, -@@ -7629,7 +6132,7 @@ static const NSSItem nss_builtins_items_ - "\367\115\146\177\247\360\034\001\046\170\262\146\107\160\121\144" - , (PRUint32)864 } - }; --static const NSSItem nss_builtins_items_111 [] = { -+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) }, -@@ -7660,7 +6163,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_112 [] = { -+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) }, -@@ -7752,7 +6255,7 @@ static const NSSItem nss_builtins_items_ - "\030\122\051\213\107\064\022\011\324\273\222\065\357\017\333\064" - , (PRUint32)864 } - }; --static const NSSItem nss_builtins_items_113 [] = { -+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) }, -@@ -7783,7 +6286,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_114 [] = { -+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) }, -@@ -7854,7 +6357,7 @@ static const NSSItem nss_builtins_items_ - "\350\140\052\233\205\112\100\363\153\212\044\354\006\026\054\163" - , (PRUint32)784 } - }; --static const NSSItem nss_builtins_items_115 [] = { -+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) }, -@@ -7877,7 +6380,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_116 [] = { -+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) }, -@@ -7975,7 +6478,7 @@ static const NSSItem nss_builtins_items_ - "\225\351\066\226\230\156" - , (PRUint32)1078 } - }; --static const NSSItem nss_builtins_items_117 [] = { -+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) }, -@@ -8002,7 +6505,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_118 [] = { -+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) }, -@@ -8101,7 +6604,7 @@ static const NSSItem nss_builtins_items_ - "\354\375\051" - , (PRUint32)1091 } - }; --static const NSSItem nss_builtins_items_119 [] = { -+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) }, -@@ -8128,7 +6631,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_120 [] = { -+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) }, -@@ -8229,7 +6732,7 @@ static const NSSItem nss_builtins_items_ - "\160\136\310\304\170\260\142" - , (PRUint32)1095 } - }; --static const NSSItem nss_builtins_items_121 [] = { -+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) }, -@@ -8257,7 +6760,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_122 [] = { -+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) }, -@@ -8435,7 +6938,7 @@ static const NSSItem nss_builtins_items_ - "\001\177\046\304\143\365\045\102\136\142\275" - , (PRUint32)2043 } - }; --static const NSSItem nss_builtins_items_123 [] = { -+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) }, -@@ -8467,12 +6970,12 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)288 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_124 [] = { -+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) }, -@@ -8649,7 +7152,7 @@ static const NSSItem nss_builtins_items_ - "\206\063\076\346\057\110\156\257\124\220\116\255\261\045" - , (PRUint32)2030 } - }; --static const NSSItem nss_builtins_items_125 [] = { -+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) }, -@@ -8681,12 +7184,12 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)278 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_126 [] = { -+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) }, -@@ -8863,7 +7366,7 @@ static const NSSItem nss_builtins_items_ - "\257\175\310\352\351\324\126\331\016\023\262\305\105\120" - , (PRUint32)2030 } - }; --static const NSSItem nss_builtins_items_127 [] = { -+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) }, -@@ -8895,12 +7398,12 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)278 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_128 [] = { -+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) }, -@@ -9078,7 +7581,7 @@ static const NSSItem nss_builtins_items_ - "\336\007\043\162\346\275\040\024\113\264\206" - , (PRUint32)2043 } - }; --static const NSSItem nss_builtins_items_129 [] = { -+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) }, -@@ -9110,12 +7613,12 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)280 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_130 [] = { -+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) }, -@@ -9293,7 +7796,7 @@ static const NSSItem nss_builtins_items_ - "\311\024\025\014\343\007\203\233\046\165\357" - , (PRUint32)2043 } - }; --static const NSSItem nss_builtins_items_131 [] = { -+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) }, -@@ -9325,250 +7828,28 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)280 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_132 [] = { -+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 *)"IPS Timestamping root", (PRUint32)22 }, -+ { (void *)"QuoVadis Root CA", (PRUint32)17 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105" --"\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143" --"\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011" --"\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125" --"\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164" --"\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166" --"\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125" --"\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163" --"\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060" --"\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023" --"\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155" --"\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062" --"\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151" --"\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151" --"\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151" --"\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011" --"\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056" --"\145\163" --, (PRUint32)290 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105" --"\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143" --"\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011" --"\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125" --"\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164" --"\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166" --"\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125" --"\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163" --"\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060" --"\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023" --"\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155" --"\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062" --"\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151" --"\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151" --"\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151" --"\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011" --"\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056" --"\145\163" --, (PRUint32)290 }, -- { (void *)"\002\001\000" --, (PRUint32)3 }, -- { (void *)"\060\202\010\070\060\202\007\241\240\003\002\001\002\002\001\000" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105\123" --"\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143\145" --"\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011\102" --"\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125\004" --"\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164\040" --"\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166\151" --"\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125\004" --"\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163\056" --"\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060\071" --"\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023\053" --"\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155\160" --"\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151\157" --"\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062\006" --"\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151\155" --"\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011\001" --"\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056\145" --"\163\060\036\027\015\060\061\061\062\062\071\060\061\061\060\061" --"\070\132\027\015\062\065\061\062\062\067\060\061\061\060\061\070" --"\132\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002" --"\105\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162" --"\143\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023" --"\011\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003" --"\125\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145" --"\164\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162" --"\166\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003" --"\125\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160" --"\163\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066" --"\060\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013" --"\023\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141" --"\155\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164" --"\151\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060" --"\062\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124" --"\151\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164" --"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162" --"\151\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001" --"\011\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163" --"\056\145\163\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" --"\274\270\356\126\245\232\214\346\066\311\302\142\240\146\201\215" --"\032\325\172\322\163\237\016\204\144\272\225\264\220\247\170\257" --"\312\376\124\141\133\316\262\040\127\001\256\104\222\103\020\070" --"\021\367\150\374\027\100\245\150\047\062\073\304\247\346\102\161" --"\305\231\357\166\377\053\225\044\365\111\222\030\150\312\000\265" --"\244\132\057\156\313\326\033\054\015\124\147\153\172\051\241\130" --"\253\242\132\000\326\133\273\030\302\337\366\036\023\126\166\233" --"\245\150\342\230\316\306\003\212\064\333\114\203\101\246\251\243" --"\002\003\001\000\001\243\202\004\200\060\202\004\174\060\035\006" --"\003\125\035\016\004\026\004\024\213\320\020\120\011\201\362\235" --"\011\325\016\140\170\003\042\242\077\310\312\146\060\202\001\120" --"\006\003\125\035\043\004\202\001\107\060\202\001\103\200\024\213" --"\320\020\120\011\201\362\235\011\325\016\140\170\003\042\242\077" --"\310\312\146\241\202\001\046\244\202\001\042\060\202\001\036\061" --"\013\060\011\006\003\125\004\006\023\002\105\123\061\022\060\020" --"\006\003\125\004\010\023\011\102\141\162\143\145\154\157\156\141" --"\061\022\060\020\006\003\125\004\007\023\011\102\141\162\143\145" --"\154\157\156\141\061\056\060\054\006\003\125\004\012\023\045\111" --"\120\123\040\111\156\164\145\162\156\145\164\040\160\165\142\154" --"\151\163\150\151\156\147\040\123\145\162\166\151\143\145\163\040" --"\163\056\154\056\061\053\060\051\006\003\125\004\012\024\042\151" --"\160\163\100\155\141\151\154\056\151\160\163\056\145\163\040\103" --"\056\111\056\106\056\040\040\102\055\066\060\071\062\071\064\065" --"\062\061\064\060\062\006\003\125\004\013\023\053\111\120\123\040" --"\103\101\040\124\151\155\145\163\164\141\155\160\151\156\147\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165" --"\164\150\157\162\151\164\171\061\064\060\062\006\003\125\004\003" --"\023\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141" --"\155\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164" --"\151\157\156\040\101\165\164\150\157\162\151\164\171\061\036\060" --"\034\006\011\052\206\110\206\367\015\001\011\001\026\017\151\160" --"\163\100\155\141\151\154\056\151\160\163\056\145\163\202\001\000" --"\060\014\006\003\125\035\023\004\005\060\003\001\001\377\060\014" --"\006\003\125\035\017\004\005\003\003\007\377\200\060\153\006\003" --"\125\035\045\004\144\060\142\006\010\053\006\001\005\005\007\003" --"\001\006\010\053\006\001\005\005\007\003\002\006\010\053\006\001" --"\005\005\007\003\003\006\010\053\006\001\005\005\007\003\004\006" --"\010\053\006\001\005\005\007\003\010\006\012\053\006\001\004\001" --"\202\067\002\001\025\006\012\053\006\001\004\001\202\067\002\001" --"\026\006\012\053\006\001\004\001\202\067\012\003\001\006\012\053" --"\006\001\004\001\202\067\012\003\004\060\021\006\011\140\206\110" --"\001\206\370\102\001\001\004\004\003\002\000\007\060\032\006\003" --"\125\035\021\004\023\060\021\201\017\151\160\163\100\155\141\151" --"\154\056\151\160\163\056\145\163\060\032\006\003\125\035\022\004" --"\023\060\021\201\017\151\160\163\100\155\141\151\154\056\151\160" --"\163\056\145\163\060\107\006\011\140\206\110\001\206\370\102\001" --"\015\004\072\026\070\124\151\155\145\163\164\141\155\160\151\156" --"\147\040\103\101\040\103\145\162\164\151\146\151\143\141\164\145" --"\040\151\163\163\165\145\144\040\142\171\040\150\164\164\160\072" --"\057\057\167\167\167\056\151\160\163\056\145\163\057\060\051\006" --"\011\140\206\110\001\206\370\102\001\002\004\034\026\032\150\164" --"\164\160\072\057\057\167\167\167\056\151\160\163\056\145\163\057" --"\151\160\163\062\060\060\062\057\060\100\006\011\140\206\110\001" --"\206\370\102\001\004\004\063\026\061\150\164\164\160\072\057\057" --"\167\167\167\056\151\160\163\056\145\163\057\151\160\163\062\060" --"\060\062\057\151\160\163\062\060\060\062\124\151\155\145\163\164" --"\141\155\160\151\156\147\056\143\162\154\060\105\006\011\140\206" --"\110\001\206\370\102\001\003\004\070\026\066\150\164\164\160\072" --"\057\057\167\167\167\056\151\160\163\056\145\163\057\151\160\163" --"\062\060\060\062\057\162\145\166\157\143\141\164\151\157\156\124" --"\151\155\145\163\164\141\155\160\151\156\147\056\150\164\155\154" --"\077\060\102\006\011\140\206\110\001\206\370\102\001\007\004\065" --"\026\063\150\164\164\160\072\057\057\167\167\167\056\151\160\163" --"\056\145\163\057\151\160\163\062\060\060\062\057\162\145\156\145" --"\167\141\154\124\151\155\145\163\164\141\155\160\151\156\147\056" --"\150\164\155\154\077\060\100\006\011\140\206\110\001\206\370\102" --"\001\010\004\063\026\061\150\164\164\160\072\057\057\167\167\167" --"\056\151\160\163\056\145\163\057\151\160\163\062\060\060\062\057" --"\160\157\154\151\143\171\124\151\155\145\163\164\141\155\160\151" --"\156\147\056\150\164\155\154\060\177\006\003\125\035\037\004\170" --"\060\166\060\067\240\065\240\063\206\061\150\164\164\160\072\057" --"\057\167\167\167\056\151\160\163\056\145\163\057\151\160\163\062" --"\060\060\062\057\151\160\163\062\060\060\062\124\151\155\145\163" --"\164\141\155\160\151\156\147\056\143\162\154\060\073\240\071\240" --"\067\206\065\150\164\164\160\072\057\057\167\167\167\142\141\143" --"\153\056\151\160\163\056\145\163\057\151\160\163\062\060\060\062" --"\057\151\160\163\062\060\060\062\124\151\155\145\163\164\141\155" --"\160\151\156\147\056\143\162\154\060\057\006\010\053\006\001\005" --"\005\007\001\001\004\043\060\041\060\037\006\010\053\006\001\005" --"\005\007\060\001\206\023\150\164\164\160\072\057\057\157\143\163" --"\160\056\151\160\163\056\145\163\057\060\015\006\011\052\206\110" --"\206\367\015\001\001\005\005\000\003\201\201\000\145\272\301\314" --"\000\032\225\221\312\351\154\072\277\072\036\024\010\174\373\203" --"\356\153\142\121\323\063\221\265\140\171\176\004\330\135\171\067" --"\350\303\133\260\304\147\055\150\132\262\137\016\012\372\315\077" --"\072\105\241\352\066\317\046\036\247\021\050\305\224\217\204\114" --"\123\010\305\223\263\374\342\177\365\215\363\261\251\205\137\210" --"\336\221\226\356\027\133\256\245\352\160\145\170\054\041\144\001" --"\225\316\316\114\076\120\364\266\131\313\143\215\266\275\030\324" --"\207\112\137\334\357\351\126\360\012\014\350\165" --, (PRUint32)2108 } --}; --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 *)"IPS Timestamping root", (PRUint32)22 }, -- { (void *)"\226\231\134\167\021\350\345\055\371\343\113\354\354\147\323\313" --"\361\266\304\322" --, (PRUint32)20 }, -- { (void *)"\056\003\375\305\365\327\053\224\144\301\276\211\061\361\026\233" --, (PRUint32)16 }, -- { (void *)"\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105" --"\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143" --"\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011" --"\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125" --"\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164" --"\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166" --"\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125" --"\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163" --"\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060" --"\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023" --"\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155" --"\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062" --"\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151" --"\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151" --"\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151" --"\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011" --"\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056" --"\145\163" --, (PRUint32)290 }, -- { (void *)"\002\001\000" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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 *)"QuoVadis Root CA", (PRUint32)17 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\177\061\013\060\011\006\003\125\004\006\023\002\102\115\061" --"\031\060\027\006\003\125\004\012\023\020\121\165\157\126\141\144" --"\151\163\040\114\151\155\151\164\145\144\061\045\060\043\006\003" --"\125\004\013\023\034\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\061\056\060\054\006\003\125\004\003\023\045\121\165\157\126" --"\141\144\151\163\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" --, (PRUint32)129 }, -+ { (void *)"\060\177\061\013\060\011\006\003\125\004\006\023\002\102\115\061" -+"\031\060\027\006\003\125\004\012\023\020\121\165\157\126\141\144" -+"\151\163\040\114\151\155\151\164\145\144\061\045\060\043\006\003" -+"\125\004\013\023\034\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\061\056\060\054\006\003\125\004\003\023\045\121\165\157\126" -+"\141\144\151\163\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" -+, (PRUint32)129 }, - { (void *)"0", (PRUint32)2 }, - { (void *)"\060\177\061\013\060\011\006\003\125\004\006\023\002\102\115\061" - "\031\060\027\006\003\125\004\012\023\020\121\165\157\126\141\144" -@@ -9678,7 +7959,7 @@ static const NSSItem nss_builtins_items_ - "\112\164\066\371" - , (PRUint32)1492 } - }; --static const NSSItem nss_builtins_items_135 [] = { -+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) }, -@@ -9706,7 +7987,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_136 [] = { -+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) }, -@@ -9822,7 +8103,7 @@ static const NSSItem nss_builtins_items_ - "\020\005\145\325\202\020\352\302\061\315\056" - , (PRUint32)1467 } - }; --static const NSSItem nss_builtins_items_137 [] = { -+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) }, -@@ -9846,7 +8127,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_138 [] = { -+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) }, -@@ -9977,7 +8258,7 @@ static const NSSItem nss_builtins_items_ - "\332" - , (PRUint32)1697 } - }; --static const NSSItem nss_builtins_items_139 [] = { -+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) }, -@@ -10001,7 +8282,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_140 [] = { -+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) }, -@@ -10081,7 +8362,7 @@ static const NSSItem nss_builtins_items_ - "\057\317\246\356\311\160\042\024\275\375\276\154\013\003" - , (PRUint32)862 } - }; --static const NSSItem nss_builtins_items_141 [] = { -+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) }, -@@ -10106,7 +8387,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_142 [] = { -+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) }, -@@ -10179,7 +8460,7 @@ static const NSSItem nss_builtins_items_ - "\127\275\125\232" - , (PRUint32)804 } - }; --static const NSSItem nss_builtins_items_143 [] = { -+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) }, -@@ -10202,7 +8483,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_144 [] = { -+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) }, -@@ -10275,7 +8556,7 @@ static const NSSItem nss_builtins_items_ - "\160\254\337\114" - , (PRUint32)804 } - }; --static const NSSItem nss_builtins_items_145 [] = { -+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) }, -@@ -10298,7 +8579,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_146 [] = { -+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) }, -@@ -10384,7 +8665,7 @@ static const NSSItem nss_builtins_items_ - "\025\301\044\174\062\174\003\035\073\241\130\105\062\223" - , (PRUint32)958 } - }; --static const NSSItem nss_builtins_items_147 [] = { -+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) }, -@@ -10409,7 +8690,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_148 [] = { -+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) }, -@@ -10500,7 +8781,7 @@ static const NSSItem nss_builtins_items_ - "\151\003\142\270\231\005\005\075\153\170\022\275\260\157\145" - , (PRUint32)1071 } - }; --static const NSSItem nss_builtins_items_149 [] = { -+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) }, -@@ -10524,7 +8805,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_150 [] = { -+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) }, -@@ -10628,7 +8909,7 @@ static const NSSItem nss_builtins_items_ - "\004\243\103\055\332\374\013\142\352\057\137\142\123" - , (PRUint32)1309 } - }; --static const NSSItem nss_builtins_items_151 [] = { -+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) }, -@@ -10651,7 +8932,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_152 [] = { -+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) }, -@@ -10757,7 +9038,7 @@ static const NSSItem nss_builtins_items_ - "\364\010" - , (PRUint32)1122 } - }; --static const NSSItem nss_builtins_items_153 [] = { -+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) }, -@@ -10787,7 +9068,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_154 [] = { -+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) }, -@@ -10901,7 +9182,7 @@ static const NSSItem nss_builtins_items_ - "\005\323\312\003\112\124" - , (PRUint32)1190 } - }; --static const NSSItem nss_builtins_items_155 [] = { -+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) }, -@@ -10933,7 +9214,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_156 [] = { -+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) }, -@@ -11040,7 +9321,7 @@ static const NSSItem nss_builtins_items_ - "\062\234\036\273\235\370\146\250" - , (PRUint32)1144 } - }; --static const NSSItem nss_builtins_items_157 [] = { -+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) }, -@@ -11070,7 +9351,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_158 [] = { -+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) }, -@@ -11176,7 +9457,7 @@ static const NSSItem nss_builtins_items_ - "\275\023\122\035\250\076\315\000\037\310" - , (PRUint32)1130 } - }; --static const NSSItem nss_builtins_items_159 [] = { -+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) }, -@@ -11206,7 +9487,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_160 [] = { -+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) }, -@@ -11315,7 +9596,7 @@ static const NSSItem nss_builtins_items_ - "\334" - , (PRUint32)1217 } - }; --static const NSSItem nss_builtins_items_161 [] = { -+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) }, -@@ -11343,7 +9624,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_162 [] = { -+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) }, -@@ -11450,7 +9731,7 @@ static const NSSItem nss_builtins_items_ - "\166\135\165\220\032\365\046\217\360" - , (PRUint32)1225 } - }; --static const NSSItem nss_builtins_items_163 [] = { -+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) }, -@@ -11477,7 +9758,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_164 [] = { -+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) }, -@@ -11627,7 +9908,7 @@ static const NSSItem nss_builtins_items_ - "\306\224\107\351\050" - , (PRUint32)1749 } - }; --static const NSSItem nss_builtins_items_165 [] = { -+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) }, -@@ -11659,7 +9940,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_166 [] = { -+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) }, -@@ -11802,7 +10083,7 @@ static const NSSItem nss_builtins_items_ - "\210" - , (PRUint32)1665 } - }; --static const NSSItem nss_builtins_items_167 [] = { -+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) }, -@@ -11833,7 +10114,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_168 [] = { -+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) }, -@@ -11952,7 +10233,7 @@ static const NSSItem nss_builtins_items_ - "\066\053\143\254\130\001\153\063\051\120\206\203\361\001\110" - , (PRUint32)1359 } - }; --static const NSSItem nss_builtins_items_169 [] = { -+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) }, -@@ -11981,7 +10262,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_170 [] = { -+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) }, -@@ -12101,7 +10382,7 @@ static const NSSItem nss_builtins_items_ - "\063\004\324" - , (PRUint32)1363 } - }; --static const NSSItem nss_builtins_items_171 [] = { -+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) }, -@@ -12130,7 +10411,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_172 [] = { -+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) }, -@@ -12231,7 +10512,7 @@ static const NSSItem nss_builtins_items_ - "\264\003\045\274" - , (PRUint32)1076 } - }; --static const NSSItem nss_builtins_items_173 [] = { -+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) }, -@@ -12260,7 +10541,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_174 [] = { -+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) }, -@@ -12353,7 +10634,7 @@ static const NSSItem nss_builtins_items_ - "\177\333\275\237" - , (PRUint32)1028 } - }; --static const NSSItem nss_builtins_items_175 [] = { -+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) }, -@@ -12379,7 +10660,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_176 [] = { -+static const NSSItem nss_builtins_items_154 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12473,7 +10754,7 @@ static const NSSItem nss_builtins_items_ - "\037\027\224" - , (PRUint32)1043 } - }; --static const NSSItem nss_builtins_items_177 [] = { -+static const NSSItem nss_builtins_items_155 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12499,7 +10780,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_178 [] = { -+static const NSSItem nss_builtins_items_156 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12654,7 +10935,7 @@ static const NSSItem nss_builtins_items_ - "\152\263\364\210\034\200\015\374\162\212\350\203\136" - , (PRUint32)1997 } - }; --static const NSSItem nss_builtins_items_179 [] = { -+static const NSSItem nss_builtins_items_157 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12681,7 +10962,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_180 [] = { -+static const NSSItem nss_builtins_items_158 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12794,7 +11075,7 @@ static const NSSItem nss_builtins_items_ - "\245\206\054\174\364\022" - , (PRUint32)1398 } - }; --static const NSSItem nss_builtins_items_181 [] = { -+static const NSSItem nss_builtins_items_159 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12819,7 +11100,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_182 [] = { -+static const NSSItem nss_builtins_items_160 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12923,7 +11204,7 @@ static const NSSItem nss_builtins_items_ - "\252\341\247\063\366\375\112\037\366\331\140" - , (PRUint32)1115 } - }; --static const NSSItem nss_builtins_items_183 [] = { -+static const NSSItem nss_builtins_items_161 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12952,7 +11233,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_184 [] = { -+static const NSSItem nss_builtins_items_162 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13047,7 +11328,7 @@ static const NSSItem nss_builtins_items_ - "\117\041\145\073\112\177\107\243\373" - , (PRUint32)1001 } - }; --static const NSSItem nss_builtins_items_185 [] = { -+static const NSSItem nss_builtins_items_163 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13075,7 +11356,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_186 [] = { -+static const NSSItem nss_builtins_items_164 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13198,7 +11479,7 @@ static const NSSItem nss_builtins_items_ - "\060\032\365\232\154\364\016\123\371\072\133\321\034" - , (PRUint32)1501 } - }; --static const NSSItem nss_builtins_items_187 [] = { -+static const NSSItem nss_builtins_items_165 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13225,7 +11506,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_188 [] = { -+static const NSSItem nss_builtins_items_166 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13314,7 +11595,7 @@ static const NSSItem nss_builtins_items_ - "\346\120\262\247\372\012\105\057\242\360\362" - , (PRUint32)955 } - }; --static const NSSItem nss_builtins_items_189 [] = { -+static const NSSItem nss_builtins_items_167 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13341,7 +11622,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_190 [] = { -+static const NSSItem nss_builtins_items_168 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13430,7 +11711,7 @@ static const NSSItem nss_builtins_items_ - "\225\155\336" - , (PRUint32)947 } - }; --static const NSSItem nss_builtins_items_191 [] = { -+static const NSSItem nss_builtins_items_169 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13457,7 +11738,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_192 [] = { -+static const NSSItem nss_builtins_items_170 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13547,7 +11828,7 @@ static const NSSItem nss_builtins_items_ - "\370\351\056\023\243\167\350\037\112" - , (PRUint32)969 } - }; --static const NSSItem nss_builtins_items_193 [] = { -+static const NSSItem nss_builtins_items_171 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13574,7 +11855,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_194 [] = { -+static const NSSItem nss_builtins_items_172 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13655,7 +11936,7 @@ static const NSSItem nss_builtins_items_ - "\227\277\242\216\264\124" - , (PRUint32)918 } - }; --static const NSSItem nss_builtins_items_195 [] = { -+static const NSSItem nss_builtins_items_173 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13679,7 +11960,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_196 [] = { -+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) }, -@@ -13757,7 +12038,7 @@ static const NSSItem nss_builtins_items_ - "\013\004\216\007\333\051\266\012\356\235\202\065\065\020" - , (PRUint32)846 } - }; --static const NSSItem nss_builtins_items_197 [] = { -+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) }, -@@ -13782,7 +12063,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_198 [] = { -+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) }, -@@ -13874,7 +12155,7 @@ static const NSSItem nss_builtins_items_ - "\363\267\240\247\315\345\172\063\066\152\372\232\053" - , (PRUint32)1037 } - }; --static const NSSItem nss_builtins_items_199 [] = { -+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) }, -@@ -13900,7 +12181,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_200 [] = { -+static const NSSItem nss_builtins_items_178 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14002,7 +12283,7 @@ static const NSSItem nss_builtins_items_ - "\104\144\003\045\352\336\133\156\237\311\362\116\254\335\307" - , (PRUint32)1023 } - }; --static const NSSItem nss_builtins_items_201 [] = { -+static const NSSItem nss_builtins_items_179 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14033,7 +12314,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_202 [] = { -+static const NSSItem nss_builtins_items_180 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14141,7 +12422,7 @@ static const NSSItem nss_builtins_items_ - "\167\161\307\372\221\372\057\121\236\351\071\122\266\347\004\102" - , (PRUint32)1088 } - }; --static const NSSItem nss_builtins_items_203 [] = { -+static const NSSItem nss_builtins_items_181 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14173,7 +12454,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_204 [] = { -+static const NSSItem nss_builtins_items_182 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14290,7 +12571,7 @@ static const NSSItem nss_builtins_items_ - "\205\206\171\145\322" - , (PRUint32)1477 } - }; --static const NSSItem nss_builtins_items_205 [] = { -+static const NSSItem nss_builtins_items_183 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14314,7 +12595,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_206 [] = { -+static const NSSItem nss_builtins_items_184 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14430,7 +12711,7 @@ static const NSSItem nss_builtins_items_ - "\111\044\133\311\260\320\127\301\372\076\172\341\227\311" - , (PRUint32)1470 } - }; --static const NSSItem nss_builtins_items_207 [] = { -+static const NSSItem nss_builtins_items_185 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14454,7 +12735,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_208 [] = { -+static const NSSItem nss_builtins_items_186 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14571,7 +12852,7 @@ static const NSSItem nss_builtins_items_ - "\156" - , (PRUint32)1473 } - }; --static const NSSItem nss_builtins_items_209 [] = { -+static const NSSItem nss_builtins_items_187 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14595,7 +12876,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_210 [] = { -+static const NSSItem nss_builtins_items_188 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14678,7 +12959,7 @@ static const NSSItem nss_builtins_items_ - "\253\022\350\263\336\132\345\240\174\350\017\042\035\132\351\131" - , (PRUint32)896 } - }; --static const NSSItem nss_builtins_items_211 [] = { -+static const NSSItem nss_builtins_items_189 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14704,7 +12985,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_212 [] = { -+static const NSSItem nss_builtins_items_190 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14808,7 +13089,7 @@ static const NSSItem nss_builtins_items_ - "\215\126\214\150" - , (PRUint32)1060 } - }; --static const NSSItem nss_builtins_items_213 [] = { -+static const NSSItem nss_builtins_items_191 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14839,7 +13120,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_214 [] = { -+static const NSSItem nss_builtins_items_192 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14958,7 +13239,7 @@ static const NSSItem nss_builtins_items_ - "\254\021\326\250\355\143\152" - , (PRUint32)1239 } - }; --static const NSSItem nss_builtins_items_215 [] = { -+static const NSSItem nss_builtins_items_193 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14991,7 +13272,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_216 [] = { -+static const NSSItem nss_builtins_items_194 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15076,7 +13357,7 @@ static const NSSItem nss_builtins_items_ - "\113\035\236\054\302\270\150\274\355\002\356\061" - , (PRUint32)956 } - }; --static const NSSItem nss_builtins_items_217 [] = { -+static const NSSItem nss_builtins_items_195 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15101,7 +13382,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_218 [] = { -+static const NSSItem nss_builtins_items_196 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15186,7 +13467,7 @@ static const NSSItem nss_builtins_items_ - "\117\043\037\332\154\254\037\104\341\335\043\170\121\133\307\026" - , (PRUint32)960 } - }; --static const NSSItem nss_builtins_items_219 [] = { -+static const NSSItem nss_builtins_items_197 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15211,7 +13492,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_220 [] = { -+static const NSSItem nss_builtins_items_198 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15311,7 +13592,7 @@ static const NSSItem nss_builtins_items_ - "\145" - , (PRUint32)1057 } - }; --static const NSSItem nss_builtins_items_221 [] = { -+static const NSSItem nss_builtins_items_199 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15340,166 +13621,21 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_222 [] = { -+static const NSSItem nss_builtins_items_200 [] = { - { (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 *)"DigiNotar Root CA", (PRUint32)18 }, -+ { (void *)"Network Solutions Certificate Authority", (PRUint32)40 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157" --"\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151" --"\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061" --"\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021" --"\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156" --"\154" --, (PRUint32)97 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157" --"\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151" --"\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061" --"\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021" --"\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156" --"\154" --, (PRUint32)97 }, -- { (void *)"\002\020\014\166\332\234\221\014\116\054\236\376\025\320\130\223" --"\074\114" --, (PRUint32)18 }, -- { (void *)"\060\202\005\212\060\202\003\162\240\003\002\001\002\002\020\014" --"\166\332\234\221\014\116\054\236\376\025\320\130\223\074\114\060" --"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\137" --"\061\013\060\011\006\003\125\004\006\023\002\116\114\061\022\060" --"\020\006\003\125\004\012\023\011\104\151\147\151\116\157\164\141" --"\162\061\032\060\030\006\003\125\004\003\023\021\104\151\147\151" --"\116\157\164\141\162\040\122\157\157\164\040\103\101\061\040\060" --"\036\006\011\052\206\110\206\367\015\001\011\001\026\021\151\156" --"\146\157\100\144\151\147\151\156\157\164\141\162\056\156\154\060" --"\036\027\015\060\067\060\065\061\066\061\067\061\071\063\066\132" --"\027\015\062\065\060\063\063\061\061\070\061\071\062\061\132\060" --"\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061\022" --"\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157\164" --"\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151\147" --"\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061\040" --"\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021\151" --"\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156\154" --"\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\254\260\130\301\000\275\330\041\010\013\053\232\376\156\126" --"\060\005\237\033\167\220\020\101\134\303\015\207\021\167\216\201" --"\361\312\174\351\214\152\355\070\164\065\273\332\337\371\273\300" --"\011\067\264\226\163\201\175\063\032\230\071\367\223\157\225\177" --"\075\271\261\165\207\272\121\110\350\213\160\076\225\004\305\330" --"\266\303\026\331\210\260\261\207\035\160\332\206\264\017\024\213" --"\172\317\020\321\164\066\242\022\173\167\206\112\171\346\173\337" --"\002\021\150\245\116\206\256\064\130\233\044\023\170\126\042\045" --"\036\001\213\113\121\161\373\202\314\131\226\151\210\132\150\123" --"\305\271\015\002\067\313\113\274\146\112\220\176\052\013\005\007" --"\355\026\137\125\220\165\330\106\311\033\203\342\010\276\361\043" --"\314\231\035\326\052\017\203\040\025\130\047\202\056\372\342\042" --"\302\111\261\271\001\201\152\235\155\235\100\167\150\166\116\041" --"\052\155\204\100\205\116\166\231\174\202\363\363\267\002\131\324" --"\046\001\033\216\337\255\123\006\321\256\030\335\342\262\072\313" --"\327\210\070\216\254\133\051\271\031\323\230\371\030\003\317\110" --"\202\206\146\013\033\151\017\311\353\070\210\172\046\032\005\114" --"\222\327\044\324\226\362\254\122\055\243\107\325\122\366\077\376" --"\316\204\006\160\246\252\076\242\362\266\126\064\030\127\242\344" --"\201\155\347\312\360\152\323\307\221\153\002\203\101\174\025\357" --"\153\232\144\136\343\320\074\345\261\353\173\135\206\373\313\346" --"\167\111\315\243\145\334\367\271\234\270\344\013\137\223\317\314" --"\060\032\062\034\316\034\143\225\245\371\352\341\164\213\236\351" --"\053\251\060\173\240\030\037\016\030\013\345\133\251\323\321\154" --"\036\007\147\217\221\113\251\212\274\322\146\252\223\001\210\262" --"\221\372\061\134\325\246\301\122\010\011\315\012\143\242\323\042" --"\246\350\241\331\071\006\227\365\156\215\002\220\214\024\173\077" --"\200\315\033\234\272\304\130\162\043\257\266\126\237\306\172\102" --"\063\051\007\077\202\311\346\037\005\015\315\114\050\066\213\323" --"\310\076\034\306\210\357\136\356\211\144\351\035\353\332\211\176" --"\062\246\151\321\335\314\210\237\321\320\311\146\041\334\006\147" --"\305\224\172\232\155\142\114\175\314\340\144\200\262\236\107\216" --"\243\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\210\150\277\340\216\065\304\073\070\153" --"\142\367\050\073\204\201\310\014\327\115\060\015\006\011\052\206" --"\110\206\367\015\001\001\005\005\000\003\202\002\001\000\073\002" --"\215\313\074\060\350\156\240\255\362\163\263\137\236\045\023\004" --"\005\323\366\343\213\273\013\171\316\123\336\344\226\305\321\257" --"\163\274\325\303\320\100\125\174\100\177\315\033\137\011\325\362" --"\174\237\150\035\273\135\316\172\071\302\214\326\230\173\305\203" --"\125\250\325\175\100\312\340\036\367\211\136\143\135\241\023\302" --"\135\212\266\212\174\000\363\043\303\355\205\137\161\166\360\150" --"\143\252\105\041\071\110\141\170\066\334\361\103\223\324\045\307" --"\362\200\145\341\123\002\165\121\374\172\072\357\067\253\204\050" --"\127\014\330\324\324\231\126\154\343\242\376\131\204\264\061\350" --"\063\370\144\224\224\121\227\253\071\305\113\355\332\335\200\013" --"\157\174\051\015\304\216\212\162\015\347\123\024\262\140\101\075" --"\204\221\061\150\075\047\104\333\345\336\364\372\143\105\310\114" --"\076\230\365\077\101\272\116\313\067\015\272\146\230\361\335\313" --"\237\134\367\124\066\202\153\054\274\023\141\227\102\370\170\273" --"\314\310\242\237\312\360\150\275\153\035\262\337\215\157\007\235" --"\332\216\147\307\107\036\312\271\277\052\102\221\267\143\123\146" --"\361\102\243\341\364\132\115\130\153\265\344\244\063\255\134\160" --"\035\334\340\362\353\163\024\221\232\003\301\352\000\145\274\007" --"\374\317\022\021\042\054\256\240\275\072\340\242\052\330\131\351" --"\051\323\030\065\244\254\021\137\031\265\265\033\377\042\112\134" --"\306\172\344\027\357\040\251\247\364\077\255\212\247\232\004\045" --"\235\016\312\067\346\120\375\214\102\051\004\232\354\271\317\113" --"\162\275\342\010\066\257\043\057\142\345\312\001\323\160\333\174" --"\202\043\054\026\061\014\306\066\007\220\172\261\037\147\130\304" --"\073\130\131\211\260\214\214\120\263\330\206\313\150\243\304\012" --"\347\151\113\040\316\301\036\126\113\225\251\043\150\330\060\330" --"\303\353\260\125\121\315\345\375\053\270\365\273\021\237\123\124" --"\366\064\031\214\171\011\066\312\141\027\045\027\013\202\230\163" --"\014\167\164\303\325\015\307\250\022\114\307\247\124\161\107\056" --"\054\032\175\311\343\053\073\110\336\047\204\247\143\066\263\175" --"\217\240\144\071\044\015\075\173\207\257\146\134\164\033\113\163" --"\262\345\214\360\206\231\270\345\305\337\204\301\267\353" --, (PRUint32)1422 } --}; --static const NSSItem nss_builtins_items_223 [] = { -- { (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 *)"DigiNotar Root CA", (PRUint32)18 }, -- { (void *)"\300\140\355\104\313\330\201\275\016\370\154\013\242\207\335\317" --"\201\147\107\214" --, (PRUint32)20 }, -- { (void *)"\172\171\124\115\007\222\073\133\377\101\360\016\307\071\242\230" --, (PRUint32)16 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157" --"\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151" --"\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061" --"\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021" --"\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156" --"\154" --, (PRUint32)97 }, -- { (void *)"\002\020\014\166\332\234\221\014\116\054\236\376\025\320\130\223" --"\074\114" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_224 [] = { -- { (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 *)"Network Solutions Certificate Authority", (PRUint32)40 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\142\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\041\060\037\006\003\125\004\012\023\030\116\145\164\167\157\162" --"\153\040\123\157\154\165\164\151\157\156\163\040\114\056\114\056" --"\103\056\061\060\060\056\006\003\125\004\003\023\047\116\145\164" --"\167\157\162\153\040\123\157\154\165\164\151\157\156\163\040\103" --"\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157" --"\162\151\164\171" --, (PRUint32)100 }, -+ { (void *)"\060\142\061\013\060\011\006\003\125\004\006\023\002\125\123\061" -+"\041\060\037\006\003\125\004\012\023\030\116\145\164\167\157\162" -+"\153\040\123\157\154\165\164\151\157\156\163\040\114\056\114\056" -+"\103\056\061\060\060\056\006\003\125\004\003\023\047\116\145\164" -+"\167\157\162\153\040\123\157\154\165\164\151\157\156\163\040\103" -+"\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157" -+"\162\151\164\171" -+, (PRUint32)100 }, - { (void *)"0", (PRUint32)2 }, - { (void *)"\060\142\061\013\060\011\006\003\125\004\006\023\002\125\123\061" - "\041\060\037\006\003\125\004\012\023\030\116\145\164\167\157\162" -@@ -15577,7 +13713,7 @@ static const NSSItem nss_builtins_items_ - "\244\140\114\260\125\240\240\173\127\262" - , (PRUint32)1002 } - }; --static const NSSItem nss_builtins_items_225 [] = { -+static const NSSItem nss_builtins_items_201 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15604,7 +13740,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_226 [] = { -+static const NSSItem nss_builtins_items_202 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15713,7 +13849,7 @@ static const NSSItem nss_builtins_items_ - "\333" - , (PRUint32)1217 } - }; --static const NSSItem nss_builtins_items_227 [] = { -+static const NSSItem nss_builtins_items_203 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15741,7 +13877,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_228 [] = { -+static const NSSItem nss_builtins_items_204 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15815,7 +13951,7 @@ static const NSSItem nss_builtins_items_ - "\334\335\363\377\035\054\072\026\127\331\222\071\326" - , (PRUint32)653 } - }; --static const NSSItem nss_builtins_items_229 [] = { -+static const NSSItem nss_builtins_items_205 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15844,7 +13980,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_230 [] = { -+static const NSSItem nss_builtins_items_206 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15936,7 +14072,7 @@ static const NSSItem nss_builtins_items_ - "\321\236\164\310\166\147" - , (PRUint32)1078 } - }; --static const NSSItem nss_builtins_items_231 [] = { -+static const NSSItem nss_builtins_items_207 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15961,7 +14097,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_untrusted, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_232 [] = { -+static const NSSItem nss_builtins_items_208 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16058,7 +14194,7 @@ static const NSSItem nss_builtins_items_ - "\253\205\322\140\126\132" - , (PRUint32)1030 } - }; --static const NSSItem nss_builtins_items_233 [] = { -+static const NSSItem nss_builtins_items_209 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16086,7 +14222,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_234 [] = { -+static const NSSItem nss_builtins_items_210 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16171,7 +14307,7 @@ static const NSSItem nss_builtins_items_ - "\164" - , (PRUint32)897 } - }; --static const NSSItem nss_builtins_items_235 [] = { -+static const NSSItem nss_builtins_items_211 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16197,7 +14333,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_236 [] = { -+static const NSSItem nss_builtins_items_212 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16294,7 +14430,7 @@ static const NSSItem nss_builtins_items_ - "\374\276\337\012\015" - , (PRUint32)1013 } - }; --static const NSSItem nss_builtins_items_237 [] = { -+static const NSSItem nss_builtins_items_213 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16323,7 +14459,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_238 [] = { -+static const NSSItem nss_builtins_items_214 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16434,7 +14570,7 @@ static const NSSItem nss_builtins_items_ - "\241\361\017\033\037\075\236\004\203\335\226\331\035\072\224" - , (PRUint32)1151 } - }; --static const NSSItem nss_builtins_items_239 [] = { -+static const NSSItem nss_builtins_items_215 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16466,7 +14602,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_240 [] = { -+static const NSSItem nss_builtins_items_216 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16620,7 +14756,7 @@ static const NSSItem nss_builtins_items_ - "\103\307\003\340\067\116\135\012\334\131\040\045" - , (PRUint32)1964 } - }; --static const NSSItem nss_builtins_items_241 [] = { -+static const NSSItem nss_builtins_items_217 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16648,7 +14784,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_242 [] = { -+static const NSSItem nss_builtins_items_218 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16729,7 +14865,7 @@ static const NSSItem nss_builtins_items_ - "\300\226\130\057\352\273\106\327\273\344\331\056" - , (PRUint32)940 } - }; --static const NSSItem nss_builtins_items_243 [] = { -+static const NSSItem nss_builtins_items_219 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16752,12 +14888,12 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_244 [] = { -+static const NSSItem nss_builtins_items_220 [] = { - { (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 *)"AC Ra\xC3\xADz Certic\xC3\xA1mara S.A.", (PRUint32)27 }, -+ { (void *)"AC Ra+¡z Certic+ímara S.A.", (PRUint32)27 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, - { (void *)"\060\173\061\013\060\011\006\003\125\004\006\023\002\103\117\061" - "\107\060\105\006\003\125\004\012\014\076\123\157\143\151\145\144" -@@ -16886,12 +15022,12 @@ static const NSSItem nss_builtins_items_ - "\005\211\374\170\326\134\054\046\103\251" - , (PRUint32)1642 } - }; --static const NSSItem nss_builtins_items_245 [] = { -+static const NSSItem nss_builtins_items_221 [] = { - { (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 *)"AC Ra\xC3\xADz Certic\xC3\xA1mara S.A.", (PRUint32)27 }, -+ { (void *)"AC Ra+¡z Certic+ímara S.A.", (PRUint32)27 }, - { (void *)"\313\241\305\370\260\343\136\270\271\105\022\323\371\064\242\351" - "\006\020\323\066" - , (PRUint32)20 }, -@@ -16914,7 +15050,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_246 [] = { -+static const NSSItem nss_builtins_items_222 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17019,7 +15155,7 @@ static const NSSItem nss_builtins_items_ - "\334\144\047\027\214\132\267\332\164\050\315\227\344\275" - , (PRUint32)1198 } - }; --static const NSSItem nss_builtins_items_247 [] = { -+static const NSSItem nss_builtins_items_223 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17046,7 +15182,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_248 [] = { -+static const NSSItem nss_builtins_items_224 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17151,7 +15287,7 @@ static const NSSItem nss_builtins_items_ - "\016\121\075\157\373\226\126\200\342\066\027\321\334\344" - , (PRUint32)1198 } - }; --static const NSSItem nss_builtins_items_249 [] = { -+static const NSSItem nss_builtins_items_225 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17178,7 +15314,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_250 [] = { -+static const NSSItem nss_builtins_items_226 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17271,7 +15407,7 @@ static const NSSItem nss_builtins_items_ - "\230" - , (PRUint32)993 } - }; --static const NSSItem nss_builtins_items_251 [] = { -+static const NSSItem nss_builtins_items_227 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17298,7 +15434,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_252 [] = { -+static const NSSItem nss_builtins_items_228 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17387,7 +15523,7 @@ static const NSSItem nss_builtins_items_ - "\126\144\127" - , (PRUint32)931 } - }; --static const NSSItem nss_builtins_items_253 [] = { -+static const NSSItem nss_builtins_items_229 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17414,7 +15550,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_254 [] = { -+static const NSSItem nss_builtins_items_230 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17495,7 +15631,7 @@ static const NSSItem nss_builtins_items_ - "\000\147\240\161\000\202\110" - , (PRUint32)919 } - }; --static const NSSItem nss_builtins_items_255 [] = { -+static const NSSItem nss_builtins_items_231 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17519,7 +15655,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_256 [] = { -+static const NSSItem nss_builtins_items_232 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17601,7 +15737,7 @@ static const NSSItem nss_builtins_items_ - "\316\145\006\056\135\322\052\123\164\136\323\156\047\236\217" - , (PRUint32)943 } - }; --static const NSSItem nss_builtins_items_257 [] = { -+static const NSSItem nss_builtins_items_233 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17625,7 +15761,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_258 [] = { -+static const NSSItem nss_builtins_items_234 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17706,7 +15842,7 @@ static const NSSItem nss_builtins_items_ - "\246\210\070\316\125" - , (PRUint32)933 } - }; --static const NSSItem nss_builtins_items_259 [] = { -+static const NSSItem nss_builtins_items_235 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17729,3139 +15865,576 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_260 [] = { -+static const NSSItem nss_builtins_items_236 [] = { - { (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 *)"ePKI Root Certification Authority", (PRUint32)34 }, -+ { (void *)"Entrust.net 2048 2029", (PRUint32)22 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061" --"\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150" --"\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040" --"\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145" --"\120\113\111\040\122\157\157\164\040\103\145\162\164\151\146\151" -+ { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" -+"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" -+"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" -+"\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143" -+"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" -+"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" -+"\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105" -+"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" -+"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" -+"\162\165\163\164\056\156\145\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" --, (PRUint32)96 }, -+"\040\050\062\060\064\070\051" -+, (PRUint32)183 }, - { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061" --"\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150" --"\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040" --"\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145" --"\120\113\111\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" --, (PRUint32)96 }, -- { (void *)"\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322" --"\274\235" --, (PRUint32)18 }, -- { (void *)"\060\202\005\260\060\202\003\230\240\003\002\001\002\002\020\025" --"\310\275\145\107\134\257\270\227\000\136\344\006\322\274\235\060" --"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\136" --"\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060" --"\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141" --"\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164" --"\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113" --"\111\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\060\036" --"\027\015\060\064\061\062\062\060\060\062\063\061\062\067\132\027" --"\015\063\064\061\062\062\060\060\062\063\061\062\067\132\060\136" --"\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060" --"\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141" --"\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164" --"\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113" --"\111\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\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\341" --"\045\017\356\215\333\210\063\165\147\315\255\037\175\072\116\155" --"\235\323\057\024\363\143\164\313\001\041\152\067\352\204\120\007" --"\113\046\133\011\103\154\041\236\152\310\325\003\365\140\151\217" --"\314\360\042\344\037\347\367\152\042\061\267\054\025\362\340\376" --"\000\152\103\377\207\145\306\265\032\301\247\114\155\042\160\041" --"\212\061\362\227\164\211\011\022\046\034\236\312\331\022\242\225" --"\074\332\351\147\277\010\240\144\343\326\102\267\105\357\227\364" --"\366\365\327\265\112\025\002\130\175\230\130\113\140\274\315\327" --"\015\232\023\063\123\321\141\371\172\325\327\170\263\232\063\367" --"\000\206\316\035\115\224\070\257\250\354\170\121\160\212\134\020" --"\203\121\041\367\021\075\064\206\136\345\110\315\227\201\202\065" --"\114\031\354\145\366\153\305\005\241\356\107\023\326\263\041\047" --"\224\020\012\331\044\073\272\276\104\023\106\060\077\227\074\330" --"\327\327\152\356\073\070\343\053\324\227\016\271\033\347\007\111" --"\177\067\052\371\167\170\317\124\355\133\106\235\243\200\016\221" --"\103\301\326\133\137\024\272\237\246\215\044\107\100\131\277\162" --"\070\262\066\154\067\377\231\321\135\016\131\012\253\151\367\300" --"\262\004\105\172\124\000\256\276\123\366\265\347\341\370\074\243" --"\061\322\251\376\041\122\144\305\246\147\360\165\007\006\224\024" --"\201\125\306\047\344\001\217\027\301\152\161\327\276\113\373\224" --"\130\175\176\021\063\261\102\367\142\154\030\326\317\011\150\076" --"\177\154\366\036\217\142\255\245\143\333\011\247\037\042\102\101" --"\036\157\231\212\076\327\371\077\100\172\171\260\245\001\222\322" --"\235\075\010\025\245\020\001\055\263\062\166\250\225\015\263\172" --"\232\373\007\020\170\021\157\341\217\307\272\017\045\032\164\052" --"\345\034\230\101\231\337\041\207\350\225\006\152\012\263\152\107" --"\166\145\366\072\317\217\142\027\031\173\012\050\315\032\322\203" --"\036\041\307\054\277\276\377\141\150\267\147\033\273\170\115\215" --"\316\147\345\344\301\216\267\043\146\342\235\220\165\064\230\251" --"\066\053\212\232\224\271\235\354\314\212\261\370\045\211\134\132" --"\266\057\214\037\155\171\044\247\122\150\303\204\065\342\146\215" --"\143\016\045\115\325\031\262\346\171\067\247\042\235\124\061\002" --"\003\001\000\001\243\152\060\150\060\035\006\003\125\035\016\004" --"\026\004\024\036\014\367\266\147\362\341\222\046\011\105\300\125" --"\071\056\167\077\102\112\242\060\014\006\003\125\035\023\004\005" --"\060\003\001\001\377\060\071\006\004\147\052\007\000\004\061\060" --"\057\060\055\002\001\000\060\011\006\005\053\016\003\002\032\005" --"\000\060\007\006\005\147\052\003\000\000\004\024\105\260\302\307" --"\012\126\174\356\133\170\014\225\371\030\123\301\246\034\330\020" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003" --"\202\002\001\000\011\263\203\123\131\001\076\225\111\271\361\201" --"\272\371\166\040\043\265\047\140\164\324\152\231\064\136\154\000" --"\123\331\237\362\246\261\044\007\104\152\052\306\245\216\170\022" --"\350\107\331\130\033\023\052\136\171\233\237\012\052\147\246\045" --"\077\006\151\126\163\303\212\146\110\373\051\201\127\164\006\312" --"\234\352\050\350\070\147\046\053\361\325\265\077\145\223\370\066" --"\135\216\215\215\100\040\207\031\352\357\047\300\075\264\071\017" --"\045\173\150\120\164\125\234\014\131\175\132\075\101\224\045\122" --"\010\340\107\054\025\061\031\325\277\007\125\306\273\022\265\227" --"\364\137\203\205\272\161\301\331\154\201\021\166\012\012\260\277" --"\202\227\367\352\075\372\372\354\055\251\050\224\073\126\335\322" --"\121\056\256\300\275\010\025\214\167\122\064\226\326\233\254\323" --"\035\216\141\017\065\173\233\256\071\151\013\142\140\100\040\066" --"\217\257\373\066\356\055\010\112\035\270\277\233\134\370\352\245" --"\033\240\163\246\330\370\156\340\063\004\137\150\252\047\207\355" --"\331\301\220\234\355\275\343\152\065\257\143\337\253\030\331\272" --"\346\351\112\352\120\212\017\141\223\036\342\055\031\342\060\224" --"\065\222\135\016\266\007\257\031\200\217\107\220\121\113\056\115" --"\335\205\342\322\012\122\012\027\232\374\032\260\120\002\345\001" --"\243\143\067\041\114\104\304\233\121\231\021\016\163\234\006\217" --"\124\056\247\050\136\104\071\207\126\055\067\275\205\104\224\341" --"\014\113\054\234\303\222\205\064\141\313\017\270\233\112\103\122" --"\376\064\072\175\270\351\051\334\166\251\310\060\370\024\161\200" --"\306\036\066\110\164\042\101\134\207\202\350\030\161\213\101\211" --"\104\347\176\130\133\250\270\215\023\351\247\154\303\107\355\263" --"\032\235\142\256\215\202\352\224\236\335\131\020\303\255\335\342" --"\115\343\061\325\307\354\350\362\260\376\222\036\026\012\032\374" --"\331\363\370\047\266\311\276\035\264\154\144\220\177\364\344\304" --"\133\327\067\256\102\016\335\244\032\157\174\210\124\305\026\156" --"\341\172\150\056\370\072\277\015\244\074\211\073\170\247\116\143" --"\203\004\041\010\147\215\362\202\111\320\133\375\261\315\017\203" --"\204\324\076\040\205\367\112\075\053\234\375\052\012\011\115\352" --"\201\370\021\234" --, (PRUint32)1460 } --}; --static const NSSItem nss_builtins_items_261 [] = { -- { (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 *)"ePKI Root Certification Authority", (PRUint32)34 }, -- { (void *)"\147\145\015\361\176\216\176\133\202\100\244\364\126\113\317\342" --"\075\151\306\360" --, (PRUint32)20 }, -- { (void *)"\033\056\000\312\046\006\220\075\255\376\157\025\150\323\153\263" --, (PRUint32)16 }, -- { (void *)"\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061" --"\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150" --"\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040" --"\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145" --"\120\113\111\040\122\157\157\164\040\103\145\162\164\151\146\151" -+ { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" -+"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" -+"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" -+"\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143" -+"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" -+"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" -+"\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105" -+"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" -+"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" -+"\162\165\163\164\056\156\145\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" --, (PRUint32)96 }, -- { (void *)"\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322" --"\274\235" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_262 [] = { -- { (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 *)"T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3", (PRUint32)66 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124" --"\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172" --"\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006" --"\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102" --"\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157" --"\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155" --"\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304" --"\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125" --"\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153" --"\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101" --"\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151" --"\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043" --"\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145" --"\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153" --"\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303" --"\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303" --"\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172" --"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261" --"\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063" --, (PRUint32)303 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124" --"\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172" --"\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006" --"\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102" --"\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157" --"\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155" --"\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304" --"\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125" --"\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153" --"\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101" --"\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151" --"\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043" --"\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145" --"\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153" --"\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303" --"\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303" --"\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172" --"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261" --"\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063" --, (PRUint32)303 }, -- { (void *)"\002\001\021" --, (PRUint32)3 }, -- { (void *)"\060\202\005\027\060\202\003\377\240\003\002\001\002\002\001\021" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122" --"\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145" --"\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003" --"\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151" --"\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154" --"\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141" --"\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260" --"\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154" --"\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040" --"\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162" --"\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164" --"\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060" --"\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162" --"\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145" --"\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234" --"\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266" --"\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155" --"\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163" --"\304\261\040\055\040\123\303\274\162\303\274\155\040\063\060\036" --"\027\015\060\067\060\070\062\064\061\061\063\067\060\067\132\027" --"\015\061\067\060\070\062\061\061\061\063\067\060\067\132\060\202" --"\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122\061" --"\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145\040" --"\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003\125" --"\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151\154" --"\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154\157" --"\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141\040" --"\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260\124" --"\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154\165" --"\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040\166" --"\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162\141" --"\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164\303" --"\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060\041" --"\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162\164" --"\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145\172" --"\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234\102" --"\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266\153" --"\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155\145" --"\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163\304" --"\261\040\055\040\123\303\274\162\303\274\155\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\212\155" --"\113\377\020\210\072\303\366\176\224\350\352\040\144\160\256\041" --"\201\276\072\173\074\333\361\035\122\177\131\372\363\042\114\225" --"\240\220\274\110\116\021\253\373\267\265\215\172\203\050\214\046" --"\106\330\116\225\100\207\141\237\305\236\155\201\207\127\154\212" --"\073\264\146\352\314\100\374\343\252\154\262\313\001\333\062\277" --"\322\353\205\317\241\015\125\303\133\070\127\160\270\165\306\171" --"\321\024\060\355\033\130\133\153\357\065\362\241\041\116\305\316" --"\174\231\137\154\271\270\042\223\120\247\315\114\160\152\276\152" --"\005\177\023\234\053\036\352\376\107\316\004\245\157\254\223\056" --"\174\053\237\236\171\023\221\350\352\236\312\070\165\216\142\260" --"\225\223\052\345\337\351\136\227\156\040\137\137\204\172\104\071" --"\031\100\034\272\125\053\373\060\262\201\357\204\343\334\354\230" --"\070\071\003\205\010\251\124\003\005\051\360\311\217\213\352\013" --"\206\145\031\021\323\351\011\043\336\150\223\003\311\066\034\041" --"\156\316\214\146\361\231\060\330\327\263\303\035\370\201\056\250" --"\275\202\013\146\376\202\313\341\340\032\202\303\100\201\002\003" --"\001\000\001\243\102\060\100\060\035\006\003\125\035\016\004\026" --"\004\024\275\210\207\311\217\366\244\012\013\252\353\305\376\221" --"\043\235\253\112\212\062\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\015\006\011\052\206\110\206\367" --"\015\001\001\005\005\000\003\202\001\001\000\035\174\372\111\217" --"\064\351\267\046\222\026\232\005\164\347\113\320\155\071\154\303" --"\046\366\316\270\061\274\304\337\274\052\370\067\221\030\334\004" --"\310\144\231\053\030\155\200\003\131\311\256\370\130\320\076\355" --"\303\043\237\151\074\206\070\034\236\357\332\047\170\321\204\067" --"\161\212\074\113\071\317\176\105\006\326\055\330\212\115\170\022" --"\326\255\302\323\313\322\320\101\363\046\066\112\233\225\154\014" --"\356\345\321\103\047\146\301\210\367\172\263\040\154\352\260\151" --"\053\307\040\350\014\003\304\101\005\231\342\077\344\153\370\240" --"\206\201\307\204\306\037\325\113\201\022\262\026\041\054\023\241" --"\200\262\136\014\112\023\236\040\330\142\100\253\220\352\144\112" --"\057\254\015\001\022\171\105\250\057\207\031\150\310\342\205\307" --"\060\262\165\371\070\077\262\300\223\264\153\342\003\104\316\147" --"\240\337\211\326\255\214\166\243\023\303\224\141\053\153\331\154" --"\301\007\012\042\007\205\154\205\044\106\251\276\077\213\170\204" --"\202\176\044\014\235\375\201\067\343\045\250\355\066\116\225\054" --"\311\234\220\332\354\251\102\074\255\266\002" --, (PRUint32)1307 } --}; --static const NSSItem nss_builtins_items_263 [] = { -- { (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 *)"T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3", (PRUint32)66 }, -- { (void *)"\033\113\071\141\046\047\153\144\221\242\150\155\327\002\103\041" --"\055\037\035\226" --, (PRUint32)20 }, -- { (void *)"\355\101\365\214\120\305\053\234\163\346\356\154\353\302\250\046" --, (PRUint32)16 }, -- { (void *)"\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124" --"\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172" --"\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006" --"\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102" --"\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157" --"\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155" --"\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304" --"\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125" --"\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153" --"\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101" --"\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151" --"\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043" --"\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145" --"\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153" --"\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303" --"\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303" --"\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172" --"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261" --"\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063" --, (PRUint32)303 }, -- { (void *)"\002\001\021" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+"\040\050\062\060\064\070\051" -+, (PRUint32)183 }, -+ { (void *)"\002\004\070\143\336\370" -+, (PRUint32)6 }, -+ { (void *)"\060\202\004\052\060\202\003\022\240\003\002\001\002\002\004\070" -+"\143\336\370\060\015\006\011\052\206\110\206\367\015\001\001\005" -+"\005\000\060\201\264\061\024\060\022\006\003\125\004\012\023\013" -+"\105\156\164\162\165\163\164\056\156\145\164\061\100\060\076\006" -+"\003\125\004\013\024\067\167\167\167\056\145\156\164\162\165\163" -+"\164\056\156\145\164\057\103\120\123\137\062\060\064\070\040\151" -+"\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050" -+"\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060" -+"\043\006\003\125\004\013\023\034\050\143\051\040\061\071\071\071" -+"\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155" -+"\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052\105" -+"\156\164\162\165\163\164\056\156\145\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\050\062\060\064\070\051\060\036\027\015\071\071\061" -+"\062\062\064\061\067\065\060\065\061\132\027\015\062\071\060\067" -+"\062\064\061\064\061\065\061\062\132\060\201\264\061\024\060\022" -+"\006\003\125\004\012\023\013\105\156\164\162\165\163\164\056\156" -+"\145\164\061\100\060\076\006\003\125\004\013\024\067\167\167\167" -+"\056\145\156\164\162\165\163\164\056\156\145\164\057\103\120\123" -+"\137\062\060\064\070\040\151\156\143\157\162\160\056\040\142\171" -+"\040\162\145\146\056\040\050\154\151\155\151\164\163\040\154\151" -+"\141\142\056\051\061\045\060\043\006\003\125\004\013\023\034\050" -+"\143\051\040\061\071\071\071\040\105\156\164\162\165\163\164\056" -+"\156\145\164\040\114\151\155\151\164\145\144\061\063\060\061\006" -+"\003\125\004\003\023\052\105\156\164\162\165\163\164\056\156\145" -+"\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\050\062\060\064\070\051" -+"\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\115\113\251\022\206\262\352\243\040\007\025\026\144\052" -+"\053\113\321\277\013\112\115\216\355\200\166\245\147\267\170\100" -+"\300\163\102\310\150\300\333\123\053\335\136\270\166\230\065\223" -+"\213\032\235\174\023\072\016\037\133\267\036\317\345\044\024\036" -+"\261\201\251\215\175\270\314\153\113\003\361\002\014\334\253\245" -+"\100\044\000\177\164\224\241\235\010\051\263\210\013\365\207\167" -+"\235\125\315\344\303\176\327\152\144\253\205\024\206\225\133\227" -+"\062\120\157\075\310\272\146\014\343\374\275\270\111\301\166\211" -+"\111\031\375\300\250\275\211\243\147\057\306\237\274\161\031\140" -+"\270\055\351\054\311\220\166\146\173\224\342\257\170\326\145\123" -+"\135\074\326\234\262\317\051\003\371\057\244\120\262\324\110\316" -+"\005\062\125\212\375\262\144\114\016\344\230\007\165\333\177\337" -+"\271\010\125\140\205\060\051\371\173\110\244\151\206\343\065\077" -+"\036\206\135\172\172\025\275\357\000\216\025\042\124\027\000\220" -+"\046\223\274\016\111\150\221\277\370\107\323\235\225\102\301\016" -+"\115\337\157\046\317\303\030\041\142\146\103\160\326\325\300\007" -+"\341\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\125\344\201\321\021\200\276\330\211\271" -+"\010\243\061\371\241\044\011\026\271\160\060\015\006\011\052\206" -+"\110\206\367\015\001\001\005\005\000\003\202\001\001\000\073\233" -+"\217\126\233\060\347\123\231\174\172\171\247\115\227\327\031\225" -+"\220\373\006\037\312\063\174\106\143\217\226\146\044\372\100\033" -+"\041\047\312\346\162\163\362\117\376\061\231\375\310\014\114\150" -+"\123\306\200\202\023\230\372\266\255\332\135\075\361\316\156\366" -+"\025\021\224\202\014\356\077\225\257\021\253\017\327\057\336\037" -+"\003\217\127\054\036\311\273\232\032\104\225\353\030\117\246\037" -+"\315\175\127\020\057\233\004\011\132\204\265\156\330\035\072\341" -+"\326\236\321\154\171\136\171\034\024\305\343\320\114\223\073\145" -+"\074\355\337\075\276\246\345\225\032\303\265\031\303\275\136\133" -+"\273\377\043\357\150\031\313\022\223\047\134\003\055\157\060\320" -+"\036\266\032\254\336\132\367\321\252\250\047\246\376\171\201\304" -+"\171\231\063\127\272\022\260\251\340\102\154\223\312\126\336\376" -+"\155\204\013\010\213\176\215\352\327\230\041\306\363\347\074\171" -+"\057\136\234\321\114\025\215\341\354\042\067\314\232\103\013\227" -+"\334\200\220\215\263\147\233\157\110\010\025\126\317\277\361\053" -+"\174\136\232\166\351\131\220\305\174\203\065\021\145\121" -+, (PRUint32)1070 } - }; --static const NSSItem nss_builtins_items_264 [] = { -- { (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 *)"Buypass Class 2 CA 1", (PRUint32)21 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\062\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\062\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)"\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\001" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035" --"\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163" --"\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060" --"\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040" --"\103\154\141\163\163\040\062\040\103\101\040\061\060\036\027\015" --"\060\066\061\060\061\063\061\060\062\065\060\071\132\027\015\061" --"\066\061\060\061\063\061\060\062\065\060\071\132\060\113\061\013" --"\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006" --"\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123" --"\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003" --"\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141" --"\163\163\040\062\040\103\101\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\213\074\007\105\330\366" --"\337\346\307\312\272\215\103\305\107\215\260\132\301\070\333\222" --"\204\034\257\023\324\017\157\066\106\040\304\056\314\161\160\064" --"\242\064\323\067\056\330\335\072\167\057\300\353\051\350\134\322" --"\265\251\221\064\207\042\131\376\314\333\347\231\257\226\301\250" --"\307\100\335\245\025\214\156\310\174\227\003\313\346\040\362\327" --"\227\137\061\241\057\067\322\276\356\276\251\255\250\114\236\041" --"\146\103\073\250\274\363\011\243\070\325\131\044\301\302\107\166" --"\261\210\134\202\073\273\053\246\004\327\214\007\217\315\325\101" --"\035\360\256\270\051\054\224\122\140\064\224\073\332\340\070\321" --"\235\063\076\025\364\223\062\305\000\332\265\051\146\016\072\170" --"\017\041\122\137\002\345\222\173\045\323\222\036\057\025\235\201" --"\344\235\216\350\357\211\316\024\114\124\035\034\201\022\115\160" --"\250\276\020\005\027\176\037\321\270\127\125\355\315\273\122\302" --"\260\036\170\302\115\066\150\313\126\046\301\122\301\275\166\367" --"\130\325\162\176\037\104\166\273\000\211\035\026\235\121\065\357" --"\115\302\126\357\153\340\214\073\015\351\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\035\006\003\125\035\016\004\026\004\024\077" --"\215\232\131\213\374\173\173\234\243\257\070\260\071\355\220\161" --"\200\326\310\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\025\032\176\023\212\271\350\007\243" --"\113\047\062\262\100\221\362\041\321\144\205\276\143\152\322\317" --"\201\302\025\325\172\176\014\051\254\067\036\034\174\166\122\225" --"\332\265\177\043\241\051\167\145\311\062\235\250\056\126\253\140" --"\166\316\026\264\215\177\170\300\325\231\121\203\177\136\331\276" --"\014\250\120\355\042\307\255\005\114\166\373\355\356\036\107\144" --"\366\367\047\175\134\050\017\105\305\134\142\136\246\232\221\221" --"\267\123\027\056\334\255\140\235\226\144\071\275\147\150\262\256" --"\005\313\115\347\137\037\127\206\325\040\234\050\373\157\023\070" --"\365\366\021\222\366\175\231\136\037\014\350\253\104\044\051\162" --"\100\075\066\122\257\214\130\220\163\301\354\141\054\171\241\354" --"\207\265\077\332\115\331\041\000\060\336\220\332\016\323\032\110" --"\251\076\205\013\024\213\214\274\101\236\152\367\016\160\300\065" --"\367\071\242\135\146\320\173\131\237\250\107\022\232\047\043\244" --"\055\216\047\203\222\040\241\327\025\177\361\056\030\356\364\110" --"\177\057\177\361\241\030\265\241\013\224\240\142\040\062\234\035" --"\366\324\357\277\114\210\150" --, (PRUint32)855 } --}; --static const NSSItem nss_builtins_items_265 [] = { -+static const NSSItem nss_builtins_items_237 [] = { - { (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 *)"Buypass Class 2 CA 1", (PRUint32)21 }, -- { (void *)"\240\241\253\220\311\374\204\173\073\022\141\350\227\175\137\323" --"\042\141\323\314" --, (PRUint32)20 }, -- { (void *)"\270\010\232\360\003\314\033\015\310\154\013\166\241\165\144\043" --, (PRUint32)16 }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\062\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -+ { (void *)"Entrust.net 2048 2029", (PRUint32)22 }, -+ { (void *)"\120\060\006\011\035\227\324\365\256\071\367\313\347\222\175\175" -+"\145\055\064\061" -+, (PRUint32)20 }, -+ { (void *)"\356\051\061\274\062\176\232\346\350\265\367\121\264\064\161\220" -+, (PRUint32)16 }, -+ { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" -+"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" -+"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" -+"\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143" -+"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" -+"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" -+"\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105" -+"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" -+"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" -+"\162\165\163\164\056\156\145\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\050\062\060\064\070\051" -+, (PRUint32)183 }, -+ { (void *)"\002\004\070\143\336\370" -+, (PRUint32)6 }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_266 [] = { -+static const NSSItem nss_builtins_items_238 [] = { - { (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 *)"Buypass Class 3 CA 1", (PRUint32)21 }, -+ { (void *)"Entrust.net 2048 2030", (PRUint32)22 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\063\040\103\101\040\061" --, (PRUint32)77 }, -+ { (void *)"\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123" -+"\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165" -+"\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004" -+"\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165" -+"\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162" -+"\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051" -+"\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111" -+"\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162" -+"\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060" -+"\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107" -+"\062" -+, (PRUint32)193 }, - { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\063\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"\002\001\002" --, (PRUint32)3 }, -- { (void *)"\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\002" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035" --"\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163" --"\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060" --"\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040" --"\103\154\141\163\163\040\063\040\103\101\040\061\060\036\027\015" --"\060\065\060\065\060\071\061\064\061\063\060\063\132\027\015\061" --"\065\060\065\060\071\061\064\061\063\060\063\132\060\113\061\013" --"\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006" --"\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123" --"\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003" --"\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141" --"\163\163\040\063\040\103\101\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\244\216\327\164\331\051" --"\144\336\137\037\207\200\221\352\116\071\346\031\306\104\013\200" --"\325\013\257\123\007\213\022\275\346\147\360\002\261\211\366\140" --"\212\304\133\260\102\321\300\041\250\313\341\233\357\144\121\266" --"\247\317\025\365\164\200\150\004\220\240\130\242\346\164\246\123" --"\123\125\110\143\077\222\126\335\044\116\216\370\272\053\377\363" --"\064\212\236\050\327\064\237\254\057\326\017\361\244\057\275\122" --"\262\111\205\155\071\065\360\104\060\223\106\044\363\266\347\123" --"\373\274\141\257\251\243\024\373\302\027\027\204\154\340\174\210" --"\370\311\034\127\054\360\075\176\224\274\045\223\204\350\232\000" --"\232\105\005\102\127\200\364\116\316\331\256\071\366\310\123\020" --"\014\145\072\107\173\140\302\326\372\221\311\306\161\154\275\221" --"\207\074\221\206\111\253\363\017\240\154\046\166\136\034\254\233" --"\161\345\215\274\233\041\036\234\326\070\176\044\200\025\061\202" --"\226\261\111\323\142\067\133\210\014\012\142\064\376\247\110\176" --"\231\261\060\213\220\067\225\034\250\037\245\054\215\364\125\310" --"\333\335\131\012\302\255\170\240\364\213\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\035\006\003\125\035\016\004\026\004\024\070" --"\024\346\310\360\251\244\003\364\116\076\042\243\133\362\326\340" --"\255\100\164\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\001\147\243\214\311\045\075\023\143" --"\135\026\157\354\241\076\011\134\221\025\052\052\331\200\041\117" --"\005\334\273\245\211\253\023\063\052\236\070\267\214\157\002\162" --"\143\307\163\167\036\011\006\272\073\050\173\244\107\311\141\153" --"\010\010\040\374\212\005\212\037\274\272\306\302\376\317\156\354" --"\023\063\161\147\056\151\372\251\054\077\146\300\022\131\115\013" --"\124\002\222\204\273\333\022\357\203\160\160\170\310\123\372\337" --"\306\306\377\334\210\057\007\300\111\235\062\127\140\323\362\366" --"\231\051\137\347\252\001\314\254\063\250\034\012\273\221\304\003" --"\240\157\266\064\371\206\323\263\166\124\230\364\112\201\263\123" --"\235\115\100\354\345\167\023\105\257\133\252\037\330\057\114\202" --"\173\376\052\304\130\273\117\374\236\375\003\145\032\052\016\303" --"\245\040\026\224\153\171\246\242\022\264\273\032\244\043\172\137" --"\360\256\204\044\344\363\053\373\212\044\243\047\230\145\332\060" --"\165\166\374\031\221\350\333\353\233\077\062\277\100\227\007\046" --"\272\314\363\224\205\112\172\047\223\317\220\102\324\270\133\026" --"\246\347\313\100\003\335\171" --, (PRUint32)855 } --}; --static const NSSItem nss_builtins_items_267 [] = { -+ { (void *)"\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123" -+"\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165" -+"\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004" -+"\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165" -+"\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162" -+"\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051" -+"\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111" -+"\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162" -+"\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060" -+"\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107" -+"\062" -+, (PRUint32)193 }, -+ { (void *)"\002\004\112\123\214\050" -+, (PRUint32)6 }, -+ { (void *)"\060\202\004\076\060\202\003\046\240\003\002\001\002\002\004\112" -+"\123\214\050\060\015\006\011\052\206\110\206\367\015\001\001\013" -+"\005\000\060\201\276\061\013\060\011\006\003\125\004\006\023\002" -+"\125\123\061\026\060\024\006\003\125\004\012\023\015\105\156\164" -+"\162\165\163\164\054\040\111\156\143\056\061\050\060\046\006\003" -+"\125\004\013\023\037\123\145\145\040\167\167\167\056\145\156\164" -+"\162\165\163\164\056\156\145\164\057\154\145\147\141\154\055\164" -+"\145\162\155\163\061\071\060\067\006\003\125\004\013\023\060\050" -+"\143\051\040\062\060\060\071\040\105\156\164\162\165\163\164\054" -+"\040\111\156\143\056\040\055\040\146\157\162\040\141\165\164\150" -+"\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061" -+"\062\060\060\006\003\125\004\003\023\051\105\156\164\162\165\163" -+"\164\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\055" -+"\040\107\062\060\036\027\015\060\071\060\067\060\067\061\067\062" -+"\065\065\064\132\027\015\063\060\061\062\060\067\061\067\065\065" -+"\065\064\132\060\201\276\061\013\060\011\006\003\125\004\006\023" -+"\002\125\123\061\026\060\024\006\003\125\004\012\023\015\105\156" -+"\164\162\165\163\164\054\040\111\156\143\056\061\050\060\046\006" -+"\003\125\004\013\023\037\123\145\145\040\167\167\167\056\145\156" -+"\164\162\165\163\164\056\156\145\164\057\154\145\147\141\154\055" -+"\164\145\162\155\163\061\071\060\067\006\003\125\004\013\023\060" -+"\050\143\051\040\062\060\060\071\040\105\156\164\162\165\163\164" -+"\054\040\111\156\143\056\040\055\040\146\157\162\040\141\165\164" -+"\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171" -+"\061\062\060\060\006\003\125\004\003\023\051\105\156\164\162\165" -+"\163\164\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" -+"\055\040\107\062\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\204\266\162\333\236\014\153\342\231\351" -+"\060\001\247\166\352\062\270\225\101\032\311\332\141\116\130\162" -+"\317\376\366\202\171\277\163\141\006\012\245\047\330\263\137\323" -+"\105\116\034\162\326\116\062\362\162\212\017\367\203\031\320\152" -+"\200\200\000\105\036\260\307\347\232\277\022\127\047\034\243\150" -+"\057\012\207\275\152\153\016\136\145\363\034\167\325\324\205\215" -+"\160\041\264\263\062\347\213\242\325\206\071\002\261\270\322\107" -+"\316\344\311\111\304\073\247\336\373\124\175\127\276\360\350\156" -+"\302\171\262\072\013\125\342\120\230\026\062\023\134\057\170\126" -+"\301\302\224\263\362\132\344\047\232\237\044\327\306\354\320\233" -+"\045\202\343\314\302\304\105\305\214\227\172\006\153\052\021\237" -+"\251\012\156\110\073\157\333\324\021\031\102\367\217\007\277\365" -+"\123\137\234\076\364\027\054\346\151\254\116\062\114\142\167\352" -+"\267\350\345\273\064\274\031\213\256\234\121\347\267\176\265\123" -+"\261\063\042\345\155\317\160\074\032\372\342\233\147\266\203\364" -+"\215\245\257\142\114\115\340\130\254\144\064\022\003\370\266\215" -+"\224\143\044\244\161\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\152\162\046\172\320\036" -+"\357\175\347\073\151\121\324\154\215\237\220\022\146\253\060\015" -+"\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202\001" -+"\001\000\171\237\035\226\306\266\171\077\042\215\207\323\207\003" -+"\004\140\152\153\232\056\131\211\163\021\254\103\321\365\023\377" -+"\215\071\053\300\362\275\117\160\214\251\057\352\027\304\013\124" -+"\236\324\033\226\230\063\074\250\255\142\242\000\166\253\131\151" -+"\156\006\035\176\304\271\104\215\230\257\022\324\141\333\012\031" -+"\106\107\363\353\367\143\301\100\005\100\245\322\267\364\265\232" -+"\066\277\251\210\166\210\004\125\004\053\234\207\177\032\067\074" -+"\176\055\245\032\330\324\211\136\312\275\254\075\154\330\155\257" -+"\325\363\166\017\315\073\210\070\042\235\154\223\232\304\075\277" -+"\202\033\145\077\246\017\135\252\374\345\262\025\312\265\255\306" -+"\274\075\320\204\350\352\006\162\260\115\071\062\170\277\076\021" -+"\234\013\244\235\232\041\363\360\233\013\060\170\333\301\334\207" -+"\103\376\274\143\232\312\305\302\034\311\307\215\377\073\022\130" -+"\010\346\266\075\354\172\054\116\373\203\226\316\014\074\151\207" -+"\124\163\244\163\302\223\377\121\020\254\025\124\001\330\374\005" -+"\261\211\241\177\164\203\232\111\327\334\116\173\212\110\157\213" -+"\105\366" -+, (PRUint32)1090 } -+}; -+static const NSSItem nss_builtins_items_239 [] = { - { (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 *)"Buypass Class 3 CA 1", (PRUint32)21 }, -- { (void *)"\141\127\072\021\337\016\330\176\325\222\145\042\352\320\126\327" --"\104\263\043\161" --, (PRUint32)20 }, -- { (void *)"\337\074\163\131\201\347\071\120\201\004\114\064\242\313\263\173" --, (PRUint32)16 }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\063\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"\002\001\002" --, (PRUint32)3 }, -+ { (void *)"Entrust.net 2048 2030", (PRUint32)22 }, -+ { (void *)"\214\364\047\375\171\014\072\321\146\006\215\350\036\127\357\273" -+"\223\042\162\324" -+, (PRUint32)20 }, -+ { (void *)"\113\342\311\221\226\145\014\364\016\132\223\222\240\012\376\262" -+, (PRUint32)16 }, -+ { (void *)"\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123" -+"\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165" -+"\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004" -+"\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165" -+"\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162" -+"\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051" -+"\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111" -+"\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162" -+"\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060" -+"\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107" -+"\062" -+, (PRUint32)193 }, -+ { (void *)"\002\004\112\123\214\050" -+, (PRUint32)6 }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_268 [] = { -+static const NSSItem nss_builtins_items_240 [] = { - { (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 *)"EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1", (PRUint32)48 }, -+ { (void *)"Thawte Premium Server primary 1024 2021", (PRUint32)40 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102" --"\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162" --"\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141" --"\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060" --"\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151" --"\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145" --"\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151" --"\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023" --"\002\124\122" --, (PRUint32)131 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102" --"\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162" --"\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141" --"\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060" --"\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151" --"\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145" --"\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151" --"\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023" --"\002\124\122" --, (PRUint32)131 }, -- { (void *)"\002\010\114\257\163\102\034\216\164\002" --, (PRUint32)10 }, -- { (void *)"\060\202\005\347\060\202\003\317\240\003\002\001\002\002\010\114" --"\257\163\102\034\216\164\002\060\015\006\011\052\206\110\206\367" --"\015\001\001\005\005\000\060\201\200\061\070\060\066\006\003\125" --"\004\003\014\057\105\102\107\040\105\154\145\153\164\162\157\156" --"\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172" --"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261" --"\163\304\261\061\067\060\065\006\003\125\004\012\014\056\105\102" --"\107\040\102\151\154\151\305\237\151\155\040\124\145\153\156\157" --"\154\157\152\151\154\145\162\151\040\166\145\040\110\151\172\155" --"\145\164\154\145\162\151\040\101\056\305\236\056\061\013\060\011" --"\006\003\125\004\006\023\002\124\122\060\036\027\015\060\066\060" --"\070\061\067\060\060\062\061\060\071\132\027\015\061\066\060\070" --"\061\064\060\060\063\061\060\071\132\060\201\200\061\070\060\066" --"\006\003\125\004\003\014\057\105\102\107\040\105\154\145\153\164" --"\162\157\156\151\153\040\123\145\162\164\151\146\151\153\141\040" --"\110\151\172\155\145\164\040\123\141\304\237\154\141\171\304\261" --"\143\304\261\163\304\261\061\067\060\065\006\003\125\004\012\014" --"\056\105\102\107\040\102\151\154\151\305\237\151\155\040\124\145" --"\153\156\157\154\157\152\151\154\145\162\151\040\166\145\040\110" --"\151\172\155\145\164\154\145\162\151\040\101\056\305\236\056\061" --"\013\060\011\006\003\125\004\006\023\002\124\122\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\356\240\204" --"\141\320\072\152\146\020\062\330\061\070\177\247\247\345\375\241" --"\341\373\227\167\270\161\226\350\023\226\106\203\117\266\362\137" --"\162\126\156\023\140\245\001\221\342\133\305\315\127\037\167\143" --"\121\377\057\075\333\271\077\252\251\065\347\171\320\365\320\044" --"\266\041\352\353\043\224\376\051\277\373\211\221\014\144\232\005" --"\112\053\314\014\356\361\075\233\202\151\244\114\370\232\157\347" --"\042\332\020\272\137\222\374\030\047\012\250\252\104\372\056\054" --"\264\373\106\232\010\003\203\162\253\210\344\152\162\311\345\145" --"\037\156\052\017\235\263\350\073\344\014\156\172\332\127\375\327" --"\353\171\213\136\040\006\323\166\013\154\002\225\243\226\344\313" --"\166\121\321\050\235\241\032\374\104\242\115\314\172\166\250\015" --"\075\277\027\117\042\210\120\375\256\266\354\220\120\112\133\237" --"\225\101\252\312\017\262\112\376\200\231\116\243\106\025\253\370" --"\163\102\152\302\146\166\261\012\046\025\335\223\222\354\333\251" --"\137\124\042\122\221\160\135\023\352\110\354\156\003\154\331\335" --"\154\374\353\015\003\377\246\203\022\233\361\251\223\017\305\046" --"\114\061\262\143\231\141\162\347\052\144\231\322\270\351\165\342" --"\174\251\251\232\032\252\303\126\333\020\232\074\203\122\266\173" --"\226\267\254\207\167\250\271\362\147\013\224\103\263\257\076\163" --"\372\102\066\261\045\305\012\061\046\067\126\147\272\243\013\175" --"\326\367\211\315\147\241\267\072\036\146\117\366\240\125\024\045" --"\114\054\063\015\246\101\214\275\004\061\152\020\162\012\235\016" --"\056\166\275\136\363\121\211\213\250\077\125\163\277\333\072\306" --"\044\005\226\222\110\252\113\215\052\003\345\127\221\020\364\152" --"\050\025\156\107\167\204\134\121\164\237\031\351\346\036\143\026" --"\071\343\021\025\343\130\032\104\275\313\304\154\146\327\204\006" --"\337\060\364\067\242\103\042\171\322\020\154\337\273\346\023\021" --"\374\235\204\012\023\173\360\073\320\374\243\012\327\211\352\226" --"\176\215\110\205\036\144\137\333\124\242\254\325\172\002\171\153" --"\322\212\360\147\332\145\162\015\024\160\344\351\216\170\217\062" --"\164\174\127\362\326\326\364\066\211\033\370\051\154\213\271\366" --"\227\321\244\056\252\276\013\031\302\105\351\160\135\002\003\000" --"\235\331\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\035\006\003\125\035\016\004\026" --"\004\024\347\316\306\117\374\026\147\226\372\112\243\007\301\004" --"\247\313\152\336\332\107\060\037\006\003\125\035\043\004\030\060" --"\026\200\024\347\316\306\117\374\026\147\226\372\112\243\007\301" --"\004\247\313\152\336\332\107\060\015\006\011\052\206\110\206\367" --"\015\001\001\005\005\000\003\202\002\001\000\233\230\232\135\276" --"\363\050\043\166\306\154\367\177\346\100\236\300\066\334\225\015" --"\035\255\025\305\066\330\325\071\357\362\036\042\136\263\202\264" --"\135\273\114\032\312\222\015\337\107\044\036\263\044\332\221\210" --"\351\203\160\335\223\327\351\272\263\337\026\132\076\336\340\310" --"\373\323\375\154\051\370\025\106\240\150\046\314\223\122\256\202" --"\001\223\220\312\167\312\115\111\357\342\132\331\052\275\060\316" --"\114\262\201\266\060\316\131\117\332\131\035\152\172\244\105\260" --"\202\046\201\206\166\365\365\020\000\270\356\263\011\350\117\207" --"\002\007\256\044\134\360\137\254\012\060\314\212\100\240\163\004" --"\301\373\211\044\366\232\034\134\267\074\012\147\066\005\010\061" --"\263\257\330\001\150\052\340\170\217\164\336\270\121\244\214\154" --"\040\075\242\373\263\324\011\375\173\302\200\252\223\154\051\230" --"\041\250\273\026\363\251\022\137\164\265\207\230\362\225\046\337" --"\064\357\212\123\221\210\135\032\224\243\077\174\042\370\327\210" --"\272\246\214\226\250\075\122\064\142\237\000\036\124\125\102\147" --"\306\115\106\217\273\024\105\075\012\226\026\216\020\241\227\231" --"\325\323\060\205\314\336\264\162\267\274\212\074\030\051\150\375" --"\334\161\007\356\044\071\152\372\355\245\254\070\057\371\036\020" --"\016\006\161\032\020\114\376\165\176\377\036\127\071\102\312\327" --"\341\025\241\126\125\131\033\321\243\257\021\330\116\303\245\053" --"\357\220\277\300\354\202\023\133\215\326\162\054\223\116\217\152" --"\051\337\205\074\323\015\340\242\030\022\314\125\057\107\267\247" --"\233\002\376\101\366\210\114\155\332\251\001\107\203\144\047\142" --"\020\202\326\022\173\136\003\037\064\251\311\221\376\257\135\155" --"\206\047\267\043\252\165\030\312\040\347\260\017\327\211\016\246" --"\147\042\143\364\203\101\053\006\113\273\130\325\321\327\267\271" --"\020\143\330\211\112\264\252\335\026\143\365\156\276\140\241\370" --"\355\350\326\220\117\032\306\305\240\051\323\247\041\250\365\132" --"\074\367\307\111\242\041\232\112\225\122\040\226\162\232\146\313" --"\367\322\206\103\174\042\276\226\371\275\001\250\107\335\345\073" --"\100\371\165\053\233\053\106\144\206\215\036\364\217\373\007\167" --"\320\352\111\242\034\215\122\024\246\012\223" --, (PRUint32)1515 } --}; --static const NSSItem nss_builtins_items_269 [] = { -- { (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 *)"EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1", (PRUint32)48 }, -- { (void *)"\214\226\272\353\335\053\007\007\110\356\060\062\146\240\363\230" --"\156\174\256\130" --, (PRUint32)20 }, -- { (void *)"\054\040\046\235\313\032\112\000\205\265\267\132\256\302\001\067" --, (PRUint32)16 }, -- { (void *)"\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102" --"\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162" --"\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141" --"\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060" --"\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151" --"\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145" --"\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151" --"\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023" --"\002\124\122" --, (PRUint32)131 }, -- { (void *)"\002\010\114\257\163\102\034\216\164\002" --, (PRUint32)10 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_270 [] = { -- { (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 *)"certSIGN ROOT CA", (PRUint32)17 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061" --"\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111" --"\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162" --"\164\123\111\107\116\040\122\117\117\124\040\103\101" --, (PRUint32)61 }, -+ { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" -+"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" -+"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" -+"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" -+"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" -+"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" -+"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" -+"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" -+"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" -+"\155" -+, (PRUint32)209 }, - { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061" --"\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111" --"\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162" --"\164\123\111\107\116\040\122\117\117\124\040\103\101" --, (PRUint32)61 }, -- { (void *)"\002\006\040\006\005\026\160\002" --, (PRUint32)8 }, -- { (void *)"\060\202\003\070\060\202\002\040\240\003\002\001\002\002\006\040" --"\006\005\026\160\002\060\015\006\011\052\206\110\206\367\015\001" --"\001\005\005\000\060\073\061\013\060\011\006\003\125\004\006\023" --"\002\122\117\061\021\060\017\006\003\125\004\012\023\010\143\145" --"\162\164\123\111\107\116\061\031\060\027\006\003\125\004\013\023" --"\020\143\145\162\164\123\111\107\116\040\122\117\117\124\040\103" --"\101\060\036\027\015\060\066\060\067\060\064\061\067\062\060\060" --"\064\132\027\015\063\061\060\067\060\064\061\067\062\060\060\064" --"\132\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117" --"\061\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123" --"\111\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145" --"\162\164\123\111\107\116\040\122\117\117\124\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\267" --"\063\271\176\310\045\112\216\265\333\264\050\033\252\127\220\350" --"\321\042\323\144\272\323\223\350\324\254\206\141\100\152\140\127" --"\150\124\204\115\274\152\124\002\005\377\337\233\232\052\256\135" --"\007\217\112\303\050\177\357\373\053\372\171\361\307\255\360\020" --"\123\044\220\213\146\311\250\210\253\257\132\243\000\351\276\272" --"\106\356\133\163\173\054\027\202\201\136\142\054\241\002\145\263" --"\275\305\053\000\176\304\374\003\063\127\015\355\342\372\316\135" --"\105\326\070\315\065\266\262\301\320\234\201\112\252\344\262\001" --"\134\035\217\137\231\304\261\255\333\210\041\353\220\010\202\200" --"\363\060\243\103\346\220\202\256\125\050\111\355\133\327\251\020" --"\070\016\376\217\114\133\233\106\352\101\365\260\010\164\303\320" --"\210\063\266\174\327\164\337\334\204\321\103\016\165\071\241\045" --"\100\050\352\170\313\016\054\056\071\235\214\213\156\026\034\057" --"\046\202\020\342\343\145\224\012\004\300\136\367\135\133\370\020" --"\342\320\272\172\113\373\336\067\000\000\032\133\050\343\322\234" --"\163\076\062\207\230\241\311\121\057\327\336\254\063\263\117\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\306\060\035\006\003\125\035\016" --"\004\026\004\024\340\214\233\333\045\111\263\361\174\206\326\262" --"\102\207\013\320\153\240\331\344\060\015\006\011\052\206\110\206" --"\367\015\001\001\005\005\000\003\202\001\001\000\076\322\034\211" --"\056\065\374\370\165\335\346\177\145\210\364\162\114\311\054\327" --"\062\116\363\335\031\171\107\275\216\073\133\223\017\120\111\044" --"\023\153\024\006\162\357\011\323\241\241\343\100\204\311\347\030" --"\062\164\074\110\156\017\237\113\324\367\036\323\223\206\144\124" --"\227\143\162\120\325\125\317\372\040\223\002\242\233\303\043\223" --"\116\026\125\166\240\160\171\155\315\041\037\317\057\055\274\031" --"\343\210\061\370\131\032\201\011\310\227\246\164\307\140\304\133" --"\314\127\216\262\165\375\033\002\011\333\131\157\162\223\151\367" --"\061\101\326\210\070\277\207\262\275\026\171\371\252\344\276\210" --"\045\335\141\047\043\034\265\061\007\004\066\264\032\220\275\240" --"\164\161\120\211\155\274\024\343\017\206\256\361\253\076\307\240" --"\011\314\243\110\321\340\333\144\347\222\265\317\257\162\103\160" --"\213\371\303\204\074\023\252\176\222\233\127\123\223\372\160\302" --"\221\016\061\371\233\147\135\351\226\070\136\137\263\163\116\210" --"\025\147\336\236\166\020\142\040\276\125\151\225\103\000\071\115" --"\366\356\260\132\116\111\104\124\130\137\102\203" --, (PRUint32)828 } --}; --static const NSSItem nss_builtins_items_271 [] = { -- { (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 *)"certSIGN ROOT CA", (PRUint32)17 }, -- { (void *)"\372\267\356\066\227\046\142\373\055\260\052\366\277\003\375\350" --"\174\113\057\233" --, (PRUint32)20 }, -- { (void *)"\030\230\300\326\351\072\374\371\260\365\014\367\113\001\104\027" --, (PRUint32)16 }, -- { (void *)"\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061" --"\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111" --"\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162" --"\164\123\111\107\116\040\122\117\117\124\040\103\101" --, (PRUint32)61 }, -- { (void *)"\002\006\040\006\005\026\160\002" --, (PRUint32)8 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" -+"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" -+"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" -+"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" -+"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" -+"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" -+"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" -+"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" -+"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" -+"\155" -+, (PRUint32)209 }, -+ { (void *)"\002\020\066\022\042\226\305\343\070\245\040\241\322\137\114\327" -+"\011\124" -+, (PRUint32)18 }, -+ { (void *)"\060\202\003\066\060\202\002\237\240\003\002\001\002\002\020\066" -+"\022\042\226\305\343\070\245\040\241\322\137\114\327\011\124\060" -+"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\201" -+"\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025" -+"\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156" -+"\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023\011" -+"\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003\125" -+"\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163\165" -+"\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125\004" -+"\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156" -+"\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151" -+"\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141" -+"\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162\166" -+"\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206\367" -+"\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163\145" -+"\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155\060" -+"\036\027\015\071\066\060\070\060\061\060\060\060\060\060\060\132" -+"\027\015\062\061\060\061\060\061\062\063\065\071\065\071\132\060" -+"\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061" -+"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" -+"\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" -+"\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003" -+"\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163" -+"\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125" -+"\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157" -+"\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163" -+"\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150" -+"\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162" -+"\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206" -+"\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163" -+"\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155" -+"\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\322\066\066" -+"\152\213\327\302\133\236\332\201\101\142\217\070\356\111\004\125" -+"\326\320\357\034\033\225\026\107\357\030\110\065\072\122\364\053" -+"\152\006\217\073\057\352\126\343\257\206\215\236\027\367\236\264" -+"\145\165\002\115\357\313\011\242\041\121\330\233\320\147\320\272" -+"\015\222\006\024\163\324\223\313\227\052\000\234\134\116\014\274" -+"\372\025\122\374\362\104\156\332\021\112\156\010\237\057\055\343" -+"\371\252\072\206\163\266\106\123\130\310\211\005\275\203\021\270" -+"\163\077\252\007\215\364\102\115\347\100\235\034\067\002\003\001" -+"\000\001\243\023\060\021\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\145\220\254\210\017\126" -+"\331\346\060\064\324\046\307\320\120\361\222\336\153\324\071\210" -+"\011\042\306\246\143\203\003\367\231\167\330\262\345\030\270\135" -+"\143\363\324\163\373\154\234\231\170\361\113\170\175\031\044\303" -+"\053\002\204\370\274\042\331\212\042\327\240\374\161\354\221\207" -+"\040\361\270\354\261\345\125\200\254\075\122\310\071\016\302\360" -+"\300\005\117\326\202\165\214\275\137\322\334\166\232\005\022\311" -+"\257\162\303\334\045\176\244\115\216\027\245\340\207\177\341\232" -+"\132\341\140\334\144\043\074\102\056\115" -+, (PRUint32)826 } - }; --static const NSSItem nss_builtins_items_272 [] = { -- { (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 *)"CNNIC ROOT", (PRUint32)11 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061" --"\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061" --"\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040" --"\122\117\117\124" --, (PRUint32)52 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061" --"\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061" --"\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040" --"\122\117\117\124" --, (PRUint32)52 }, -- { (void *)"\002\004\111\063\000\001" --, (PRUint32)6 }, -- { (void *)"\060\202\003\125\060\202\002\075\240\003\002\001\002\002\004\111" --"\063\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\060\062\061\013\060\011\006\003\125\004\006\023\002\103" --"\116\061\016\060\014\006\003\125\004\012\023\005\103\116\116\111" --"\103\061\023\060\021\006\003\125\004\003\023\012\103\116\116\111" --"\103\040\122\117\117\124\060\036\027\015\060\067\060\064\061\066" --"\060\067\060\071\061\064\132\027\015\062\067\060\064\061\066\060" --"\067\060\071\061\064\132\060\062\061\013\060\011\006\003\125\004" --"\006\023\002\103\116\061\016\060\014\006\003\125\004\012\023\005" --"\103\116\116\111\103\061\023\060\021\006\003\125\004\003\023\012" --"\103\116\116\111\103\040\122\117\117\124\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\323\065\367\077\163" --"\167\255\350\133\163\027\302\321\157\355\125\274\156\352\350\244" --"\171\262\154\303\243\357\341\237\261\073\110\205\365\232\134\041" --"\042\020\054\305\202\316\332\343\232\156\067\341\207\054\334\271" --"\014\132\272\210\125\337\375\252\333\037\061\352\001\361\337\071" --"\001\301\023\375\110\122\041\304\125\337\332\330\263\124\166\272" --"\164\261\267\175\327\300\350\366\131\305\115\310\275\255\037\024" --"\332\337\130\104\045\062\031\052\307\176\176\216\256\070\260\060" --"\173\107\162\011\061\360\060\333\303\033\166\051\273\151\166\116" --"\127\371\033\144\242\223\126\267\157\231\156\333\012\004\234\021" --"\343\200\037\313\143\224\020\012\251\341\144\202\061\371\214\047" --"\355\246\231\000\366\160\223\030\370\241\064\206\243\335\172\302" --"\030\171\366\172\145\065\317\220\353\275\063\223\237\123\253\163" --"\073\346\233\064\040\057\035\357\251\035\143\032\240\200\333\003" --"\057\371\046\032\206\322\215\273\251\276\122\072\207\147\110\015" --"\277\264\240\330\046\276\043\137\163\067\177\046\346\222\004\243" --"\177\317\040\247\267\363\072\312\313\231\313\002\003\001\000\001" --"\243\163\060\161\060\021\006\011\140\206\110\001\206\370\102\001" --"\001\004\004\003\002\000\007\060\037\006\003\125\035\043\004\030" --"\060\026\200\024\145\362\061\255\052\367\367\335\122\226\012\307" --"\002\301\016\357\246\325\073\021\060\017\006\003\125\035\023\001" --"\001\377\004\005\060\003\001\001\377\060\013\006\003\125\035\017" --"\004\004\003\002\001\376\060\035\006\003\125\035\016\004\026\004" --"\024\145\362\061\255\052\367\367\335\122\226\012\307\002\301\016" --"\357\246\325\073\021\060\015\006\011\052\206\110\206\367\015\001" --"\001\005\005\000\003\202\001\001\000\113\065\356\314\344\256\277" --"\303\156\255\237\225\073\113\077\133\036\337\127\051\242\131\312" --"\070\342\271\032\377\236\346\156\062\335\036\256\352\065\267\365" --"\223\221\116\332\102\341\303\027\140\120\362\321\134\046\271\202" --"\267\352\155\344\234\204\347\003\171\027\257\230\075\224\333\307" --"\272\000\347\270\277\001\127\301\167\105\062\014\073\361\264\034" --"\010\260\375\121\240\241\335\232\035\023\066\232\155\267\307\074" --"\271\341\305\331\027\372\203\325\075\025\240\074\273\036\013\342" --"\310\220\077\250\206\014\374\371\213\136\205\313\117\133\113\142" --"\021\107\305\105\174\005\057\101\261\236\020\151\033\231\226\340" --"\125\171\373\116\206\231\270\224\332\206\070\152\223\243\347\313" --"\156\345\337\352\041\125\211\234\175\175\177\230\365\000\211\356" --"\343\204\300\134\226\265\305\106\352\106\340\205\125\266\033\311" --"\022\326\301\315\315\200\363\002\001\074\310\151\313\105\110\143" --"\330\224\320\354\205\016\073\116\021\145\364\202\214\246\075\256" --"\056\042\224\011\310\134\352\074\201\135\026\052\003\227\026\125" --"\011\333\212\101\202\236\146\233\021" --, (PRUint32)857 } --}; --static const NSSItem nss_builtins_items_273 [] = { -+static const NSSItem nss_builtins_items_241 [] = { - { (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 *)"CNNIC ROOT", (PRUint32)11 }, -- { (void *)"\213\257\114\233\035\360\052\222\367\332\022\216\271\033\254\364" --"\230\140\113\157" --, (PRUint32)20 }, -- { (void *)"\041\274\202\253\111\304\023\073\113\262\053\134\153\220\234\031" --, (PRUint32)16 }, -- { (void *)"\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061" --"\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061" --"\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040" --"\122\117\117\124" --, (PRUint32)52 }, -- { (void *)"\002\004\111\063\000\001" --, (PRUint32)6 }, -+ { (void *)"Thawte Premium Server primary 1024 2021", (PRUint32)40 }, -+ { (void *)"\340\253\005\224\040\162\124\223\005\140\142\002\066\160\367\315" -+"\056\374\146\146" -+, (PRUint32)20 }, -+ { (void *)"\246\153\140\220\043\233\077\055\273\230\157\326\247\031\015\106" -+, (PRUint32)16 }, -+ { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" -+"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" -+"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" -+"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" -+"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" -+"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" -+"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" -+"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" -+"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" -+"\155" -+, (PRUint32)209 }, -+ { (void *)"\002\020\066\022\042\226\305\343\070\245\040\241\322\137\114\327" -+"\011\124" -+, (PRUint32)18 }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_274 [] = { -+static const NSSItem nss_builtins_items_242 [] = { - { (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 *)"ApplicationCA - Japanese Government", (PRUint32)36 }, -+ { (void *)"IPS Global CA Root 2048 2029", (PRUint32)29 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145" --"\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060" --"\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164" --"\151\157\156\103\101" --, (PRUint32)69 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145" --"\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060" --"\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164" --"\151\157\156\103\101" --, (PRUint32)69 }, -- { (void *)"\002\001\061" -+ { (void *)"\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123" -+"\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151" -+"\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162" -+"\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123" -+"\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\163\056\154\056\040\151\160" -+"\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160" -+"\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160" -+"\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157" -+"\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011" -+"\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143" -+"\141\056\143\157\155" -+, (PRUint32)181 }, -+ { (void *)"0", (PRUint32)2 }, -+ { (void *)"\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123" -+"\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151" -+"\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162" -+"\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123" -+"\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\163\056\154\056\040\151\160" -+"\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160" -+"\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160" -+"\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157" -+"\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011" -+"\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143" -+"\141\056\143\157\155" -+, (PRUint32)181 }, -+ { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)"\060\202\003\240\060\202\002\210\240\003\002\001\002\002\001\061" -+ { (void *)"\060\202\006\007\060\202\004\357\240\003\002\001\002\002\001\000" - "\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061\034" --"\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145\163" --"\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060\024" --"\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164\151" --"\157\156\103\101\060\036\027\015\060\067\061\062\061\062\061\065" --"\060\060\060\060\132\027\015\061\067\061\062\061\062\061\065\060" --"\060\060\060\132\060\103\061\013\060\011\006\003\125\004\006\023" --"\002\112\120\061\034\060\032\006\003\125\004\012\023\023\112\141" --"\160\141\156\145\163\145\040\107\157\166\145\162\156\155\145\156" --"\164\061\026\060\024\006\003\125\004\013\023\015\101\160\160\154" --"\151\143\141\164\151\157\156\103\101\060\202\001\042\060\015\006" -+"\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123\061" -+"\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151\144" -+"\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162\151" -+"\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123\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\163\056\154\056\040\151\160\163" -+"\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160\163" -+"\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160\163" -+"\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157\157" -+"\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011\001" -+"\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143\141" -+"\056\143\157\155\060\036\027\015\060\071\060\071\060\067\061\064" -+"\063\070\064\064\132\027\015\062\071\061\062\062\065\061\064\063" -+"\070\064\064\132\060\201\262\061\013\060\011\006\003\125\004\006" -+"\023\002\105\123\061\017\060\015\006\003\125\004\010\023\006\115" -+"\141\144\162\151\144\061\017\060\015\006\003\125\004\007\023\006" -+"\115\141\144\162\151\144\061\057\060\055\006\003\125\004\012\023" -+"\046\111\120\123\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\163\056\154" -+"\056\040\151\160\163\103\101\061\016\060\014\006\003\125\004\013" -+"\023\005\151\160\163\103\101\061\035\060\033\006\003\125\004\003" -+"\023\024\151\160\163\103\101\040\107\154\157\142\141\154\040\103" -+"\101\040\122\157\157\164\061\041\060\037\006\011\052\206\110\206" -+"\367\015\001\011\001\026\022\147\154\157\142\141\154\060\061\100" -+"\151\160\163\143\141\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\247\155\340\164\116\207" --"\217\245\006\336\150\242\333\206\231\113\144\015\161\360\012\005" --"\233\216\252\341\314\056\322\152\073\301\172\264\227\141\215\212" --"\276\306\232\234\006\264\206\121\344\067\016\164\170\176\137\212" --"\177\224\244\327\107\010\375\120\132\126\344\150\254\050\163\240" --"\173\351\177\030\222\100\117\055\235\365\256\104\110\163\066\006" --"\236\144\054\073\064\043\333\134\046\344\161\171\217\324\156\171" --"\042\271\223\301\312\315\301\126\355\210\152\327\240\071\041\004" --"\127\054\242\365\274\107\101\117\136\064\042\225\265\037\051\155" --"\136\112\363\115\162\276\101\126\040\207\374\351\120\107\327\060" --"\024\356\134\214\125\272\131\215\207\374\043\336\223\320\004\214" --"\375\357\155\275\320\172\311\245\072\152\162\063\306\112\015\005" --"\027\052\055\173\261\247\330\326\360\276\364\077\352\016\050\155" --"\101\141\043\166\170\303\270\145\244\363\132\256\314\302\252\331" --"\347\130\336\266\176\235\205\156\237\052\012\157\237\003\051\060" --"\227\050\035\274\267\317\124\051\116\121\061\371\047\266\050\046" --"\376\242\143\346\101\026\360\063\230\107\002\003\001\000\001\243" --"\201\236\060\201\233\060\035\006\003\125\035\016\004\026\004\024" --"\124\132\313\046\077\161\314\224\106\015\226\123\352\153\110\320" --"\223\376\102\165\060\016\006\003\125\035\017\001\001\377\004\004" --"\003\002\001\006\060\131\006\003\125\035\021\004\122\060\120\244" --"\116\060\114\061\013\060\011\006\003\125\004\006\023\002\112\120" --"\061\030\060\026\006\003\125\004\012\014\017\346\227\245\346\234" --"\254\345\233\275\346\224\277\345\272\234\061\043\060\041\006\003" --"\125\004\013\014\032\343\202\242\343\203\227\343\203\252\343\202" --"\261\343\203\274\343\202\267\343\203\247\343\203\263\103\101\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" --"\202\001\001\000\071\152\104\166\167\070\072\354\243\147\106\017" --"\371\213\006\250\373\152\220\061\316\176\354\332\321\211\174\172" --"\353\056\014\275\231\062\347\260\044\326\303\377\365\262\210\011" --"\207\054\343\124\341\243\246\262\010\013\300\205\250\310\322\234" --"\161\366\035\237\140\374\070\063\023\341\236\334\013\137\332\026" --"\120\051\173\057\160\221\017\231\272\064\064\215\225\164\305\176" --"\170\251\146\135\275\312\041\167\102\020\254\146\046\075\336\221" --"\253\375\025\360\157\355\154\137\020\370\363\026\366\003\212\217" --"\247\022\021\014\313\375\077\171\301\234\375\142\356\243\317\124" --"\014\321\053\137\027\076\343\076\277\300\053\076\011\233\376\210" --"\246\176\264\222\027\374\043\224\201\275\156\247\305\214\302\353" --"\021\105\333\370\101\311\226\166\352\160\137\171\022\153\344\243" --"\007\132\005\357\047\111\317\041\237\212\114\011\160\146\251\046" --"\301\053\021\116\063\322\016\374\326\154\322\016\062\144\150\377" --"\255\005\170\137\003\035\250\343\220\254\044\340\017\100\247\113" --"\256\213\050\267\202\312\030\007\346\267\133\164\351\040\031\177" --"\262\033\211\124" --, (PRUint32)932 } --}; --static const NSSItem nss_builtins_items_275 [] = { -- { (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 *)"ApplicationCA - Japanese Government", (PRUint32)36 }, -- { (void *)"\177\212\260\317\320\121\207\152\146\363\066\017\107\310\215\214" --"\323\065\374\164" --, (PRUint32)20 }, -- { (void *)"\176\043\116\133\247\245\264\045\351\000\007\164\021\142\256\326" --, (PRUint32)16 }, -- { (void *)"\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145" --"\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060" --"\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164" --"\151\157\156\103\101" --, (PRUint32)69 }, -- { (void *)"\002\001\061" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_276 [] = { -- { (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 Primary Certification Authority - G3", (PRUint32)46 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063" --, (PRUint32)155 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063" --, (PRUint32)155 }, -- { (void *)"\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030" --"\017\037" --, (PRUint32)18 }, -- { (void *)"\060\202\003\376\060\202\002\346\240\003\002\001\002\002\020\025" --"\254\156\224\031\262\171\113\101\366\047\251\303\030\017\037\060" --"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201" --"\230\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\071\060\067\006\003\125\004\013\023" --"\060\050\143\051\040\062\060\060\070\040\107\145\157\124\162\165" --"\163\164\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\066\060\064\006\003\125\004\003\023\055\107\145\157\124" --"\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063\060\036\027\015\060\070\060" --"\064\060\062\060\060\060\060\060\060\132\027\015\063\067\061\062" --"\060\061\062\063\065\071\065\071\132\060\201\230\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\071\060\067\006\003\125\004\013\023\060\050\143\051\040" --"\062\060\060\070\040\107\145\157\124\162\165\163\164\040\111\156" --"\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151" --"\172\145\144\040\165\163\145\040\157\156\154\171\061\066\060\064" --"\006\003\125\004\003\023\055\107\145\157\124\162\165\163\164\040" --"\120\162\151\155\141\162\171\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" --"\055\040\107\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\334\342\136\142\130\035\063\127\071\062\063" --"\372\353\313\207\214\247\324\112\335\006\210\352\144\216\061\230" --"\245\070\220\036\230\317\056\143\053\360\106\274\104\262\211\241" --"\300\050\014\111\160\041\225\237\144\300\246\223\022\002\145\046" --"\206\306\245\211\360\372\327\204\240\160\257\117\032\227\077\006" --"\104\325\311\353\162\020\175\344\061\050\373\034\141\346\050\007" --"\104\163\222\042\151\247\003\210\154\235\143\310\122\332\230\047" --"\347\010\114\160\076\264\311\022\301\305\147\203\135\063\363\003" --"\021\354\152\320\123\342\321\272\066\140\224\200\273\141\143\154" --"\133\027\176\337\100\224\036\253\015\302\041\050\160\210\377\326" --"\046\154\154\140\004\045\116\125\176\175\357\277\224\110\336\267" --"\035\335\160\215\005\137\210\245\233\362\302\356\352\321\100\101" --"\155\142\070\035\126\006\305\003\107\121\040\031\374\173\020\013" --"\016\142\256\166\125\277\137\167\276\076\111\001\123\075\230\045" --"\003\166\044\132\035\264\333\211\352\171\345\266\263\073\077\272" --"\114\050\101\177\006\254\152\216\301\320\366\005\035\175\346\102" --"\206\343\245\325\107\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\304\171\312\216\241\116" --"\003\035\034\334\153\333\061\133\224\076\077\060\177\055\060\015" --"\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202\001" --"\001\000\055\305\023\317\126\200\173\172\170\275\237\256\054\231" --"\347\357\332\337\224\136\011\151\247\347\156\150\214\275\162\276" --"\107\251\016\227\022\270\112\361\144\323\071\337\045\064\324\301" --"\315\116\201\360\017\004\304\044\263\064\226\306\246\252\060\337" --"\150\141\163\327\371\216\205\211\357\016\136\225\050\112\052\047" --"\217\020\216\056\174\206\304\002\236\332\014\167\145\016\104\015" --"\222\375\375\263\026\066\372\021\015\035\214\016\007\211\152\051" --"\126\367\162\364\335\025\234\167\065\146\127\253\023\123\330\216" --"\301\100\305\327\023\026\132\162\307\267\151\001\304\172\261\203" --"\001\150\175\215\101\241\224\030\301\045\134\374\360\376\203\002" --"\207\174\015\015\317\056\010\134\112\100\015\076\354\201\141\346" --"\044\333\312\340\016\055\007\262\076\126\334\215\365\101\205\007" --"\110\233\014\013\313\111\077\175\354\267\375\313\215\147\211\032" --"\253\355\273\036\243\000\010\010\027\052\202\134\061\135\106\212" --"\055\017\206\233\164\331\105\373\324\100\261\172\252\150\055\206" --"\262\231\042\341\301\053\307\234\370\363\137\250\202\022\353\031" --"\021\055" --, (PRUint32)1026 } --}; --static const NSSItem nss_builtins_items_277 [] = { -- { (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 Primary Certification Authority - G3", (PRUint32)46 }, -- { (void *)"\003\236\355\270\013\347\240\074\151\123\211\073\040\322\331\062" --"\072\114\052\375" --, (PRUint32)20 }, -- { (void *)"\265\350\064\066\311\020\104\130\110\160\155\056\203\324\270\005" --, (PRUint32)16 }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063" --, (PRUint32)155 }, -- { (void *)"\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030" --"\017\037" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+"\000\060\202\001\012\002\202\001\001\000\247\357\314\200\060\260" -+"\221\044\117\260\150\370\303\312\055\025\070\125\130\202\342\070" -+"\143\260\367\243\222\157\203\270\260\136\260\214\254\124\261\167" -+"\320\120\340\227\263\220\255\212\263\037\071\053\105\126\367\252" -+"\342\337\174\262\354\157\123\057\232\313\320\346\146\313\311\023" -+"\350\162\342\264\315\061\127\207\022\265\223\350\372\162\316\352" -+"\107\362\214\264\260\143\327\004\000\267\144\066\071\227\350\225" -+"\361\210\371\161\015\003\047\214\141\317\010\203\226\117\203\305" -+"\116\350\134\370\006\160\361\002\252\034\036\251\310\252\176\347" -+"\135\315\215\074\024\157\147\320\033\251\043\110\213\041\050\072" -+"\212\114\346\021\061\371\041\056\262\147\146\306\051\156\224\223" -+"\317\100\226\374\260\075\277\262\264\223\277\126\161\266\245\101" -+"\207\260\130\265\131\043\050\111\270\230\371\120\036\055\025\050" -+"\013\114\254\111\321\204\251\233\232\347\162\124\267\070\320\333" -+"\311\376\251\163\325\155\020\315\216\165\353\376\227\375\200\074" -+"\374\264\330\110\364\231\106\013\210\024\244\266\056\333\114\140" -+"\364\041\301\154\200\225\024\325\257\325\002\003\001\000\001\243" -+"\202\002\044\060\202\002\040\060\035\006\003\125\035\016\004\026" -+"\004\024\025\246\226\200\261\025\113\061\303\302\234\366\347\023" -+"\013\113\363\030\315\206\060\201\337\006\003\125\035\043\004\201" -+"\327\060\201\324\200\024\025\246\226\200\261\025\113\061\303\302" -+"\234\366\347\023\013\113\363\030\315\206\241\201\270\244\201\265" -+"\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123" -+"\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151" -+"\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162" -+"\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123" -+"\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\163\056\154\056\040\151\160" -+"\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160" -+"\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160" -+"\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157" -+"\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011" -+"\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143" -+"\141\056\143\157\155\202\001\000\060\014\006\003\125\035\023\004" -+"\005\060\003\001\001\377\060\013\006\003\125\035\017\004\004\003" -+"\002\001\006\060\107\006\003\125\035\045\004\100\060\076\006\010" -+"\053\006\001\005\005\007\003\001\006\010\053\006\001\005\005\007" -+"\003\002\006\010\053\006\001\005\005\007\003\003\006\010\053\006" -+"\001\005\005\007\003\004\006\010\053\006\001\005\005\007\003\010" -+"\006\012\053\006\001\004\001\202\067\012\003\004\060\035\006\003" -+"\125\035\021\004\026\060\024\201\022\147\154\157\142\141\154\060" -+"\061\100\151\160\163\143\141\056\143\157\155\060\035\006\003\125" -+"\035\022\004\026\060\024\201\022\147\154\157\142\141\154\060\061" -+"\100\151\160\163\143\141\056\143\157\155\060\101\006\003\125\035" -+"\037\004\072\060\070\060\066\240\064\240\062\206\060\150\164\164" -+"\160\072\057\057\143\162\154\147\154\157\142\141\154\060\061\056" -+"\151\160\163\143\141\056\143\157\155\057\143\162\154\057\143\162" -+"\154\147\154\157\142\141\154\060\061\056\143\162\154\060\070\006" -+"\010\053\006\001\005\005\007\001\001\004\054\060\052\060\050\006" -+"\010\053\006\001\005\005\007\060\001\206\034\150\164\164\160\072" -+"\057\057\143\162\154\147\154\157\142\141\154\060\061\056\151\160" -+"\163\143\141\056\143\157\155\060\015\006\011\052\206\110\206\367" -+"\015\001\001\005\005\000\003\202\001\001\000\030\364\256\376\200" -+"\017\216\301\167\157\242\132\107\110\237\043\125\241\123\153\371" -+"\135\247\060\245\044\276\103\057\370\301\321\127\371\076\054\200" -+"\045\314\106\251\066\363\111\133\035\366\174\327\143\263\115\076" -+"\170\366\247\264\002\167\370\171\015\076\152\313\030\140\270\375" -+"\000\257\014\335\124\343\124\217\042\075\363\020\157\021\015\265" -+"\036\172\215\047\314\010\270\133\303\270\032\137\053\247\140\077" -+"\000\034\367\017\134\102\146\144\236\207\022\200\160\211\340\372" -+"\127\050\016\116\037\020\057\331\005\200\266\200\057\034\151\360" -+"\366\266\145\064\005\157\312\331\076\370\324\135\067\062\307\270" -+"\053\314\377\163\223\000\161\340\001\310\252\103\275\251\361\316" -+"\372\200\371\361\103\022\221\246\145\345\140\007\115\107\272\053" -+"\057\004\366\112\205\051\210\145\020\311\262\123\142\234\154\233" -+"\140\134\032\033\323\256\305\035\162\231\006\377\005\314\206\046" -+"\163\264\324\124\005\335\036\153\000\073\267\211\350\343\221\002" -+"\040\022\353\357\351\376\012\051\043\201\043\243\000\332\160\314" -+"\222\137\067\043\320\034\173\065\134\003\172" -+, (PRUint32)1547 } - }; --static const NSSItem nss_builtins_items_278 [] = { -- { (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 Primary Root CA - G2", (PRUint32)28 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013" --"\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164" --"\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167" --"\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040" --"\103\101\040\055\040\107\062" --, (PRUint32)135 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013" --"\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164" --"\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167" --"\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040" --"\103\101\040\055\040\107\062" --, (PRUint32)135 }, -- { (void *)"\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256" --"\327\126" --, (PRUint32)18 }, -- { (void *)"\060\202\002\210\060\202\002\015\240\003\002\001\002\002\020\065" --"\374\046\134\331\204\117\311\075\046\075\127\233\256\327\126\060" --"\012\006\010\052\206\110\316\075\004\003\003\060\201\204\061\013" --"\060\011\006\003\125\004\006\023\002\125\123\061\025\060\023\006" --"\003\125\004\012\023\014\164\150\141\167\164\145\054\040\111\156" --"\143\056\061\070\060\066\006\003\125\004\013\023\057\050\143\051" --"\040\062\060\060\067\040\164\150\141\167\164\145\054\040\111\156" --"\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151" --"\172\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042" --"\006\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162" --"\151\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040" --"\107\062\060\036\027\015\060\067\061\061\060\065\060\060\060\060" --"\060\060\132\027\015\063\070\060\061\061\070\062\063\065\071\065" --"\071\132\060\201\204\061\013\060\011\006\003\125\004\006\023\002" --"\125\123\061\025\060\023\006\003\125\004\012\023\014\164\150\141" --"\167\164\145\054\040\111\156\143\056\061\070\060\066\006\003\125" --"\004\013\023\057\050\143\051\040\062\060\060\067\040\164\150\141" --"\167\164\145\054\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\044\060\042\006\003\125\004\003\023\033\164\150" --"\141\167\164\145\040\120\162\151\155\141\162\171\040\122\157\157" --"\164\040\103\101\040\055\040\107\062\060\166\060\020\006\007\052" --"\206\110\316\075\002\001\006\005\053\201\004\000\042\003\142\000" --"\004\242\325\234\202\173\225\235\361\122\170\207\376\212\026\277" --"\005\346\337\243\002\117\015\007\306\000\121\272\014\002\122\055" --"\042\244\102\071\304\376\217\352\311\301\276\324\115\377\237\172" --"\236\342\261\174\232\255\247\206\011\163\207\321\347\232\343\172" --"\245\252\156\373\272\263\160\300\147\210\242\065\324\243\232\261" --"\375\255\302\357\061\372\250\271\363\373\010\306\221\321\373\051" --"\225\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\232\330\000\060\000\347\153\177\205\030\356\213\266\316\212" --"\014\370\021\341\273\060\012\006\010\052\206\110\316\075\004\003" --"\003\003\151\000\060\146\002\061\000\335\370\340\127\107\133\247" --"\346\012\303\275\365\200\212\227\065\015\033\211\074\124\206\167" --"\050\312\241\364\171\336\265\346\070\260\360\145\160\214\177\002" --"\124\302\277\377\330\241\076\331\317\002\061\000\304\215\224\374" --"\334\123\322\334\235\170\026\037\025\063\043\123\122\343\132\061" --"\135\235\312\256\275\023\051\104\015\047\133\250\347\150\234\022" --"\367\130\077\056\162\002\127\243\217\241\024\056" --, (PRUint32)652 } --}; --static const NSSItem nss_builtins_items_279 [] = { -+static const NSSItem nss_builtins_items_243 [] = { - { (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 Primary Root CA - G2", (PRUint32)28 }, -- { (void *)"\252\333\274\042\043\217\304\001\241\047\273\070\335\364\035\333" --"\010\236\360\022" --, (PRUint32)20 }, -- { (void *)"\164\235\352\140\044\304\375\042\123\076\314\072\162\331\051\117" --, (PRUint32)16 }, -- { (void *)"\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013" --"\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164" --"\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167" --"\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040" --"\103\101\040\055\040\107\062" --, (PRUint32)135 }, -- { (void *)"\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256" --"\327\126" --, (PRUint32)18 }, -+ { (void *)"IPS Global CA Root 2048 2029", (PRUint32)29 }, -+ { (void *)"\074\161\327\016\065\245\332\250\262\343\201\055\303\147\164\027" -+"\365\231\015\363" -+, (PRUint32)20 }, -+ { (void *)"\045\052\306\305\211\150\071\371\125\162\002\026\136\243\236\322" -+, (PRUint32)16 }, -+ { (void *)"\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123" -+"\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151" -+"\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162" -+"\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123" -+"\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\163\056\154\056\040\151\160" -+"\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160" -+"\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160" -+"\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157" -+"\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011" -+"\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143" -+"\141\056\143\157\155" -+, (PRUint32)181 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_280 [] = { -- { (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 Primary Root CA - G3", (PRUint32)28 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013" --"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" --"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040" --"\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143" --"\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172" --"\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006" --"\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151" --"\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107" --"\063" --, (PRUint32)177 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013" --"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" --"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040" --"\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143" --"\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172" --"\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006" --"\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151" --"\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107" --"\063" --, (PRUint32)177 }, -- { (void *)"\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367" --"\220\373" --, (PRUint32)18 }, -- { (void *)"\060\202\004\052\060\202\003\022\240\003\002\001\002\002\020\140" --"\001\227\267\106\247\352\264\264\232\326\113\057\367\220\373\060" --"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201" --"\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061\025" --"\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145\054" --"\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023\037" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156\061" --"\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062\060" --"\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056\040" --"\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144" --"\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003\125" --"\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155\141" --"\162\171\040\122\157\157\164\040\103\101\040\055\040\107\063\060" --"\036\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132" --"\027\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060" --"\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145" --"\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023" --"\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123" --"\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156" --"\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062" --"\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056" --"\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145" --"\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003" --"\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155" --"\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107\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\262\277\047\054\373\333\330\133\335\170\173\033\236\167\146" --"\201\313\076\274\174\256\363\246\047\232\064\243\150\061\161\070" --"\063\142\344\363\161\146\171\261\251\145\243\245\213\325\217\140" --"\055\077\102\314\252\153\062\300\043\313\054\101\335\344\337\374" --"\141\234\342\163\262\042\225\021\103\030\137\304\266\037\127\154" --"\012\005\130\042\310\066\114\072\174\245\321\317\206\257\210\247" --"\104\002\023\164\161\163\012\102\131\002\370\033\024\153\102\337" --"\157\137\272\153\202\242\235\133\347\112\275\036\001\162\333\113" --"\164\350\073\177\177\175\037\004\264\046\233\340\264\132\254\107" --"\075\125\270\327\260\046\122\050\001\061\100\146\330\331\044\275" --"\366\052\330\354\041\111\134\233\366\172\351\177\125\065\176\226" --"\153\215\223\223\047\313\222\273\352\254\100\300\237\302\370\200" --"\317\135\364\132\334\316\164\206\246\076\154\013\123\312\275\222" --"\316\031\006\162\346\014\134\070\151\307\004\326\274\154\316\133" --"\366\367\150\234\334\045\025\110\210\241\351\251\370\230\234\340" --"\363\325\061\050\141\021\154\147\226\215\071\231\313\302\105\044" --"\071\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\255\154\252\224\140\234\355\344\377\372" --"\076\012\164\053\143\003\367\266\131\277\060\015\006\011\052\206" --"\110\206\367\015\001\001\013\005\000\003\202\001\001\000\032\100" --"\330\225\145\254\011\222\211\306\071\364\020\345\251\016\146\123" --"\135\170\336\372\044\221\273\347\104\121\337\306\026\064\012\357" --"\152\104\121\352\053\007\212\003\172\303\353\077\012\054\122\026" --"\240\053\103\271\045\220\077\160\251\063\045\155\105\032\050\073" --"\047\317\252\303\051\102\033\337\073\114\300\063\064\133\101\210" --"\277\153\053\145\257\050\357\262\365\303\252\146\316\173\126\356" --"\267\310\313\147\301\311\234\032\030\270\304\303\111\003\361\140" --"\016\120\315\106\305\363\167\171\367\266\025\340\070\333\307\057" --"\050\240\014\077\167\046\164\331\045\022\332\061\332\032\036\334" --"\051\101\221\042\074\151\247\273\002\362\266\134\047\003\211\364" --"\006\352\233\344\162\202\343\241\011\301\351\000\031\323\076\324" --"\160\153\272\161\246\252\130\256\364\273\351\154\266\357\207\314" --"\233\273\377\071\346\126\141\323\012\247\304\134\114\140\173\005" --"\167\046\172\277\330\007\122\054\142\367\160\143\331\071\274\157" --"\034\302\171\334\166\051\257\316\305\054\144\004\136\210\066\156" --"\061\324\100\032\142\064\066\077\065\001\256\254\143\240" --, (PRUint32)1070 } --}; --static const NSSItem nss_builtins_items_281 [] = { -- { (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 Primary Root CA - G3", (PRUint32)28 }, -- { (void *)"\361\213\123\215\033\351\003\266\246\360\126\103\133\027\025\211" --"\312\363\153\362" --, (PRUint32)20 }, -- { (void *)"\373\033\135\103\212\224\315\104\306\166\362\103\113\107\347\061" --, (PRUint32)16 }, -- { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013" --"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" --"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040" --"\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143" --"\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172" --"\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006" --"\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151" --"\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107" --"\063" --, (PRUint32)177 }, -- { (void *)"\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367" --"\220\373" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_282 [] = { -- { (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 Primary Certification Authority - G2", (PRUint32)46 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062" --, (PRUint32)155 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062" --, (PRUint32)155 }, -- { (void *)"\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076" --"\303\153" --, (PRUint32)18 }, -- { (void *)"\060\202\002\256\060\202\002\065\240\003\002\001\002\002\020\074" --"\262\364\110\012\000\342\376\353\044\073\136\140\076\303\153\060" --"\012\006\010\052\206\110\316\075\004\003\003\060\201\230\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\071\060\067\006\003\125\004\013\023\060\050\143" --"\051\040\062\060\060\067\040\107\145\157\124\162\165\163\164\040" --"\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157" --"\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\066" --"\060\064\006\003\125\004\003\023\055\107\145\157\124\162\165\163" --"\164\040\120\162\151\155\141\162\171\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\055\040\107\062\060\036\027\015\060\067\061\061\060\065" --"\060\060\060\060\060\060\132\027\015\063\070\060\061\061\070\062" --"\063\065\071\065\071\132\060\201\230\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\071" --"\060\067\006\003\125\004\013\023\060\050\143\051\040\062\060\060" --"\067\040\107\145\157\124\162\165\163\164\040\111\156\143\056\040" --"\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144" --"\040\165\163\145\040\157\156\154\171\061\066\060\064\006\003\125" --"\004\003\023\055\107\145\157\124\162\165\163\164\040\120\162\151" --"\155\141\162\171\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\055\040\107" --"\062\060\166\060\020\006\007\052\206\110\316\075\002\001\006\005" --"\053\201\004\000\042\003\142\000\004\025\261\350\375\003\025\103" --"\345\254\353\207\067\021\142\357\322\203\066\122\175\105\127\013" --"\112\215\173\124\073\072\156\137\025\002\300\120\246\317\045\057" --"\175\312\110\270\307\120\143\034\052\041\010\174\232\066\330\013" --"\376\321\046\305\130\061\060\050\045\363\135\135\243\270\266\245" --"\264\222\355\154\054\237\353\335\103\211\242\074\113\110\221\035" --"\120\354\046\337\326\140\056\275\041\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\137\065\127\121\125\373" --"\045\262\255\003\151\374\001\243\372\276\021\125\325\060\012\006" --"\010\052\206\110\316\075\004\003\003\003\147\000\060\144\002\060" --"\144\226\131\246\350\011\336\213\272\372\132\210\210\360\037\221" --"\323\106\250\362\112\114\002\143\373\154\137\070\333\056\101\223" --"\251\016\346\235\334\061\034\262\240\247\030\034\171\341\307\066" --"\002\060\072\126\257\232\164\154\366\373\203\340\063\323\010\137" --"\241\234\302\133\237\106\326\266\313\221\006\143\242\006\347\063" --"\254\076\250\201\022\320\313\272\320\222\013\266\236\226\252\004" --"\017\212" --, (PRUint32)690 } --}; --static const NSSItem nss_builtins_items_283 [] = { -- { (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 Primary Certification Authority - G2", (PRUint32)46 }, -- { (void *)"\215\027\204\325\067\363\003\175\354\160\376\127\213\121\232\231" --"\346\020\327\260" --, (PRUint32)20 }, -- { (void *)"\001\136\330\153\275\157\075\216\241\061\370\022\340\230\163\152" --, (PRUint32)16 }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062" --, (PRUint32)155 }, -- { (void *)"\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076" --"\303\153" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_284 [] = { -- { (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 *)"VeriSign Universal Root Certification Authority", (PRUint32)48 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023" --"\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162" --"\163\141\154\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" --, (PRUint32)192 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023" --"\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162" --"\163\141\154\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" --, (PRUint32)192 }, -- { (void *)"\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032" --"\305\035" --, (PRUint32)18 }, -- { (void *)"\060\202\004\271\060\202\003\241\240\003\002\001\002\002\020\100" --"\032\304\144\041\263\023\041\003\016\273\344\022\032\305\035\060" --"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201" --"\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027" --"\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147" --"\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013" --"\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164" --"\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004" --"\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151" --"\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162" --"\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040" --"\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126" --"\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141" --"\154\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\060\036" --"\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132\027" --"\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060\201" --"\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027" --"\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147" --"\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013" --"\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164" --"\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004" --"\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151" --"\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162" --"\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040" --"\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126" --"\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141" --"\154\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\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\307" --"\141\067\136\261\001\064\333\142\327\025\233\377\130\132\214\043" --"\043\326\140\216\221\327\220\230\203\172\346\130\031\070\214\305" --"\366\345\144\205\264\242\161\373\355\275\271\332\315\115\000\264" --"\310\055\163\245\307\151\161\225\037\071\074\262\104\007\234\350" --"\016\372\115\112\304\041\337\051\141\217\062\042\141\202\305\207" --"\037\156\214\174\137\026\040\121\104\321\160\117\127\352\343\034" --"\343\314\171\356\130\330\016\302\263\105\223\300\054\347\232\027" --"\053\173\000\067\172\101\063\170\341\063\342\363\020\032\177\207" --"\054\276\366\365\367\102\342\345\277\207\142\211\137\000\113\337" --"\305\335\344\165\104\062\101\072\036\161\156\151\313\013\165\106" --"\010\321\312\322\053\225\320\317\373\271\100\153\144\214\127\115" --"\374\023\021\171\204\355\136\124\366\064\237\010\001\363\020\045" --"\006\027\112\332\361\035\172\146\153\230\140\146\244\331\357\322" --"\056\202\361\360\357\011\352\104\311\025\152\342\003\156\063\323" --"\254\237\125\000\307\366\010\152\224\271\137\334\340\063\361\204" --"\140\371\133\047\021\264\374\026\362\273\126\152\200\045\215\002" --"\003\001\000\001\243\201\262\060\201\257\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\155\006\010\053" --"\006\001\005\005\007\001\014\004\141\060\137\241\135\240\133\060" --"\131\060\127\060\125\026\011\151\155\141\147\145\057\147\151\146" --"\060\041\060\037\060\007\006\005\053\016\003\002\032\004\024\217" --"\345\323\032\206\254\215\216\153\303\317\200\152\324\110\030\054" --"\173\031\056\060\045\026\043\150\164\164\160\072\057\057\154\157" --"\147\157\056\166\145\162\151\163\151\147\156\056\143\157\155\057" --"\166\163\154\157\147\157\056\147\151\146\060\035\006\003\125\035" --"\016\004\026\004\024\266\167\372\151\110\107\237\123\022\325\302" --"\352\007\062\166\007\321\227\007\031\060\015\006\011\052\206\110" --"\206\367\015\001\001\013\005\000\003\202\001\001\000\112\370\370" --"\260\003\346\054\147\173\344\224\167\143\314\156\114\371\175\016" --"\015\334\310\271\065\271\160\117\143\372\044\372\154\203\214\107" --"\235\073\143\363\232\371\166\062\225\221\261\167\274\254\232\276" --"\261\344\061\041\306\201\225\126\132\016\261\302\324\261\246\131" --"\254\361\143\313\270\114\035\131\220\112\357\220\026\050\037\132" --"\256\020\373\201\120\070\014\154\314\361\075\303\365\143\343\263" --"\343\041\311\044\071\351\375\025\146\106\364\033\021\320\115\163" --"\243\175\106\371\075\355\250\137\142\324\361\077\370\340\164\127" --"\053\030\235\201\264\304\050\332\224\227\245\160\353\254\035\276" --"\007\021\360\325\333\335\345\214\360\325\062\260\203\346\127\342" --"\217\277\276\241\252\277\075\035\265\324\070\352\327\260\134\072" --"\117\152\077\217\300\146\154\143\252\351\331\244\026\364\201\321" --"\225\024\016\175\315\225\064\331\322\217\160\163\201\173\234\176" --"\275\230\141\330\105\207\230\220\305\353\206\060\306\065\277\360" --"\377\303\125\210\203\113\357\005\222\006\161\362\270\230\223\267" --"\354\315\202\141\361\070\346\117\227\230\052\132\215" --, (PRUint32)1213 } --}; --static const NSSItem nss_builtins_items_285 [] = { -- { (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 *)"VeriSign Universal Root Certification Authority", (PRUint32)48 }, -- { (void *)"\066\171\312\065\146\207\162\060\115\060\245\373\207\073\017\247" --"\173\267\015\124" --, (PRUint32)20 }, -- { (void *)"\216\255\265\001\252\115\201\344\214\035\321\341\024\000\225\031" --, (PRUint32)16 }, -- { (void *)"\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023" --"\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162" --"\163\141\154\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" --, (PRUint32)192 }, -- { (void *)"\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032" --"\305\035" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_286 [] = { -- { (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 *)"VeriSign Class 3 Public Primary Certification Authority - G4", (PRUint32)61 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023" --"\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040" --"\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171" --"\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\055\040\107\064" --, (PRUint32)205 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023" --"\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040" --"\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171" --"\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\055\040\107\064" --, (PRUint32)205 }, -- { (void *)"\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207" --"\254\263" --, (PRUint32)18 }, -- { (void *)"\060\202\003\204\060\202\003\012\240\003\002\001\002\002\020\057" --"\200\376\043\214\016\042\017\110\147\022\050\221\207\254\263\060" --"\012\006\010\052\206\110\316\075\004\003\003\060\201\312\061\013" --"\060\011\006\003\125\004\006\023\002\125\123\061\027\060\025\006" --"\003\125\004\012\023\016\126\145\162\151\123\151\147\156\054\040" --"\111\156\143\056\061\037\060\035\006\003\125\004\013\023\026\126" --"\145\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145" --"\164\167\157\162\153\061\072\060\070\006\003\125\004\013\023\061" --"\050\143\051\040\062\060\060\067\040\126\145\162\151\123\151\147" --"\156\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\105\060\103\006\003\125\004\003\023\074\126\145\162\151" --"\123\151\147\156\040\103\154\141\163\163\040\063\040\120\165\142" --"\154\151\143\040\120\162\151\155\141\162\171\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\055\040\107\064\060\036\027\015\060\067\061\061" --"\060\065\060\060\060\060\060\060\132\027\015\063\070\060\061\061" --"\070\062\063\065\071\065\071\132\060\201\312\061\013\060\011\006" --"\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004" --"\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143" --"\056\061\037\060\035\006\003\125\004\013\023\026\126\145\162\151" --"\123\151\147\156\040\124\162\165\163\164\040\116\145\164\167\157" --"\162\153\061\072\060\070\006\003\125\004\013\023\061\050\143\051" --"\040\062\060\060\067\040\126\145\162\151\123\151\147\156\054\040" --"\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157" --"\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\105" --"\060\103\006\003\125\004\003\023\074\126\145\162\151\123\151\147" --"\156\040\103\154\141\163\163\040\063\040\120\165\142\154\151\143" --"\040\120\162\151\155\141\162\171\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\055\040\107\064\060\166\060\020\006\007\052\206\110\316\075" --"\002\001\006\005\053\201\004\000\042\003\142\000\004\247\126\172" --"\174\122\332\144\233\016\055\134\330\136\254\222\075\376\001\346" --"\031\112\075\024\003\113\372\140\047\040\331\203\211\151\372\124" --"\306\232\030\136\125\052\144\336\006\366\215\112\073\255\020\074" --"\145\075\220\210\004\211\340\060\141\263\256\135\001\247\173\336" --"\174\262\276\312\145\141\000\206\256\332\217\173\320\211\255\115" --"\035\131\232\101\261\274\107\200\334\236\142\303\371\243\201\262" --"\060\201\257\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\155\006\010\053\006\001\005\005\007\001\014" --"\004\141\060\137\241\135\240\133\060\131\060\127\060\125\026\011" --"\151\155\141\147\145\057\147\151\146\060\041\060\037\060\007\006" --"\005\053\016\003\002\032\004\024\217\345\323\032\206\254\215\216" --"\153\303\317\200\152\324\110\030\054\173\031\056\060\045\026\043" --"\150\164\164\160\072\057\057\154\157\147\157\056\166\145\162\151" --"\163\151\147\156\056\143\157\155\057\166\163\154\157\147\157\056" --"\147\151\146\060\035\006\003\125\035\016\004\026\004\024\263\026" --"\221\375\356\246\156\344\265\056\111\217\207\170\201\200\354\345" --"\261\265\060\012\006\010\052\206\110\316\075\004\003\003\003\150" --"\000\060\145\002\060\146\041\014\030\046\140\132\070\173\126\102" --"\340\247\374\066\204\121\221\040\054\166\115\103\075\304\035\204" --"\043\320\254\326\174\065\006\316\315\151\275\220\015\333\154\110" --"\102\035\016\252\102\002\061\000\234\075\110\071\043\071\130\032" --"\025\022\131\152\236\357\325\131\262\035\122\054\231\161\315\307" --"\051\337\033\052\141\173\161\321\336\363\300\345\015\072\112\252" --"\055\247\330\206\052\335\056\020" --, (PRUint32)904 } --}; --static const NSSItem nss_builtins_items_287 [] = { -- { (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 *)"VeriSign Class 3 Public Primary Certification Authority - G4", (PRUint32)61 }, -- { (void *)"\042\325\330\337\217\002\061\321\215\367\235\267\317\212\055\144" --"\311\077\154\072" --, (PRUint32)20 }, -- { (void *)"\072\122\341\347\375\157\072\343\157\363\157\231\033\371\042\101" --, (PRUint32)16 }, -- { (void *)"\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023" --"\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040" --"\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171" --"\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\055\040\107\064" --, (PRUint32)205 }, -- { (void *)"\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207" --"\254\263" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_288 [] = { -- { (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 *)"NetLock Arany (Class Gold) FÅ‘tanúsítvány", (PRUint32)45 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145" --"\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003" --"\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303" --"\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164" --"\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143" --"\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145" --"\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141" --"\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303" --"\272\163\303\255\164\166\303\241\156\171" --, (PRUint32)170 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145" --"\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003" --"\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303" --"\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164" --"\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143" --"\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145" --"\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141" --"\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303" --"\272\163\303\255\164\166\303\241\156\171" --, (PRUint32)170 }, -- { (void *)"\002\006\111\101\054\344\000\020" --, (PRUint32)8 }, -- { (void *)"\060\202\004\025\060\202\002\375\240\003\002\001\002\002\006\111" --"\101\054\344\000\020\060\015\006\011\052\206\110\206\367\015\001" --"\001\013\005\000\060\201\247\061\013\060\011\006\003\125\004\006" --"\023\002\110\125\061\021\060\017\006\003\125\004\007\014\010\102" --"\165\144\141\160\145\163\164\061\025\060\023\006\003\125\004\012" --"\014\014\116\145\164\114\157\143\153\040\113\146\164\056\061\067" --"\060\065\006\003\125\004\013\014\056\124\141\156\303\272\163\303" --"\255\164\166\303\241\156\171\153\151\141\144\303\263\153\040\050" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\051\061\065\060\063\006\003\125\004\003" --"\014\054\116\145\164\114\157\143\153\040\101\162\141\156\171\040" --"\050\103\154\141\163\163\040\107\157\154\144\051\040\106\305\221" --"\164\141\156\303\272\163\303\255\164\166\303\241\156\171\060\036" --"\027\015\060\070\061\062\061\061\061\065\060\070\062\061\132\027" --"\015\062\070\061\062\060\066\061\065\060\070\062\061\132\060\201" --"\247\061\013\060\011\006\003\125\004\006\023\002\110\125\061\021" --"\060\017\006\003\125\004\007\014\010\102\165\144\141\160\145\163" --"\164\061\025\060\023\006\003\125\004\012\014\014\116\145\164\114" --"\157\143\153\040\113\146\164\056\061\067\060\065\006\003\125\004" --"\013\014\056\124\141\156\303\272\163\303\255\164\166\303\241\156" --"\171\153\151\141\144\303\263\153\040\050\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163" --"\051\061\065\060\063\006\003\125\004\003\014\054\116\145\164\114" --"\157\143\153\040\101\162\141\156\171\040\050\103\154\141\163\163" --"\040\107\157\154\144\051\040\106\305\221\164\141\156\303\272\163" --"\303\255\164\166\303\241\156\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\304\044\136\163\276\113\155" --"\024\303\241\364\343\227\220\156\322\060\105\036\074\356\147\331" --"\144\340\032\212\177\312\060\312\203\343\040\301\343\364\072\323" --"\224\137\032\174\133\155\277\060\117\204\047\366\237\037\111\274" --"\306\231\012\220\362\017\365\177\103\204\067\143\121\213\172\245" --"\160\374\172\130\315\216\233\355\303\106\154\204\160\135\332\363" --"\001\220\043\374\116\060\251\176\341\047\143\347\355\144\074\240" --"\270\311\063\143\376\026\220\377\260\270\375\327\250\300\300\224" --"\103\013\266\325\131\246\236\126\320\044\037\160\171\257\333\071" --"\124\015\145\165\331\025\101\224\001\257\136\354\366\215\361\377" --"\255\144\376\040\232\327\134\353\376\246\037\010\144\243\213\166" --"\125\255\036\073\050\140\056\207\045\350\252\257\037\306\144\106" --"\040\267\160\177\074\336\110\333\226\123\267\071\167\344\032\342" --"\307\026\204\166\227\133\057\273\031\025\205\370\151\205\365\231" --"\247\251\362\064\247\251\266\246\003\374\157\206\075\124\174\166" --"\004\233\153\371\100\135\000\064\307\056\231\165\235\345\210\003" --"\252\115\370\003\322\102\166\300\033\002\003\000\250\213\243\105" --"\060\103\060\022\006\003\125\035\023\001\001\377\004\010\060\006" --"\001\001\377\002\001\004\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\314\372\147\223\360\266\270\320\245\300\036\363\123\375\214" --"\123\337\203\327\226\060\015\006\011\052\206\110\206\367\015\001" --"\001\013\005\000\003\202\001\001\000\253\177\356\034\026\251\234" --"\074\121\000\240\300\021\010\005\247\231\346\157\001\210\124\141" --"\156\361\271\030\255\112\255\376\201\100\043\224\057\373\165\174" --"\057\050\113\142\044\201\202\013\365\141\361\034\156\270\141\070" --"\353\201\372\142\241\073\132\142\323\224\145\304\341\346\155\202" --"\370\057\045\160\262\041\046\301\162\121\037\214\054\303\204\220" --"\303\132\217\272\317\364\247\145\245\353\230\321\373\005\262\106" --"\165\025\043\152\157\205\143\060\200\360\325\236\037\051\034\302" --"\154\260\120\131\135\220\133\073\250\015\060\317\277\175\177\316" --"\361\235\203\275\311\106\156\040\246\371\141\121\272\041\057\173" --"\276\245\025\143\241\324\225\207\361\236\271\363\211\363\075\205" --"\270\270\333\276\265\271\051\371\332\067\005\000\111\224\003\204" --"\104\347\277\103\061\317\165\213\045\321\364\246\144\365\222\366" --"\253\005\353\075\351\245\013\066\142\332\314\006\137\066\213\266" --"\136\061\270\052\373\136\366\161\337\104\046\236\304\346\015\221" --"\264\056\165\225\200\121\152\113\060\246\260\142\241\223\361\233" --"\330\316\304\143\165\077\131\107\261" --, (PRUint32)1049 } --}; --static const NSSItem nss_builtins_items_289 [] = { -- { (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 *)"NetLock Arany (Class Gold) FÅ‘tanúsítvány", (PRUint32)45 }, -- { (void *)"\006\010\077\131\077\025\241\004\240\151\244\153\251\003\320\006" --"\267\227\011\221" --, (PRUint32)20 }, -- { (void *)"\305\241\267\377\163\335\326\327\064\062\030\337\374\074\255\210" --, (PRUint32)16 }, -- { (void *)"\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145" --"\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003" --"\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303" --"\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164" --"\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143" --"\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145" --"\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141" --"\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303" --"\272\163\303\255\164\166\303\241\156\171" --, (PRUint32)170 }, -- { (void *)"\002\006\111\101\054\344\000\020" --, (PRUint32)8 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_290 [] = { -- { (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 *)"Staat der Nederlanden Root CA - G2", (PRUint32)35 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061" --"\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040" --"\122\157\157\164\040\103\101\040\055\040\107\062" --, (PRUint32)92 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061" --"\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040" --"\122\157\157\164\040\103\101\040\055\040\107\062" --, (PRUint32)92 }, -- { (void *)"\002\004\000\230\226\214" --, (PRUint32)6 }, -- { (void *)"\060\202\005\312\060\202\003\262\240\003\002\001\002\002\004\000" --"\230\226\214\060\015\006\011\052\206\110\206\367\015\001\001\013" --"\005\000\060\132\061\013\060\011\006\003\125\004\006\023\002\116" --"\114\061\036\060\034\006\003\125\004\012\014\025\123\164\141\141" --"\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145" --"\156\061\053\060\051\006\003\125\004\003\014\042\123\164\141\141" --"\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145" --"\156\040\122\157\157\164\040\103\101\040\055\040\107\062\060\036" --"\027\015\060\070\060\063\062\066\061\061\061\070\061\067\132\027" --"\015\062\060\060\063\062\065\061\061\060\063\061\060\132\060\132" --"\061\013\060\011\006\003\125\004\006\023\002\116\114\061\036\060" --"\034\006\003\125\004\012\014\025\123\164\141\141\164\040\144\145" --"\162\040\116\145\144\145\162\154\141\156\144\145\156\061\053\060" --"\051\006\003\125\004\003\014\042\123\164\141\141\164\040\144\145" --"\162\040\116\145\144\145\162\154\141\156\144\145\156\040\122\157" --"\157\164\040\103\101\040\055\040\107\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\305\131\347\157\165" --"\252\076\113\234\265\270\254\236\013\344\371\331\312\253\135\217" --"\265\071\020\202\327\257\121\340\073\341\000\110\152\317\332\341" --"\006\103\021\231\252\024\045\022\255\042\350\000\155\103\304\251" --"\270\345\037\211\113\147\275\141\110\357\375\322\340\140\210\345" --"\271\030\140\050\303\167\053\255\260\067\252\067\336\144\131\052" --"\106\127\344\113\271\370\067\174\325\066\347\200\301\266\363\324" --"\147\233\226\350\316\327\306\012\123\320\153\111\226\363\243\013" --"\005\167\110\367\045\345\160\254\060\024\040\045\343\177\165\132" --"\345\110\370\116\173\003\007\004\372\202\141\207\156\360\073\304" --"\244\307\320\365\164\076\245\135\032\010\362\233\045\322\366\254" --"\004\046\076\125\072\142\050\245\173\262\060\257\370\067\302\321" --"\272\326\070\375\364\357\111\060\067\231\046\041\110\205\001\251" --"\345\026\347\334\220\125\337\017\350\070\315\231\067\041\117\135" --"\365\042\157\152\305\022\026\140\027\125\362\145\146\246\247\060" --"\221\070\301\070\035\206\004\204\272\032\045\170\136\235\257\314" --"\120\140\326\023\207\122\355\143\037\155\145\175\302\025\030\164" --"\312\341\176\144\051\214\162\330\026\023\175\013\111\112\361\050" --"\033\040\164\153\305\075\335\260\252\110\011\075\056\202\224\315" --"\032\145\331\053\210\232\231\274\030\176\237\356\175\146\174\076" --"\275\224\270\201\316\315\230\060\170\301\157\147\320\276\137\340" --"\150\355\336\342\261\311\054\131\170\222\252\337\053\140\143\362" --"\345\136\271\343\312\372\177\120\206\076\242\064\030\014\011\150" --"\050\021\034\344\341\271\134\076\107\272\062\077\030\314\133\204" --"\365\363\153\164\304\162\164\341\343\213\240\112\275\215\146\057" --"\352\255\065\332\040\323\210\202\141\360\022\042\266\274\320\325" --"\244\354\257\124\210\045\044\074\247\155\261\162\051\077\076\127" --"\246\177\125\257\156\046\306\376\347\314\100\134\121\104\201\012" --"\170\336\112\316\125\277\035\325\331\267\126\357\360\166\377\013" --"\171\265\257\275\373\251\151\221\106\227\150\200\024\066\035\263" --"\177\273\051\230\066\245\040\372\202\140\142\063\244\354\326\272" --"\007\247\156\305\317\024\246\347\326\222\064\330\201\365\374\035" --"\135\252\134\036\366\243\115\073\270\367\071\002\003\001\000\001" --"\243\201\227\060\201\224\060\017\006\003\125\035\023\001\001\377" --"\004\005\060\003\001\001\377\060\122\006\003\125\035\040\004\113" --"\060\111\060\107\006\004\125\035\040\000\060\077\060\075\006\010" --"\053\006\001\005\005\007\002\001\026\061\150\164\164\160\072\057" --"\057\167\167\167\056\160\153\151\157\166\145\162\150\145\151\144" --"\056\156\154\057\160\157\154\151\143\151\145\163\057\162\157\157" --"\164\055\160\157\154\151\143\171\055\107\062\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\221\150\062\207\025\035\211\342\265\361" --"\254\066\050\064\215\013\174\142\210\353\060\015\006\011\052\206" --"\110\206\367\015\001\001\013\005\000\003\202\002\001\000\250\101" --"\112\147\052\222\201\202\120\156\341\327\330\263\071\073\363\002" --"\025\011\120\121\357\055\275\044\173\210\206\073\371\264\274\222" --"\011\226\271\366\300\253\043\140\006\171\214\021\116\121\322\171" --"\200\063\373\235\110\276\354\101\103\201\037\176\107\100\034\345" --"\172\010\312\252\213\165\255\024\304\302\350\146\074\202\007\247" --"\346\047\202\133\030\346\017\156\331\120\076\212\102\030\051\306" --"\264\126\374\126\020\240\005\027\275\014\043\177\364\223\355\234" --"\032\121\276\335\105\101\277\221\044\264\037\214\351\137\317\173" --"\041\231\237\225\237\071\072\106\034\154\371\315\173\234\220\315" --"\050\251\307\251\125\273\254\142\064\142\065\023\113\024\072\125" --"\203\271\206\215\222\246\306\364\007\045\124\314\026\127\022\112" --"\202\170\310\024\331\027\202\046\055\135\040\037\171\256\376\324" --"\160\026\026\225\203\330\065\071\377\122\135\165\034\026\305\023" --"\125\317\107\314\165\145\122\112\336\360\260\247\344\012\226\013" --"\373\255\302\342\045\204\262\335\344\275\176\131\154\233\360\360" --"\330\347\312\362\351\227\070\176\211\276\314\373\071\027\141\077" --"\162\333\072\221\330\145\001\031\035\255\120\244\127\012\174\113" --"\274\234\161\163\052\105\121\031\205\314\216\375\107\247\164\225" --"\035\250\321\257\116\027\261\151\046\302\252\170\127\133\305\115" --"\247\345\236\005\027\224\312\262\137\240\111\030\215\064\351\046" --"\154\110\036\252\150\222\005\341\202\163\132\233\334\007\133\010" --"\155\175\235\327\215\041\331\374\024\040\252\302\105\337\077\347" --"\000\262\121\344\302\370\005\271\171\032\214\064\363\236\133\344" --"\067\133\153\112\337\054\127\212\100\132\066\272\335\165\104\010" --"\067\102\160\014\376\334\136\041\240\243\212\300\220\234\150\332" --"\120\346\105\020\107\170\266\116\322\145\311\303\067\337\341\102" --"\143\260\127\067\105\055\173\212\234\277\005\352\145\125\063\367" --"\071\020\305\050\052\041\172\033\212\304\044\371\077\025\310\232" --"\025\040\365\125\142\226\355\155\223\120\274\344\252\170\255\331" --"\313\012\145\207\246\146\301\304\201\243\167\072\130\036\013\356" --"\203\213\235\036\322\122\244\314\035\157\260\230\155\224\061\265" --"\370\161\012\334\271\374\175\062\140\346\353\257\212\001" --, (PRUint32)1486 } --}; --static const NSSItem nss_builtins_items_291 [] = { -- { (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 *)"Staat der Nederlanden Root CA - G2", (PRUint32)35 }, -- { (void *)"\131\257\202\171\221\206\307\264\165\007\313\317\003\127\106\353" --"\004\335\267\026" --, (PRUint32)20 }, -- { (void *)"\174\245\017\370\133\232\175\155\060\256\124\132\343\102\242\212" --, (PRUint32)16 }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061" --"\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040" --"\122\157\157\164\040\103\101\040\055\040\107\062" --, (PRUint32)92 }, -- { (void *)"\002\004\000\230\226\214" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_292 [] = { -- { (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 *)"CA Disig", (PRUint32)9 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061" --"\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163" --"\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104" --"\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125" --"\004\003\023\010\103\101\040\104\151\163\151\147" --, (PRUint32)76 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061" --"\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163" --"\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104" --"\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125" --"\004\003\023\010\103\101\040\104\151\163\151\147" --, (PRUint32)76 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)"\060\202\004\017\060\202\002\367\240\003\002\001\002\002\001\001" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061\023" --"\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163\154" --"\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104\151" --"\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125\004" --"\003\023\010\103\101\040\104\151\163\151\147\060\036\027\015\060" --"\066\060\063\062\062\060\061\063\071\063\064\132\027\015\061\066" --"\060\063\062\062\060\061\063\071\063\064\132\060\112\061\013\060" --"\011\006\003\125\004\006\023\002\123\113\061\023\060\021\006\003" --"\125\004\007\023\012\102\162\141\164\151\163\154\141\166\141\061" --"\023\060\021\006\003\125\004\012\023\012\104\151\163\151\147\040" --"\141\056\163\056\061\021\060\017\006\003\125\004\003\023\010\103" --"\101\040\104\151\163\151\147\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\366\061\301\175\210\375\231" --"\001\251\330\173\362\161\165\361\061\306\363\165\146\372\121\050" --"\106\204\227\170\064\274\154\374\274\105\131\210\046\030\112\304" --"\067\037\241\112\104\275\343\161\004\365\104\027\342\077\374\110" --"\130\157\134\236\172\011\272\121\067\042\043\146\103\041\260\074" --"\144\242\370\152\025\016\077\353\121\341\124\251\335\006\231\327" --"\232\074\124\213\071\003\077\017\305\316\306\353\203\162\002\250" --"\037\161\363\055\370\165\010\333\142\114\350\372\316\371\347\152" --"\037\266\153\065\202\272\342\217\026\222\175\005\014\154\106\003" --"\135\300\355\151\277\072\301\212\240\350\216\331\271\105\050\207" --"\010\354\264\312\025\276\202\335\265\104\213\055\255\206\014\150" --"\142\155\205\126\362\254\024\143\072\306\321\231\254\064\170\126" --"\113\317\266\255\077\214\212\327\004\345\343\170\114\365\206\252" --"\365\217\372\075\154\161\243\055\312\147\353\150\173\156\063\251" --"\014\202\050\250\114\152\041\100\025\040\014\046\133\203\302\251" --"\026\025\300\044\202\135\053\026\255\312\143\366\164\000\260\337" --"\103\304\020\140\126\147\143\105\002\003\001\000\001\243\201\377" --"\060\201\374\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\215" --"\262\111\150\235\162\010\045\271\300\047\365\120\223\126\110\106" --"\161\371\217\060\016\006\003\125\035\017\001\001\377\004\004\003" --"\002\001\006\060\066\006\003\125\035\021\004\057\060\055\201\023" --"\143\141\157\160\145\162\141\164\157\162\100\144\151\163\151\147" --"\056\163\153\206\026\150\164\164\160\072\057\057\167\167\167\056" --"\144\151\163\151\147\056\163\153\057\143\141\060\146\006\003\125" --"\035\037\004\137\060\135\060\055\240\053\240\051\206\047\150\164" --"\164\160\072\057\057\167\167\167\056\144\151\163\151\147\056\163" --"\153\057\143\141\057\143\162\154\057\143\141\137\144\151\163\151" --"\147\056\143\162\154\060\054\240\052\240\050\206\046\150\164\164" --"\160\072\057\057\143\141\056\144\151\163\151\147\056\163\153\057" --"\143\141\057\143\162\154\057\143\141\137\144\151\163\151\147\056" --"\143\162\154\060\032\006\003\125\035\040\004\023\060\021\060\017" --"\006\015\053\201\036\221\223\346\012\000\000\000\001\001\001\060" --"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202" --"\001\001\000\135\064\164\141\114\257\073\330\377\237\155\130\066" --"\034\075\013\201\015\022\053\106\020\200\375\347\074\047\320\172" --"\310\251\266\176\164\060\063\243\072\212\173\164\300\171\171\102" --"\223\155\377\261\051\024\202\253\041\214\057\027\371\077\046\057" --"\365\131\306\357\200\006\267\232\111\051\354\316\176\161\074\152" --"\020\101\300\366\323\232\262\174\132\221\234\300\254\133\310\115" --"\136\367\341\123\377\103\167\374\236\113\147\154\327\363\203\321" --"\240\340\177\045\337\270\230\013\232\062\070\154\060\240\363\377" --"\010\025\063\367\120\112\173\076\243\076\040\251\334\057\126\200" --"\012\355\101\120\260\311\364\354\262\343\046\104\000\016\157\236" --"\006\274\042\226\123\160\145\304\120\012\106\153\244\057\047\201" --"\022\047\023\137\020\241\166\316\212\173\067\352\303\071\141\003" --"\225\230\072\347\154\210\045\010\374\171\150\015\207\175\142\370" --"\264\137\373\305\330\114\275\130\274\077\103\133\324\036\001\115" --"\074\143\276\043\357\214\315\132\120\270\150\124\371\012\231\063" --"\021\000\341\236\302\106\167\202\365\131\006\214\041\114\207\011" --"\315\345\250" --, (PRUint32)1043 } --}; --static const NSSItem nss_builtins_items_293 [] = { -- { (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 *)"CA Disig", (PRUint32)9 }, -- { (void *)"\052\310\325\213\127\316\277\057\111\257\362\374\166\217\121\024" --"\142\220\172\101" --, (PRUint32)20 }, -- { (void *)"\077\105\226\071\342\120\207\367\273\376\230\014\074\040\230\346" --, (PRUint32)16 }, -- { (void *)"\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061" --"\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163" --"\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104" --"\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125" --"\004\003\023\010\103\101\040\104\151\163\151\147" --, (PRUint32)76 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_294 [] = { -- { (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 *)"Juur-SK", (PRUint32)8 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011" --"\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011" --"\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125" --"\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163" --"\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060" --"\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113" --, (PRUint32)95 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011" --"\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011" --"\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125" --"\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163" --"\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060" --"\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113" --, (PRUint32)95 }, -- { (void *)"\002\004\073\216\113\374" --, (PRUint32)6 }, -- { (void *)"\060\202\004\346\060\202\003\316\240\003\002\001\002\002\004\073" --"\216\113\374\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\060\135\061\030\060\026\006\011\052\206\110\206\367\015" --"\001\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013" --"\060\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006" --"\003\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151" --"\164\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061" --"\020\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123" --"\113\060\036\027\015\060\061\060\070\063\060\061\064\062\063\060" --"\061\132\027\015\061\066\060\070\062\066\061\064\062\063\060\061" --"\132\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001" --"\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060" --"\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003" --"\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164" --"\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020" --"\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113" --"\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\201\161\066\076\063\007\326\343\060\215\023\176\167\062\106" --"\313\317\031\262\140\061\106\227\206\364\230\106\244\302\145\105" --"\317\323\100\174\343\132\042\250\020\170\063\314\210\261\323\201" --"\112\366\142\027\173\137\115\012\056\320\317\213\043\356\117\002" --"\116\273\353\016\312\275\030\143\350\200\034\215\341\034\215\075" --"\340\377\133\137\352\144\345\227\350\077\231\177\014\012\011\063" --"\000\032\123\247\041\341\070\113\326\203\033\255\257\144\302\371" --"\034\172\214\146\110\115\146\037\030\012\342\076\273\037\007\145" --"\223\205\271\032\260\271\304\373\015\021\366\365\326\371\033\307" --"\054\053\267\030\121\376\340\173\366\250\110\257\154\073\117\057" --"\357\370\321\107\036\046\127\360\121\035\063\226\377\357\131\075" --"\332\115\321\025\064\307\352\077\026\110\173\221\034\200\103\017" --"\075\270\005\076\321\263\225\315\330\312\017\302\103\147\333\267" --"\223\340\042\202\056\276\365\150\050\203\271\301\073\151\173\040" --"\332\116\234\155\341\272\315\217\172\154\260\011\042\327\213\013" --"\333\034\325\132\046\133\015\300\352\345\140\320\237\376\065\337" --"\077\002\003\001\000\001\243\202\001\254\060\202\001\250\060\017" --"\006\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060" --"\202\001\026\006\003\125\035\040\004\202\001\015\060\202\001\011" --"\060\202\001\005\006\012\053\006\001\004\001\316\037\001\001\001" --"\060\201\366\060\201\320\006\010\053\006\001\005\005\007\002\002" --"\060\201\303\036\201\300\000\123\000\145\000\145\000\040\000\163" --"\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141" --"\000\141\000\164\000\040\000\157\000\156\000\040\000\166\000\344" --"\000\154\000\152\000\141\000\163\000\164\000\141\000\164\000\165" --"\000\144\000\040\000\101\000\123\000\055\000\151\000\163\000\040" --"\000\123\000\145\000\162\000\164\000\151\000\146\000\151\000\164" --"\000\163\000\145\000\145\000\162\000\151\000\155\000\151\000\163" --"\000\153\000\145\000\163\000\153\000\165\000\163\000\040\000\141" --"\000\154\000\141\000\155\000\055\000\123\000\113\000\040\000\163" --"\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141" --"\000\141\000\164\000\151\000\144\000\145\000\040\000\153\000\151" --"\000\156\000\156\000\151\000\164\000\141\000\155\000\151\000\163" --"\000\145\000\153\000\163\060\041\006\010\053\006\001\005\005\007" --"\002\001\026\025\150\164\164\160\072\057\057\167\167\167\056\163" --"\153\056\145\145\057\143\160\163\057\060\053\006\003\125\035\037" --"\004\044\060\042\060\040\240\036\240\034\206\032\150\164\164\160" --"\072\057\057\167\167\167\056\163\153\056\145\145\057\152\165\165" --"\162\057\143\162\154\057\060\035\006\003\125\035\016\004\026\004" --"\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030\077" --"\157\357\351\175\276\060\037\006\003\125\035\043\004\030\060\026" --"\200\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030" --"\077\157\357\351\175\276\060\016\006\003\125\035\017\001\001\377" --"\004\004\003\002\001\346\060\015\006\011\052\206\110\206\367\015" --"\001\001\005\005\000\003\202\001\001\000\173\301\030\224\123\242" --"\011\363\376\046\147\232\120\344\303\005\057\053\065\170\221\114" --"\174\250\021\021\171\114\111\131\254\310\367\205\145\134\106\273" --"\073\020\240\002\257\315\117\265\314\066\052\354\135\376\357\240" --"\221\311\266\223\157\174\200\124\354\307\010\160\015\216\373\202" --"\354\052\140\170\151\066\066\321\305\234\213\151\265\100\310\224" --"\145\167\362\127\041\146\073\316\205\100\266\063\143\032\277\171" --"\036\374\134\035\323\035\223\033\213\014\135\205\275\231\060\062" --"\030\011\221\122\351\174\241\272\377\144\222\232\354\376\065\356" --"\214\057\256\374\040\206\354\112\336\033\170\062\067\246\201\322" --"\235\257\132\022\026\312\231\133\374\157\155\016\305\240\036\206" --"\311\221\320\134\230\202\137\143\014\212\132\253\330\225\246\314" --"\313\212\326\277\144\113\216\312\212\262\260\351\041\062\236\252" --"\250\205\230\064\201\071\041\073\250\072\122\062\075\366\153\067" --"\206\006\132\025\230\334\360\021\146\376\064\040\267\003\364\101" --"\020\175\071\204\171\226\162\143\266\226\002\345\153\271\255\031" --"\115\273\306\104\333\066\313\052\234\216" --, (PRUint32)1258 } --}; --static const NSSItem nss_builtins_items_295 [] = { -- { (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 *)"Juur-SK", (PRUint32)8 }, -- { (void *)"\100\235\113\331\027\265\134\047\266\233\144\313\230\042\104\015" --"\315\011\270\211" --, (PRUint32)20 }, -- { (void *)"\252\216\135\331\370\333\012\130\267\215\046\207\154\202\065\125" --, (PRUint32)16 }, -- { (void *)"\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011" --"\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011" --"\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125" --"\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163" --"\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060" --"\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113" --, (PRUint32)95 }, -- { (void *)"\002\004\073\216\113\374" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_296 [] = { -- { (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 *)"Hongkong Post Root CA 1", (PRUint32)24 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061" --"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157" --"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003" --"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040" --"\122\157\157\164\040\103\101\040\061" --, (PRUint32)73 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061" --"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157" --"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003" --"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040" --"\122\157\157\164\040\103\101\040\061" --, (PRUint32)73 }, -- { (void *)"\002\002\003\350" --, (PRUint32)4 }, -- { (void *)"\060\202\003\060\060\202\002\030\240\003\002\001\002\002\002\003" --"\350\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000" --"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061" --"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157" --"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003" --"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040" --"\122\157\157\164\040\103\101\040\061\060\036\027\015\060\063\060" --"\065\061\065\060\065\061\063\061\064\132\027\015\062\063\060\065" --"\061\065\060\064\065\062\062\071\132\060\107\061\013\060\011\006" --"\003\125\004\006\023\002\110\113\061\026\060\024\006\003\125\004" --"\012\023\015\110\157\156\147\153\157\156\147\040\120\157\163\164" --"\061\040\060\036\006\003\125\004\003\023\027\110\157\156\147\153" --"\157\156\147\040\120\157\163\164\040\122\157\157\164\040\103\101" --"\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\254\377\070\266\351\146\002\111\343\242\264\341\220" --"\371\100\217\171\371\342\275\171\376\002\275\356\044\222\035\042" --"\366\332\205\162\151\376\327\077\011\324\335\221\265\002\234\320" --"\215\132\341\125\303\120\206\271\051\046\302\343\331\240\361\151" --"\003\050\040\200\105\042\055\126\247\073\124\225\126\042\131\037" --"\050\337\037\040\075\155\242\066\276\043\240\261\156\265\261\047" --"\077\071\123\011\352\253\152\350\164\262\302\145\134\216\277\174" --"\303\170\204\315\236\026\374\365\056\117\040\052\010\237\167\363" --"\305\036\304\232\122\146\036\110\136\343\020\006\217\042\230\341" --"\145\216\033\135\043\146\073\270\245\062\121\310\206\252\241\251" --"\236\177\166\224\302\246\154\267\101\360\325\310\006\070\346\324" --"\014\342\363\073\114\155\120\214\304\203\047\301\023\204\131\075" --"\236\165\164\266\330\002\136\072\220\172\300\102\066\162\354\152" --"\115\334\357\304\000\337\023\030\127\137\046\170\310\326\012\171" --"\167\277\367\257\267\166\271\245\013\204\027\135\020\352\157\341" --"\253\225\021\137\155\074\243\134\115\203\133\362\263\031\212\200" --"\213\013\207\002\003\001\000\001\243\046\060\044\060\022\006\003" --"\125\035\023\001\001\377\004\010\060\006\001\001\377\002\001\003" --"\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\306" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003" --"\202\001\001\000\016\106\325\074\256\342\207\331\136\201\213\002" --"\230\101\010\214\114\274\332\333\356\047\033\202\347\152\105\354" --"\026\213\117\205\240\363\262\160\275\132\226\272\312\156\155\356" --"\106\213\156\347\052\056\226\263\031\063\353\264\237\250\262\067" --"\356\230\250\227\266\056\266\147\047\324\246\111\375\034\223\145" --"\166\236\102\057\334\042\154\232\117\362\132\025\071\261\161\327" --"\053\121\350\155\034\230\300\331\052\364\241\202\173\325\311\101" --"\242\043\001\164\070\125\213\017\271\056\147\242\040\004\067\332" --"\234\013\323\027\041\340\217\227\171\064\157\204\110\002\040\063" --"\033\346\064\104\237\221\160\364\200\136\204\103\302\051\322\154" --"\022\024\344\141\215\254\020\220\236\204\120\273\360\226\157\105" --"\237\212\363\312\154\117\372\021\072\025\025\106\303\315\037\203" --"\133\055\101\022\355\120\147\101\023\075\041\253\224\212\252\116" --"\174\301\261\373\247\326\265\047\057\227\253\156\340\035\342\321" --"\034\054\037\104\342\374\276\221\241\234\373\326\051\123\163\206" --"\237\123\330\103\016\135\326\143\202\161\035\200\164\312\366\342" --"\002\153\331\132" --, (PRUint32)820 } --}; --static const NSSItem nss_builtins_items_297 [] = { -- { (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 *)"Hongkong Post Root CA 1", (PRUint32)24 }, -- { (void *)"\326\332\250\040\215\011\322\025\115\044\265\057\313\064\156\262" --"\130\262\212\130" --, (PRUint32)20 }, -- { (void *)"\250\015\157\071\170\271\103\155\167\102\155\230\132\314\043\312" --, (PRUint32)16 }, -- { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061" --"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157" --"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003" --"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040" --"\122\157\157\164\040\103\101\040\061" --, (PRUint32)73 }, -- { (void *)"\002\002\003\350" --, (PRUint32)4 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_298 [] = { -- { (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 *)"SecureSign RootCA11", (PRUint32)20 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032" --"\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147" --"\156\040\122\157\157\164\103\101\061\061" --, (PRUint32)90 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032" --"\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147" --"\156\040\122\157\157\164\103\101\061\061" --, (PRUint32)90 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)"\060\202\003\155\060\202\002\125\240\003\002\001\002\002\001\001" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061\053" --"\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040\103" --"\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145\162" --"\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032\006" --"\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147\156" --"\040\122\157\157\164\103\101\061\061\060\036\027\015\060\071\060" --"\064\060\070\060\064\065\066\064\067\132\027\015\062\071\060\064" --"\060\070\060\064\065\066\064\067\132\060\130\061\013\060\011\006" --"\003\125\004\006\023\002\112\120\061\053\060\051\006\003\125\004" --"\012\023\042\112\141\160\141\156\040\103\145\162\164\151\146\151" --"\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163\054" --"\040\111\156\143\056\061\034\060\032\006\003\125\004\003\023\023" --"\123\145\143\165\162\145\123\151\147\156\040\122\157\157\164\103" --"\101\061\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\375\167\252\245\034\220\005\073\313\114\233\063" --"\213\132\024\105\244\347\220\026\321\337\127\322\041\020\244\027" --"\375\337\254\326\037\247\344\333\174\367\354\337\270\003\332\224" --"\130\375\135\162\174\214\077\137\001\147\164\025\226\343\002\074" --"\207\333\256\313\001\216\302\363\146\306\205\105\364\002\306\072" --"\265\142\262\257\372\234\277\244\346\324\200\060\230\363\015\266" --"\223\217\251\324\330\066\362\260\374\212\312\054\241\025\063\225" --"\061\332\300\033\362\356\142\231\206\143\077\277\335\223\052\203" --"\250\166\271\023\037\267\316\116\102\205\217\042\347\056\032\362" --"\225\011\262\005\265\104\116\167\241\040\275\251\362\116\012\175" --"\120\255\365\005\015\105\117\106\161\375\050\076\123\373\004\330" --"\055\327\145\035\112\033\372\317\073\260\061\232\065\156\310\213" --"\006\323\000\221\362\224\010\145\114\261\064\006\000\172\211\342" --"\360\307\003\131\317\325\326\350\247\062\263\346\230\100\206\305" --"\315\047\022\213\314\173\316\267\021\074\142\140\007\043\076\053" --"\100\156\224\200\011\155\266\263\157\167\157\065\010\120\373\002" --"\207\305\076\211\002\003\001\000\001\243\102\060\100\060\035\006" --"\003\125\035\016\004\026\004\024\133\370\115\117\262\245\206\324" --"\072\322\361\143\232\240\276\011\366\127\267\336\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\015\006" --"\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001" --"\000\240\241\070\026\146\056\247\126\037\041\234\006\372\035\355" --"\271\042\305\070\046\330\116\117\354\243\177\171\336\106\041\241" --"\207\167\217\007\010\232\262\244\305\257\017\062\230\013\174\146" --"\051\266\233\175\045\122\111\103\253\114\056\053\156\172\160\257" --"\026\016\343\002\154\373\102\346\030\235\105\330\125\310\350\073" --"\335\347\341\364\056\013\034\064\134\154\130\112\373\214\210\120" --"\137\225\034\277\355\253\042\265\145\263\205\272\236\017\270\255" --"\345\172\033\212\120\072\035\275\015\274\173\124\120\013\271\102" --"\257\125\240\030\201\255\145\231\357\276\344\234\277\304\205\253" --"\101\262\124\157\334\045\315\355\170\342\216\014\215\011\111\335" --"\143\173\132\151\226\002\041\250\275\122\131\351\175\065\313\310" --"\122\312\177\201\376\331\153\323\367\021\355\045\337\370\347\371" --"\244\372\162\227\204\123\015\245\320\062\030\121\166\131\024\154" --"\017\353\354\137\200\214\165\103\203\303\205\230\377\114\236\055" --"\015\344\167\203\223\116\265\226\007\213\050\023\233\214\031\215" --"\101\047\111\100\356\336\346\043\104\071\334\241\042\326\272\003" --"\362" --, (PRUint32)881 } --}; --static const NSSItem nss_builtins_items_299 [] = { -- { (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 *)"SecureSign RootCA11", (PRUint32)20 }, -- { (void *)"\073\304\237\110\370\363\163\240\234\036\275\370\133\261\303\145" --"\307\330\021\263" --, (PRUint32)20 }, -- { (void *)"\267\122\164\342\222\264\200\223\362\165\344\314\327\362\352\046" --, (PRUint32)16 }, -- { (void *)"\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032" --"\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147" --"\156\040\122\157\157\164\103\101\061\061" --, (PRUint32)90 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_300 [] = { -- { (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 *)"ACEDICOM Root", (PRUint32)14 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105" --"\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003" --"\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004" --"\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125" --"\004\006\023\002\105\123" --, (PRUint32)70 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105" --"\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003" --"\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004" --"\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125" --"\004\006\023\002\105\123" --, (PRUint32)70 }, -- { (void *)"\002\010\141\215\307\206\073\001\202\005" --, (PRUint32)10 }, -- { (void *)"\060\202\005\265\060\202\003\235\240\003\002\001\002\002\010\141" --"\215\307\206\073\001\202\005\060\015\006\011\052\206\110\206\367" --"\015\001\001\005\005\000\060\104\061\026\060\024\006\003\125\004" --"\003\014\015\101\103\105\104\111\103\117\115\040\122\157\157\164" --"\061\014\060\012\006\003\125\004\013\014\003\120\113\111\061\017" --"\060\015\006\003\125\004\012\014\006\105\104\111\103\117\115\061" --"\013\060\011\006\003\125\004\006\023\002\105\123\060\036\027\015" --"\060\070\060\064\061\070\061\066\062\064\062\062\132\027\015\062" --"\070\060\064\061\063\061\066\062\064\062\062\132\060\104\061\026" --"\060\024\006\003\125\004\003\014\015\101\103\105\104\111\103\117" --"\115\040\122\157\157\164\061\014\060\012\006\003\125\004\013\014" --"\003\120\113\111\061\017\060\015\006\003\125\004\012\014\006\105" --"\104\111\103\117\115\061\013\060\011\006\003\125\004\006\023\002" --"\105\123\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\377\222\225\341\150\006\166\264\054\310\130\110\312" --"\375\200\124\051\125\143\044\377\220\145\233\020\165\173\303\152" --"\333\142\002\001\362\030\206\265\174\132\070\261\344\130\271\373" --"\323\330\055\237\275\062\067\277\054\025\155\276\265\364\041\322" --"\023\221\331\007\255\001\005\326\363\275\167\316\137\102\201\012" --"\371\152\343\203\000\250\053\056\125\023\143\201\312\107\034\173" --"\134\026\127\172\033\203\140\004\072\076\145\303\315\001\336\336" --"\244\326\014\272\216\336\331\004\356\027\126\042\233\217\143\375" --"\115\026\013\267\173\167\214\371\045\265\321\155\231\022\056\117" --"\032\270\346\352\004\222\256\075\021\271\121\102\075\207\260\061" --"\205\257\171\132\234\376\347\116\136\222\117\103\374\253\072\255" --"\245\022\046\146\271\342\014\327\230\316\324\130\245\225\100\012" --"\267\104\235\023\164\053\302\245\353\042\025\230\020\330\213\305" --"\004\237\035\217\140\345\006\033\233\317\271\171\240\075\242\043" --"\077\102\077\153\372\034\003\173\060\215\316\154\300\277\346\033" --"\137\277\147\270\204\031\325\025\357\173\313\220\066\061\142\311" --"\274\002\253\106\137\233\376\032\150\224\064\075\220\216\255\366" --"\344\035\011\177\112\210\070\077\276\147\375\064\226\365\035\274" --"\060\164\313\070\356\325\154\253\324\374\364\000\267\000\133\205" --"\062\026\166\063\351\330\243\231\235\005\000\252\026\346\363\201" --"\175\157\175\252\206\155\255\025\164\323\304\242\161\252\364\024" --"\175\347\062\270\037\274\325\361\116\275\157\027\002\071\327\016" --"\225\102\072\307\000\076\351\046\143\021\352\013\321\112\377\030" --"\235\262\327\173\057\072\331\226\373\350\036\222\256\023\125\310" --"\331\047\366\334\110\033\260\044\301\205\343\167\235\232\244\363" --"\014\021\035\015\310\264\024\356\265\202\127\011\277\040\130\177" --"\057\042\043\330\160\313\171\154\311\113\362\251\052\310\374\207" --"\053\327\032\120\370\047\350\057\103\343\072\275\330\127\161\375" --"\316\246\122\133\371\335\115\355\345\366\157\211\355\273\223\234" --"\166\041\165\360\222\114\051\367\057\234\001\056\376\120\106\236" --"\144\014\024\263\007\133\305\302\163\154\361\007\134\105\044\024" --"\065\256\203\361\152\115\211\172\372\263\330\055\146\360\066\207" --"\365\053\123\002\003\001\000\001\243\201\252\060\201\247\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\246\263\341\053" --"\053\111\266\327\163\241\252\224\365\001\347\163\145\114\254\120" --"\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\206" --"\060\035\006\003\125\035\016\004\026\004\024\246\263\341\053\053" --"\111\266\327\163\241\252\224\365\001\347\163\145\114\254\120\060" --"\104\006\003\125\035\040\004\075\060\073\060\071\006\004\125\035" --"\040\000\060\061\060\057\006\010\053\006\001\005\005\007\002\001" --"\026\043\150\164\164\160\072\057\057\141\143\145\144\151\143\157" --"\155\056\145\144\151\143\157\155\147\162\157\165\160\056\143\157" --"\155\057\144\157\143\060\015\006\011\052\206\110\206\367\015\001" --"\001\005\005\000\003\202\002\001\000\316\054\013\122\121\142\046" --"\175\014\047\203\217\305\366\332\240\150\173\117\222\136\352\244" --"\163\062\021\123\104\262\104\313\235\354\017\171\102\263\020\246" --"\307\015\235\313\266\372\077\072\174\352\277\210\123\033\074\367" --"\202\372\005\065\063\341\065\250\127\300\347\375\215\117\077\223" --"\062\117\170\146\003\167\007\130\351\225\310\176\076\320\171\000" --"\214\362\033\121\063\233\274\224\351\072\173\156\122\055\062\236" --"\043\244\105\373\266\056\023\260\213\030\261\335\316\325\035\247" --"\102\177\125\276\373\133\273\107\324\374\044\315\004\256\226\005" --"\025\326\254\316\060\363\312\013\305\272\342\042\340\246\255\042" --"\344\002\356\164\021\177\114\377\170\035\065\332\346\002\064\353" --"\030\022\141\167\006\011\026\143\352\030\255\242\207\037\362\307" --"\200\011\011\165\116\020\250\217\075\206\270\165\021\300\044\142" --"\212\226\173\112\105\351\354\131\305\276\153\203\346\341\350\254" --"\265\060\036\376\005\007\200\371\341\043\015\120\217\005\230\377" --"\054\137\350\073\266\255\317\201\265\041\207\312\010\052\043\047" --"\060\040\053\317\355\224\133\254\262\172\322\307\050\241\212\013" --"\233\115\112\054\155\205\077\011\162\074\147\342\331\334\007\272" --"\353\145\173\132\001\143\326\220\133\117\027\146\075\177\013\031" --"\243\223\143\020\122\052\237\024\026\130\342\334\245\364\241\026" --"\213\016\221\213\201\312\233\131\372\330\153\221\007\145\125\137" --"\122\037\257\072\373\220\335\151\245\133\234\155\016\054\266\372" --"\316\254\245\174\062\112\147\100\334\060\064\043\335\327\004\043" --"\146\360\374\125\200\247\373\146\031\202\065\147\142\160\071\136" --"\157\307\352\220\100\104\010\036\270\262\326\333\356\131\247\015" --"\030\171\064\274\124\030\136\123\312\064\121\355\105\012\346\216" --"\307\202\066\076\247\070\143\251\060\054\027\020\140\222\237\125" --"\207\022\131\020\302\017\147\151\021\314\116\036\176\112\232\255" --"\257\100\250\165\254\126\220\164\270\240\234\245\171\157\334\351" --"\032\310\151\005\351\272\372\003\263\174\344\340\116\302\316\235" --"\350\266\106\015\156\176\127\072\147\224\302\313\037\234\167\112" --"\147\116\151\206\103\223\070\373\266\333\117\203\221\324\140\176" --"\113\076\053\070\007\125\230\136\244" --, (PRUint32)1465 } --}; --static const NSSItem nss_builtins_items_301 [] = { -- { (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 *)"ACEDICOM Root", (PRUint32)14 }, -- { (void *)"\340\264\062\056\262\366\245\150\266\124\123\204\110\030\112\120" --"\066\207\103\204" --, (PRUint32)20 }, -- { (void *)"\102\201\240\342\034\343\125\020\336\125\211\102\145\226\042\346" --, (PRUint32)16 }, -- { (void *)"\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105" --"\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003" --"\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004" --"\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125" --"\004\006\023\002\105\123" --, (PRUint32)70 }, -- { (void *)"\002\010\141\215\307\206\073\001\202\005" --, (PRUint32)10 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_302 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 1 Public Primary Certification Authority", (PRUint32)56 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"\002\020\077\151\036\201\234\360\232\112\363\163\377\271\110\242" --"\344\335" --, (PRUint32)18 }, -- { (void *)"\060\202\002\074\060\202\001\245\002\020\077\151\036\201\234\360" --"\232\112\363\163\377\271\110\242\344\335\060\015\006\011\052\206" --"\110\206\367\015\001\001\005\005\000\060\137\061\013\060\011\006" --"\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004" --"\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143" --"\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141\163" --"\163\040\061\040\120\165\142\154\151\143\040\120\162\151\155\141" --"\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157\156" --"\040\101\165\164\150\157\162\151\164\171\060\036\027\015\071\066" --"\060\061\062\071\060\060\060\060\060\060\132\027\015\062\070\060" --"\070\060\062\062\063\065\071\065\071\132\060\137\061\013\060\011" --"\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125" --"\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156" --"\143\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141" --"\163\163\040\061\040\120\165\142\154\151\143\040\120\162\151\155" --"\141\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157" --"\156\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\345\031\277\155\243\126\141\055" --"\231\110\161\366\147\336\271\215\353\267\236\206\200\012\221\016" --"\372\070\045\257\106\210\202\345\163\250\240\233\044\135\015\037" --"\314\145\156\014\260\320\126\204\030\207\232\006\233\020\241\163" --"\337\264\130\071\153\156\301\366\025\325\250\250\077\252\022\006" --"\215\061\254\177\260\064\327\217\064\147\210\011\315\024\021\342" --"\116\105\126\151\037\170\002\200\332\334\107\221\051\273\066\311" --"\143\134\305\340\327\055\207\173\241\267\062\260\173\060\272\052" --"\057\061\252\356\243\147\332\333\002\003\001\000\001\060\015\006" --"\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000" --"\130\025\051\071\074\167\243\332\134\045\003\174\140\372\356\011" --"\231\074\047\020\160\310\014\011\346\263\207\317\012\342\030\226" --"\065\142\314\277\233\047\171\211\137\311\304\011\364\316\265\035" --"\337\052\275\345\333\206\234\150\045\345\060\174\266\211\025\376" --"\147\321\255\341\120\254\074\174\142\113\217\272\204\327\022\025" --"\033\037\312\135\017\301\122\224\052\021\231\332\173\317\014\066" --"\023\325\065\334\020\031\131\352\224\301\000\277\165\217\331\372" --"\375\166\004\333\142\273\220\152\003\331\106\065\331\370\174\133" --, (PRUint32)576 } --}; --static const NSSItem nss_builtins_items_303 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 1 Public Primary Certification Authority", (PRUint32)56 }, -- { (void *)"\316\152\144\243\011\344\057\273\331\205\034\105\076\144\011\352" --"\350\175\140\361" --, (PRUint32)20 }, -- { (void *)"\206\254\336\053\305\155\303\331\214\050\210\323\215\026\023\036" --, (PRUint32)16 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"\002\020\077\151\036\201\234\360\232\112\363\163\377\271\110\242" --"\344\335" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_304 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 3 Public Primary Certification Authority", (PRUint32)56 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"\002\020\074\221\061\313\037\366\320\033\016\232\270\320\104\277" --"\022\276" --, (PRUint32)18 }, -- { (void *)"\060\202\002\074\060\202\001\245\002\020\074\221\061\313\037\366" --"\320\033\016\232\270\320\104\277\022\276\060\015\006\011\052\206" --"\110\206\367\015\001\001\005\005\000\060\137\061\013\060\011\006" --"\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004" --"\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143" --"\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141\163" --"\163\040\063\040\120\165\142\154\151\143\040\120\162\151\155\141" --"\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157\156" --"\040\101\165\164\150\157\162\151\164\171\060\036\027\015\071\066" --"\060\061\062\071\060\060\060\060\060\060\132\027\015\062\070\060" --"\070\060\062\062\063\065\071\065\071\132\060\137\061\013\060\011" --"\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125" --"\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156" --"\143\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141" --"\163\163\040\063\040\120\165\142\154\151\143\040\120\162\151\155" --"\141\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157" --"\156\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\134\131\236\362\033\212\001" --"\024\264\020\337\004\100\333\343\127\257\152\105\100\217\204\014" --"\013\321\063\331\331\021\317\356\002\130\037\045\367\052\250\104" --"\005\252\354\003\037\170\177\236\223\271\232\000\252\043\175\326" --"\254\205\242\143\105\307\162\047\314\364\114\306\165\161\322\071" --"\357\117\102\360\165\337\012\220\306\216\040\157\230\017\370\254" --"\043\137\160\051\066\244\311\206\347\261\232\040\313\123\245\205" --"\347\075\276\175\232\376\044\105\063\334\166\025\355\017\242\161" --"\144\114\145\056\201\150\105\247\002\003\001\000\001\060\015\006" --"\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000" --"\020\162\122\251\005\024\031\062\010\101\360\305\153\012\314\176" --"\017\041\031\315\344\147\334\137\251\033\346\312\350\163\235\042" --"\330\230\156\163\003\141\221\305\174\260\105\100\156\104\235\215" --"\260\261\226\164\141\055\015\251\105\322\244\222\052\326\232\165" --"\227\156\077\123\375\105\231\140\035\250\053\114\371\136\247\011" --"\330\165\060\327\322\145\140\075\147\326\110\125\165\151\077\221" --"\365\110\013\107\151\042\151\202\226\276\311\310\070\206\112\172" --"\054\163\031\110\151\116\153\174\145\277\017\374\160\316\210\220" --, (PRUint32)576 } --}; --static const NSSItem nss_builtins_items_305 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 3 Public Primary Certification Authority", (PRUint32)56 }, -- { (void *)"\241\333\143\223\221\157\027\344\030\125\011\100\004\025\307\002" --"\100\260\256\153" --, (PRUint32)20 }, -- { (void *)"\357\132\361\063\357\361\315\273\121\002\356\022\024\113\226\304" --, (PRUint32)16 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"\002\020\074\221\061\313\037\366\320\033\016\232\270\320\104\277" --"\022\276" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_306 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Microsec e-Szigno Root CA 2009", (PRUint32)31 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151" --"\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006" --"\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145" --"\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040" --"\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015" --"\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147" --"\156\157\056\150\165" --, (PRUint32)133 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151" --"\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006" --"\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145" --"\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040" --"\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015" --"\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147" --"\156\157\056\150\165" --, (PRUint32)133 }, -- { (void *)"\002\011\000\302\176\103\004\116\107\077\031" --, (PRUint32)11 }, -- { (void *)"\060\202\004\012\060\202\002\362\240\003\002\001\002\002\011\000" --"\302\176\103\004\116\107\077\031\060\015\006\011\052\206\110\206" --"\367\015\001\001\013\005\000\060\201\202\061\013\060\011\006\003" --"\125\004\006\023\002\110\125\061\021\060\017\006\003\125\004\007" --"\014\010\102\165\144\141\160\145\163\164\061\026\060\024\006\003" --"\125\004\012\014\015\115\151\143\162\157\163\145\143\040\114\164" --"\144\056\061\047\060\045\006\003\125\004\003\014\036\115\151\143" --"\162\157\163\145\143\040\145\055\123\172\151\147\156\157\040\122" --"\157\157\164\040\103\101\040\062\060\060\071\061\037\060\035\006" --"\011\052\206\110\206\367\015\001\011\001\026\020\151\156\146\157" --"\100\145\055\163\172\151\147\156\157\056\150\165\060\036\027\015" --"\060\071\060\066\061\066\061\061\063\060\061\070\132\027\015\062" --"\071\061\062\063\060\061\061\063\060\061\070\132\060\201\202\061" --"\013\060\011\006\003\125\004\006\023\002\110\125\061\021\060\017" --"\006\003\125\004\007\014\010\102\165\144\141\160\145\163\164\061" --"\026\060\024\006\003\125\004\012\014\015\115\151\143\162\157\163" --"\145\143\040\114\164\144\056\061\047\060\045\006\003\125\004\003" --"\014\036\115\151\143\162\157\163\145\143\040\145\055\123\172\151" --"\147\156\157\040\122\157\157\164\040\103\101\040\062\060\060\071" --"\061\037\060\035\006\011\052\206\110\206\367\015\001\011\001\026" --"\020\151\156\146\157\100\145\055\163\172\151\147\156\157\056\150" --"\165\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\351\370\217\363\143\255\332\206\330\247\340\102\373\317" --"\221\336\246\046\370\231\245\143\160\255\233\256\312\063\100\175" --"\155\226\156\241\016\104\356\341\023\235\224\102\122\232\275\165" --"\205\164\054\250\016\035\223\266\030\267\214\054\250\317\373\134" --"\161\271\332\354\376\350\176\217\344\057\035\262\250\165\207\330" --"\267\241\345\073\317\231\112\106\320\203\031\175\300\241\022\034" --"\225\155\112\364\330\307\245\115\063\056\205\071\100\165\176\024" --"\174\200\022\230\120\307\101\147\270\240\200\141\124\246\154\116" --"\037\340\235\016\007\351\311\272\063\347\376\300\125\050\054\002" --"\200\247\031\365\236\334\125\123\003\227\173\007\110\377\231\373" --"\067\212\044\304\131\314\120\020\143\216\252\251\032\260\204\032" --"\206\371\137\273\261\120\156\244\321\012\314\325\161\176\037\247" --"\033\174\365\123\156\042\137\313\053\346\324\174\135\256\326\302" --"\306\114\345\005\001\331\355\127\374\301\043\171\374\372\310\044" --"\203\225\363\265\152\121\001\320\167\326\351\022\241\371\032\203" --"\373\202\033\271\260\227\364\166\006\063\103\111\240\377\013\265" --"\372\265\002\003\001\000\001\243\201\200\060\176\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\313\017\306\337\102\103\314\075" --"\313\265\110\043\241\032\172\246\052\273\064\150\060\037\006\003" --"\125\035\043\004\030\060\026\200\024\313\017\306\337\102\103\314" --"\075\313\265\110\043\241\032\172\246\052\273\064\150\060\033\006" --"\003\125\035\021\004\024\060\022\201\020\151\156\146\157\100\145" --"\055\163\172\151\147\156\157\056\150\165\060\015\006\011\052\206" --"\110\206\367\015\001\001\013\005\000\003\202\001\001\000\311\321" --"\016\136\056\325\314\263\174\076\313\374\075\377\015\050\225\223" --"\004\310\277\332\315\171\270\103\220\360\244\276\357\362\357\041" --"\230\274\324\324\135\006\366\356\102\354\060\154\240\252\251\312" --"\361\257\212\372\077\013\163\152\076\352\056\100\176\037\256\124" --"\141\171\353\056\010\067\327\043\363\214\237\276\035\261\341\244" --"\165\333\240\342\124\024\261\272\034\051\244\030\366\022\272\242" --"\024\024\343\061\065\310\100\377\267\340\005\166\127\301\034\131" --"\362\370\277\344\355\045\142\134\204\360\176\176\037\263\276\371" --"\267\041\021\314\003\001\126\160\247\020\222\036\033\064\201\036" --"\255\234\032\303\004\074\355\002\141\326\036\006\363\137\072\207" --"\362\053\361\105\207\345\075\254\321\307\127\204\275\153\256\334" --"\330\371\266\033\142\160\013\075\066\311\102\362\062\327\172\141" --"\346\322\333\075\317\310\251\311\233\334\333\130\104\327\157\070" --"\257\177\170\323\243\255\032\165\272\034\301\066\174\217\036\155" --"\034\303\165\106\256\065\005\246\366\134\075\041\356\126\360\311" --"\202\042\055\172\124\253\160\303\175\042\145\202\160\226" --, (PRUint32)1038 } --}; --static const NSSItem nss_builtins_items_307 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Microsec e-Szigno Root CA 2009", (PRUint32)31 }, -- { (void *)"\211\337\164\376\134\364\017\112\200\371\343\067\175\124\332\221" --"\341\001\061\216" --, (PRUint32)20 }, -- { (void *)"\370\111\364\003\274\104\055\203\276\110\151\175\051\144\374\261" --, (PRUint32)16 }, -- { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151" --"\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006" --"\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145" --"\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040" --"\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015" --"\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147" --"\156\157\056\150\165" --, (PRUint32)133 }, -- { (void *)"\002\011\000\302\176\103\004\116\107\077\031" --, (PRUint32)11 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_308 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi", (PRUint32)52 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061" --"\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162" --"\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156" --"\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125" --"\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040" --"\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151" --"\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154" --"\141\171\151\143\151\163\151" --, (PRUint32)119 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061" --"\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162" --"\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156" --"\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125" --"\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040" --"\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151" --"\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154" --"\141\171\151\143\151\163\151" --, (PRUint32)119 }, -- { (void *)"\002\020\104\231\215\074\300\003\047\275\234\166\225\271\352\333" --"\254\265" --, (PRUint32)18 }, -- { (void *)"\060\202\003\266\060\202\002\236\240\003\002\001\002\002\020\104" --"\231\215\074\300\003\047\275\234\166\225\271\352\333\254\265\060" --"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\165" --"\061\013\060\011\006\003\125\004\006\023\002\124\122\061\050\060" --"\046\006\003\125\004\012\023\037\105\154\145\153\164\162\157\156" --"\151\153\040\102\151\154\147\151\040\107\165\166\145\156\154\151" --"\147\151\040\101\056\123\056\061\074\060\072\006\003\125\004\003" --"\023\063\145\055\107\165\166\145\156\040\113\157\153\040\105\154" --"\145\153\164\162\157\156\151\153\040\123\145\162\164\151\146\151" --"\153\141\040\110\151\172\155\145\164\040\123\141\147\154\141\171" --"\151\143\151\163\151\060\036\027\015\060\067\060\061\060\064\061" --"\061\063\062\064\070\132\027\015\061\067\060\061\060\064\061\061" --"\063\062\064\070\132\060\165\061\013\060\011\006\003\125\004\006" --"\023\002\124\122\061\050\060\046\006\003\125\004\012\023\037\105" --"\154\145\153\164\162\157\156\151\153\040\102\151\154\147\151\040" --"\107\165\166\145\156\154\151\147\151\040\101\056\123\056\061\074" --"\060\072\006\003\125\004\003\023\063\145\055\107\165\166\145\156" --"\040\113\157\153\040\105\154\145\153\164\162\157\156\151\153\040" --"\123\145\162\164\151\146\151\153\141\040\110\151\172\155\145\164" --"\040\123\141\147\154\141\171\151\143\151\163\151\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\303\022\040" --"\236\260\136\000\145\215\116\106\273\200\134\351\054\006\227\325" --"\363\162\311\160\271\347\113\145\200\301\113\276\176\074\327\124" --"\061\224\336\325\022\272\123\026\002\352\130\143\357\133\330\363" --"\355\052\032\252\161\110\243\334\020\055\137\137\353\134\113\234" --"\226\010\102\045\050\021\314\212\132\142\001\120\325\353\011\123" --"\057\370\303\217\376\263\374\375\235\242\343\137\175\276\355\013" --"\340\140\353\151\354\063\355\330\215\373\022\111\203\000\311\213" --"\227\214\073\163\052\062\263\022\367\271\115\362\364\115\155\307" --"\346\326\046\067\010\362\331\375\153\134\243\345\110\134\130\274" --"\102\276\003\132\201\272\034\065\014\000\323\365\043\176\161\060" --"\010\046\070\334\045\021\107\055\363\272\043\020\245\277\274\002" --"\367\103\136\307\376\260\067\120\231\173\017\223\316\346\103\054" --"\303\176\015\362\034\103\146\140\313\141\061\107\207\243\117\256" --"\275\126\154\114\274\274\370\005\312\144\364\351\064\241\054\265" --"\163\341\302\076\350\310\311\064\045\010\134\363\355\246\307\224" --"\237\255\210\103\045\327\341\071\140\376\254\071\131\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\237\356\104\263\224\325\372\221\117\056\331\125\232\004" --"\126\333\055\304\333\245\060\015\006\011\052\206\110\206\367\015" --"\001\001\005\005\000\003\202\001\001\000\177\137\271\123\133\143" --"\075\165\062\347\372\304\164\032\313\106\337\106\151\034\122\317" --"\252\117\302\150\353\377\200\251\121\350\075\142\167\211\075\012" --"\165\071\361\156\135\027\207\157\150\005\301\224\154\331\135\337" --"\332\262\131\313\245\020\212\312\314\071\315\237\353\116\336\122" --"\377\014\360\364\222\251\362\154\123\253\233\322\107\240\037\164" --"\367\233\232\361\057\025\237\172\144\060\030\007\074\052\017\147" --"\312\374\017\211\141\235\145\245\074\345\274\023\133\010\333\343" --"\377\355\273\006\273\152\006\261\172\117\145\306\202\375\036\234" --"\213\265\015\356\110\273\270\275\252\010\264\373\243\174\313\237" --"\315\220\166\134\206\226\170\127\012\146\371\130\032\235\375\227" --"\051\140\336\021\246\220\034\031\034\356\001\226\042\064\064\056" --"\221\371\267\304\047\321\173\346\277\373\200\104\132\026\345\353" --"\340\324\012\070\274\344\221\343\325\353\134\301\254\337\033\152" --"\174\236\345\165\322\266\227\207\333\314\207\053\103\072\204\010" --"\257\253\074\333\367\074\146\061\206\260\235\123\171\355\370\043" --"\336\102\343\055\202\361\017\345\372\227" --, (PRUint32)954 } --}; --static const NSSItem nss_builtins_items_309 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi", (PRUint32)52 }, -- { (void *)"\335\341\322\251\001\200\056\035\207\136\204\263\200\176\113\261" --"\375\231\101\064" --, (PRUint32)20 }, -- { (void *)"\075\101\051\313\036\252\021\164\315\135\260\142\257\260\103\133" --, (PRUint32)16 }, -- { (void *)"\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061" --"\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162" --"\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156" --"\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125" --"\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040" --"\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151" --"\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154" --"\141\171\151\143\151\163\151" --, (PRUint32)119 }, -- { (void *)"\002\020\104\231\215\074\300\003\047\275\234\166\225\271\352\333" --"\254\265" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_310 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"GlobalSign Root CA - R3", (PRUint32)24 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157" --"\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040" --"\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107" --"\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125" --"\004\003\023\012\107\154\157\142\141\154\123\151\147\156" --, (PRUint32)78 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157" --"\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040" --"\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107" --"\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125" --"\004\003\023\012\107\154\157\142\141\154\123\151\147\156" --, (PRUint32)78 }, -- { (void *)"\002\013\004\000\000\000\000\001\041\130\123\010\242" --, (PRUint32)13 }, -- { (void *)"\060\202\003\137\060\202\002\107\240\003\002\001\002\002\013\004" --"\000\000\000\000\001\041\130\123\010\242\060\015\006\011\052\206" --"\110\206\367\015\001\001\013\005\000\060\114\061\040\060\036\006" --"\003\125\004\013\023\027\107\154\157\142\141\154\123\151\147\156" --"\040\122\157\157\164\040\103\101\040\055\040\122\063\061\023\060" --"\021\006\003\125\004\012\023\012\107\154\157\142\141\154\123\151" --"\147\156\061\023\060\021\006\003\125\004\003\023\012\107\154\157" --"\142\141\154\123\151\147\156\060\036\027\015\060\071\060\063\061" --"\070\061\060\060\060\060\060\132\027\015\062\071\060\063\061\070" --"\061\060\060\060\060\060\132\060\114\061\040\060\036\006\003\125" --"\004\013\023\027\107\154\157\142\141\154\123\151\147\156\040\122" --"\157\157\164\040\103\101\040\055\040\122\063\061\023\060\021\006" --"\003\125\004\012\023\012\107\154\157\142\141\154\123\151\147\156" --"\061\023\060\021\006\003\125\004\003\023\012\107\154\157\142\141" --"\154\123\151\147\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\314\045\166\220\171\006\170\042\026\365" --"\300\203\266\204\312\050\236\375\005\166\021\305\255\210\162\374" --"\106\002\103\307\262\212\235\004\137\044\313\056\113\341\140\202" --"\106\341\122\253\014\201\107\160\154\335\144\321\353\365\054\243" --"\017\202\075\014\053\256\227\327\266\024\206\020\171\273\073\023" --"\200\167\214\010\341\111\322\152\142\057\037\136\372\226\150\337" --"\211\047\225\070\237\006\327\076\311\313\046\131\015\163\336\260" --"\310\351\046\016\203\025\306\357\133\213\322\004\140\312\111\246" --"\050\366\151\073\366\313\310\050\221\345\235\212\141\127\067\254" --"\164\024\334\164\340\072\356\162\057\056\234\373\320\273\277\365" --"\075\000\341\006\063\350\202\053\256\123\246\072\026\163\214\335" --"\101\016\040\072\300\264\247\241\351\262\117\220\056\062\140\351" --"\127\313\271\004\222\150\150\345\070\046\140\165\262\237\167\377" --"\221\024\357\256\040\111\374\255\100\025\110\321\002\061\141\031" --"\136\270\227\357\255\167\267\144\232\172\277\137\301\023\357\233" --"\142\373\015\154\340\124\151\026\251\003\332\156\351\203\223\161" --"\166\306\151\205\202\027\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\217\360\113\177\250" --"\056\105\044\256\115\120\372\143\232\213\336\342\335\033\274\060" --"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202" --"\001\001\000\113\100\333\300\120\252\376\310\014\357\367\226\124" --"\105\111\273\226\000\011\101\254\263\023\206\206\050\007\063\312" --"\153\346\164\271\272\000\055\256\244\012\323\365\361\361\017\212" --"\277\163\147\112\203\307\104\173\170\340\257\156\154\157\003\051" --"\216\063\071\105\303\216\344\271\127\154\252\374\022\226\354\123" --"\306\055\344\044\154\271\224\143\373\334\123\150\147\126\076\203" --"\270\317\065\041\303\311\150\376\316\332\302\123\252\314\220\212" --"\351\360\135\106\214\225\335\172\130\050\032\057\035\336\315\000" --"\067\101\217\355\104\155\327\123\050\227\176\363\147\004\036\025" --"\327\212\226\264\323\336\114\047\244\114\033\163\163\166\364\027" --"\231\302\037\172\016\343\055\010\255\012\034\054\377\074\253\125" --"\016\017\221\176\066\353\303\127\111\276\341\056\055\174\140\213" --"\303\101\121\023\043\235\316\367\062\153\224\001\250\231\347\054" --"\063\037\072\073\045\322\206\100\316\073\054\206\170\311\141\057" --"\024\272\356\333\125\157\337\204\356\005\011\115\275\050\330\162" --"\316\323\142\120\145\036\353\222\227\203\061\331\263\265\312\107" --"\130\077\137" --, (PRUint32)867 } --}; --static const NSSItem nss_builtins_items_311 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"GlobalSign Root CA - R3", (PRUint32)24 }, -- { (void *)"\326\233\126\021\110\360\034\167\305\105\170\301\011\046\337\133" --"\205\151\166\255" --, (PRUint32)20 }, -- { (void *)"\305\337\270\111\312\005\023\125\356\055\272\032\303\076\260\050" --, (PRUint32)16 }, -- { (void *)"\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157" --"\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040" --"\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107" --"\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125" --"\004\003\023\012\107\154\157\142\141\154\123\151\147\156" --, (PRUint32)78 }, -- { (void *)"\002\013\004\000\000\000\000\001\041\130\123\010\242" --, (PRUint32)13 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; - -@@ -21112,79 +16685,11 @@ nss_builtins_data[] = { - { 11, nss_builtins_types_240, nss_builtins_items_240, {NULL} }, - { 13, nss_builtins_types_241, nss_builtins_items_241, {NULL} }, - { 11, nss_builtins_types_242, nss_builtins_items_242, {NULL} }, -- { 13, nss_builtins_types_243, nss_builtins_items_243, {NULL} }, -- { 11, nss_builtins_types_244, nss_builtins_items_244, {NULL} }, -- { 13, nss_builtins_types_245, nss_builtins_items_245, {NULL} }, -- { 11, nss_builtins_types_246, nss_builtins_items_246, {NULL} }, -- { 13, nss_builtins_types_247, nss_builtins_items_247, {NULL} }, -- { 11, nss_builtins_types_248, nss_builtins_items_248, {NULL} }, -- { 13, nss_builtins_types_249, nss_builtins_items_249, {NULL} }, -- { 11, nss_builtins_types_250, nss_builtins_items_250, {NULL} }, -- { 13, nss_builtins_types_251, nss_builtins_items_251, {NULL} }, -- { 11, nss_builtins_types_252, nss_builtins_items_252, {NULL} }, -- { 13, nss_builtins_types_253, nss_builtins_items_253, {NULL} }, -- { 11, nss_builtins_types_254, nss_builtins_items_254, {NULL} }, -- { 13, nss_builtins_types_255, nss_builtins_items_255, {NULL} }, -- { 11, nss_builtins_types_256, nss_builtins_items_256, {NULL} }, -- { 13, nss_builtins_types_257, nss_builtins_items_257, {NULL} }, -- { 11, nss_builtins_types_258, nss_builtins_items_258, {NULL} }, -- { 13, nss_builtins_types_259, nss_builtins_items_259, {NULL} }, -- { 11, nss_builtins_types_260, nss_builtins_items_260, {NULL} }, -- { 13, nss_builtins_types_261, nss_builtins_items_261, {NULL} }, -- { 11, nss_builtins_types_262, nss_builtins_items_262, {NULL} }, -- { 13, nss_builtins_types_263, nss_builtins_items_263, {NULL} }, -- { 11, nss_builtins_types_264, nss_builtins_items_264, {NULL} }, -- { 13, nss_builtins_types_265, nss_builtins_items_265, {NULL} }, -- { 11, nss_builtins_types_266, nss_builtins_items_266, {NULL} }, -- { 13, nss_builtins_types_267, nss_builtins_items_267, {NULL} }, -- { 11, nss_builtins_types_268, nss_builtins_items_268, {NULL} }, -- { 13, nss_builtins_types_269, nss_builtins_items_269, {NULL} }, -- { 11, nss_builtins_types_270, nss_builtins_items_270, {NULL} }, -- { 13, nss_builtins_types_271, nss_builtins_items_271, {NULL} }, -- { 11, nss_builtins_types_272, nss_builtins_items_272, {NULL} }, -- { 13, nss_builtins_types_273, nss_builtins_items_273, {NULL} }, -- { 11, nss_builtins_types_274, nss_builtins_items_274, {NULL} }, -- { 13, nss_builtins_types_275, nss_builtins_items_275, {NULL} }, -- { 11, nss_builtins_types_276, nss_builtins_items_276, {NULL} }, -- { 13, nss_builtins_types_277, nss_builtins_items_277, {NULL} }, -- { 11, nss_builtins_types_278, nss_builtins_items_278, {NULL} }, -- { 13, nss_builtins_types_279, nss_builtins_items_279, {NULL} }, -- { 11, nss_builtins_types_280, nss_builtins_items_280, {NULL} }, -- { 13, nss_builtins_types_281, nss_builtins_items_281, {NULL} }, -- { 11, nss_builtins_types_282, nss_builtins_items_282, {NULL} }, -- { 13, nss_builtins_types_283, nss_builtins_items_283, {NULL} }, -- { 11, nss_builtins_types_284, nss_builtins_items_284, {NULL} }, -- { 13, nss_builtins_types_285, nss_builtins_items_285, {NULL} }, -- { 11, nss_builtins_types_286, nss_builtins_items_286, {NULL} }, -- { 13, nss_builtins_types_287, nss_builtins_items_287, {NULL} }, -- { 11, nss_builtins_types_288, nss_builtins_items_288, {NULL} }, -- { 13, nss_builtins_types_289, nss_builtins_items_289, {NULL} }, -- { 11, nss_builtins_types_290, nss_builtins_items_290, {NULL} }, -- { 13, nss_builtins_types_291, nss_builtins_items_291, {NULL} }, -- { 11, nss_builtins_types_292, nss_builtins_items_292, {NULL} }, -- { 13, nss_builtins_types_293, nss_builtins_items_293, {NULL} }, -- { 11, nss_builtins_types_294, nss_builtins_items_294, {NULL} }, -- { 13, nss_builtins_types_295, nss_builtins_items_295, {NULL} }, -- { 11, nss_builtins_types_296, nss_builtins_items_296, {NULL} }, -- { 13, nss_builtins_types_297, nss_builtins_items_297, {NULL} }, -- { 11, nss_builtins_types_298, nss_builtins_items_298, {NULL} }, -- { 13, nss_builtins_types_299, nss_builtins_items_299, {NULL} }, -- { 11, nss_builtins_types_300, nss_builtins_items_300, {NULL} }, -- { 13, nss_builtins_types_301, nss_builtins_items_301, {NULL} }, -- { 11, nss_builtins_types_302, nss_builtins_items_302, {NULL} }, -- { 13, nss_builtins_types_303, nss_builtins_items_303, {NULL} }, -- { 11, nss_builtins_types_304, nss_builtins_items_304, {NULL} }, -- { 13, nss_builtins_types_305, nss_builtins_items_305, {NULL} }, -- { 11, nss_builtins_types_306, nss_builtins_items_306, {NULL} }, -- { 13, nss_builtins_types_307, nss_builtins_items_307, {NULL} }, -- { 11, nss_builtins_types_308, nss_builtins_items_308, {NULL} }, -- { 13, nss_builtins_types_309, nss_builtins_items_309, {NULL} }, -- { 11, nss_builtins_types_310, nss_builtins_items_310, {NULL} }, -- { 13, nss_builtins_types_311, nss_builtins_items_311, {NULL} } -+ { 13, nss_builtins_types_243, nss_builtins_items_243, {NULL} } - }; - const PRUint32 - #ifdef DEBUG -- nss_builtins_nObjects = 311+1; -+ nss_builtins_nObjects = 243+1; - #else -- nss_builtins_nObjects = 311; -+ nss_builtins_nObjects = 243; - #endif /* DEBUG */ -diff -prauN nss-3.12.8.prepatch/mozilla/security/nss/lib/ckfw/builtins/certdata.txt nss-3.12.8/mozilla/security/nss/lib/ckfw/builtins/certdata.txt ---- nss-3.12.8.prepatch/mozilla/security/nss/lib/ckfw/builtins/certdata.txt 2011-08-30 18:02:26.450122000 +0000 -+++ nss-3.12.8/mozilla/security/nss/lib/ckfw/builtins/certdata.txt 2011-08-30 18:03:33.620122001 +0000 -@@ -34,7 +34,7 @@ - # the terms of any one of the MPL, the GPL or the LGPL. - # - # ***** END LICENSE BLOCK ***** --CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.64.2.1 $ $Date: 2010/08/27 15:46:44 $" -+CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.53 $ $Date: 2009/05/21 19:50:28 $" - - # - # certdata.txt -@@ -103,96 +103,6 @@ CKA_MODIFIABLE CK_BBOOL CK_FALSE - CKA_LABEL UTF8 "Mozilla Builtin Roots" - - # --# Certificate "GTE CyberTrust 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 Root CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\105\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\034\060\032\006\003\125 --\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165 --\163\164\040\122\157\157\164 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\105\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\034\060\032\006\003\125 --\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165 --\163\164\040\122\157\157\164 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\002\001\243 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\001\372\060\202\001\143\002\002\001\243\060\015\006\011 --\052\206\110\206\367\015\001\001\004\005\000\060\105\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\034\060\032\006\003\125\004\003\023\023\107 --\124\105\040\103\171\142\145\162\124\162\165\163\164\040\122\157 --\157\164\060\036\027\015\071\066\060\062\062\063\062\063\060\061 --\060\060\132\027\015\060\066\060\062\062\063\062\063\065\071\060 --\060\132\060\105\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\034\060\032\006 --\003\125\004\003\023\023\107\124\105\040\103\171\142\145\162\124 --\162\165\163\164\040\122\157\157\164\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\346\117\272\333\230\174\161\174\257 --\104\267\323\017\106\331\144\345\223\301\102\216\307\272\111\215 --\065\055\172\347\213\275\345\005\061\131\306\261\057\012\014\373 --\237\247\077\242\011\146\204\126\036\067\051\033\207\351\176\014 --\312\232\237\245\177\365\025\224\243\325\242\106\202\330\150\114 --\321\067\025\006\150\257\275\370\260\263\360\051\365\225\132\011 --\026\141\167\012\042\045\324\117\105\252\307\275\345\226\337\371 --\324\250\216\102\314\044\300\036\221\047\112\265\155\006\200\143 --\071\304\242\136\070\003\002\003\001\000\001\060\015\006\011\052 --\206\110\206\367\015\001\001\004\005\000\003\201\201\000\022\263 --\165\306\137\035\341\141\125\200\000\324\201\113\173\061\017\043 --\143\347\075\363\003\371\364\066\250\273\331\343\245\227\115\352 --\053\051\340\326\152\163\201\346\300\211\243\323\361\340\245\245 --\042\067\232\143\302\110\040\264\333\162\343\310\366\331\174\276 --\261\257\123\332\024\264\041\270\326\325\226\343\376\116\014\131 --\142\266\232\112\371\102\335\214\157\201\251\161\377\364\012\162 --\155\155\104\016\235\363\164\164\250\325\064\111\351\136\236\351 --\264\172\341\345\132\037\204\060\234\323\237\245\045\330 --END -- --# Trust for Certificate "GTE CyberTrust 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 Root CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\220\336\336\236\114\116\237\157\330\206\027\127\235\323\221\274 --\145\246\211\144 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\304\327\360\262\243\305\175\141\147\360\004\315\103\323\272\130 --END --CKA_ISSUER MULTILINE_OCTAL --\060\105\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\034\060\032\006\003\125 --\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165 --\163\164\040\122\157\157\164 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\002\001\243 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "GTE CyberTrust Global Root" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -295,6 +205,275 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE -+ -+# -+# Certificate "Thawte Personal Basic 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 "Thawte Personal Basic CA" -+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 -+CKA_SUBJECT MULTILINE_OCTAL -+\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151 -+\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015 -+\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141 -+\163\151\143\100\164\150\141\167\164\145\056\143\157\155 -+END -+CKA_ID UTF8 "0" -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151 -+\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015 -+\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141 -+\163\151\143\100\164\150\141\167\164\145\056\143\157\155 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\001\000 -+END -+CKA_VALUE MULTILINE_OCTAL -+\060\202\003\041\060\202\002\212\240\003\002\001\002\002\001\000 -+\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060 -+\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101\061 -+\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 -+\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023 -+\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003 -+\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156\163 -+\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023 -+\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123 -+\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156 -+\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167\164 -+\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151\143 -+\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015\001 -+\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141\163 -+\151\143\100\164\150\141\167\164\145\056\143\157\155\060\036\027 -+\015\071\066\060\061\060\061\060\060\060\060\060\060\132\027\015 -+\062\060\061\062\063\061\062\063\065\071\065\071\132\060\201\313 -+\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025\060 -+\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156\040 -+\103\141\160\145\061\022\060\020\006\003\125\004\007\023\011\103 -+\141\160\145\040\124\157\167\156\061\032\060\030\006\003\125\004 -+\012\023\021\124\150\141\167\164\145\040\103\157\156\163\165\154 -+\164\151\156\147\061\050\060\046\006\003\125\004\013\023\037\103 -+\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145\162 -+\166\151\143\145\163\040\104\151\166\151\163\151\157\156\061\041 -+\060\037\006\003\125\004\003\023\030\124\150\141\167\164\145\040 -+\120\145\162\163\157\156\141\154\040\102\141\163\151\143\040\103 -+\101\061\050\060\046\006\011\052\206\110\206\367\015\001\011\001 -+\026\031\160\145\162\163\157\156\141\154\055\142\141\163\151\143 -+\100\164\150\141\167\164\145\056\143\157\155\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\274\274\223\123\155\300\120\117 -+\202\025\346\110\224\065\246\132\276\157\102\372\017\107\356\167 -+\165\162\335\215\111\233\226\127\240\170\324\312\077\121\263\151 -+\013\221\166\027\042\007\227\152\304\121\223\113\340\215\357\067 -+\225\241\014\115\332\064\220\035\027\211\227\340\065\070\127\112 -+\300\364\010\160\351\074\104\173\120\176\141\232\220\343\043\323 -+\210\021\106\047\365\013\007\016\273\335\321\177\040\012\210\271 -+\126\013\056\034\200\332\361\343\236\051\357\024\275\012\104\373 -+\033\133\030\321\277\043\223\041\002\003\001\000\001\243\023\060 -+\021\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\201\201\000\055\342\231\153\260\075\172\211\327\131\242 -+\224\001\037\053\335\022\113\123\302\255\177\252\247\000\134\221 -+\100\127\045\112\070\252\204\160\271\331\200\017\245\173\134\373 -+\163\306\275\327\212\141\134\003\343\055\047\250\027\340\204\205 -+\102\334\136\233\306\267\262\155\273\164\257\344\077\313\247\267 -+\260\340\135\276\170\203\045\224\322\333\201\017\171\007\155\117 -+\364\071\025\132\122\001\173\336\062\326\115\070\366\022\134\006 -+\120\337\005\133\275\024\113\241\337\051\272\073\101\215\367\143 -+\126\241\337\042\261 -+END -+ -+# Trust for Certificate "Thawte Personal Basic 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 "Thawte Personal Basic CA" -+CKA_CERT_SHA1_HASH MULTILINE_OCTAL -+\100\347\214\035\122\075\034\331\225\117\254\032\032\263\275\074 -+\272\241\133\374 -+END -+CKA_CERT_MD5_HASH MULTILINE_OCTAL -+\346\013\322\311\312\055\210\333\032\161\016\113\170\353\002\101 -+END -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151 -+\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015 -+\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141 -+\163\151\143\100\164\150\141\167\164\145\056\143\157\155 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\001\000 -+END -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+ -+# -+# Certificate "Thawte Personal 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 "Thawte Personal Premium CA" -+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 -+CKA_SUBJECT MULTILINE_OCTAL -+\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155 -+\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206 -+\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055 -+\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143 -+\157\155 -+END -+CKA_ID UTF8 "0" -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155 -+\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206 -+\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055 -+\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143 -+\157\155 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\001\000 -+END -+CKA_VALUE MULTILINE_OCTAL -+\060\202\003\051\060\202\002\222\240\003\002\001\002\002\001\000 -+\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060 -+\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101\061 -+\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 -+\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023 -+\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003 -+\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156\163 -+\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023 -+\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123 -+\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156 -+\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167\164 -+\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155\151 -+\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206\367 -+\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055\160 -+\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143\157 -+\155\060\036\027\015\071\066\060\061\060\061\060\060\060\060\060 -+\060\132\027\015\062\060\061\062\063\061\062\063\065\071\065\071 -+\132\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132 -+\101\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164 -+\145\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004 -+\007\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030 -+\006\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157 -+\156\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004 -+\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156 -+\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151 -+\157\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141 -+\167\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145 -+\155\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110 -+\206\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154 -+\055\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056 -+\143\157\155\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\146\331\370\007\104\317\271\214\056\360\241\357\023\105\154 -+\005\337\336\047\026\121\066\101\021\154\154\073\355\376\020\175 -+\022\236\345\233\102\232\376\140\061\303\146\267\163\072\110\256 -+\116\320\062\067\224\210\265\015\266\331\363\362\104\331\325\210 -+\022\335\166\115\362\032\374\157\043\036\172\361\330\230\105\116 -+\007\020\357\026\102\320\103\165\155\112\336\342\252\311\061\377 -+\037\000\160\174\146\317\020\045\010\272\372\356\000\351\106\003 -+\146\047\021\025\073\252\133\362\230\335\066\102\262\332\210\165 -+\002\003\001\000\001\243\023\060\021\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\201\201\000\151\066\211 -+\367\064\052\063\162\057\155\073\324\042\262\270\157\232\305\066 -+\146\016\033\074\241\261\165\132\346\375\065\323\370\250\362\007 -+\157\205\147\216\336\053\271\342\027\260\072\240\360\016\242\000 -+\232\337\363\024\025\156\273\310\205\132\230\200\371\377\276\164 -+\035\075\363\376\060\045\321\067\064\147\372\245\161\171\060\141 -+\051\162\300\340\054\114\373\126\344\072\250\157\345\062\131\122 -+\333\165\050\120\131\014\370\013\031\344\254\331\257\226\215\057 -+\120\333\007\303\352\037\253\063\340\365\053\061\211 -+END -+ -+# Trust for Certificate "Thawte Personal 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 "Thawte Personal Premium CA" -+CKA_CERT_SHA1_HASH MULTILINE_OCTAL -+\066\206\065\143\375\121\050\307\276\246\360\005\317\351\264\066 -+\150\010\154\316 -+END -+CKA_CERT_MD5_HASH MULTILINE_OCTAL -+\072\262\336\042\232\040\223\111\371\355\310\322\212\347\150\015 -+END -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155 -+\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206 -+\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055 -+\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143 -+\157\155 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\001\000 -+END -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -564,170 +743,34 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # --# Certificate "Thawte Premium Server CA" -+# Certificate "Equifax Secure 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 "Thawte Premium Server CA" -+CKA_LABEL UTF8 "Equifax Secure CA" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 --\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 --\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 --\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 --\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 --\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 --\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 --\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 --\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 --\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 --\155 -+\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151 -+\146\141\170\040\123\145\143\165\162\145\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\316\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 --\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 --\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 --\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 --\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 --\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 --\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 --\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 --\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 --\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 --\155 -+\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151 -+\146\141\170\040\123\145\143\165\162\145\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 --\002\001\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\047\060\202\002\220\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\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061 --\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 --\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023 --\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003 --\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163 --\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125 --\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157 --\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163 --\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150 --\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162 --\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206 --\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163 --\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155 --\060\036\027\015\071\066\060\070\060\061\060\060\060\060\060\060 --\132\027\015\062\060\061\062\063\061\062\063\065\071\065\071\132 --\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 --\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 --\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 --\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 --\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 --\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 --\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 --\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 --\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 --\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 --\155\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\322\066 --\066\152\213\327\302\133\236\332\201\101\142\217\070\356\111\004 --\125\326\320\357\034\033\225\026\107\357\030\110\065\072\122\364 --\053\152\006\217\073\057\352\126\343\257\206\215\236\027\367\236 --\264\145\165\002\115\357\313\011\242\041\121\330\233\320\147\320 --\272\015\222\006\024\163\324\223\313\227\052\000\234\134\116\014 --\274\372\025\122\374\362\104\156\332\021\112\156\010\237\057\055 --\343\371\252\072\206\163\266\106\123\130\310\211\005\275\203\021 --\270\163\077\252\007\215\364\102\115\347\100\235\034\067\002\003 --\001\000\001\243\023\060\021\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\201\201\000\046\110\054\026\302 --\130\372\350\026\164\014\252\252\137\124\077\362\327\311\170\140 --\136\136\156\067\143\042\167\066\176\262\027\304\064\271\365\010 --\205\374\311\001\070\377\115\276\362\026\102\103\347\273\132\106 --\373\301\306\021\037\361\112\260\050\106\311\303\304\102\175\274 --\372\253\131\156\325\267\121\210\021\343\244\205\031\153\202\114 --\244\014\022\255\351\244\256\077\361\303\111\145\232\214\305\310 --\076\045\267\224\231\273\222\062\161\007\360\206\136\355\120\047 --\246\015\246\043\371\273\313\246\007\024\102 --END -- --# Trust for Certificate "Thawte Premium 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 "Thawte Premium Server CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\142\177\215\170\047\145\143\231\322\175\177\220\104\311\376\263 --\363\076\372\232 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\006\237\151\171\026\146\220\002\033\214\214\242\303\007\157\072 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 --\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 --\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 --\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 --\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 --\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 --\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 --\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 --\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 --\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 --\155 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Equifax Secure 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 Secure CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151 --\146\141\170\040\123\145\143\165\162\145\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\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151 --\146\141\170\040\123\145\143\165\162\145\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 --\002\004\065\336\364\317 -+\002\004\065\336\364\317 - END - CKA_VALUE MULTILINE_OCTAL - \060\202\003\040\060\202\002\211\240\003\002\001\002\002\004\065 -@@ -918,7 +961,7 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # - # Certificate "Digital Signature Trust Co. Global CA 3" -@@ -1027,7 +1070,7 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # - # Certificate "Verisign Class 1 Public Primary Certification Authority" -@@ -1334,7 +1377,7 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # - # Certificate "Verisign Class 1 Public Primary Certification Authority - G2" -@@ -1736,139 +1779,6 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Verisign Class 4 Public Primary Certification Authority - G2" --# --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 "Verisign Class 4 Public Primary Certification Authority - G2" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125 --\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154 --\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013 --\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145 --\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164 --\167\157\162\153 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125 --\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154 --\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013 --\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145 --\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164 --\167\157\162\153 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\062\210\216\232\322\365\353\023\107\370\177\304\040\067 --\045\370 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\002\060\202\002\153\002\020\062\210\216\232\322\365 --\353\023\107\370\177\304\040\067\045\370\060\015\006\011\052\206 --\110\206\367\015\001\001\005\005\000\060\201\301\061\013\060\011 --\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125 --\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156 --\143\056\061\074\060\072\006\003\125\004\013\023\063\103\154\141 --\163\163\040\064\040\120\165\142\154\151\143\040\120\162\151\155 --\141\162\171\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\055\040\107\062 --\061\072\060\070\006\003\125\004\013\023\061\050\143\051\040\061 --\071\071\070\040\126\145\162\151\123\151\147\156\054\040\111\156 --\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151 --\172\145\144\040\165\163\145\040\157\156\154\171\061\037\060\035 --\006\003\125\004\013\023\026\126\145\162\151\123\151\147\156\040 --\124\162\165\163\164\040\116\145\164\167\157\162\153\060\036\027 --\015\071\070\060\065\061\070\060\060\060\060\060\060\132\027\015 --\062\070\060\070\060\061\062\063\065\071\065\071\132\060\201\301 --\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027\060 --\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147\156 --\054\040\111\156\143\056\061\074\060\072\006\003\125\004\013\023 --\063\103\154\141\163\163\040\064\040\120\165\142\154\151\143\040 --\120\162\151\155\141\162\171\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 --\055\040\107\062\061\072\060\070\006\003\125\004\013\023\061\050 --\143\051\040\061\071\071\070\040\126\145\162\151\123\151\147\156 --\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165\164 --\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171 --\061\037\060\035\006\003\125\004\013\023\026\126\145\162\151\123 --\151\147\156\040\124\162\165\163\164\040\116\145\164\167\157\162 --\153\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\272\360 --\344\317\371\304\256\205\124\271\007\127\371\217\305\177\150\021 --\370\304\027\260\104\334\343\060\163\325\052\142\052\270\320\314 --\034\355\050\133\176\275\152\334\263\221\044\312\101\142\074\374 --\002\001\277\034\026\061\224\005\227\166\156\242\255\275\141\027 --\154\116\060\206\360\121\067\052\120\307\250\142\201\334\133\112 --\252\301\240\264\156\353\057\345\127\305\261\053\100\160\333\132 --\115\241\216\037\275\003\037\330\003\324\217\114\231\161\274\342 --\202\314\130\350\230\072\206\323\206\070\363\000\051\037\002\003 --\001\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\003\201\201\000\205\214\022\301\247\271\120\025\172\313 --\076\254\270\103\212\334\252\335\024\272\211\201\176\001\074\043 --\161\041\210\057\202\334\143\372\002\105\254\105\131\327\052\130 --\104\133\267\237\201\073\222\150\075\342\067\044\365\173\154\217 --\166\065\226\011\250\131\235\271\316\043\253\164\326\203\375\062 --\163\047\330\151\076\103\164\366\256\305\211\232\347\123\174\351 --\173\366\113\363\301\145\203\336\215\212\234\074\210\215\071\131 --\374\252\077\042\215\241\301\146\120\201\162\114\355\042\144\117 --\117\312\200\221\266\051 --END -- --# Trust for Certificate "Verisign Class 4 Public Primary Certification Authority - G2" --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 "Verisign Class 4 Public Primary Certification Authority - G2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\013\167\276\273\313\172\242\107\005\336\314\017\275\152\002\374 --\172\275\233\122 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\046\155\054\031\230\266\160\150\070\120\124\031\354\220\064\140 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125 --\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154 --\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013 --\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145 --\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164 --\167\157\162\153 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\062\210\216\232\322\365\353\023\107\370\177\304\040\067 --\045\370 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "GlobalSign Root CA" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -3079,7 +2989,7 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # - # Certificate "Entrust.net Secure Server CA" -@@ -3242,168 +3152,6 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Entrust.net Secure Personal 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 "Entrust.net Secure Personal CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165 --\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024 --\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164 --\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057 --\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162 --\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056 --\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061 --\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040 --\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003 --\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154 --\151\145\156\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 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165 --\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024 --\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164 --\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057 --\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162 --\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056 --\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061 --\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040 --\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003 --\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154 --\151\145\156\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\003\221\356 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\355\060\202\004\126\240\003\002\001\002\002\004\070 --\003\221\356\060\015\006\011\052\206\110\206\367\015\001\001\004 --\005\000\060\201\311\061\013\060\011\006\003\125\004\006\023\002 --\125\123\061\024\060\022\006\003\125\004\012\023\013\105\156\164 --\162\165\163\164\056\156\145\164\061\110\060\106\006\003\125\004 --\013\024\077\167\167\167\056\145\156\164\162\165\163\164\056\156 --\145\164\057\103\154\151\145\156\164\137\103\101\137\111\156\146 --\157\057\103\120\123\040\151\156\143\157\162\160\056\040\142\171 --\040\162\145\146\056\040\154\151\155\151\164\163\040\154\151\141 --\142\056\061\045\060\043\006\003\125\004\013\023\034\050\143\051 --\040\061\071\071\071\040\105\156\164\162\165\163\164\056\156\145 --\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125 --\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040 --\103\154\151\145\156\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\060\036 --\027\015\071\071\061\060\061\062\061\071\062\064\063\060\132\027 --\015\061\071\061\060\061\062\061\071\065\064\063\060\132\060\201 --\311\061\013\060\011\006\003\125\004\006\023\002\125\123\061\024 --\060\022\006\003\125\004\012\023\013\105\156\164\162\165\163\164 --\056\156\145\164\061\110\060\106\006\003\125\004\013\024\077\167 --\167\167\056\145\156\164\162\165\163\164\056\156\145\164\057\103 --\154\151\145\156\164\137\103\101\137\111\156\146\157\057\103\120 --\123\040\151\156\143\157\162\160\056\040\142\171\040\162\145\146 --\056\040\154\151\155\151\164\163\040\154\151\141\142\056\061\045 --\060\043\006\003\125\004\013\023\034\050\143\051\040\061\071\071 --\071\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151 --\155\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052 --\105\156\164\162\165\163\164\056\156\145\164\040\103\154\151\145 --\156\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\060\201\235\060\015\006 --\011\052\206\110\206\367\015\001\001\001\005\000\003\201\213\000 --\060\201\207\002\201\201\000\310\072\231\136\061\027\337\254\047 --\157\220\173\344\031\377\105\243\064\302\333\301\250\117\360\150 --\352\204\375\237\165\171\317\301\212\121\224\257\307\127\003\107 --\144\236\255\202\033\132\332\177\067\170\107\273\067\230\022\226 --\316\306\023\175\357\322\014\060\121\251\071\236\125\370\373\261 --\347\060\336\203\262\272\076\361\325\211\073\073\205\272\252\164 --\054\376\077\061\156\257\221\225\156\006\324\007\115\113\054\126 --\107\030\004\122\332\016\020\223\277\143\220\233\341\337\214\346 --\002\244\346\117\136\367\213\002\001\003\243\202\001\340\060\202 --\001\334\060\021\006\011\140\206\110\001\206\370\102\001\001\004 --\004\003\002\000\007\060\202\001\042\006\003\125\035\037\004\202 --\001\031\060\202\001\025\060\201\344\240\201\341\240\201\336\244 --\201\333\060\201\330\061\013\060\011\006\003\125\004\006\023\002 --\125\123\061\024\060\022\006\003\125\004\012\023\013\105\156\164 --\162\165\163\164\056\156\145\164\061\110\060\106\006\003\125\004 --\013\024\077\167\167\167\056\145\156\164\162\165\163\164\056\156 --\145\164\057\103\154\151\145\156\164\137\103\101\137\111\156\146 --\157\057\103\120\123\040\151\156\143\157\162\160\056\040\142\171 --\040\162\145\146\056\040\154\151\155\151\164\163\040\154\151\141 --\142\056\061\045\060\043\006\003\125\004\013\023\034\050\143\051 --\040\061\071\071\071\040\105\156\164\162\165\163\164\056\156\145 --\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125 --\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040 --\103\154\151\145\156\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\061\015 --\060\013\006\003\125\004\003\023\004\103\122\114\061\060\054\240 --\052\240\050\206\046\150\164\164\160\072\057\057\167\167\167\056 --\145\156\164\162\165\163\164\056\156\145\164\057\103\122\114\057 --\103\154\151\145\156\164\061\056\143\162\154\060\053\006\003\125 --\035\020\004\044\060\042\200\017\061\071\071\071\061\060\061\062 --\061\071\062\064\063\060\132\201\017\062\060\061\071\061\060\061 --\062\061\071\062\064\063\060\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\304\373\234\051\173\227\315\114\226\374\356\133\263\312 --\231\164\213\225\352\114\060\035\006\003\125\035\016\004\026\004 --\024\304\373\234\051\173\227\315\114\226\374\356\133\263\312\231 --\164\213\225\352\114\060\014\006\003\125\035\023\004\005\060\003 --\001\001\377\060\031\006\011\052\206\110\206\366\175\007\101\000 --\004\014\060\012\033\004\126\064\056\060\003\002\004\220\060\015 --\006\011\052\206\110\206\367\015\001\001\004\005\000\003\201\201 --\000\077\256\212\361\327\146\003\005\236\076\372\352\034\106\273 --\244\133\217\170\232\022\110\231\371\364\065\336\014\066\007\002 --\153\020\072\211\024\201\234\061\246\174\262\101\262\152\347\007 --\001\241\113\371\237\045\073\226\312\231\303\076\241\121\034\363 --\303\056\104\367\260\147\106\252\222\345\073\332\034\031\024\070 --\060\325\342\242\061\045\056\361\354\105\070\355\370\006\130\003 --\163\142\260\020\061\217\100\277\144\340\134\076\305\117\037\332 --\022\103\377\114\346\006\046\250\233\031\252\104\074\166\262\134 --\354 --END -- --# Trust for Certificate "Entrust.net Secure Personal 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 "Entrust.net Secure Personal CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\332\171\301\161\021\120\302\064\071\252\053\013\014\142\375\125 --\262\371\365\200 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\014\101\057\023\133\240\124\365\226\146\055\176\315\016\003\364 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165 --\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024 --\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164 --\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057 --\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162 --\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056 --\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061 --\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040 --\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003 --\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154 --\151\145\156\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\003\221\356 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "Entrust.net Premium 2048 Secure Server CA" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -3875,288 +3623,35 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Equifax Secure eBusiness CA 2" -+# 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 "Equifax Secure eBusiness CA 2" -+CKA_LABEL UTF8 "AddTrust Low-Value Services Root" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141 --\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004 --\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162 --\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062 -+\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 -+\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024 -+\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164 -+\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101 -+\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040 -+\103\101\040\122\157\157\164 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141 --\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004 --\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162 --\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062 -+\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 -+\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024 -+\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164 -+\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101 -+\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040 -+\103\101\040\122\157\157\164 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\067\160\317\265 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\040\060\202\002\211\240\003\002\001\002\002\004\067 --\160\317\265\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\060\116\061\013\060\011\006\003\125\004\006\023\002\125 --\123\061\027\060\025\006\003\125\004\012\023\016\105\161\165\151 --\146\141\170\040\123\145\143\165\162\145\061\046\060\044\006\003 --\125\004\013\023\035\105\161\165\151\146\141\170\040\123\145\143 --\165\162\145\040\145\102\165\163\151\156\145\163\163\040\103\101 --\055\062\060\036\027\015\071\071\060\066\062\063\061\062\061\064 --\064\065\132\027\015\061\071\060\066\062\063\061\062\061\064\064 --\065\132\060\116\061\013\060\011\006\003\125\004\006\023\002\125 --\123\061\027\060\025\006\003\125\004\012\023\016\105\161\165\151 --\146\141\170\040\123\145\143\165\162\145\061\046\060\044\006\003 --\125\004\013\023\035\105\161\165\151\146\141\170\040\123\145\143 --\165\162\145\040\145\102\165\163\151\156\145\163\163\040\103\101 --\055\062\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\344 --\071\071\223\036\122\006\033\050\066\370\262\243\051\305\355\216 --\262\021\275\376\353\347\264\164\302\217\377\005\347\331\235\006 --\277\022\310\077\016\362\326\321\044\262\021\336\321\163\011\212 --\324\261\054\230\011\015\036\120\106\262\203\246\105\215\142\150 --\273\205\033\040\160\062\252\100\315\246\226\137\304\161\067\077 --\004\363\267\101\044\071\007\032\036\056\141\130\240\022\013\345 --\245\337\305\253\352\067\161\314\034\310\067\072\271\227\122\247 --\254\305\152\044\224\116\234\173\317\300\152\326\337\041\275\002 --\003\001\000\001\243\202\001\011\060\202\001\005\060\160\006\003 --\125\035\037\004\151\060\147\060\145\240\143\240\141\244\137\060 --\135\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027 --\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141\170 --\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004\013 --\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162\145 --\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062\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\071\060 --\066\062\063\061\062\061\064\064\065\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\120\236\013\352\257\136\271\040\110\246\120\152 --\313\375\330\040\172\247\202\166\060\035\006\003\125\035\016\004 --\026\004\024\120\236\013\352\257\136\271\040\110\246\120\152\313 --\375\330\040\172\247\202\166\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\014\206\202\255\350\116\032\365\216\211\047\342 --\065\130\075\051\264\007\217\066\120\225\277\156\301\236\353\304 --\220\262\205\250\273\267\102\340\017\007\071\337\373\236\220\262 --\321\301\076\123\237\003\104\260\176\113\364\157\344\174\037\347 --\342\261\344\270\232\357\303\275\316\336\013\062\064\331\336\050 --\355\063\153\304\324\327\075\022\130\253\175\011\055\313\160\365 --\023\212\224\241\047\244\326\160\305\155\224\265\311\175\235\240 --\322\306\010\111\331\146\233\246\323\364\013\334\305\046\127\341 --\221\060\352\315 --END -- --# Trust for Certificate "Equifax Secure eBusiness CA 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 "Equifax Secure eBusiness CA 2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\071\117\366\205\013\006\276\122\345\030\126\314\020\341\200\350 --\202\263\205\314 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\252\277\277\144\227\332\230\035\157\306\010\072\225\160\063\312 --END --CKA_ISSUER MULTILINE_OCTAL --\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141 --\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004 --\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162 --\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\067\160\317\265 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "beTRUSTed 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 "beTRUSTed Root 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\127\127\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\003\023\022\142\145 --\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163 --\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125 --\123\124\145\144\040\122\157\157\164\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\127\127\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\003\023\022\142\145 --\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163 --\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125 --\123\124\145\144\040\122\157\157\164\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\071\117\175\207 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\054\060\202\004\024\240\003\002\001\002\002\004\071 --\117\175\207\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\060\132\061\013\060\011\006\003\125\004\006\023\002\127 --\127\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\003\023\022 --\142\145\124\122\125\123\124\145\144\040\122\157\157\164\040\103 --\101\163\061\032\060\030\006\003\125\004\003\023\021\142\145\124 --\122\125\123\124\145\144\040\122\157\157\164\040\103\101\060\036 --\027\015\060\060\060\066\062\060\061\064\062\061\060\064\132\027 --\015\061\060\060\066\062\060\061\063\062\061\060\064\132\060\132 --\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145\124\122 --\125\123\124\145\144\040\122\157\157\164\040\103\101\163\061\032 --\060\030\006\003\125\004\003\023\021\142\145\124\122\125\123\124 --\145\144\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\324\264\163\172\023 --\012\070\125\001\276\211\126\341\224\236\324\276\132\353\112\064 --\165\033\141\051\304\341\255\010\140\041\170\110\377\264\320\372 --\136\101\215\141\104\207\350\355\311\130\372\374\223\232\337\117 --\352\076\065\175\370\063\172\346\361\327\315\157\111\113\075\117 --\055\156\016\203\072\030\170\167\243\317\347\364\115\163\330\232 --\073\032\035\276\225\123\317\040\227\302\317\076\044\122\154\014 --\216\145\131\305\161\377\142\011\217\252\305\217\314\140\240\163 --\112\327\070\077\025\162\277\242\227\267\160\350\257\342\176\026 --\006\114\365\252\144\046\162\007\045\255\065\374\030\261\046\327 --\330\377\031\016\203\033\214\334\170\105\147\064\075\364\257\034 --\215\344\155\153\355\040\263\147\232\264\141\313\027\157\211\065 --\377\347\116\300\062\022\347\356\354\337\377\227\060\164\355\215 --\107\216\353\264\303\104\346\247\114\177\126\103\350\270\274\266 --\276\372\203\227\346\273\373\304\266\223\276\031\030\076\214\201 --\271\163\210\026\364\226\103\234\147\163\027\220\330\011\156\143 --\254\112\266\043\304\001\241\255\244\344\305\002\003\001\000\001 --\243\202\001\370\060\202\001\364\060\017\006\003\125\035\023\001 --\001\377\004\005\060\003\001\001\377\060\202\001\131\006\003\125 --\035\040\004\202\001\120\060\202\001\114\060\202\001\110\006\012 --\053\006\001\004\001\261\076\001\000\000\060\202\001\070\060\202 --\001\001\006\010\053\006\001\005\005\007\002\002\060\201\364\032 --\201\361\122\145\154\151\141\156\143\145\040\157\156\040\164\150 --\151\163\040\143\145\162\164\151\146\151\143\141\164\145\040\142 --\171\040\141\156\171\040\160\141\162\164\171\040\141\163\163\165 --\155\145\163\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\141\156\144\040 --\143\145\162\164\151\146\151\143\141\164\151\157\156\040\160\162 --\141\143\164\151\143\145\040\163\164\141\164\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\142\145\124\122\125\123\124\145 --\144\047\163\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\124\122\125\123 --\124\145\144\056\143\157\155\057\166\141\165\154\164\057\164\145 --\162\155\163\060\061\006\010\053\006\001\005\005\007\002\001\026 --\045\150\164\164\160\163\072\057\057\167\167\167\056\142\145\124 --\122\125\123\124\145\144\056\143\157\155\057\166\141\165\154\164 --\057\164\145\162\155\163\060\064\006\003\125\035\037\004\055\060 --\053\060\051\240\047\240\045\244\043\060\041\061\022\060\020\006 --\003\125\004\012\023\011\142\145\124\122\125\123\124\145\144\061 --\013\060\011\006\003\125\004\006\023\002\127\127\060\035\006\003 --\125\035\016\004\026\004\024\052\271\233\151\056\073\233\330\315 --\336\052\061\004\064\153\312\007\030\253\147\060\037\006\003\125 --\035\043\004\030\060\026\200\024\052\271\233\151\056\073\233\330 --\315\336\052\061\004\064\153\312\007\030\253\147\060\016\006\003 --\125\035\017\001\001\377\004\004\003\002\001\376\060\015\006\011 --\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001\000 --\171\141\333\243\136\156\026\261\352\166\121\371\313\025\233\313 --\151\276\346\201\153\237\050\037\145\076\335\021\205\222\324\350 --\101\277\176\063\275\043\347\361\040\277\244\264\246\031\001\306 --\214\215\065\174\145\244\117\011\244\326\330\043\025\005\023\247 --\103\171\257\333\243\016\233\173\170\032\363\004\206\132\306\366 --\214\040\107\070\111\120\006\235\162\147\072\360\230\003\255\226 --\147\104\374\077\020\015\206\115\344\000\073\051\173\316\073\073 --\231\206\141\045\100\204\334\023\142\267\372\312\131\326\003\036 --\326\123\001\315\155\114\150\125\100\341\356\153\307\052\000\000 --\110\202\263\012\001\303\140\052\014\367\202\065\356\110\206\226 --\344\164\324\075\352\001\161\272\004\165\100\247\251\177\071\071 --\232\125\227\051\145\256\031\125\045\005\162\107\323\350\030\334 --\270\351\257\103\163\001\022\164\243\341\134\137\025\135\044\363 --\371\344\364\266\147\147\022\347\144\042\212\366\245\101\246\034 --\266\140\143\105\212\020\264\272\106\020\256\101\127\145\154\077 --\043\020\077\041\020\131\267\344\100\335\046\014\043\366\252\256 --END -- --# Trust for Certificate "beTRUSTed 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 "beTRUSTed Root CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\133\315\315\314\146\366\334\344\104\037\343\175\134\303\023\114 --\106\364\160\070 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\205\312\166\132\033\321\150\042\334\242\043\022\312\306\200\064 --END --CKA_ISSUER MULTILINE_OCTAL --\060\132\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145 --\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163 --\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125 --\123\124\145\144\040\122\157\157\164\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\071\117\175\207 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# 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 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 --\024\060\022\006\003\125\004\012\023\013\101\144\144\124\162\165 --\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024 --\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164 --\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101 --\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040 --\103\101\040\122\157\157\164 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\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 --\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024 --\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164 --\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101 --\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040 --\103\101\040\122\157\157\164 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 -+\002\001\001 - END - CKA_VALUE MULTILINE_OCTAL - \060\202\004\030\060\202\003\000\240\003\002\001\002\002\001\001 -@@ -4654,424 +4149,6 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Thawte Time Stamping 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 "Thawte Time Stamping CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007 --\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060 --\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035 --\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060 --\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124 --\151\155\145\163\164\141\155\160\151\156\147\040\103\101 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007 --\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060 --\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035 --\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060 --\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124 --\151\155\145\163\164\141\155\160\151\156\147\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\000 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\002\241\060\202\002\012\240\003\002\001\002\002\001\000 --\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060 --\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101\061 --\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 --\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007\023 --\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060\015 --\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035\060 --\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040\103 --\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060\035 --\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124\151 --\155\145\163\164\141\155\160\151\156\147\040\103\101\060\036\027 --\015\071\067\060\061\060\061\060\060\060\060\060\060\132\027\015 --\062\060\061\062\063\061\062\063\065\071\065\071\132\060\201\213 --\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025\060 --\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156\040 --\103\141\160\145\061\024\060\022\006\003\125\004\007\023\013\104 --\165\162\142\141\156\166\151\154\154\145\061\017\060\015\006\003 --\125\004\012\023\006\124\150\141\167\164\145\061\035\060\033\006 --\003\125\004\013\023\024\124\150\141\167\164\145\040\103\145\162 --\164\151\146\151\143\141\164\151\157\156\061\037\060\035\006\003 --\125\004\003\023\026\124\150\141\167\164\145\040\124\151\155\145 --\163\164\141\155\160\151\156\147\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\326\053\130\170\141\105\206\123 --\352\064\173\121\234\355\260\346\056\030\016\376\340\137\250\047 --\323\264\311\340\174\131\116\026\016\163\124\140\301\177\366\237 --\056\351\072\205\044\025\074\333\107\004\143\303\236\304\224\032 --\132\337\114\172\363\331\103\035\074\020\172\171\045\333\220\376 --\360\121\347\060\326\101\000\375\237\050\337\171\276\224\273\235 --\266\024\343\043\205\327\251\101\340\114\244\171\260\053\032\213 --\362\370\073\212\076\105\254\161\222\000\264\220\101\230\373\137 --\355\372\267\056\212\370\210\067\002\003\001\000\001\243\023\060 --\021\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\201\201\000\147\333\342\302\346\207\075\100\203\206\067 --\065\175\037\316\232\303\014\146\040\250\272\252\004\211\206\302 --\365\020\010\015\277\313\242\005\212\320\115\066\076\364\327\357 --\151\306\136\344\260\224\157\112\271\347\336\133\210\266\173\333 --\343\047\345\166\303\360\065\301\313\265\047\233\063\171\334\220 --\246\000\236\167\372\374\315\047\224\102\026\234\323\034\150\354 --\277\134\335\345\251\173\020\012\062\164\124\023\061\213\205\003 --\204\221\267\130\001\060\024\070\257\050\312\374\261\120\031\031 --\011\254\211\111\323 --END -- --# Trust for Certificate "Thawte Time Stamping 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 "Thawte Time Stamping CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\276\066\244\126\057\262\356\005\333\263\323\043\043\255\364\105 --\010\116\326\126 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\177\146\172\161\323\353\151\170\040\232\121\024\235\203\332\040 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007 --\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060 --\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035 --\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060 --\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124 --\151\155\145\163\164\141\155\160\151\156\147\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Entrust.net Global 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 "Entrust.net Global Secure Server CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125 --\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157 --\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155 --\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003 --\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156 --\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145 --\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162 --\165\163\164\056\156\145\164\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 --\151\157\156\040\101\165\164\150\157\162\151\164\171 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125 --\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157 --\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155 --\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003 --\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156 --\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145 --\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162 --\165\163\164\056\156\145\164\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 --\151\157\156\040\101\165\164\150\157\162\151\164\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\233\021\074 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\225\060\202\003\376\240\003\002\001\002\002\004\070 --\233\021\074\060\015\006\011\052\206\110\206\367\015\001\001\004 --\005\000\060\201\272\061\024\060\022\006\003\125\004\012\023\013 --\105\156\164\162\165\163\164\056\156\145\164\061\077\060\075\006 --\003\125\004\013\024\066\167\167\167\056\145\156\164\162\165\163 --\164\056\156\145\164\057\123\123\114\137\103\120\123\040\151\156 --\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154 --\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043 --\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040 --\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151 --\164\145\144\061\072\060\070\006\003\125\004\003\023\061\105\156 --\164\162\165\163\164\056\156\145\164\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\151\157\156\040\101\165\164\150\157\162\151\164\171\060 --\036\027\015\060\060\060\062\060\064\061\067\062\060\060\060\132 --\027\015\062\060\060\062\060\064\061\067\065\060\060\060\132\060 --\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156\164 --\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125\004 --\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056\156 --\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157\162 --\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155\151 --\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003\125 --\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156\164 --\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145\144 --\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162\165 --\163\164\056\156\145\164\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\151 --\157\156\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\307\301\137\116\161\361\316 --\360\140\206\017\322\130\177\323\063\227\055\027\242\165\060\265 --\226\144\046\057\150\303\104\253\250\165\346\000\147\064\127\236 --\145\307\042\233\163\346\323\335\010\016\067\125\252\045\106\201 --\154\275\376\250\366\165\127\127\214\220\154\112\303\076\213\113 --\103\012\311\021\126\232\232\047\042\231\317\125\236\141\331\002 --\342\174\266\174\070\007\334\343\177\117\232\271\003\101\200\266 --\165\147\023\013\237\350\127\066\310\135\000\066\336\146\024\332 --\156\166\037\117\067\214\202\023\211\002\003\001\000\001\243\202 --\001\244\060\202\001\240\060\021\006\011\140\206\110\001\206\370 --\102\001\001\004\004\003\002\000\007\060\201\343\006\003\125\035 --\037\004\201\333\060\201\330\060\201\325\240\201\322\240\201\317 --\244\201\314\060\201\311\061\024\060\022\006\003\125\004\012\023 --\013\105\156\164\162\165\163\164\056\156\145\164\061\077\060\075 --\006\003\125\004\013\024\066\167\167\167\056\145\156\164\162\165 --\163\164\056\156\145\164\057\123\123\114\137\103\120\123\040\151 --\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050 --\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060 --\043\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060 --\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155 --\151\164\145\144\061\072\060\070\006\003\125\004\003\023\061\105 --\156\164\162\165\163\164\056\156\145\164\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\151\157\156\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 --\053\006\003\125\035\020\004\044\060\042\200\017\062\060\060\060 --\060\062\060\064\061\067\062\060\060\060\132\201\017\062\060\062 --\060\060\062\060\064\061\067\065\060\060\060\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\313\154\300\153\343\273\076\313\374\042 --\234\376\373\213\222\234\260\362\156\042\060\035\006\003\125\035 --\016\004\026\004\024\313\154\300\153\343\273\076\313\374\042\234 --\376\373\213\222\234\260\362\156\042\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\065\056\060\072\064 --\056\060\003\002\004\220\060\015\006\011\052\206\110\206\367\015 --\001\001\004\005\000\003\201\201\000\142\333\201\221\316\310\232 --\167\102\057\354\275\047\243\123\017\120\033\352\116\222\360\251 --\257\251\240\272\110\141\313\357\311\006\357\037\325\364\356\337 --\126\055\346\312\152\031\163\252\123\276\222\263\120\002\266\205 --\046\162\143\330\165\120\142\165\024\267\263\120\032\077\312\021 --\000\013\205\105\151\155\266\245\256\121\341\112\334\202\077\154 --\214\064\262\167\153\331\002\366\177\016\352\145\004\361\315\124 --\312\272\311\314\340\204\367\310\076\021\227\323\140\011\030\274 --\005\377\154\211\063\360\354\025\017 --END -- --# Trust for Certificate "Entrust.net Global 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 "Entrust.net Global Secure Server CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\211\071\127\156\027\215\367\005\170\017\314\136\310\117\204\366 --\045\072\110\223 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\235\146\152\314\377\325\365\103\264\277\214\026\321\053\250\231 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125 --\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157 --\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155 --\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003 --\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156 --\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145 --\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162 --\165\163\164\056\156\145\164\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 --\151\157\156\040\101\165\164\150\157\162\151\164\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\233\021\074 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Entrust.net Global Secure Personal 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 "Entrust.net Global Secure Personal CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 --\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143 --\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 --\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 --\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105 --\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 --\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 --\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 --\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143 --\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 --\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 --\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105 --\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 --\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 --\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\236\366\344 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\203\060\202\003\354\240\003\002\001\002\002\004\070 --\236\366\344\060\015\006\011\052\206\110\206\367\015\001\001\004 --\005\000\060\201\264\061\024\060\022\006\003\125\004\012\023\013 --\105\156\164\162\165\163\164\056\156\145\164\061\100\060\076\006 --\003\125\004\013\024\067\167\167\167\056\145\156\164\162\165\163 --\164\056\156\145\164\057\107\103\103\101\137\103\120\123\040\151 --\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050 --\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060 --\043\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060 --\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155 --\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052\105 --\156\164\162\165\163\164\056\156\145\164\040\103\154\151\145\156 --\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\060\036\027\015\060\060\060 --\062\060\067\061\066\061\066\064\060\132\027\015\062\060\060\062 --\060\067\061\066\064\066\064\060\132\060\201\264\061\024\060\022 --\006\003\125\004\012\023\013\105\156\164\162\165\163\164\056\156 --\145\164\061\100\060\076\006\003\125\004\013\024\067\167\167\167 --\056\145\156\164\162\165\163\164\056\156\145\164\057\107\103\103 --\101\137\103\120\123\040\151\156\143\157\162\160\056\040\142\171 --\040\162\145\146\056\040\050\154\151\155\151\164\163\040\154\151 --\141\142\056\051\061\045\060\043\006\003\125\004\013\023\034\050 --\143\051\040\062\060\060\060\040\105\156\164\162\165\163\164\056 --\156\145\164\040\114\151\155\151\164\145\144\061\063\060\061\006 --\003\125\004\003\023\052\105\156\164\162\165\163\164\056\156\145 --\164\040\103\154\151\145\156\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 --\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\223\164\264 --\266\344\305\113\326\241\150\177\142\325\354\367\121\127\263\162 --\112\230\365\320\211\311\255\143\315\115\065\121\152\204\324\255 --\311\150\171\157\270\353\021\333\207\256\134\044\121\023\361\124 --\045\204\257\051\053\237\343\200\342\331\313\335\306\105\111\064 --\210\220\136\001\227\357\352\123\246\335\374\301\336\113\052\045 --\344\351\065\372\125\005\006\345\211\172\352\244\021\127\073\374 --\174\075\066\315\147\065\155\244\251\045\131\275\146\365\371\047 --\344\225\147\326\077\222\200\136\362\064\175\053\205\002\003\001 --\000\001\243\202\001\236\060\202\001\232\060\021\006\011\140\206 --\110\001\206\370\102\001\001\004\004\003\002\000\007\060\201\335 --\006\003\125\035\037\004\201\325\060\201\322\060\201\317\240\201 --\314\240\201\311\244\201\306\060\201\303\061\024\060\022\006\003 --\125\004\012\023\013\105\156\164\162\165\163\164\056\156\145\164 --\061\100\060\076\006\003\125\004\013\024\067\167\167\167\056\145 --\156\164\162\165\163\164\056\156\145\164\057\107\103\103\101\137 --\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162 --\145\146\056\040\050\154\151\155\151\164\163\040\154\151\141\142 --\056\051\061\045\060\043\006\003\125\004\013\023\034\050\143\051 --\040\062\060\060\060\040\105\156\164\162\165\163\164\056\156\145 --\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125 --\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040 --\103\154\151\145\156\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\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\060\060\062 --\060\067\061\066\061\066\064\060\132\201\017\062\060\062\060\060 --\062\060\067\061\066\064\066\064\060\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\204\213\164\375\305\215\300\377\047\155\040\067 --\105\174\376\055\316\272\323\175\060\035\006\003\125\035\016\004 --\026\004\024\204\213\164\375\305\215\300\377\047\155\040\067\105 --\174\376\055\316\272\323\175\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\065\056\060\072\064\056\060 --\003\002\004\220\060\015\006\011\052\206\110\206\367\015\001\001 --\004\005\000\003\201\201\000\116\157\065\200\073\321\212\365\016 --\247\040\313\055\145\125\320\222\364\347\204\265\006\046\203\022 --\204\013\254\073\262\104\356\275\317\100\333\040\016\272\156\024 --\352\060\340\073\142\174\177\213\153\174\112\247\325\065\074\276 --\250\134\352\113\273\223\216\200\146\253\017\051\375\115\055\277 --\032\233\012\220\305\253\332\321\263\206\324\057\044\122\134\172 --\155\306\362\376\345\115\032\060\214\220\362\272\327\112\076\103 --\176\324\310\120\032\207\370\117\201\307\166\013\204\072\162\235 --\316\145\146\227\256\046\136 --END -- --# Trust for Certificate "Entrust.net Global Secure Personal 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 "Entrust.net Global Secure Personal CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\317\164\277\377\233\206\201\133\010\063\124\100\066\076\207\266 --\266\360\277\163 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\232\167\031\030\355\226\317\337\033\267\016\365\215\271\210\056 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 --\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143 --\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 --\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 --\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105 --\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 --\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 --\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\236\366\344 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "Entrust Root Certification Authority" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -5523,500 +4600,30 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "beTRUSTed Root CA-Baltimore Implementation" -+# 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 "beTRUSTed Root CA-Baltimore Implementation" -+CKA_LABEL UTF8 "RSA Security 2048 v3" - 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 -+\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\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\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 --\002\004\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_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 --\002\004\074\265\075\106 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# 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 --\002\004\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_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 --\002\004\074\265\117\100 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# 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 --\002\020\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_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 --\002\020\073\131\307\173\315\133\127\236\275\067\122\254\166\264 --\252\032 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# 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 --\002\020\012\001\001\001\000\000\002\174\000\000\000\012\000\000 --\000\002 -+\002\020\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 -@@ -6763,9 +5370,9 @@ CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\020\104\276\014\213\120\000\044\264\021\323\066\060\113\300 - \063\167 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -8171,9 +6778,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -8395,9 +7002,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -8619,9 +7226,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -8844,9 +7451,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -9069,241 +7676,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "IPS Timestamping 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 "IPS Timestamping root" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105 --\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143 --\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011 --\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125 --\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164 --\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166 --\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125 --\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163 --\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060 --\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023 --\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155 --\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062 --\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151 --\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151 --\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151 --\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011 --\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056 --\145\163 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105 --\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143 --\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011 --\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125 --\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164 --\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166 --\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125 --\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163 --\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060 --\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023 --\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155 --\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062 --\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151 --\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151 --\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151 --\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011 --\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056 --\145\163 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\000 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\010\070\060\202\007\241\240\003\002\001\002\002\001\000 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105\123 --\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143\145 --\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011\102 --\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125\004 --\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164\040 --\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166\151 --\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125\004 --\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163\056 --\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060\071 --\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023\053 --\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155\160 --\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151\157 --\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062\006 --\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151\155 --\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011\001 --\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056\145 --\163\060\036\027\015\060\061\061\062\062\071\060\061\061\060\061 --\070\132\027\015\062\065\061\062\062\067\060\061\061\060\061\070 --\132\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002 --\105\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162 --\143\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023 --\011\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003 --\125\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145 --\164\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162 --\166\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003 --\125\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160 --\163\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066 --\060\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013 --\023\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141 --\155\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164 --\151\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060 --\062\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124 --\151\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164 --\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162 --\151\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001 --\011\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163 --\056\145\163\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 --\274\270\356\126\245\232\214\346\066\311\302\142\240\146\201\215 --\032\325\172\322\163\237\016\204\144\272\225\264\220\247\170\257 --\312\376\124\141\133\316\262\040\127\001\256\104\222\103\020\070 --\021\367\150\374\027\100\245\150\047\062\073\304\247\346\102\161 --\305\231\357\166\377\053\225\044\365\111\222\030\150\312\000\265 --\244\132\057\156\313\326\033\054\015\124\147\153\172\051\241\130 --\253\242\132\000\326\133\273\030\302\337\366\036\023\126\166\233 --\245\150\342\230\316\306\003\212\064\333\114\203\101\246\251\243 --\002\003\001\000\001\243\202\004\200\060\202\004\174\060\035\006 --\003\125\035\016\004\026\004\024\213\320\020\120\011\201\362\235 --\011\325\016\140\170\003\042\242\077\310\312\146\060\202\001\120 --\006\003\125\035\043\004\202\001\107\060\202\001\103\200\024\213 --\320\020\120\011\201\362\235\011\325\016\140\170\003\042\242\077 --\310\312\146\241\202\001\046\244\202\001\042\060\202\001\036\061 --\013\060\011\006\003\125\004\006\023\002\105\123\061\022\060\020 --\006\003\125\004\010\023\011\102\141\162\143\145\154\157\156\141 --\061\022\060\020\006\003\125\004\007\023\011\102\141\162\143\145 --\154\157\156\141\061\056\060\054\006\003\125\004\012\023\045\111 --\120\123\040\111\156\164\145\162\156\145\164\040\160\165\142\154 --\151\163\150\151\156\147\040\123\145\162\166\151\143\145\163\040 --\163\056\154\056\061\053\060\051\006\003\125\004\012\024\042\151 --\160\163\100\155\141\151\154\056\151\160\163\056\145\163\040\103 --\056\111\056\106\056\040\040\102\055\066\060\071\062\071\064\065 --\062\061\064\060\062\006\003\125\004\013\023\053\111\120\123\040 --\103\101\040\124\151\155\145\163\164\141\155\160\151\156\147\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165 --\164\150\157\162\151\164\171\061\064\060\062\006\003\125\004\003 --\023\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141 --\155\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164 --\151\157\156\040\101\165\164\150\157\162\151\164\171\061\036\060 --\034\006\011\052\206\110\206\367\015\001\011\001\026\017\151\160 --\163\100\155\141\151\154\056\151\160\163\056\145\163\202\001\000 --\060\014\006\003\125\035\023\004\005\060\003\001\001\377\060\014 --\006\003\125\035\017\004\005\003\003\007\377\200\060\153\006\003 --\125\035\045\004\144\060\142\006\010\053\006\001\005\005\007\003 --\001\006\010\053\006\001\005\005\007\003\002\006\010\053\006\001 --\005\005\007\003\003\006\010\053\006\001\005\005\007\003\004\006 --\010\053\006\001\005\005\007\003\010\006\012\053\006\001\004\001 --\202\067\002\001\025\006\012\053\006\001\004\001\202\067\002\001 --\026\006\012\053\006\001\004\001\202\067\012\003\001\006\012\053 --\006\001\004\001\202\067\012\003\004\060\021\006\011\140\206\110 --\001\206\370\102\001\001\004\004\003\002\000\007\060\032\006\003 --\125\035\021\004\023\060\021\201\017\151\160\163\100\155\141\151 --\154\056\151\160\163\056\145\163\060\032\006\003\125\035\022\004 --\023\060\021\201\017\151\160\163\100\155\141\151\154\056\151\160 --\163\056\145\163\060\107\006\011\140\206\110\001\206\370\102\001 --\015\004\072\026\070\124\151\155\145\163\164\141\155\160\151\156 --\147\040\103\101\040\103\145\162\164\151\146\151\143\141\164\145 --\040\151\163\163\165\145\144\040\142\171\040\150\164\164\160\072 --\057\057\167\167\167\056\151\160\163\056\145\163\057\060\051\006 --\011\140\206\110\001\206\370\102\001\002\004\034\026\032\150\164 --\164\160\072\057\057\167\167\167\056\151\160\163\056\145\163\057 --\151\160\163\062\060\060\062\057\060\100\006\011\140\206\110\001 --\206\370\102\001\004\004\063\026\061\150\164\164\160\072\057\057 --\167\167\167\056\151\160\163\056\145\163\057\151\160\163\062\060 --\060\062\057\151\160\163\062\060\060\062\124\151\155\145\163\164 --\141\155\160\151\156\147\056\143\162\154\060\105\006\011\140\206 --\110\001\206\370\102\001\003\004\070\026\066\150\164\164\160\072 --\057\057\167\167\167\056\151\160\163\056\145\163\057\151\160\163 --\062\060\060\062\057\162\145\166\157\143\141\164\151\157\156\124 --\151\155\145\163\164\141\155\160\151\156\147\056\150\164\155\154 --\077\060\102\006\011\140\206\110\001\206\370\102\001\007\004\065 --\026\063\150\164\164\160\072\057\057\167\167\167\056\151\160\163 --\056\145\163\057\151\160\163\062\060\060\062\057\162\145\156\145 --\167\141\154\124\151\155\145\163\164\141\155\160\151\156\147\056 --\150\164\155\154\077\060\100\006\011\140\206\110\001\206\370\102 --\001\010\004\063\026\061\150\164\164\160\072\057\057\167\167\167 --\056\151\160\163\056\145\163\057\151\160\163\062\060\060\062\057 --\160\157\154\151\143\171\124\151\155\145\163\164\141\155\160\151 --\156\147\056\150\164\155\154\060\177\006\003\125\035\037\004\170 --\060\166\060\067\240\065\240\063\206\061\150\164\164\160\072\057 --\057\167\167\167\056\151\160\163\056\145\163\057\151\160\163\062 --\060\060\062\057\151\160\163\062\060\060\062\124\151\155\145\163 --\164\141\155\160\151\156\147\056\143\162\154\060\073\240\071\240 --\067\206\065\150\164\164\160\072\057\057\167\167\167\142\141\143 --\153\056\151\160\163\056\145\163\057\151\160\163\062\060\060\062 --\057\151\160\163\062\060\060\062\124\151\155\145\163\164\141\155 --\160\151\156\147\056\143\162\154\060\057\006\010\053\006\001\005 --\005\007\001\001\004\043\060\041\060\037\006\010\053\006\001\005 --\005\007\060\001\206\023\150\164\164\160\072\057\057\157\143\163 --\160\056\151\160\163\056\145\163\057\060\015\006\011\052\206\110 --\206\367\015\001\001\005\005\000\003\201\201\000\145\272\301\314 --\000\032\225\221\312\351\154\072\277\072\036\024\010\174\373\203 --\356\153\142\121\323\063\221\265\140\171\176\004\330\135\171\067 --\350\303\133\260\304\147\055\150\132\262\137\016\012\372\315\077 --\072\105\241\352\066\317\046\036\247\021\050\305\224\217\204\114 --\123\010\305\223\263\374\342\177\365\215\363\261\251\205\137\210 --\336\221\226\356\027\133\256\245\352\160\145\170\054\041\144\001 --\225\316\316\114\076\120\364\266\131\313\143\215\266\275\030\324 --\207\112\137\334\357\351\126\360\012\014\350\165 --END -- --# Trust for Certificate "IPS Timestamping 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 "IPS Timestamping root" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\226\231\134\167\021\350\345\055\371\343\113\354\354\147\323\313 --\361\266\304\322 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\056\003\375\305\365\327\053\224\144\301\276\211\061\361\026\233 --END --CKA_ISSUER MULTILINE_OCTAL --\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105 --\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143 --\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011 --\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125 --\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164 --\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166 --\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125 --\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163 --\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060 --\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023 --\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155 --\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062 --\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151 --\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151 --\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151 --\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011 --\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056 --\145\163 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\000 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -15535,161 +13910,6 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "DigiNotar 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 "DigiNotar Root 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\116\114\061 --\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157 --\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151 --\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061 --\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021 --\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156 --\154 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061 --\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157 --\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151 --\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061 --\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021 --\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156 --\154 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\014\166\332\234\221\014\116\054\236\376\025\320\130\223 --\074\114 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\212\060\202\003\162\240\003\002\001\002\002\020\014 --\166\332\234\221\014\116\054\236\376\025\320\130\223\074\114\060 --\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\137 --\061\013\060\011\006\003\125\004\006\023\002\116\114\061\022\060 --\020\006\003\125\004\012\023\011\104\151\147\151\116\157\164\141 --\162\061\032\060\030\006\003\125\004\003\023\021\104\151\147\151 --\116\157\164\141\162\040\122\157\157\164\040\103\101\061\040\060 --\036\006\011\052\206\110\206\367\015\001\011\001\026\021\151\156 --\146\157\100\144\151\147\151\156\157\164\141\162\056\156\154\060 --\036\027\015\060\067\060\065\061\066\061\067\061\071\063\066\132 --\027\015\062\065\060\063\063\061\061\070\061\071\062\061\132\060 --\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061\022 --\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157\164 --\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151\147 --\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061\040 --\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021\151 --\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156\154 --\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\254\260\130\301\000\275\330\041\010\013\053\232\376\156\126 --\060\005\237\033\167\220\020\101\134\303\015\207\021\167\216\201 --\361\312\174\351\214\152\355\070\164\065\273\332\337\371\273\300 --\011\067\264\226\163\201\175\063\032\230\071\367\223\157\225\177 --\075\271\261\165\207\272\121\110\350\213\160\076\225\004\305\330 --\266\303\026\331\210\260\261\207\035\160\332\206\264\017\024\213 --\172\317\020\321\164\066\242\022\173\167\206\112\171\346\173\337 --\002\021\150\245\116\206\256\064\130\233\044\023\170\126\042\045 --\036\001\213\113\121\161\373\202\314\131\226\151\210\132\150\123 --\305\271\015\002\067\313\113\274\146\112\220\176\052\013\005\007 --\355\026\137\125\220\165\330\106\311\033\203\342\010\276\361\043 --\314\231\035\326\052\017\203\040\025\130\047\202\056\372\342\042 --\302\111\261\271\001\201\152\235\155\235\100\167\150\166\116\041 --\052\155\204\100\205\116\166\231\174\202\363\363\267\002\131\324 --\046\001\033\216\337\255\123\006\321\256\030\335\342\262\072\313 --\327\210\070\216\254\133\051\271\031\323\230\371\030\003\317\110 --\202\206\146\013\033\151\017\311\353\070\210\172\046\032\005\114 --\222\327\044\324\226\362\254\122\055\243\107\325\122\366\077\376 --\316\204\006\160\246\252\076\242\362\266\126\064\030\127\242\344 --\201\155\347\312\360\152\323\307\221\153\002\203\101\174\025\357 --\153\232\144\136\343\320\074\345\261\353\173\135\206\373\313\346 --\167\111\315\243\145\334\367\271\234\270\344\013\137\223\317\314 --\060\032\062\034\316\034\143\225\245\371\352\341\164\213\236\351 --\053\251\060\173\240\030\037\016\030\013\345\133\251\323\321\154 --\036\007\147\217\221\113\251\212\274\322\146\252\223\001\210\262 --\221\372\061\134\325\246\301\122\010\011\315\012\143\242\323\042 --\246\350\241\331\071\006\227\365\156\215\002\220\214\024\173\077 --\200\315\033\234\272\304\130\162\043\257\266\126\237\306\172\102 --\063\051\007\077\202\311\346\037\005\015\315\114\050\066\213\323 --\310\076\034\306\210\357\136\356\211\144\351\035\353\332\211\176 --\062\246\151\321\335\314\210\237\321\320\311\146\041\334\006\147 --\305\224\172\232\155\142\114\175\314\340\144\200\262\236\107\216 --\243\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\210\150\277\340\216\065\304\073\070\153 --\142\367\050\073\204\201\310\014\327\115\060\015\006\011\052\206 --\110\206\367\015\001\001\005\005\000\003\202\002\001\000\073\002 --\215\313\074\060\350\156\240\255\362\163\263\137\236\045\023\004 --\005\323\366\343\213\273\013\171\316\123\336\344\226\305\321\257 --\163\274\325\303\320\100\125\174\100\177\315\033\137\011\325\362 --\174\237\150\035\273\135\316\172\071\302\214\326\230\173\305\203 --\125\250\325\175\100\312\340\036\367\211\136\143\135\241\023\302 --\135\212\266\212\174\000\363\043\303\355\205\137\161\166\360\150 --\143\252\105\041\071\110\141\170\066\334\361\103\223\324\045\307 --\362\200\145\341\123\002\165\121\374\172\072\357\067\253\204\050 --\127\014\330\324\324\231\126\154\343\242\376\131\204\264\061\350 --\063\370\144\224\224\121\227\253\071\305\113\355\332\335\200\013 --\157\174\051\015\304\216\212\162\015\347\123\024\262\140\101\075 --\204\221\061\150\075\047\104\333\345\336\364\372\143\105\310\114 --\076\230\365\077\101\272\116\313\067\015\272\146\230\361\335\313 --\237\134\367\124\066\202\153\054\274\023\141\227\102\370\170\273 --\314\310\242\237\312\360\150\275\153\035\262\337\215\157\007\235 --\332\216\147\307\107\036\312\271\277\052\102\221\267\143\123\146 --\361\102\243\341\364\132\115\130\153\265\344\244\063\255\134\160 --\035\334\340\362\353\163\024\221\232\003\301\352\000\145\274\007 --\374\317\022\021\042\054\256\240\275\072\340\242\052\330\131\351 --\051\323\030\065\244\254\021\137\031\265\265\033\377\042\112\134 --\306\172\344\027\357\040\251\247\364\077\255\212\247\232\004\045 --\235\016\312\067\346\120\375\214\102\051\004\232\354\271\317\113 --\162\275\342\010\066\257\043\057\142\345\312\001\323\160\333\174 --\202\043\054\026\061\014\306\066\007\220\172\261\037\147\130\304 --\073\130\131\211\260\214\214\120\263\330\206\313\150\243\304\012 --\347\151\113\040\316\301\036\126\113\225\251\043\150\330\060\330 --\303\353\260\125\121\315\345\375\053\270\365\273\021\237\123\124 --\366\064\031\214\171\011\066\312\141\027\045\027\013\202\230\163 --\014\167\164\303\325\015\307\250\022\114\307\247\124\161\107\056 --\054\032\175\311\343\053\073\110\336\047\204\247\143\066\263\175 --\217\240\144\071\044\015\075\173\207\257\146\134\164\033\113\163 --\262\345\214\360\206\231\270\345\305\337\204\301\267\353 --END -- --# Trust for Certificate "DigiNotar 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 "DigiNotar Root CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\300\140\355\104\313\330\201\275\016\370\154\013\242\207\335\317 --\201\147\107\214 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\172\171\124\115\007\222\073\133\377\101\360\016\307\071\242\230 --END --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061 --\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157 --\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151 --\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061 --\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021 --\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156 --\154 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\014\166\332\234\221\014\116\054\236\376\025\320\130\223 --\074\114 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "Network Solutions Certificate Authority" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -17057,13 +15277,13 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "AC Raiz Certicamara S.A." -+# Certificate "AC Ra+¡z Certic+ímara S.A." - # - 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 "AC Ra\xC3\xADz Certic\xC3\xA1mara S.A." -+CKA_LABEL UTF8 "AC Ra+¡z Certic+ímara S.A." - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL - \060\173\061\013\060\011\006\003\125\004\006\023\002\103\117\061 -@@ -17196,12 +15416,12 @@ CKA_VALUE MULTILINE_OCTAL - \005\211\374\170\326\134\054\046\103\251 - END - --# Trust for Certificate "AC Raiz Certicamara S.A." -+# Trust for Certificate "AC Ra+¡z Certic+ímara S.A." - 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 "AC Ra\xC3\xADz Certic\xC3\xA1mara S.A." -+CKA_LABEL UTF8 "AC Ra+¡z Certic+ímara S.A." - CKA_CERT_SHA1_HASH MULTILINE_OCTAL - \313\241\305\370\260\343\136\270\271\105\022\323\371\064\242\351 - \006\020\323\066 -@@ -18114,3397 +16334,613 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "ePKI Root Certification Authority" -+# Certificate "Entrust.net 2048 2029" - # - 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 "ePKI Root Certification Authority" -+CKA_LABEL UTF8 "Entrust.net 2048 2029" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061 --\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150 --\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040 --\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145 --\120\113\111\040\122\157\157\164\040\103\145\162\164\151\146\151 -+\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 -+\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 -+\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 -+\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143 -+\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 -+\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 -+\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105 -+\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 -+\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 -+\162\165\163\164\056\156\145\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\050\062\060\064\070\051 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061 --\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150 --\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040 --\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145 --\120\113\111\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322 --\274\235 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\260\060\202\003\230\240\003\002\001\002\002\020\025 --\310\275\145\107\134\257\270\227\000\136\344\006\322\274\235\060 --\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\136 --\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060 --\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141 --\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164 --\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113 --\111\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\060\036 --\027\015\060\064\061\062\062\060\060\062\063\061\062\067\132\027 --\015\063\064\061\062\062\060\060\062\063\061\062\067\132\060\136 --\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060 --\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141 --\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164 --\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113 --\111\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\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\341 --\045\017\356\215\333\210\063\165\147\315\255\037\175\072\116\155 --\235\323\057\024\363\143\164\313\001\041\152\067\352\204\120\007 --\113\046\133\011\103\154\041\236\152\310\325\003\365\140\151\217 --\314\360\042\344\037\347\367\152\042\061\267\054\025\362\340\376 --\000\152\103\377\207\145\306\265\032\301\247\114\155\042\160\041 --\212\061\362\227\164\211\011\022\046\034\236\312\331\022\242\225 --\074\332\351\147\277\010\240\144\343\326\102\267\105\357\227\364 --\366\365\327\265\112\025\002\130\175\230\130\113\140\274\315\327 --\015\232\023\063\123\321\141\371\172\325\327\170\263\232\063\367 --\000\206\316\035\115\224\070\257\250\354\170\121\160\212\134\020 --\203\121\041\367\021\075\064\206\136\345\110\315\227\201\202\065 --\114\031\354\145\366\153\305\005\241\356\107\023\326\263\041\047 --\224\020\012\331\044\073\272\276\104\023\106\060\077\227\074\330 --\327\327\152\356\073\070\343\053\324\227\016\271\033\347\007\111 --\177\067\052\371\167\170\317\124\355\133\106\235\243\200\016\221 --\103\301\326\133\137\024\272\237\246\215\044\107\100\131\277\162 --\070\262\066\154\067\377\231\321\135\016\131\012\253\151\367\300 --\262\004\105\172\124\000\256\276\123\366\265\347\341\370\074\243 --\061\322\251\376\041\122\144\305\246\147\360\165\007\006\224\024 --\201\125\306\047\344\001\217\027\301\152\161\327\276\113\373\224 --\130\175\176\021\063\261\102\367\142\154\030\326\317\011\150\076 --\177\154\366\036\217\142\255\245\143\333\011\247\037\042\102\101 --\036\157\231\212\076\327\371\077\100\172\171\260\245\001\222\322 --\235\075\010\025\245\020\001\055\263\062\166\250\225\015\263\172 --\232\373\007\020\170\021\157\341\217\307\272\017\045\032\164\052 --\345\034\230\101\231\337\041\207\350\225\006\152\012\263\152\107 --\166\145\366\072\317\217\142\027\031\173\012\050\315\032\322\203 --\036\041\307\054\277\276\377\141\150\267\147\033\273\170\115\215 --\316\147\345\344\301\216\267\043\146\342\235\220\165\064\230\251 --\066\053\212\232\224\271\235\354\314\212\261\370\045\211\134\132 --\266\057\214\037\155\171\044\247\122\150\303\204\065\342\146\215 --\143\016\045\115\325\031\262\346\171\067\247\042\235\124\061\002 --\003\001\000\001\243\152\060\150\060\035\006\003\125\035\016\004 --\026\004\024\036\014\367\266\147\362\341\222\046\011\105\300\125 --\071\056\167\077\102\112\242\060\014\006\003\125\035\023\004\005 --\060\003\001\001\377\060\071\006\004\147\052\007\000\004\061\060 --\057\060\055\002\001\000\060\011\006\005\053\016\003\002\032\005 --\000\060\007\006\005\147\052\003\000\000\004\024\105\260\302\307 --\012\126\174\356\133\170\014\225\371\030\123\301\246\034\330\020 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003 --\202\002\001\000\011\263\203\123\131\001\076\225\111\271\361\201 --\272\371\166\040\043\265\047\140\164\324\152\231\064\136\154\000 --\123\331\237\362\246\261\044\007\104\152\052\306\245\216\170\022 --\350\107\331\130\033\023\052\136\171\233\237\012\052\147\246\045 --\077\006\151\126\163\303\212\146\110\373\051\201\127\164\006\312 --\234\352\050\350\070\147\046\053\361\325\265\077\145\223\370\066 --\135\216\215\215\100\040\207\031\352\357\047\300\075\264\071\017 --\045\173\150\120\164\125\234\014\131\175\132\075\101\224\045\122 --\010\340\107\054\025\061\031\325\277\007\125\306\273\022\265\227 --\364\137\203\205\272\161\301\331\154\201\021\166\012\012\260\277 --\202\227\367\352\075\372\372\354\055\251\050\224\073\126\335\322 --\121\056\256\300\275\010\025\214\167\122\064\226\326\233\254\323 --\035\216\141\017\065\173\233\256\071\151\013\142\140\100\040\066 --\217\257\373\066\356\055\010\112\035\270\277\233\134\370\352\245 --\033\240\163\246\330\370\156\340\063\004\137\150\252\047\207\355 --\331\301\220\234\355\275\343\152\065\257\143\337\253\030\331\272 --\346\351\112\352\120\212\017\141\223\036\342\055\031\342\060\224 --\065\222\135\016\266\007\257\031\200\217\107\220\121\113\056\115 --\335\205\342\322\012\122\012\027\232\374\032\260\120\002\345\001 --\243\143\067\041\114\104\304\233\121\231\021\016\163\234\006\217 --\124\056\247\050\136\104\071\207\126\055\067\275\205\104\224\341 --\014\113\054\234\303\222\205\064\141\313\017\270\233\112\103\122 --\376\064\072\175\270\351\051\334\166\251\310\060\370\024\161\200 --\306\036\066\110\164\042\101\134\207\202\350\030\161\213\101\211 --\104\347\176\130\133\250\270\215\023\351\247\154\303\107\355\263 --\032\235\142\256\215\202\352\224\236\335\131\020\303\255\335\342 --\115\343\061\325\307\354\350\362\260\376\222\036\026\012\032\374 --\331\363\370\047\266\311\276\035\264\154\144\220\177\364\344\304 --\133\327\067\256\102\016\335\244\032\157\174\210\124\305\026\156 --\341\172\150\056\370\072\277\015\244\074\211\073\170\247\116\143 --\203\004\041\010\147\215\362\202\111\320\133\375\261\315\017\203 --\204\324\076\040\205\367\112\075\053\234\375\052\012\011\115\352 --\201\370\021\234 --END -- --# Trust for Certificate "ePKI Root Certification Authority" --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 "ePKI Root Certification Authority" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\147\145\015\361\176\216\176\133\202\100\244\364\126\113\317\342 --\075\151\306\360 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\033\056\000\312\046\006\220\075\255\376\157\025\150\323\153\263 --END --CKA_ISSUER MULTILINE_OCTAL --\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061 --\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150 --\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040 --\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145 --\120\113\111\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322 --\274\235 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "TUBITAK UEKAE Kok Sertifika Hizmet Saglayicisi - Surum 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 "T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124 --\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172 --\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006 --\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102 --\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157 --\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155 --\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304 --\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125 --\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153 --\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101 --\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151 --\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043 --\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145 --\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153 --\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303 --\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303 --\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172 --\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261 --\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124 --\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172 --\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006 --\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102 --\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157 --\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155 --\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304 --\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125 --\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153 --\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101 --\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151 --\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043 --\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145 --\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153 --\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303 --\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303 --\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172 --\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261 --\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\021 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\027\060\202\003\377\240\003\002\001\002\002\001\021 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122 --\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145 --\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003 --\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151 --\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154 --\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141 --\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260 --\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154 --\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040 --\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162 --\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164 --\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060 --\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162 --\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145 --\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234 --\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266 --\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155 --\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163 --\304\261\040\055\040\123\303\274\162\303\274\155\040\063\060\036 --\027\015\060\067\060\070\062\064\061\061\063\067\060\067\132\027 --\015\061\067\060\070\062\061\061\061\063\067\060\067\132\060\202 --\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122\061 --\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145\040 --\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003\125 --\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151\154 --\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154\157 --\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141\040 --\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260\124 --\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154\165 --\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040\166 --\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162\141 --\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164\303 --\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060\041 --\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162\164 --\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145\172 --\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234\102 --\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266\153 --\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155\145 --\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163\304 --\261\040\055\040\123\303\274\162\303\274\155\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\212\155 --\113\377\020\210\072\303\366\176\224\350\352\040\144\160\256\041 --\201\276\072\173\074\333\361\035\122\177\131\372\363\042\114\225 --\240\220\274\110\116\021\253\373\267\265\215\172\203\050\214\046 --\106\330\116\225\100\207\141\237\305\236\155\201\207\127\154\212 --\073\264\146\352\314\100\374\343\252\154\262\313\001\333\062\277 --\322\353\205\317\241\015\125\303\133\070\127\160\270\165\306\171 --\321\024\060\355\033\130\133\153\357\065\362\241\041\116\305\316 --\174\231\137\154\271\270\042\223\120\247\315\114\160\152\276\152 --\005\177\023\234\053\036\352\376\107\316\004\245\157\254\223\056 --\174\053\237\236\171\023\221\350\352\236\312\070\165\216\142\260 --\225\223\052\345\337\351\136\227\156\040\137\137\204\172\104\071 --\031\100\034\272\125\053\373\060\262\201\357\204\343\334\354\230 --\070\071\003\205\010\251\124\003\005\051\360\311\217\213\352\013 --\206\145\031\021\323\351\011\043\336\150\223\003\311\066\034\041 --\156\316\214\146\361\231\060\330\327\263\303\035\370\201\056\250 --\275\202\013\146\376\202\313\341\340\032\202\303\100\201\002\003 --\001\000\001\243\102\060\100\060\035\006\003\125\035\016\004\026 --\004\024\275\210\207\311\217\366\244\012\013\252\353\305\376\221 --\043\235\253\112\212\062\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\015\006\011\052\206\110\206\367 --\015\001\001\005\005\000\003\202\001\001\000\035\174\372\111\217 --\064\351\267\046\222\026\232\005\164\347\113\320\155\071\154\303 --\046\366\316\270\061\274\304\337\274\052\370\067\221\030\334\004 --\310\144\231\053\030\155\200\003\131\311\256\370\130\320\076\355 --\303\043\237\151\074\206\070\034\236\357\332\047\170\321\204\067 --\161\212\074\113\071\317\176\105\006\326\055\330\212\115\170\022 --\326\255\302\323\313\322\320\101\363\046\066\112\233\225\154\014 --\356\345\321\103\047\146\301\210\367\172\263\040\154\352\260\151 --\053\307\040\350\014\003\304\101\005\231\342\077\344\153\370\240 --\206\201\307\204\306\037\325\113\201\022\262\026\041\054\023\241 --\200\262\136\014\112\023\236\040\330\142\100\253\220\352\144\112 --\057\254\015\001\022\171\105\250\057\207\031\150\310\342\205\307 --\060\262\165\371\070\077\262\300\223\264\153\342\003\104\316\147 --\240\337\211\326\255\214\166\243\023\303\224\141\053\153\331\154 --\301\007\012\042\007\205\154\205\044\106\251\276\077\213\170\204 --\202\176\044\014\235\375\201\067\343\045\250\355\066\116\225\054 --\311\234\220\332\354\251\102\074\255\266\002 --END -- --# Trust for Certificate "TUBITAK UEKAE Kok Sertifika Hizmet Saglayicisi - Surum 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 "T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\033\113\071\141\046\047\153\144\221\242\150\155\327\002\103\041 --\055\037\035\226 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\355\101\365\214\120\305\053\234\163\346\356\154\353\302\250\046 --END --CKA_ISSUER MULTILINE_OCTAL --\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124 --\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172 --\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006 --\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102 --\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157 --\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155 --\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304 --\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125 --\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153 --\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101 --\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151 --\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043 --\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145 --\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153 --\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303 --\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303 --\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172 --\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261 --\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\021 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Buypass Class 2 CA 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 "Buypass Class 2 CA 1" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\062\040\103\101\040\061 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\062\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\001 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035 --\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163 --\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060 --\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040 --\103\154\141\163\163\040\062\040\103\101\040\061\060\036\027\015 --\060\066\061\060\061\063\061\060\062\065\060\071\132\027\015\061 --\066\061\060\061\063\061\060\062\065\060\071\132\060\113\061\013 --\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006 --\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123 --\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003 --\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141 --\163\163\040\062\040\103\101\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\213\074\007\105\330\366 --\337\346\307\312\272\215\103\305\107\215\260\132\301\070\333\222 --\204\034\257\023\324\017\157\066\106\040\304\056\314\161\160\064 --\242\064\323\067\056\330\335\072\167\057\300\353\051\350\134\322 --\265\251\221\064\207\042\131\376\314\333\347\231\257\226\301\250 --\307\100\335\245\025\214\156\310\174\227\003\313\346\040\362\327 --\227\137\061\241\057\067\322\276\356\276\251\255\250\114\236\041 --\146\103\073\250\274\363\011\243\070\325\131\044\301\302\107\166 --\261\210\134\202\073\273\053\246\004\327\214\007\217\315\325\101 --\035\360\256\270\051\054\224\122\140\064\224\073\332\340\070\321 --\235\063\076\025\364\223\062\305\000\332\265\051\146\016\072\170 --\017\041\122\137\002\345\222\173\045\323\222\036\057\025\235\201 --\344\235\216\350\357\211\316\024\114\124\035\034\201\022\115\160 --\250\276\020\005\027\176\037\321\270\127\125\355\315\273\122\302 --\260\036\170\302\115\066\150\313\126\046\301\122\301\275\166\367 --\130\325\162\176\037\104\166\273\000\211\035\026\235\121\065\357 --\115\302\126\357\153\340\214\073\015\351\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\035\006\003\125\035\016\004\026\004\024\077 --\215\232\131\213\374\173\173\234\243\257\070\260\071\355\220\161 --\200\326\310\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\025\032\176\023\212\271\350\007\243 --\113\047\062\262\100\221\362\041\321\144\205\276\143\152\322\317 --\201\302\025\325\172\176\014\051\254\067\036\034\174\166\122\225 --\332\265\177\043\241\051\167\145\311\062\235\250\056\126\253\140 --\166\316\026\264\215\177\170\300\325\231\121\203\177\136\331\276 --\014\250\120\355\042\307\255\005\114\166\373\355\356\036\107\144 --\366\367\047\175\134\050\017\105\305\134\142\136\246\232\221\221 --\267\123\027\056\334\255\140\235\226\144\071\275\147\150\262\256 --\005\313\115\347\137\037\127\206\325\040\234\050\373\157\023\070 --\365\366\021\222\366\175\231\136\037\014\350\253\104\044\051\162 --\100\075\066\122\257\214\130\220\163\301\354\141\054\171\241\354 --\207\265\077\332\115\331\041\000\060\336\220\332\016\323\032\110 --\251\076\205\013\024\213\214\274\101\236\152\367\016\160\300\065 --\367\071\242\135\146\320\173\131\237\250\107\022\232\047\043\244 --\055\216\047\203\222\040\241\327\025\177\361\056\030\356\364\110 --\177\057\177\361\241\030\265\241\013\224\240\142\040\062\234\035 --\366\324\357\277\114\210\150 --END -- --# Trust for Certificate "Buypass Class 2 CA 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 "Buypass Class 2 CA 1" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\240\241\253\220\311\374\204\173\073\022\141\350\227\175\137\323 --\042\141\323\314 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\270\010\232\360\003\314\033\015\310\154\013\166\241\165\144\043 --END --CKA_ISSUER MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\062\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Buypass Class 3 CA 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 "Buypass Class 3 CA 1" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\063\040\103\101\040\061 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\063\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\002 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\002 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035 --\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163 --\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060 --\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040 --\103\154\141\163\163\040\063\040\103\101\040\061\060\036\027\015 --\060\065\060\065\060\071\061\064\061\063\060\063\132\027\015\061 --\065\060\065\060\071\061\064\061\063\060\063\132\060\113\061\013 --\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006 --\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123 --\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003 --\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141 --\163\163\040\063\040\103\101\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\244\216\327\164\331\051 --\144\336\137\037\207\200\221\352\116\071\346\031\306\104\013\200 --\325\013\257\123\007\213\022\275\346\147\360\002\261\211\366\140 --\212\304\133\260\102\321\300\041\250\313\341\233\357\144\121\266 --\247\317\025\365\164\200\150\004\220\240\130\242\346\164\246\123 --\123\125\110\143\077\222\126\335\044\116\216\370\272\053\377\363 --\064\212\236\050\327\064\237\254\057\326\017\361\244\057\275\122 --\262\111\205\155\071\065\360\104\060\223\106\044\363\266\347\123 --\373\274\141\257\251\243\024\373\302\027\027\204\154\340\174\210 --\370\311\034\127\054\360\075\176\224\274\045\223\204\350\232\000 --\232\105\005\102\127\200\364\116\316\331\256\071\366\310\123\020 --\014\145\072\107\173\140\302\326\372\221\311\306\161\154\275\221 --\207\074\221\206\111\253\363\017\240\154\046\166\136\034\254\233 --\161\345\215\274\233\041\036\234\326\070\176\044\200\025\061\202 --\226\261\111\323\142\067\133\210\014\012\142\064\376\247\110\176 --\231\261\060\213\220\067\225\034\250\037\245\054\215\364\125\310 --\333\335\131\012\302\255\170\240\364\213\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\035\006\003\125\035\016\004\026\004\024\070 --\024\346\310\360\251\244\003\364\116\076\042\243\133\362\326\340 --\255\100\164\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\001\147\243\214\311\045\075\023\143 --\135\026\157\354\241\076\011\134\221\025\052\052\331\200\041\117 --\005\334\273\245\211\253\023\063\052\236\070\267\214\157\002\162 --\143\307\163\167\036\011\006\272\073\050\173\244\107\311\141\153 --\010\010\040\374\212\005\212\037\274\272\306\302\376\317\156\354 --\023\063\161\147\056\151\372\251\054\077\146\300\022\131\115\013 --\124\002\222\204\273\333\022\357\203\160\160\170\310\123\372\337 --\306\306\377\334\210\057\007\300\111\235\062\127\140\323\362\366 --\231\051\137\347\252\001\314\254\063\250\034\012\273\221\304\003 --\240\157\266\064\371\206\323\263\166\124\230\364\112\201\263\123 --\235\115\100\354\345\167\023\105\257\133\252\037\330\057\114\202 --\173\376\052\304\130\273\117\374\236\375\003\145\032\052\016\303 --\245\040\026\224\153\171\246\242\022\264\273\032\244\043\172\137 --\360\256\204\044\344\363\053\373\212\044\243\047\230\145\332\060 --\165\166\374\031\221\350\333\353\233\077\062\277\100\227\007\046 --\272\314\363\224\205\112\172\047\223\317\220\102\324\270\133\026 --\246\347\313\100\003\335\171 --END -- --# Trust for Certificate "Buypass Class 3 CA 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 "Buypass Class 3 CA 1" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\141\127\072\021\337\016\330\176\325\222\145\042\352\320\126\327 --\104\263\043\161 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\337\074\163\131\201\347\071\120\201\004\114\064\242\313\263\173 --END --CKA_ISSUER MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\063\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\002 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "EBG Elektronik Sertifika Hizmet Saglayicisi" --# --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 "EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102 --\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162 --\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141 --\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060 --\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151 --\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145 --\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151 --\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023 --\002\124\122 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102 --\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162 --\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141 --\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060 --\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151 --\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145 --\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151 --\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023 --\002\124\122 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\010\114\257\163\102\034\216\164\002 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\347\060\202\003\317\240\003\002\001\002\002\010\114 --\257\163\102\034\216\164\002\060\015\006\011\052\206\110\206\367 --\015\001\001\005\005\000\060\201\200\061\070\060\066\006\003\125 --\004\003\014\057\105\102\107\040\105\154\145\153\164\162\157\156 --\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172 --\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261 --\163\304\261\061\067\060\065\006\003\125\004\012\014\056\105\102 --\107\040\102\151\154\151\305\237\151\155\040\124\145\153\156\157 --\154\157\152\151\154\145\162\151\040\166\145\040\110\151\172\155 --\145\164\154\145\162\151\040\101\056\305\236\056\061\013\060\011 --\006\003\125\004\006\023\002\124\122\060\036\027\015\060\066\060 --\070\061\067\060\060\062\061\060\071\132\027\015\061\066\060\070 --\061\064\060\060\063\061\060\071\132\060\201\200\061\070\060\066 --\006\003\125\004\003\014\057\105\102\107\040\105\154\145\153\164 --\162\157\156\151\153\040\123\145\162\164\151\146\151\153\141\040 --\110\151\172\155\145\164\040\123\141\304\237\154\141\171\304\261 --\143\304\261\163\304\261\061\067\060\065\006\003\125\004\012\014 --\056\105\102\107\040\102\151\154\151\305\237\151\155\040\124\145 --\153\156\157\154\157\152\151\154\145\162\151\040\166\145\040\110 --\151\172\155\145\164\154\145\162\151\040\101\056\305\236\056\061 --\013\060\011\006\003\125\004\006\023\002\124\122\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\356\240\204 --\141\320\072\152\146\020\062\330\061\070\177\247\247\345\375\241 --\341\373\227\167\270\161\226\350\023\226\106\203\117\266\362\137 --\162\126\156\023\140\245\001\221\342\133\305\315\127\037\167\143 --\121\377\057\075\333\271\077\252\251\065\347\171\320\365\320\044 --\266\041\352\353\043\224\376\051\277\373\211\221\014\144\232\005 --\112\053\314\014\356\361\075\233\202\151\244\114\370\232\157\347 --\042\332\020\272\137\222\374\030\047\012\250\252\104\372\056\054 --\264\373\106\232\010\003\203\162\253\210\344\152\162\311\345\145 --\037\156\052\017\235\263\350\073\344\014\156\172\332\127\375\327 --\353\171\213\136\040\006\323\166\013\154\002\225\243\226\344\313 --\166\121\321\050\235\241\032\374\104\242\115\314\172\166\250\015 --\075\277\027\117\042\210\120\375\256\266\354\220\120\112\133\237 --\225\101\252\312\017\262\112\376\200\231\116\243\106\025\253\370 --\163\102\152\302\146\166\261\012\046\025\335\223\222\354\333\251 --\137\124\042\122\221\160\135\023\352\110\354\156\003\154\331\335 --\154\374\353\015\003\377\246\203\022\233\361\251\223\017\305\046 --\114\061\262\143\231\141\162\347\052\144\231\322\270\351\165\342 --\174\251\251\232\032\252\303\126\333\020\232\074\203\122\266\173 --\226\267\254\207\167\250\271\362\147\013\224\103\263\257\076\163 --\372\102\066\261\045\305\012\061\046\067\126\147\272\243\013\175 --\326\367\211\315\147\241\267\072\036\146\117\366\240\125\024\045 --\114\054\063\015\246\101\214\275\004\061\152\020\162\012\235\016 --\056\166\275\136\363\121\211\213\250\077\125\163\277\333\072\306 --\044\005\226\222\110\252\113\215\052\003\345\127\221\020\364\152 --\050\025\156\107\167\204\134\121\164\237\031\351\346\036\143\026 --\071\343\021\025\343\130\032\104\275\313\304\154\146\327\204\006 --\337\060\364\067\242\103\042\171\322\020\154\337\273\346\023\021 --\374\235\204\012\023\173\360\073\320\374\243\012\327\211\352\226 --\176\215\110\205\036\144\137\333\124\242\254\325\172\002\171\153 --\322\212\360\147\332\145\162\015\024\160\344\351\216\170\217\062 --\164\174\127\362\326\326\364\066\211\033\370\051\154\213\271\366 --\227\321\244\056\252\276\013\031\302\105\351\160\135\002\003\000 --\235\331\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\035\006\003\125\035\016\004\026 --\004\024\347\316\306\117\374\026\147\226\372\112\243\007\301\004 --\247\313\152\336\332\107\060\037\006\003\125\035\043\004\030\060 --\026\200\024\347\316\306\117\374\026\147\226\372\112\243\007\301 --\004\247\313\152\336\332\107\060\015\006\011\052\206\110\206\367 --\015\001\001\005\005\000\003\202\002\001\000\233\230\232\135\276 --\363\050\043\166\306\154\367\177\346\100\236\300\066\334\225\015 --\035\255\025\305\066\330\325\071\357\362\036\042\136\263\202\264 --\135\273\114\032\312\222\015\337\107\044\036\263\044\332\221\210 --\351\203\160\335\223\327\351\272\263\337\026\132\076\336\340\310 --\373\323\375\154\051\370\025\106\240\150\046\314\223\122\256\202 --\001\223\220\312\167\312\115\111\357\342\132\331\052\275\060\316 --\114\262\201\266\060\316\131\117\332\131\035\152\172\244\105\260 --\202\046\201\206\166\365\365\020\000\270\356\263\011\350\117\207 --\002\007\256\044\134\360\137\254\012\060\314\212\100\240\163\004 --\301\373\211\044\366\232\034\134\267\074\012\147\066\005\010\061 --\263\257\330\001\150\052\340\170\217\164\336\270\121\244\214\154 --\040\075\242\373\263\324\011\375\173\302\200\252\223\154\051\230 --\041\250\273\026\363\251\022\137\164\265\207\230\362\225\046\337 --\064\357\212\123\221\210\135\032\224\243\077\174\042\370\327\210 --\272\246\214\226\250\075\122\064\142\237\000\036\124\125\102\147 --\306\115\106\217\273\024\105\075\012\226\026\216\020\241\227\231 --\325\323\060\205\314\336\264\162\267\274\212\074\030\051\150\375 --\334\161\007\356\044\071\152\372\355\245\254\070\057\371\036\020 --\016\006\161\032\020\114\376\165\176\377\036\127\071\102\312\327 --\341\025\241\126\125\131\033\321\243\257\021\330\116\303\245\053 --\357\220\277\300\354\202\023\133\215\326\162\054\223\116\217\152 --\051\337\205\074\323\015\340\242\030\022\314\125\057\107\267\247 --\233\002\376\101\366\210\114\155\332\251\001\107\203\144\047\142 --\020\202\326\022\173\136\003\037\064\251\311\221\376\257\135\155 --\206\047\267\043\252\165\030\312\040\347\260\017\327\211\016\246 --\147\042\143\364\203\101\053\006\113\273\130\325\321\327\267\271 --\020\143\330\211\112\264\252\335\026\143\365\156\276\140\241\370 --\355\350\326\220\117\032\306\305\240\051\323\247\041\250\365\132 --\074\367\307\111\242\041\232\112\225\122\040\226\162\232\146\313 --\367\322\206\103\174\042\276\226\371\275\001\250\107\335\345\073 --\100\371\165\053\233\053\106\144\206\215\036\364\217\373\007\167 --\320\352\111\242\034\215\122\024\246\012\223 --END -- --# Trust for Certificate "EBG Elektronik Sertifika Hizmet Saglayicisi" --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 "EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\214\226\272\353\335\053\007\007\110\356\060\062\146\240\363\230 --\156\174\256\130 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\054\040\046\235\313\032\112\000\205\265\267\132\256\302\001\067 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102 --\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162 --\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141 --\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060 --\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151 --\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145 --\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151 --\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023 --\002\124\122 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\010\114\257\163\102\034\216\164\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "certSIGN 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 "certSIGN ROOT CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061 --\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111 --\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162 --\164\123\111\107\116\040\122\117\117\124\040\103\101 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061 --\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111 --\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162 --\164\123\111\107\116\040\122\117\117\124\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\006\040\006\005\026\160\002 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\070\060\202\002\040\240\003\002\001\002\002\006\040 --\006\005\026\160\002\060\015\006\011\052\206\110\206\367\015\001 --\001\005\005\000\060\073\061\013\060\011\006\003\125\004\006\023 --\002\122\117\061\021\060\017\006\003\125\004\012\023\010\143\145 --\162\164\123\111\107\116\061\031\060\027\006\003\125\004\013\023 --\020\143\145\162\164\123\111\107\116\040\122\117\117\124\040\103 --\101\060\036\027\015\060\066\060\067\060\064\061\067\062\060\060 --\064\132\027\015\063\061\060\067\060\064\061\067\062\060\060\064 --\132\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117 --\061\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123 --\111\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145 --\162\164\123\111\107\116\040\122\117\117\124\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\267 --\063\271\176\310\045\112\216\265\333\264\050\033\252\127\220\350 --\321\042\323\144\272\323\223\350\324\254\206\141\100\152\140\127 --\150\124\204\115\274\152\124\002\005\377\337\233\232\052\256\135 --\007\217\112\303\050\177\357\373\053\372\171\361\307\255\360\020 --\123\044\220\213\146\311\250\210\253\257\132\243\000\351\276\272 --\106\356\133\163\173\054\027\202\201\136\142\054\241\002\145\263 --\275\305\053\000\176\304\374\003\063\127\015\355\342\372\316\135 --\105\326\070\315\065\266\262\301\320\234\201\112\252\344\262\001 --\134\035\217\137\231\304\261\255\333\210\041\353\220\010\202\200 --\363\060\243\103\346\220\202\256\125\050\111\355\133\327\251\020 --\070\016\376\217\114\133\233\106\352\101\365\260\010\164\303\320 --\210\063\266\174\327\164\337\334\204\321\103\016\165\071\241\045 --\100\050\352\170\313\016\054\056\071\235\214\213\156\026\034\057 --\046\202\020\342\343\145\224\012\004\300\136\367\135\133\370\020 --\342\320\272\172\113\373\336\067\000\000\032\133\050\343\322\234 --\163\076\062\207\230\241\311\121\057\327\336\254\063\263\117\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\306\060\035\006\003\125\035\016 --\004\026\004\024\340\214\233\333\045\111\263\361\174\206\326\262 --\102\207\013\320\153\240\331\344\060\015\006\011\052\206\110\206 --\367\015\001\001\005\005\000\003\202\001\001\000\076\322\034\211 --\056\065\374\370\165\335\346\177\145\210\364\162\114\311\054\327 --\062\116\363\335\031\171\107\275\216\073\133\223\017\120\111\044 --\023\153\024\006\162\357\011\323\241\241\343\100\204\311\347\030 --\062\164\074\110\156\017\237\113\324\367\036\323\223\206\144\124 --\227\143\162\120\325\125\317\372\040\223\002\242\233\303\043\223 --\116\026\125\166\240\160\171\155\315\041\037\317\057\055\274\031 --\343\210\061\370\131\032\201\011\310\227\246\164\307\140\304\133 --\314\127\216\262\165\375\033\002\011\333\131\157\162\223\151\367 --\061\101\326\210\070\277\207\262\275\026\171\371\252\344\276\210 --\045\335\141\047\043\034\265\061\007\004\066\264\032\220\275\240 --\164\161\120\211\155\274\024\343\017\206\256\361\253\076\307\240 --\011\314\243\110\321\340\333\144\347\222\265\317\257\162\103\160 --\213\371\303\204\074\023\252\176\222\233\127\123\223\372\160\302 --\221\016\061\371\233\147\135\351\226\070\136\137\263\163\116\210 --\025\147\336\236\166\020\142\040\276\125\151\225\103\000\071\115 --\366\356\260\132\116\111\104\124\130\137\102\203 --END -- --# Trust for Certificate "certSIGN 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 "certSIGN ROOT CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\372\267\356\066\227\046\142\373\055\260\052\366\277\003\375\350 --\174\113\057\233 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\030\230\300\326\351\072\374\371\260\365\014\367\113\001\104\027 --END --CKA_ISSUER MULTILINE_OCTAL --\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061 --\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111 --\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162 --\164\123\111\107\116\040\122\117\117\124\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\006\040\006\005\026\160\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "CNNIC 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 "CNNIC ROOT" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061 --\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061 --\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040 --\122\117\117\124 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061 --\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061 --\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040 --\122\117\117\124 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\111\063\000\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\125\060\202\002\075\240\003\002\001\002\002\004\111 --\063\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\060\062\061\013\060\011\006\003\125\004\006\023\002\103 --\116\061\016\060\014\006\003\125\004\012\023\005\103\116\116\111 --\103\061\023\060\021\006\003\125\004\003\023\012\103\116\116\111 --\103\040\122\117\117\124\060\036\027\015\060\067\060\064\061\066 --\060\067\060\071\061\064\132\027\015\062\067\060\064\061\066\060 --\067\060\071\061\064\132\060\062\061\013\060\011\006\003\125\004 --\006\023\002\103\116\061\016\060\014\006\003\125\004\012\023\005 --\103\116\116\111\103\061\023\060\021\006\003\125\004\003\023\012 --\103\116\116\111\103\040\122\117\117\124\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\323\065\367\077\163 --\167\255\350\133\163\027\302\321\157\355\125\274\156\352\350\244 --\171\262\154\303\243\357\341\237\261\073\110\205\365\232\134\041 --\042\020\054\305\202\316\332\343\232\156\067\341\207\054\334\271 --\014\132\272\210\125\337\375\252\333\037\061\352\001\361\337\071 --\001\301\023\375\110\122\041\304\125\337\332\330\263\124\166\272 --\164\261\267\175\327\300\350\366\131\305\115\310\275\255\037\024 --\332\337\130\104\045\062\031\052\307\176\176\216\256\070\260\060 --\173\107\162\011\061\360\060\333\303\033\166\051\273\151\166\116 --\127\371\033\144\242\223\126\267\157\231\156\333\012\004\234\021 --\343\200\037\313\143\224\020\012\251\341\144\202\061\371\214\047 --\355\246\231\000\366\160\223\030\370\241\064\206\243\335\172\302 --\030\171\366\172\145\065\317\220\353\275\063\223\237\123\253\163 --\073\346\233\064\040\057\035\357\251\035\143\032\240\200\333\003 --\057\371\046\032\206\322\215\273\251\276\122\072\207\147\110\015 --\277\264\240\330\046\276\043\137\163\067\177\046\346\222\004\243 --\177\317\040\247\267\363\072\312\313\231\313\002\003\001\000\001 --\243\163\060\161\060\021\006\011\140\206\110\001\206\370\102\001 --\001\004\004\003\002\000\007\060\037\006\003\125\035\043\004\030 --\060\026\200\024\145\362\061\255\052\367\367\335\122\226\012\307 --\002\301\016\357\246\325\073\021\060\017\006\003\125\035\023\001 --\001\377\004\005\060\003\001\001\377\060\013\006\003\125\035\017 --\004\004\003\002\001\376\060\035\006\003\125\035\016\004\026\004 --\024\145\362\061\255\052\367\367\335\122\226\012\307\002\301\016 --\357\246\325\073\021\060\015\006\011\052\206\110\206\367\015\001 --\001\005\005\000\003\202\001\001\000\113\065\356\314\344\256\277 --\303\156\255\237\225\073\113\077\133\036\337\127\051\242\131\312 --\070\342\271\032\377\236\346\156\062\335\036\256\352\065\267\365 --\223\221\116\332\102\341\303\027\140\120\362\321\134\046\271\202 --\267\352\155\344\234\204\347\003\171\027\257\230\075\224\333\307 --\272\000\347\270\277\001\127\301\167\105\062\014\073\361\264\034 --\010\260\375\121\240\241\335\232\035\023\066\232\155\267\307\074 --\271\341\305\331\027\372\203\325\075\025\240\074\273\036\013\342 --\310\220\077\250\206\014\374\371\213\136\205\313\117\133\113\142 --\021\107\305\105\174\005\057\101\261\236\020\151\033\231\226\340 --\125\171\373\116\206\231\270\224\332\206\070\152\223\243\347\313 --\156\345\337\352\041\125\211\234\175\175\177\230\365\000\211\356 --\343\204\300\134\226\265\305\106\352\106\340\205\125\266\033\311 --\022\326\301\315\315\200\363\002\001\074\310\151\313\105\110\143 --\330\224\320\354\205\016\073\116\021\145\364\202\214\246\075\256 --\056\042\224\011\310\134\352\074\201\135\026\052\003\227\026\125 --\011\333\212\101\202\236\146\233\021 --END -- --# Trust for Certificate "CNNIC 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 "CNNIC ROOT" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\213\257\114\233\035\360\052\222\367\332\022\216\271\033\254\364 --\230\140\113\157 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\041\274\202\253\111\304\023\073\113\262\053\134\153\220\234\031 --END --CKA_ISSUER MULTILINE_OCTAL --\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061 --\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061 --\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040 --\122\117\117\124 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\111\063\000\001 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "ApplicationCA - Japanese Government" --# --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 "ApplicationCA - Japanese Government" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145 --\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060 --\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164 --\151\157\156\103\101 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145 --\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060 --\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164 --\151\157\156\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\061 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\240\060\202\002\210\240\003\002\001\002\002\001\061 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061\034 --\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145\163 --\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060\024 --\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164\151 --\157\156\103\101\060\036\027\015\060\067\061\062\061\062\061\065 --\060\060\060\060\132\027\015\061\067\061\062\061\062\061\065\060 --\060\060\060\132\060\103\061\013\060\011\006\003\125\004\006\023 --\002\112\120\061\034\060\032\006\003\125\004\012\023\023\112\141 --\160\141\156\145\163\145\040\107\157\166\145\162\156\155\145\156 --\164\061\026\060\024\006\003\125\004\013\023\015\101\160\160\154 --\151\143\141\164\151\157\156\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\247\155\340\164\116\207 --\217\245\006\336\150\242\333\206\231\113\144\015\161\360\012\005 --\233\216\252\341\314\056\322\152\073\301\172\264\227\141\215\212 --\276\306\232\234\006\264\206\121\344\067\016\164\170\176\137\212 --\177\224\244\327\107\010\375\120\132\126\344\150\254\050\163\240 --\173\351\177\030\222\100\117\055\235\365\256\104\110\163\066\006 --\236\144\054\073\064\043\333\134\046\344\161\171\217\324\156\171 --\042\271\223\301\312\315\301\126\355\210\152\327\240\071\041\004 --\127\054\242\365\274\107\101\117\136\064\042\225\265\037\051\155 --\136\112\363\115\162\276\101\126\040\207\374\351\120\107\327\060 --\024\356\134\214\125\272\131\215\207\374\043\336\223\320\004\214 --\375\357\155\275\320\172\311\245\072\152\162\063\306\112\015\005 --\027\052\055\173\261\247\330\326\360\276\364\077\352\016\050\155 --\101\141\043\166\170\303\270\145\244\363\132\256\314\302\252\331 --\347\130\336\266\176\235\205\156\237\052\012\157\237\003\051\060 --\227\050\035\274\267\317\124\051\116\121\061\371\047\266\050\046 --\376\242\143\346\101\026\360\063\230\107\002\003\001\000\001\243 --\201\236\060\201\233\060\035\006\003\125\035\016\004\026\004\024 --\124\132\313\046\077\161\314\224\106\015\226\123\352\153\110\320 --\223\376\102\165\060\016\006\003\125\035\017\001\001\377\004\004 --\003\002\001\006\060\131\006\003\125\035\021\004\122\060\120\244 --\116\060\114\061\013\060\011\006\003\125\004\006\023\002\112\120 --\061\030\060\026\006\003\125\004\012\014\017\346\227\245\346\234 --\254\345\233\275\346\224\277\345\272\234\061\043\060\041\006\003 --\125\004\013\014\032\343\202\242\343\203\227\343\203\252\343\202 --\261\343\203\274\343\202\267\343\203\247\343\203\263\103\101\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 --\202\001\001\000\071\152\104\166\167\070\072\354\243\147\106\017 --\371\213\006\250\373\152\220\061\316\176\354\332\321\211\174\172 --\353\056\014\275\231\062\347\260\044\326\303\377\365\262\210\011 --\207\054\343\124\341\243\246\262\010\013\300\205\250\310\322\234 --\161\366\035\237\140\374\070\063\023\341\236\334\013\137\332\026 --\120\051\173\057\160\221\017\231\272\064\064\215\225\164\305\176 --\170\251\146\135\275\312\041\167\102\020\254\146\046\075\336\221 --\253\375\025\360\157\355\154\137\020\370\363\026\366\003\212\217 --\247\022\021\014\313\375\077\171\301\234\375\142\356\243\317\124 --\014\321\053\137\027\076\343\076\277\300\053\076\011\233\376\210 --\246\176\264\222\027\374\043\224\201\275\156\247\305\214\302\353 --\021\105\333\370\101\311\226\166\352\160\137\171\022\153\344\243 --\007\132\005\357\047\111\317\041\237\212\114\011\160\146\251\046 --\301\053\021\116\063\322\016\374\326\154\322\016\062\144\150\377 --\255\005\170\137\003\035\250\343\220\254\044\340\017\100\247\113 --\256\213\050\267\202\312\030\007\346\267\133\164\351\040\031\177 --\262\033\211\124 --END -- --# Trust for Certificate "ApplicationCA - Japanese Government" --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 "ApplicationCA - Japanese Government" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\177\212\260\317\320\121\207\152\146\363\066\017\107\310\215\214 --\323\065\374\164 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\176\043\116\133\247\245\264\045\351\000\007\164\021\142\256\326 --END --CKA_ISSUER MULTILINE_OCTAL --\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145 --\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060 --\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164 --\151\157\156\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\061 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "GeoTrust Primary Certification Authority - G3" --# --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 Primary Certification Authority - G3" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030 --\017\037 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\376\060\202\002\346\240\003\002\001\002\002\020\025 --\254\156\224\031\262\171\113\101\366\047\251\303\030\017\037\060 --\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201 --\230\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\071\060\067\006\003\125\004\013\023 --\060\050\143\051\040\062\060\060\070\040\107\145\157\124\162\165 --\163\164\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\066\060\064\006\003\125\004\003\023\055\107\145\157\124 --\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063\060\036\027\015\060\070\060 --\064\060\062\060\060\060\060\060\060\132\027\015\063\067\061\062 --\060\061\062\063\065\071\065\071\132\060\201\230\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\071\060\067\006\003\125\004\013\023\060\050\143\051\040 --\062\060\060\070\040\107\145\157\124\162\165\163\164\040\111\156 --\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151 --\172\145\144\040\165\163\145\040\157\156\154\171\061\066\060\064 --\006\003\125\004\003\023\055\107\145\157\124\162\165\163\164\040 --\120\162\151\155\141\162\171\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 --\055\040\107\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\334\342\136\142\130\035\063\127\071\062\063 --\372\353\313\207\214\247\324\112\335\006\210\352\144\216\061\230 --\245\070\220\036\230\317\056\143\053\360\106\274\104\262\211\241 --\300\050\014\111\160\041\225\237\144\300\246\223\022\002\145\046 --\206\306\245\211\360\372\327\204\240\160\257\117\032\227\077\006 --\104\325\311\353\162\020\175\344\061\050\373\034\141\346\050\007 --\104\163\222\042\151\247\003\210\154\235\143\310\122\332\230\047 --\347\010\114\160\076\264\311\022\301\305\147\203\135\063\363\003 --\021\354\152\320\123\342\321\272\066\140\224\200\273\141\143\154 --\133\027\176\337\100\224\036\253\015\302\041\050\160\210\377\326 --\046\154\154\140\004\045\116\125\176\175\357\277\224\110\336\267 --\035\335\160\215\005\137\210\245\233\362\302\356\352\321\100\101 --\155\142\070\035\126\006\305\003\107\121\040\031\374\173\020\013 --\016\142\256\166\125\277\137\167\276\076\111\001\123\075\230\045 --\003\166\044\132\035\264\333\211\352\171\345\266\263\073\077\272 --\114\050\101\177\006\254\152\216\301\320\366\005\035\175\346\102 --\206\343\245\325\107\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\304\171\312\216\241\116 --\003\035\034\334\153\333\061\133\224\076\077\060\177\055\060\015 --\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202\001 --\001\000\055\305\023\317\126\200\173\172\170\275\237\256\054\231 --\347\357\332\337\224\136\011\151\247\347\156\150\214\275\162\276 --\107\251\016\227\022\270\112\361\144\323\071\337\045\064\324\301 --\315\116\201\360\017\004\304\044\263\064\226\306\246\252\060\337 --\150\141\163\327\371\216\205\211\357\016\136\225\050\112\052\047 --\217\020\216\056\174\206\304\002\236\332\014\167\145\016\104\015 --\222\375\375\263\026\066\372\021\015\035\214\016\007\211\152\051 --\126\367\162\364\335\025\234\167\065\146\127\253\023\123\330\216 --\301\100\305\327\023\026\132\162\307\267\151\001\304\172\261\203 --\001\150\175\215\101\241\224\030\301\045\134\374\360\376\203\002 --\207\174\015\015\317\056\010\134\112\100\015\076\354\201\141\346 --\044\333\312\340\016\055\007\262\076\126\334\215\365\101\205\007 --\110\233\014\013\313\111\077\175\354\267\375\313\215\147\211\032 --\253\355\273\036\243\000\010\010\027\052\202\134\061\135\106\212 --\055\017\206\233\164\331\105\373\324\100\261\172\252\150\055\206 --\262\231\042\341\301\053\307\234\370\363\137\250\202\022\353\031 --\021\055 --END -- --# Trust for Certificate "GeoTrust Primary Certification Authority - G3" --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 Primary Certification Authority - G3" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\003\236\355\270\013\347\240\074\151\123\211\073\040\322\331\062 --\072\114\052\375 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\265\350\064\066\311\020\104\130\110\160\155\056\203\324\270\005 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030 --\017\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_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "thawte Primary Root CA - G2" --# --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 Primary Root CA - G2" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013 --\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164 --\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167 --\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040 --\103\101\040\055\040\107\062 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013 --\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164 --\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167 --\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040 --\103\101\040\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256 --\327\126 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\002\210\060\202\002\015\240\003\002\001\002\002\020\065 --\374\046\134\331\204\117\311\075\046\075\127\233\256\327\126\060 --\012\006\010\052\206\110\316\075\004\003\003\060\201\204\061\013 --\060\011\006\003\125\004\006\023\002\125\123\061\025\060\023\006 --\003\125\004\012\023\014\164\150\141\167\164\145\054\040\111\156 --\143\056\061\070\060\066\006\003\125\004\013\023\057\050\143\051 --\040\062\060\060\067\040\164\150\141\167\164\145\054\040\111\156 --\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151 --\172\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042 --\006\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162 --\151\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040 --\107\062\060\036\027\015\060\067\061\061\060\065\060\060\060\060 --\060\060\132\027\015\063\070\060\061\061\070\062\063\065\071\065 --\071\132\060\201\204\061\013\060\011\006\003\125\004\006\023\002 --\125\123\061\025\060\023\006\003\125\004\012\023\014\164\150\141 --\167\164\145\054\040\111\156\143\056\061\070\060\066\006\003\125 --\004\013\023\057\050\143\051\040\062\060\060\067\040\164\150\141 --\167\164\145\054\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\044\060\042\006\003\125\004\003\023\033\164\150 --\141\167\164\145\040\120\162\151\155\141\162\171\040\122\157\157 --\164\040\103\101\040\055\040\107\062\060\166\060\020\006\007\052 --\206\110\316\075\002\001\006\005\053\201\004\000\042\003\142\000 --\004\242\325\234\202\173\225\235\361\122\170\207\376\212\026\277 --\005\346\337\243\002\117\015\007\306\000\121\272\014\002\122\055 --\042\244\102\071\304\376\217\352\311\301\276\324\115\377\237\172 --\236\342\261\174\232\255\247\206\011\163\207\321\347\232\343\172 --\245\252\156\373\272\263\160\300\147\210\242\065\324\243\232\261 --\375\255\302\357\061\372\250\271\363\373\010\306\221\321\373\051 --\225\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\232\330\000\060\000\347\153\177\205\030\356\213\266\316\212 --\014\370\021\341\273\060\012\006\010\052\206\110\316\075\004\003 --\003\003\151\000\060\146\002\061\000\335\370\340\127\107\133\247 --\346\012\303\275\365\200\212\227\065\015\033\211\074\124\206\167 --\050\312\241\364\171\336\265\346\070\260\360\145\160\214\177\002 --\124\302\277\377\330\241\076\331\317\002\061\000\304\215\224\374 --\334\123\322\334\235\170\026\037\025\063\043\123\122\343\132\061 --\135\235\312\256\275\023\051\104\015\047\133\250\347\150\234\022 --\367\130\077\056\162\002\127\243\217\241\024\056 --END -- --# Trust for Certificate "thawte Primary Root CA - G2" --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 Primary Root CA - G2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\252\333\274\042\043\217\304\001\241\047\273\070\335\364\035\333 --\010\236\360\022 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\164\235\352\140\044\304\375\042\123\076\314\072\162\331\051\117 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013 --\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164 --\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167 --\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040 --\103\101\040\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256 --\327\126 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "thawte Primary Root CA - G3" --# --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 Primary Root CA - G3" --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\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013 --\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 --\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 --\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040 --\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143 --\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172 --\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006 --\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151 --\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107 --\063 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013 --\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 --\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 --\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040 --\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143 --\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172 --\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006 --\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151 --\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107 --\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367 --\220\373 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\052\060\202\003\022\240\003\002\001\002\002\020\140 --\001\227\267\106\247\352\264\264\232\326\113\057\367\220\373\060 --\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201 --\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061\025 --\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145\054 --\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023\037 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156\061 --\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062\060 --\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056\040 --\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144 --\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003\125 --\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155\141 --\162\171\040\122\157\157\164\040\103\101\040\055\040\107\063\060 --\036\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132 --\027\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060 --\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145 --\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023 --\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123 --\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156 --\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062 --\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056 --\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145 --\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003 --\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155 --\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107\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\262\277\047\054\373\333\330\133\335\170\173\033\236\167\146 --\201\313\076\274\174\256\363\246\047\232\064\243\150\061\161\070 --\063\142\344\363\161\146\171\261\251\145\243\245\213\325\217\140 --\055\077\102\314\252\153\062\300\043\313\054\101\335\344\337\374 --\141\234\342\163\262\042\225\021\103\030\137\304\266\037\127\154 --\012\005\130\042\310\066\114\072\174\245\321\317\206\257\210\247 --\104\002\023\164\161\163\012\102\131\002\370\033\024\153\102\337 --\157\137\272\153\202\242\235\133\347\112\275\036\001\162\333\113 --\164\350\073\177\177\175\037\004\264\046\233\340\264\132\254\107 --\075\125\270\327\260\046\122\050\001\061\100\146\330\331\044\275 --\366\052\330\354\041\111\134\233\366\172\351\177\125\065\176\226 --\153\215\223\223\047\313\222\273\352\254\100\300\237\302\370\200 --\317\135\364\132\334\316\164\206\246\076\154\013\123\312\275\222 --\316\031\006\162\346\014\134\070\151\307\004\326\274\154\316\133 --\366\367\150\234\334\045\025\110\210\241\351\251\370\230\234\340 --\363\325\061\050\141\021\154\147\226\215\071\231\313\302\105\044 --\071\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\255\154\252\224\140\234\355\344\377\372 --\076\012\164\053\143\003\367\266\131\277\060\015\006\011\052\206 --\110\206\367\015\001\001\013\005\000\003\202\001\001\000\032\100 --\330\225\145\254\011\222\211\306\071\364\020\345\251\016\146\123 --\135\170\336\372\044\221\273\347\104\121\337\306\026\064\012\357 --\152\104\121\352\053\007\212\003\172\303\353\077\012\054\122\026 --\240\053\103\271\045\220\077\160\251\063\045\155\105\032\050\073 --\047\317\252\303\051\102\033\337\073\114\300\063\064\133\101\210 --\277\153\053\145\257\050\357\262\365\303\252\146\316\173\126\356 --\267\310\313\147\301\311\234\032\030\270\304\303\111\003\361\140 --\016\120\315\106\305\363\167\171\367\266\025\340\070\333\307\057 --\050\240\014\077\167\046\164\331\045\022\332\061\332\032\036\334 --\051\101\221\042\074\151\247\273\002\362\266\134\047\003\211\364 --\006\352\233\344\162\202\343\241\011\301\351\000\031\323\076\324 --\160\153\272\161\246\252\130\256\364\273\351\154\266\357\207\314 --\233\273\377\071\346\126\141\323\012\247\304\134\114\140\173\005 --\167\046\172\277\330\007\122\054\142\367\160\143\331\071\274\157 --\034\302\171\334\166\051\257\316\305\054\144\004\136\210\066\156 --\061\324\100\032\142\064\066\077\065\001\256\254\143\240 --END -- --# Trust for Certificate "thawte Primary Root CA - G3" --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 Primary Root CA - G3" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\361\213\123\215\033\351\003\266\246\360\126\103\133\027\025\211 --\312\363\153\362 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\373\033\135\103\212\224\315\104\306\166\362\103\113\107\347\061 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013 --\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 --\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 --\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040 --\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143 --\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172 --\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006 --\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151 --\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107 --\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367 --\220\373 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "GeoTrust Primary Certification Authority - G2" --# --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 Primary Certification Authority - G2" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076 --\303\153 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\002\256\060\202\002\065\240\003\002\001\002\002\020\074 --\262\364\110\012\000\342\376\353\044\073\136\140\076\303\153\060 --\012\006\010\052\206\110\316\075\004\003\003\060\201\230\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\071\060\067\006\003\125\004\013\023\060\050\143 --\051\040\062\060\060\067\040\107\145\157\124\162\165\163\164\040 --\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157 --\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\066 --\060\064\006\003\125\004\003\023\055\107\145\157\124\162\165\163 --\164\040\120\162\151\155\141\162\171\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\055\040\107\062\060\036\027\015\060\067\061\061\060\065 --\060\060\060\060\060\060\132\027\015\063\070\060\061\061\070\062 --\063\065\071\065\071\132\060\201\230\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\071 --\060\067\006\003\125\004\013\023\060\050\143\051\040\062\060\060 --\067\040\107\145\157\124\162\165\163\164\040\111\156\143\056\040 --\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144 --\040\165\163\145\040\157\156\154\171\061\066\060\064\006\003\125 --\004\003\023\055\107\145\157\124\162\165\163\164\040\120\162\151 --\155\141\162\171\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\055\040\107 --\062\060\166\060\020\006\007\052\206\110\316\075\002\001\006\005 --\053\201\004\000\042\003\142\000\004\025\261\350\375\003\025\103 --\345\254\353\207\067\021\142\357\322\203\066\122\175\105\127\013 --\112\215\173\124\073\072\156\137\025\002\300\120\246\317\045\057 --\175\312\110\270\307\120\143\034\052\041\010\174\232\066\330\013 --\376\321\046\305\130\061\060\050\045\363\135\135\243\270\266\245 --\264\222\355\154\054\237\353\335\103\211\242\074\113\110\221\035 --\120\354\046\337\326\140\056\275\041\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\137\065\127\121\125\373 --\045\262\255\003\151\374\001\243\372\276\021\125\325\060\012\006 --\010\052\206\110\316\075\004\003\003\003\147\000\060\144\002\060 --\144\226\131\246\350\011\336\213\272\372\132\210\210\360\037\221 --\323\106\250\362\112\114\002\143\373\154\137\070\333\056\101\223 --\251\016\346\235\334\061\034\262\240\247\030\034\171\341\307\066 --\002\060\072\126\257\232\164\154\366\373\203\340\063\323\010\137 --\241\234\302\133\237\106\326\266\313\221\006\143\242\006\347\063 --\254\076\250\201\022\320\313\272\320\222\013\266\236\226\252\004 --\017\212 --END -- --# Trust for Certificate "GeoTrust Primary Certification Authority - G2" --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 Primary Certification Authority - G2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\215\027\204\325\067\363\003\175\354\160\376\127\213\121\232\231 --\346\020\327\260 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\001\136\330\153\275\157\075\216\241\061\370\022\340\230\163\152 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076 --\303\153 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "VeriSign Universal Root Certification Authority" --# --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 "VeriSign Universal Root Certification Authority" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023 --\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162 --\163\141\154\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 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023 --\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162 --\163\141\154\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032 --\305\035 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\271\060\202\003\241\240\003\002\001\002\002\020\100 --\032\304\144\041\263\023\041\003\016\273\344\022\032\305\035\060 --\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201 --\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027 --\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147 --\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013 --\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164 --\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004 --\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151 --\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162 --\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040 --\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126 --\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141 --\154\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\060\036 --\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132\027 --\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060\201 --\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027 --\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147 --\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013 --\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164 --\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004 --\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151 --\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162 --\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040 --\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126 --\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141 --\154\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\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\307 --\141\067\136\261\001\064\333\142\327\025\233\377\130\132\214\043 --\043\326\140\216\221\327\220\230\203\172\346\130\031\070\214\305 --\366\345\144\205\264\242\161\373\355\275\271\332\315\115\000\264 --\310\055\163\245\307\151\161\225\037\071\074\262\104\007\234\350 --\016\372\115\112\304\041\337\051\141\217\062\042\141\202\305\207 --\037\156\214\174\137\026\040\121\104\321\160\117\127\352\343\034 --\343\314\171\356\130\330\016\302\263\105\223\300\054\347\232\027 --\053\173\000\067\172\101\063\170\341\063\342\363\020\032\177\207 --\054\276\366\365\367\102\342\345\277\207\142\211\137\000\113\337 --\305\335\344\165\104\062\101\072\036\161\156\151\313\013\165\106 --\010\321\312\322\053\225\320\317\373\271\100\153\144\214\127\115 --\374\023\021\171\204\355\136\124\366\064\237\010\001\363\020\045 --\006\027\112\332\361\035\172\146\153\230\140\146\244\331\357\322 --\056\202\361\360\357\011\352\104\311\025\152\342\003\156\063\323 --\254\237\125\000\307\366\010\152\224\271\137\334\340\063\361\204 --\140\371\133\047\021\264\374\026\362\273\126\152\200\045\215\002 --\003\001\000\001\243\201\262\060\201\257\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\155\006\010\053 --\006\001\005\005\007\001\014\004\141\060\137\241\135\240\133\060 --\131\060\127\060\125\026\011\151\155\141\147\145\057\147\151\146 --\060\041\060\037\060\007\006\005\053\016\003\002\032\004\024\217 --\345\323\032\206\254\215\216\153\303\317\200\152\324\110\030\054 --\173\031\056\060\045\026\043\150\164\164\160\072\057\057\154\157 --\147\157\056\166\145\162\151\163\151\147\156\056\143\157\155\057 --\166\163\154\157\147\157\056\147\151\146\060\035\006\003\125\035 --\016\004\026\004\024\266\167\372\151\110\107\237\123\022\325\302 --\352\007\062\166\007\321\227\007\031\060\015\006\011\052\206\110 --\206\367\015\001\001\013\005\000\003\202\001\001\000\112\370\370 --\260\003\346\054\147\173\344\224\167\143\314\156\114\371\175\016 --\015\334\310\271\065\271\160\117\143\372\044\372\154\203\214\107 --\235\073\143\363\232\371\166\062\225\221\261\167\274\254\232\276 --\261\344\061\041\306\201\225\126\132\016\261\302\324\261\246\131 --\254\361\143\313\270\114\035\131\220\112\357\220\026\050\037\132 --\256\020\373\201\120\070\014\154\314\361\075\303\365\143\343\263 --\343\041\311\044\071\351\375\025\146\106\364\033\021\320\115\163 --\243\175\106\371\075\355\250\137\142\324\361\077\370\340\164\127 --\053\030\235\201\264\304\050\332\224\227\245\160\353\254\035\276 --\007\021\360\325\333\335\345\214\360\325\062\260\203\346\127\342 --\217\277\276\241\252\277\075\035\265\324\070\352\327\260\134\072 --\117\152\077\217\300\146\154\143\252\351\331\244\026\364\201\321 --\225\024\016\175\315\225\064\331\322\217\160\163\201\173\234\176 --\275\230\141\330\105\207\230\220\305\353\206\060\306\065\277\360 --\377\303\125\210\203\113\357\005\222\006\161\362\270\230\223\267 --\354\315\202\141\361\070\346\117\227\230\052\132\215 --END -- --# Trust for Certificate "VeriSign Universal Root Certification Authority" --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 "VeriSign Universal Root Certification Authority" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\066\171\312\065\146\207\162\060\115\060\245\373\207\073\017\247 --\173\267\015\124 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\216\255\265\001\252\115\201\344\214\035\321\341\024\000\225\031 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023 --\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162 --\163\141\154\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032 --\305\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_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "VeriSign Class 3 Public Primary Certification Authority - G4" --# --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 "VeriSign Class 3 Public Primary Certification Authority - G4" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023 --\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040 --\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171 --\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\055\040\107\064 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023 --\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040 --\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171 --\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\055\040\107\064 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207 --\254\263 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\204\060\202\003\012\240\003\002\001\002\002\020\057 --\200\376\043\214\016\042\017\110\147\022\050\221\207\254\263\060 --\012\006\010\052\206\110\316\075\004\003\003\060\201\312\061\013 --\060\011\006\003\125\004\006\023\002\125\123\061\027\060\025\006 --\003\125\004\012\023\016\126\145\162\151\123\151\147\156\054\040 --\111\156\143\056\061\037\060\035\006\003\125\004\013\023\026\126 --\145\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145 --\164\167\157\162\153\061\072\060\070\006\003\125\004\013\023\061 --\050\143\051\040\062\060\060\067\040\126\145\162\151\123\151\147 --\156\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\105\060\103\006\003\125\004\003\023\074\126\145\162\151 --\123\151\147\156\040\103\154\141\163\163\040\063\040\120\165\142 --\154\151\143\040\120\162\151\155\141\162\171\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\055\040\107\064\060\036\027\015\060\067\061\061 --\060\065\060\060\060\060\060\060\132\027\015\063\070\060\061\061 --\070\062\063\065\071\065\071\132\060\201\312\061\013\060\011\006 --\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004 --\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143 --\056\061\037\060\035\006\003\125\004\013\023\026\126\145\162\151 --\123\151\147\156\040\124\162\165\163\164\040\116\145\164\167\157 --\162\153\061\072\060\070\006\003\125\004\013\023\061\050\143\051 --\040\062\060\060\067\040\126\145\162\151\123\151\147\156\054\040 --\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157 --\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\105 --\060\103\006\003\125\004\003\023\074\126\145\162\151\123\151\147 --\156\040\103\154\141\163\163\040\063\040\120\165\142\154\151\143 --\040\120\162\151\155\141\162\171\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\055\040\107\064\060\166\060\020\006\007\052\206\110\316\075 --\002\001\006\005\053\201\004\000\042\003\142\000\004\247\126\172 --\174\122\332\144\233\016\055\134\330\136\254\222\075\376\001\346 --\031\112\075\024\003\113\372\140\047\040\331\203\211\151\372\124 --\306\232\030\136\125\052\144\336\006\366\215\112\073\255\020\074 --\145\075\220\210\004\211\340\060\141\263\256\135\001\247\173\336 --\174\262\276\312\145\141\000\206\256\332\217\173\320\211\255\115 --\035\131\232\101\261\274\107\200\334\236\142\303\371\243\201\262 --\060\201\257\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\155\006\010\053\006\001\005\005\007\001\014 --\004\141\060\137\241\135\240\133\060\131\060\127\060\125\026\011 --\151\155\141\147\145\057\147\151\146\060\041\060\037\060\007\006 --\005\053\016\003\002\032\004\024\217\345\323\032\206\254\215\216 --\153\303\317\200\152\324\110\030\054\173\031\056\060\045\026\043 --\150\164\164\160\072\057\057\154\157\147\157\056\166\145\162\151 --\163\151\147\156\056\143\157\155\057\166\163\154\157\147\157\056 --\147\151\146\060\035\006\003\125\035\016\004\026\004\024\263\026 --\221\375\356\246\156\344\265\056\111\217\207\170\201\200\354\345 --\261\265\060\012\006\010\052\206\110\316\075\004\003\003\003\150 --\000\060\145\002\060\146\041\014\030\046\140\132\070\173\126\102 --\340\247\374\066\204\121\221\040\054\166\115\103\075\304\035\204 --\043\320\254\326\174\065\006\316\315\151\275\220\015\333\154\110 --\102\035\016\252\102\002\061\000\234\075\110\071\043\071\130\032 --\025\022\131\152\236\357\325\131\262\035\122\054\231\161\315\307 --\051\337\033\052\141\173\161\321\336\363\300\345\015\072\112\252 --\055\247\330\206\052\335\056\020 --END -- --# Trust for Certificate "VeriSign Class 3 Public Primary Certification Authority - G4" --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 "VeriSign Class 3 Public Primary Certification Authority - G4" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\042\325\330\337\217\002\061\321\215\367\235\267\317\212\055\144 --\311\077\154\072 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\072\122\341\347\375\157\072\343\157\363\157\231\033\371\042\101 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023 --\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040 --\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171 --\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\055\040\107\064 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207 --\254\263 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "NetLock Arany (Class Gold) FÅ‘tanúsítvány" --# --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 "NetLock Arany (Class Gold) FÅ‘tanúsítvány" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145 --\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003 --\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303 --\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164 --\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143 --\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145 --\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141 --\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303 --\272\163\303\255\164\166\303\241\156\171 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145 --\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003 --\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303 --\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164 --\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143 --\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145 --\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141 --\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303 --\272\163\303\255\164\166\303\241\156\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\006\111\101\054\344\000\020 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\025\060\202\002\375\240\003\002\001\002\002\006\111 --\101\054\344\000\020\060\015\006\011\052\206\110\206\367\015\001 --\001\013\005\000\060\201\247\061\013\060\011\006\003\125\004\006 --\023\002\110\125\061\021\060\017\006\003\125\004\007\014\010\102 --\165\144\141\160\145\163\164\061\025\060\023\006\003\125\004\012 --\014\014\116\145\164\114\157\143\153\040\113\146\164\056\061\067 --\060\065\006\003\125\004\013\014\056\124\141\156\303\272\163\303 --\255\164\166\303\241\156\171\153\151\141\144\303\263\153\040\050 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\051\061\065\060\063\006\003\125\004\003 --\014\054\116\145\164\114\157\143\153\040\101\162\141\156\171\040 --\050\103\154\141\163\163\040\107\157\154\144\051\040\106\305\221 --\164\141\156\303\272\163\303\255\164\166\303\241\156\171\060\036 --\027\015\060\070\061\062\061\061\061\065\060\070\062\061\132\027 --\015\062\070\061\062\060\066\061\065\060\070\062\061\132\060\201 --\247\061\013\060\011\006\003\125\004\006\023\002\110\125\061\021 --\060\017\006\003\125\004\007\014\010\102\165\144\141\160\145\163 --\164\061\025\060\023\006\003\125\004\012\014\014\116\145\164\114 --\157\143\153\040\113\146\164\056\061\067\060\065\006\003\125\004 --\013\014\056\124\141\156\303\272\163\303\255\164\166\303\241\156 --\171\153\151\141\144\303\263\153\040\050\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163 --\051\061\065\060\063\006\003\125\004\003\014\054\116\145\164\114 --\157\143\153\040\101\162\141\156\171\040\050\103\154\141\163\163 --\040\107\157\154\144\051\040\106\305\221\164\141\156\303\272\163 --\303\255\164\166\303\241\156\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\304\044\136\163\276\113\155 --\024\303\241\364\343\227\220\156\322\060\105\036\074\356\147\331 --\144\340\032\212\177\312\060\312\203\343\040\301\343\364\072\323 --\224\137\032\174\133\155\277\060\117\204\047\366\237\037\111\274 --\306\231\012\220\362\017\365\177\103\204\067\143\121\213\172\245 --\160\374\172\130\315\216\233\355\303\106\154\204\160\135\332\363 --\001\220\043\374\116\060\251\176\341\047\143\347\355\144\074\240 --\270\311\063\143\376\026\220\377\260\270\375\327\250\300\300\224 --\103\013\266\325\131\246\236\126\320\044\037\160\171\257\333\071 --\124\015\145\165\331\025\101\224\001\257\136\354\366\215\361\377 --\255\144\376\040\232\327\134\353\376\246\037\010\144\243\213\166 --\125\255\036\073\050\140\056\207\045\350\252\257\037\306\144\106 --\040\267\160\177\074\336\110\333\226\123\267\071\167\344\032\342 --\307\026\204\166\227\133\057\273\031\025\205\370\151\205\365\231 --\247\251\362\064\247\251\266\246\003\374\157\206\075\124\174\166 --\004\233\153\371\100\135\000\064\307\056\231\165\235\345\210\003 --\252\115\370\003\322\102\166\300\033\002\003\000\250\213\243\105 --\060\103\060\022\006\003\125\035\023\001\001\377\004\010\060\006 --\001\001\377\002\001\004\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\314\372\147\223\360\266\270\320\245\300\036\363\123\375\214 --\123\337\203\327\226\060\015\006\011\052\206\110\206\367\015\001 --\001\013\005\000\003\202\001\001\000\253\177\356\034\026\251\234 --\074\121\000\240\300\021\010\005\247\231\346\157\001\210\124\141 --\156\361\271\030\255\112\255\376\201\100\043\224\057\373\165\174 --\057\050\113\142\044\201\202\013\365\141\361\034\156\270\141\070 --\353\201\372\142\241\073\132\142\323\224\145\304\341\346\155\202 --\370\057\045\160\262\041\046\301\162\121\037\214\054\303\204\220 --\303\132\217\272\317\364\247\145\245\353\230\321\373\005\262\106 --\165\025\043\152\157\205\143\060\200\360\325\236\037\051\034\302 --\154\260\120\131\135\220\133\073\250\015\060\317\277\175\177\316 --\361\235\203\275\311\106\156\040\246\371\141\121\272\041\057\173 --\276\245\025\143\241\324\225\207\361\236\271\363\211\363\075\205 --\270\270\333\276\265\271\051\371\332\067\005\000\111\224\003\204 --\104\347\277\103\061\317\165\213\045\321\364\246\144\365\222\366 --\253\005\353\075\351\245\013\066\142\332\314\006\137\066\213\266 --\136\061\270\052\373\136\366\161\337\104\046\236\304\346\015\221 --\264\056\165\225\200\121\152\113\060\246\260\142\241\223\361\233 --\330\316\304\143\165\077\131\107\261 --END -- --# Trust for Certificate "NetLock Arany (Class Gold) FÅ‘tanúsítvány" --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 "NetLock Arany (Class Gold) FÅ‘tanúsítvány" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\006\010\077\131\077\025\241\004\240\151\244\153\251\003\320\006 --\267\227\011\221 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\305\241\267\377\163\335\326\327\064\062\030\337\374\074\255\210 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145 --\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003 --\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303 --\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164 --\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143 --\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145 --\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141 --\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303 --\272\163\303\255\164\166\303\241\156\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\006\111\101\054\344\000\020 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Staat der Nederlanden Root CA - G2" --# --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 "Staat der Nederlanden Root CA - G2" --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\116\114\061 --\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061 --\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040 --\122\157\157\164\040\103\101\040\055\040\107\062 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061 --\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061 --\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040 --\122\157\157\164\040\103\101\040\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\000\230\226\214 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\312\060\202\003\262\240\003\002\001\002\002\004\000 --\230\226\214\060\015\006\011\052\206\110\206\367\015\001\001\013 --\005\000\060\132\061\013\060\011\006\003\125\004\006\023\002\116 --\114\061\036\060\034\006\003\125\004\012\014\025\123\164\141\141 --\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145 --\156\061\053\060\051\006\003\125\004\003\014\042\123\164\141\141 --\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145 --\156\040\122\157\157\164\040\103\101\040\055\040\107\062\060\036 --\027\015\060\070\060\063\062\066\061\061\061\070\061\067\132\027 --\015\062\060\060\063\062\065\061\061\060\063\061\060\132\060\132 --\061\013\060\011\006\003\125\004\006\023\002\116\114\061\036\060 --\034\006\003\125\004\012\014\025\123\164\141\141\164\040\144\145 --\162\040\116\145\144\145\162\154\141\156\144\145\156\061\053\060 --\051\006\003\125\004\003\014\042\123\164\141\141\164\040\144\145 --\162\040\116\145\144\145\162\154\141\156\144\145\156\040\122\157 --\157\164\040\103\101\040\055\040\107\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\305\131\347\157\165 --\252\076\113\234\265\270\254\236\013\344\371\331\312\253\135\217 --\265\071\020\202\327\257\121\340\073\341\000\110\152\317\332\341 --\006\103\021\231\252\024\045\022\255\042\350\000\155\103\304\251 --\270\345\037\211\113\147\275\141\110\357\375\322\340\140\210\345 --\271\030\140\050\303\167\053\255\260\067\252\067\336\144\131\052 --\106\127\344\113\271\370\067\174\325\066\347\200\301\266\363\324 --\147\233\226\350\316\327\306\012\123\320\153\111\226\363\243\013 --\005\167\110\367\045\345\160\254\060\024\040\045\343\177\165\132 --\345\110\370\116\173\003\007\004\372\202\141\207\156\360\073\304 --\244\307\320\365\164\076\245\135\032\010\362\233\045\322\366\254 --\004\046\076\125\072\142\050\245\173\262\060\257\370\067\302\321 --\272\326\070\375\364\357\111\060\067\231\046\041\110\205\001\251 --\345\026\347\334\220\125\337\017\350\070\315\231\067\041\117\135 --\365\042\157\152\305\022\026\140\027\125\362\145\146\246\247\060 --\221\070\301\070\035\206\004\204\272\032\045\170\136\235\257\314 --\120\140\326\023\207\122\355\143\037\155\145\175\302\025\030\164 --\312\341\176\144\051\214\162\330\026\023\175\013\111\112\361\050 --\033\040\164\153\305\075\335\260\252\110\011\075\056\202\224\315 --\032\145\331\053\210\232\231\274\030\176\237\356\175\146\174\076 --\275\224\270\201\316\315\230\060\170\301\157\147\320\276\137\340 --\150\355\336\342\261\311\054\131\170\222\252\337\053\140\143\362 --\345\136\271\343\312\372\177\120\206\076\242\064\030\014\011\150 --\050\021\034\344\341\271\134\076\107\272\062\077\030\314\133\204 --\365\363\153\164\304\162\164\341\343\213\240\112\275\215\146\057 --\352\255\065\332\040\323\210\202\141\360\022\042\266\274\320\325 --\244\354\257\124\210\045\044\074\247\155\261\162\051\077\076\127 --\246\177\125\257\156\046\306\376\347\314\100\134\121\104\201\012 --\170\336\112\316\125\277\035\325\331\267\126\357\360\166\377\013 --\171\265\257\275\373\251\151\221\106\227\150\200\024\066\035\263 --\177\273\051\230\066\245\040\372\202\140\142\063\244\354\326\272 --\007\247\156\305\317\024\246\347\326\222\064\330\201\365\374\035 --\135\252\134\036\366\243\115\073\270\367\071\002\003\001\000\001 --\243\201\227\060\201\224\060\017\006\003\125\035\023\001\001\377 --\004\005\060\003\001\001\377\060\122\006\003\125\035\040\004\113 --\060\111\060\107\006\004\125\035\040\000\060\077\060\075\006\010 --\053\006\001\005\005\007\002\001\026\061\150\164\164\160\072\057 --\057\167\167\167\056\160\153\151\157\166\145\162\150\145\151\144 --\056\156\154\057\160\157\154\151\143\151\145\163\057\162\157\157 --\164\055\160\157\154\151\143\171\055\107\062\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\221\150\062\207\025\035\211\342\265\361 --\254\066\050\064\215\013\174\142\210\353\060\015\006\011\052\206 --\110\206\367\015\001\001\013\005\000\003\202\002\001\000\250\101 --\112\147\052\222\201\202\120\156\341\327\330\263\071\073\363\002 --\025\011\120\121\357\055\275\044\173\210\206\073\371\264\274\222 --\011\226\271\366\300\253\043\140\006\171\214\021\116\121\322\171 --\200\063\373\235\110\276\354\101\103\201\037\176\107\100\034\345 --\172\010\312\252\213\165\255\024\304\302\350\146\074\202\007\247 --\346\047\202\133\030\346\017\156\331\120\076\212\102\030\051\306 --\264\126\374\126\020\240\005\027\275\014\043\177\364\223\355\234 --\032\121\276\335\105\101\277\221\044\264\037\214\351\137\317\173 --\041\231\237\225\237\071\072\106\034\154\371\315\173\234\220\315 --\050\251\307\251\125\273\254\142\064\142\065\023\113\024\072\125 --\203\271\206\215\222\246\306\364\007\045\124\314\026\127\022\112 --\202\170\310\024\331\027\202\046\055\135\040\037\171\256\376\324 --\160\026\026\225\203\330\065\071\377\122\135\165\034\026\305\023 --\125\317\107\314\165\145\122\112\336\360\260\247\344\012\226\013 --\373\255\302\342\045\204\262\335\344\275\176\131\154\233\360\360 --\330\347\312\362\351\227\070\176\211\276\314\373\071\027\141\077 --\162\333\072\221\330\145\001\031\035\255\120\244\127\012\174\113 --\274\234\161\163\052\105\121\031\205\314\216\375\107\247\164\225 --\035\250\321\257\116\027\261\151\046\302\252\170\127\133\305\115 --\247\345\236\005\027\224\312\262\137\240\111\030\215\064\351\046 --\154\110\036\252\150\222\005\341\202\163\132\233\334\007\133\010 --\155\175\235\327\215\041\331\374\024\040\252\302\105\337\077\347 --\000\262\121\344\302\370\005\271\171\032\214\064\363\236\133\344 --\067\133\153\112\337\054\127\212\100\132\066\272\335\165\104\010 --\067\102\160\014\376\334\136\041\240\243\212\300\220\234\150\332 --\120\346\105\020\107\170\266\116\322\145\311\303\067\337\341\102 --\143\260\127\067\105\055\173\212\234\277\005\352\145\125\063\367 --\071\020\305\050\052\041\172\033\212\304\044\371\077\025\310\232 --\025\040\365\125\142\226\355\155\223\120\274\344\252\170\255\331 --\313\012\145\207\246\146\301\304\201\243\167\072\130\036\013\356 --\203\213\235\036\322\122\244\314\035\157\260\230\155\224\061\265 --\370\161\012\334\271\374\175\062\140\346\353\257\212\001 --END -- --# Trust for Certificate "Staat der Nederlanden Root CA - G2" --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 "Staat der Nederlanden Root CA - G2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\131\257\202\171\221\206\307\264\165\007\313\317\003\127\106\353 --\004\335\267\026 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\174\245\017\370\133\232\175\155\060\256\124\132\343\102\242\212 --END --CKA_ISSUER MULTILINE_OCTAL --\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061 --\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061 --\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040 --\122\157\157\164\040\103\101\040\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\000\230\226\214 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "CA Disig" --# --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 "CA Disig" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061 --\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163 --\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104 --\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125 --\004\003\023\010\103\101\040\104\151\163\151\147 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061 --\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163 --\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104 --\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125 --\004\003\023\010\103\101\040\104\151\163\151\147 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\017\060\202\002\367\240\003\002\001\002\002\001\001 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061\023 --\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163\154 --\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104\151 --\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125\004 --\003\023\010\103\101\040\104\151\163\151\147\060\036\027\015\060 --\066\060\063\062\062\060\061\063\071\063\064\132\027\015\061\066 --\060\063\062\062\060\061\063\071\063\064\132\060\112\061\013\060 --\011\006\003\125\004\006\023\002\123\113\061\023\060\021\006\003 --\125\004\007\023\012\102\162\141\164\151\163\154\141\166\141\061 --\023\060\021\006\003\125\004\012\023\012\104\151\163\151\147\040 --\141\056\163\056\061\021\060\017\006\003\125\004\003\023\010\103 --\101\040\104\151\163\151\147\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\366\061\301\175\210\375\231 --\001\251\330\173\362\161\165\361\061\306\363\165\146\372\121\050 --\106\204\227\170\064\274\154\374\274\105\131\210\046\030\112\304 --\067\037\241\112\104\275\343\161\004\365\104\027\342\077\374\110 --\130\157\134\236\172\011\272\121\067\042\043\146\103\041\260\074 --\144\242\370\152\025\016\077\353\121\341\124\251\335\006\231\327 --\232\074\124\213\071\003\077\017\305\316\306\353\203\162\002\250 --\037\161\363\055\370\165\010\333\142\114\350\372\316\371\347\152 --\037\266\153\065\202\272\342\217\026\222\175\005\014\154\106\003 --\135\300\355\151\277\072\301\212\240\350\216\331\271\105\050\207 --\010\354\264\312\025\276\202\335\265\104\213\055\255\206\014\150 --\142\155\205\126\362\254\024\143\072\306\321\231\254\064\170\126 --\113\317\266\255\077\214\212\327\004\345\343\170\114\365\206\252 --\365\217\372\075\154\161\243\055\312\147\353\150\173\156\063\251 --\014\202\050\250\114\152\041\100\025\040\014\046\133\203\302\251 --\026\025\300\044\202\135\053\026\255\312\143\366\164\000\260\337 --\103\304\020\140\126\147\143\105\002\003\001\000\001\243\201\377 --\060\201\374\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\215 --\262\111\150\235\162\010\045\271\300\047\365\120\223\126\110\106 --\161\371\217\060\016\006\003\125\035\017\001\001\377\004\004\003 --\002\001\006\060\066\006\003\125\035\021\004\057\060\055\201\023 --\143\141\157\160\145\162\141\164\157\162\100\144\151\163\151\147 --\056\163\153\206\026\150\164\164\160\072\057\057\167\167\167\056 --\144\151\163\151\147\056\163\153\057\143\141\060\146\006\003\125 --\035\037\004\137\060\135\060\055\240\053\240\051\206\047\150\164 --\164\160\072\057\057\167\167\167\056\144\151\163\151\147\056\163 --\153\057\143\141\057\143\162\154\057\143\141\137\144\151\163\151 --\147\056\143\162\154\060\054\240\052\240\050\206\046\150\164\164 --\160\072\057\057\143\141\056\144\151\163\151\147\056\163\153\057 --\143\141\057\143\162\154\057\143\141\137\144\151\163\151\147\056 --\143\162\154\060\032\006\003\125\035\040\004\023\060\021\060\017 --\006\015\053\201\036\221\223\346\012\000\000\000\001\001\001\060 --\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202 --\001\001\000\135\064\164\141\114\257\073\330\377\237\155\130\066 --\034\075\013\201\015\022\053\106\020\200\375\347\074\047\320\172 --\310\251\266\176\164\060\063\243\072\212\173\164\300\171\171\102 --\223\155\377\261\051\024\202\253\041\214\057\027\371\077\046\057 --\365\131\306\357\200\006\267\232\111\051\354\316\176\161\074\152 --\020\101\300\366\323\232\262\174\132\221\234\300\254\133\310\115 --\136\367\341\123\377\103\167\374\236\113\147\154\327\363\203\321 --\240\340\177\045\337\270\230\013\232\062\070\154\060\240\363\377 --\010\025\063\367\120\112\173\076\243\076\040\251\334\057\126\200 --\012\355\101\120\260\311\364\354\262\343\046\104\000\016\157\236 --\006\274\042\226\123\160\145\304\120\012\106\153\244\057\047\201 --\022\047\023\137\020\241\166\316\212\173\067\352\303\071\141\003 --\225\230\072\347\154\210\045\010\374\171\150\015\207\175\142\370 --\264\137\373\305\330\114\275\130\274\077\103\133\324\036\001\115 --\074\143\276\043\357\214\315\132\120\270\150\124\371\012\231\063 --\021\000\341\236\302\106\167\202\365\131\006\214\041\114\207\011 --\315\345\250 --END -- --# Trust for Certificate "CA Disig" --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 "CA Disig" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\052\310\325\213\127\316\277\057\111\257\362\374\166\217\121\024 --\142\220\172\101 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\077\105\226\071\342\120\207\367\273\376\230\014\074\040\230\346 --END --CKA_ISSUER MULTILINE_OCTAL --\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061 --\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163 --\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104 --\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125 --\004\003\023\010\103\101\040\104\151\163\151\147 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Juur-SK" --# --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 "Juur-SK" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011 --\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011 --\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125 --\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163 --\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060 --\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011 --\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011 --\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125 --\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163 --\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060 --\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\073\216\113\374 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\346\060\202\003\316\240\003\002\001\002\002\004\073 --\216\113\374\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\060\135\061\030\060\026\006\011\052\206\110\206\367\015 --\001\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013 --\060\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006 --\003\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151 --\164\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061 --\020\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123 --\113\060\036\027\015\060\061\060\070\063\060\061\064\062\063\060 --\061\132\027\015\061\066\060\070\062\066\061\064\062\063\060\061 --\132\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001 --\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060 --\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003 --\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164 --\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020 --\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113 --\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\201\161\066\076\063\007\326\343\060\215\023\176\167\062\106 --\313\317\031\262\140\061\106\227\206\364\230\106\244\302\145\105 --\317\323\100\174\343\132\042\250\020\170\063\314\210\261\323\201 --\112\366\142\027\173\137\115\012\056\320\317\213\043\356\117\002 --\116\273\353\016\312\275\030\143\350\200\034\215\341\034\215\075 --\340\377\133\137\352\144\345\227\350\077\231\177\014\012\011\063 --\000\032\123\247\041\341\070\113\326\203\033\255\257\144\302\371 --\034\172\214\146\110\115\146\037\030\012\342\076\273\037\007\145 --\223\205\271\032\260\271\304\373\015\021\366\365\326\371\033\307 --\054\053\267\030\121\376\340\173\366\250\110\257\154\073\117\057 --\357\370\321\107\036\046\127\360\121\035\063\226\377\357\131\075 --\332\115\321\025\064\307\352\077\026\110\173\221\034\200\103\017 --\075\270\005\076\321\263\225\315\330\312\017\302\103\147\333\267 --\223\340\042\202\056\276\365\150\050\203\271\301\073\151\173\040 --\332\116\234\155\341\272\315\217\172\154\260\011\042\327\213\013 --\333\034\325\132\046\133\015\300\352\345\140\320\237\376\065\337 --\077\002\003\001\000\001\243\202\001\254\060\202\001\250\060\017 --\006\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060 --\202\001\026\006\003\125\035\040\004\202\001\015\060\202\001\011 --\060\202\001\005\006\012\053\006\001\004\001\316\037\001\001\001 --\060\201\366\060\201\320\006\010\053\006\001\005\005\007\002\002 --\060\201\303\036\201\300\000\123\000\145\000\145\000\040\000\163 --\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141 --\000\141\000\164\000\040\000\157\000\156\000\040\000\166\000\344 --\000\154\000\152\000\141\000\163\000\164\000\141\000\164\000\165 --\000\144\000\040\000\101\000\123\000\055\000\151\000\163\000\040 --\000\123\000\145\000\162\000\164\000\151\000\146\000\151\000\164 --\000\163\000\145\000\145\000\162\000\151\000\155\000\151\000\163 --\000\153\000\145\000\163\000\153\000\165\000\163\000\040\000\141 --\000\154\000\141\000\155\000\055\000\123\000\113\000\040\000\163 --\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141 --\000\141\000\164\000\151\000\144\000\145\000\040\000\153\000\151 --\000\156\000\156\000\151\000\164\000\141\000\155\000\151\000\163 --\000\145\000\153\000\163\060\041\006\010\053\006\001\005\005\007 --\002\001\026\025\150\164\164\160\072\057\057\167\167\167\056\163 --\153\056\145\145\057\143\160\163\057\060\053\006\003\125\035\037 --\004\044\060\042\060\040\240\036\240\034\206\032\150\164\164\160 --\072\057\057\167\167\167\056\163\153\056\145\145\057\152\165\165 --\162\057\143\162\154\057\060\035\006\003\125\035\016\004\026\004 --\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030\077 --\157\357\351\175\276\060\037\006\003\125\035\043\004\030\060\026 --\200\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030 --\077\157\357\351\175\276\060\016\006\003\125\035\017\001\001\377 --\004\004\003\002\001\346\060\015\006\011\052\206\110\206\367\015 --\001\001\005\005\000\003\202\001\001\000\173\301\030\224\123\242 --\011\363\376\046\147\232\120\344\303\005\057\053\065\170\221\114 --\174\250\021\021\171\114\111\131\254\310\367\205\145\134\106\273 --\073\020\240\002\257\315\117\265\314\066\052\354\135\376\357\240 --\221\311\266\223\157\174\200\124\354\307\010\160\015\216\373\202 --\354\052\140\170\151\066\066\321\305\234\213\151\265\100\310\224 --\145\167\362\127\041\146\073\316\205\100\266\063\143\032\277\171 --\036\374\134\035\323\035\223\033\213\014\135\205\275\231\060\062 --\030\011\221\122\351\174\241\272\377\144\222\232\354\376\065\356 --\214\057\256\374\040\206\354\112\336\033\170\062\067\246\201\322 --\235\257\132\022\026\312\231\133\374\157\155\016\305\240\036\206 --\311\221\320\134\230\202\137\143\014\212\132\253\330\225\246\314 --\313\212\326\277\144\113\216\312\212\262\260\351\041\062\236\252 --\250\205\230\064\201\071\041\073\250\072\122\062\075\366\153\067 --\206\006\132\025\230\334\360\021\146\376\064\040\267\003\364\101 --\020\175\071\204\171\226\162\143\266\226\002\345\153\271\255\031 --\115\273\306\104\333\066\313\052\234\216 --END -- --# Trust for Certificate "Juur-SK" --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 "Juur-SK" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\100\235\113\331\027\265\134\047\266\233\144\313\230\042\104\015 --\315\011\270\211 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\252\216\135\331\370\333\012\130\267\215\046\207\154\202\065\125 --END --CKA_ISSUER MULTILINE_OCTAL --\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011 --\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011 --\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125 --\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163 --\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060 --\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\073\216\113\374 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Hongkong Post Root CA 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 "Hongkong Post Root CA 1" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061 --\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157 --\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003 --\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040 --\122\157\157\164\040\103\101\040\061 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061 --\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157 --\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003 --\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040 --\122\157\157\164\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\002\003\350 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\060\060\202\002\030\240\003\002\001\002\002\002\003 --\350\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000 --\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061 --\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157 --\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003 --\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040 --\122\157\157\164\040\103\101\040\061\060\036\027\015\060\063\060 --\065\061\065\060\065\061\063\061\064\132\027\015\062\063\060\065 --\061\065\060\064\065\062\062\071\132\060\107\061\013\060\011\006 --\003\125\004\006\023\002\110\113\061\026\060\024\006\003\125\004 --\012\023\015\110\157\156\147\153\157\156\147\040\120\157\163\164 --\061\040\060\036\006\003\125\004\003\023\027\110\157\156\147\153 --\157\156\147\040\120\157\163\164\040\122\157\157\164\040\103\101 --\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\254\377\070\266\351\146\002\111\343\242\264\341\220 --\371\100\217\171\371\342\275\171\376\002\275\356\044\222\035\042 --\366\332\205\162\151\376\327\077\011\324\335\221\265\002\234\320 --\215\132\341\125\303\120\206\271\051\046\302\343\331\240\361\151 --\003\050\040\200\105\042\055\126\247\073\124\225\126\042\131\037 --\050\337\037\040\075\155\242\066\276\043\240\261\156\265\261\047 --\077\071\123\011\352\253\152\350\164\262\302\145\134\216\277\174 --\303\170\204\315\236\026\374\365\056\117\040\052\010\237\167\363 --\305\036\304\232\122\146\036\110\136\343\020\006\217\042\230\341 --\145\216\033\135\043\146\073\270\245\062\121\310\206\252\241\251 --\236\177\166\224\302\246\154\267\101\360\325\310\006\070\346\324 --\014\342\363\073\114\155\120\214\304\203\047\301\023\204\131\075 --\236\165\164\266\330\002\136\072\220\172\300\102\066\162\354\152 --\115\334\357\304\000\337\023\030\127\137\046\170\310\326\012\171 --\167\277\367\257\267\166\271\245\013\204\027\135\020\352\157\341 --\253\225\021\137\155\074\243\134\115\203\133\362\263\031\212\200 --\213\013\207\002\003\001\000\001\243\046\060\044\060\022\006\003 --\125\035\023\001\001\377\004\010\060\006\001\001\377\002\001\003 --\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\306 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003 --\202\001\001\000\016\106\325\074\256\342\207\331\136\201\213\002 --\230\101\010\214\114\274\332\333\356\047\033\202\347\152\105\354 --\026\213\117\205\240\363\262\160\275\132\226\272\312\156\155\356 --\106\213\156\347\052\056\226\263\031\063\353\264\237\250\262\067 --\356\230\250\227\266\056\266\147\047\324\246\111\375\034\223\145 --\166\236\102\057\334\042\154\232\117\362\132\025\071\261\161\327 --\053\121\350\155\034\230\300\331\052\364\241\202\173\325\311\101 --\242\043\001\164\070\125\213\017\271\056\147\242\040\004\067\332 --\234\013\323\027\041\340\217\227\171\064\157\204\110\002\040\063 --\033\346\064\104\237\221\160\364\200\136\204\103\302\051\322\154 --\022\024\344\141\215\254\020\220\236\204\120\273\360\226\157\105 --\237\212\363\312\154\117\372\021\072\025\025\106\303\315\037\203 --\133\055\101\022\355\120\147\101\023\075\041\253\224\212\252\116 --\174\301\261\373\247\326\265\047\057\227\253\156\340\035\342\321 --\034\054\037\104\342\374\276\221\241\234\373\326\051\123\163\206 --\237\123\330\103\016\135\326\143\202\161\035\200\164\312\366\342 --\002\153\331\132 --END -- --# Trust for Certificate "Hongkong Post Root CA 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 "Hongkong Post Root CA 1" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\326\332\250\040\215\011\322\025\115\044\265\057\313\064\156\262 --\130\262\212\130 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\250\015\157\071\170\271\103\155\167\102\155\230\132\314\043\312 --END --CKA_ISSUER MULTILINE_OCTAL --\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061 --\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157 --\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003 --\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040 --\122\157\157\164\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\002\003\350 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "SecureSign RootCA11" --# --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 "SecureSign RootCA11" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032 --\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147 --\156\040\122\157\157\164\103\101\061\061 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032 --\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147 --\156\040\122\157\157\164\103\101\061\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\155\060\202\002\125\240\003\002\001\002\002\001\001 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061\053 --\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040\103 --\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145\162 --\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032\006 --\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147\156 --\040\122\157\157\164\103\101\061\061\060\036\027\015\060\071\060 --\064\060\070\060\064\065\066\064\067\132\027\015\062\071\060\064 --\060\070\060\064\065\066\064\067\132\060\130\061\013\060\011\006 --\003\125\004\006\023\002\112\120\061\053\060\051\006\003\125\004 --\012\023\042\112\141\160\141\156\040\103\145\162\164\151\146\151 --\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163\054 --\040\111\156\143\056\061\034\060\032\006\003\125\004\003\023\023 --\123\145\143\165\162\145\123\151\147\156\040\122\157\157\164\103 --\101\061\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\375\167\252\245\034\220\005\073\313\114\233\063 --\213\132\024\105\244\347\220\026\321\337\127\322\041\020\244\027 --\375\337\254\326\037\247\344\333\174\367\354\337\270\003\332\224 --\130\375\135\162\174\214\077\137\001\147\164\025\226\343\002\074 --\207\333\256\313\001\216\302\363\146\306\205\105\364\002\306\072 --\265\142\262\257\372\234\277\244\346\324\200\060\230\363\015\266 --\223\217\251\324\330\066\362\260\374\212\312\054\241\025\063\225 --\061\332\300\033\362\356\142\231\206\143\077\277\335\223\052\203 --\250\166\271\023\037\267\316\116\102\205\217\042\347\056\032\362 --\225\011\262\005\265\104\116\167\241\040\275\251\362\116\012\175 --\120\255\365\005\015\105\117\106\161\375\050\076\123\373\004\330 --\055\327\145\035\112\033\372\317\073\260\061\232\065\156\310\213 --\006\323\000\221\362\224\010\145\114\261\064\006\000\172\211\342 --\360\307\003\131\317\325\326\350\247\062\263\346\230\100\206\305 --\315\047\022\213\314\173\316\267\021\074\142\140\007\043\076\053 --\100\156\224\200\011\155\266\263\157\167\157\065\010\120\373\002 --\207\305\076\211\002\003\001\000\001\243\102\060\100\060\035\006 --\003\125\035\016\004\026\004\024\133\370\115\117\262\245\206\324 --\072\322\361\143\232\240\276\011\366\127\267\336\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\015\006 --\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001 --\000\240\241\070\026\146\056\247\126\037\041\234\006\372\035\355 --\271\042\305\070\046\330\116\117\354\243\177\171\336\106\041\241 --\207\167\217\007\010\232\262\244\305\257\017\062\230\013\174\146 --\051\266\233\175\045\122\111\103\253\114\056\053\156\172\160\257 --\026\016\343\002\154\373\102\346\030\235\105\330\125\310\350\073 --\335\347\341\364\056\013\034\064\134\154\130\112\373\214\210\120 --\137\225\034\277\355\253\042\265\145\263\205\272\236\017\270\255 --\345\172\033\212\120\072\035\275\015\274\173\124\120\013\271\102 --\257\125\240\030\201\255\145\231\357\276\344\234\277\304\205\253 --\101\262\124\157\334\045\315\355\170\342\216\014\215\011\111\335 --\143\173\132\151\226\002\041\250\275\122\131\351\175\065\313\310 --\122\312\177\201\376\331\153\323\367\021\355\045\337\370\347\371 --\244\372\162\227\204\123\015\245\320\062\030\121\166\131\024\154 --\017\353\354\137\200\214\165\103\203\303\205\230\377\114\236\055 --\015\344\167\203\223\116\265\226\007\213\050\023\233\214\031\215 --\101\047\111\100\356\336\346\043\104\071\334\241\042\326\272\003 --\362 --END -- --# Trust for Certificate "SecureSign RootCA11" --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 "SecureSign RootCA11" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\073\304\237\110\370\363\163\240\234\036\275\370\133\261\303\145 --\307\330\021\263 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\267\122\164\342\222\264\200\223\362\165\344\314\327\362\352\046 --END --CKA_ISSUER MULTILINE_OCTAL --\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032 --\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147 --\156\040\122\157\157\164\103\101\061\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "ACEDICOM 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 "ACEDICOM Root" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105 --\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003 --\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004 --\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125 --\004\006\023\002\105\123 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105 --\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003 --\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004 --\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125 --\004\006\023\002\105\123 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\010\141\215\307\206\073\001\202\005 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\265\060\202\003\235\240\003\002\001\002\002\010\141 --\215\307\206\073\001\202\005\060\015\006\011\052\206\110\206\367 --\015\001\001\005\005\000\060\104\061\026\060\024\006\003\125\004 --\003\014\015\101\103\105\104\111\103\117\115\040\122\157\157\164 --\061\014\060\012\006\003\125\004\013\014\003\120\113\111\061\017 --\060\015\006\003\125\004\012\014\006\105\104\111\103\117\115\061 --\013\060\011\006\003\125\004\006\023\002\105\123\060\036\027\015 --\060\070\060\064\061\070\061\066\062\064\062\062\132\027\015\062 --\070\060\064\061\063\061\066\062\064\062\062\132\060\104\061\026 --\060\024\006\003\125\004\003\014\015\101\103\105\104\111\103\117 --\115\040\122\157\157\164\061\014\060\012\006\003\125\004\013\014 --\003\120\113\111\061\017\060\015\006\003\125\004\012\014\006\105 --\104\111\103\117\115\061\013\060\011\006\003\125\004\006\023\002 --\105\123\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\377\222\225\341\150\006\166\264\054\310\130\110\312 --\375\200\124\051\125\143\044\377\220\145\233\020\165\173\303\152 --\333\142\002\001\362\030\206\265\174\132\070\261\344\130\271\373 --\323\330\055\237\275\062\067\277\054\025\155\276\265\364\041\322 --\023\221\331\007\255\001\005\326\363\275\167\316\137\102\201\012 --\371\152\343\203\000\250\053\056\125\023\143\201\312\107\034\173 --\134\026\127\172\033\203\140\004\072\076\145\303\315\001\336\336 --\244\326\014\272\216\336\331\004\356\027\126\042\233\217\143\375 --\115\026\013\267\173\167\214\371\045\265\321\155\231\022\056\117 --\032\270\346\352\004\222\256\075\021\271\121\102\075\207\260\061 --\205\257\171\132\234\376\347\116\136\222\117\103\374\253\072\255 --\245\022\046\146\271\342\014\327\230\316\324\130\245\225\100\012 --\267\104\235\023\164\053\302\245\353\042\025\230\020\330\213\305 --\004\237\035\217\140\345\006\033\233\317\271\171\240\075\242\043 --\077\102\077\153\372\034\003\173\060\215\316\154\300\277\346\033 --\137\277\147\270\204\031\325\025\357\173\313\220\066\061\142\311 --\274\002\253\106\137\233\376\032\150\224\064\075\220\216\255\366 --\344\035\011\177\112\210\070\077\276\147\375\064\226\365\035\274 --\060\164\313\070\356\325\154\253\324\374\364\000\267\000\133\205 --\062\026\166\063\351\330\243\231\235\005\000\252\026\346\363\201 --\175\157\175\252\206\155\255\025\164\323\304\242\161\252\364\024 --\175\347\062\270\037\274\325\361\116\275\157\027\002\071\327\016 --\225\102\072\307\000\076\351\046\143\021\352\013\321\112\377\030 --\235\262\327\173\057\072\331\226\373\350\036\222\256\023\125\310 --\331\047\366\334\110\033\260\044\301\205\343\167\235\232\244\363 --\014\021\035\015\310\264\024\356\265\202\127\011\277\040\130\177 --\057\042\043\330\160\313\171\154\311\113\362\251\052\310\374\207 --\053\327\032\120\370\047\350\057\103\343\072\275\330\127\161\375 --\316\246\122\133\371\335\115\355\345\366\157\211\355\273\223\234 --\166\041\165\360\222\114\051\367\057\234\001\056\376\120\106\236 --\144\014\024\263\007\133\305\302\163\154\361\007\134\105\044\024 --\065\256\203\361\152\115\211\172\372\263\330\055\146\360\066\207 --\365\053\123\002\003\001\000\001\243\201\252\060\201\247\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\246\263\341\053 --\053\111\266\327\163\241\252\224\365\001\347\163\145\114\254\120 --\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\206 --\060\035\006\003\125\035\016\004\026\004\024\246\263\341\053\053 --\111\266\327\163\241\252\224\365\001\347\163\145\114\254\120\060 --\104\006\003\125\035\040\004\075\060\073\060\071\006\004\125\035 --\040\000\060\061\060\057\006\010\053\006\001\005\005\007\002\001 --\026\043\150\164\164\160\072\057\057\141\143\145\144\151\143\157 --\155\056\145\144\151\143\157\155\147\162\157\165\160\056\143\157 --\155\057\144\157\143\060\015\006\011\052\206\110\206\367\015\001 --\001\005\005\000\003\202\002\001\000\316\054\013\122\121\142\046 --\175\014\047\203\217\305\366\332\240\150\173\117\222\136\352\244 --\163\062\021\123\104\262\104\313\235\354\017\171\102\263\020\246 --\307\015\235\313\266\372\077\072\174\352\277\210\123\033\074\367 --\202\372\005\065\063\341\065\250\127\300\347\375\215\117\077\223 --\062\117\170\146\003\167\007\130\351\225\310\176\076\320\171\000 --\214\362\033\121\063\233\274\224\351\072\173\156\122\055\062\236 --\043\244\105\373\266\056\023\260\213\030\261\335\316\325\035\247 --\102\177\125\276\373\133\273\107\324\374\044\315\004\256\226\005 --\025\326\254\316\060\363\312\013\305\272\342\042\340\246\255\042 --\344\002\356\164\021\177\114\377\170\035\065\332\346\002\064\353 --\030\022\141\167\006\011\026\143\352\030\255\242\207\037\362\307 --\200\011\011\165\116\020\250\217\075\206\270\165\021\300\044\142 --\212\226\173\112\105\351\354\131\305\276\153\203\346\341\350\254 --\265\060\036\376\005\007\200\371\341\043\015\120\217\005\230\377 --\054\137\350\073\266\255\317\201\265\041\207\312\010\052\043\047 --\060\040\053\317\355\224\133\254\262\172\322\307\050\241\212\013 --\233\115\112\054\155\205\077\011\162\074\147\342\331\334\007\272 --\353\145\173\132\001\143\326\220\133\117\027\146\075\177\013\031 --\243\223\143\020\122\052\237\024\026\130\342\334\245\364\241\026 --\213\016\221\213\201\312\233\131\372\330\153\221\007\145\125\137 --\122\037\257\072\373\220\335\151\245\133\234\155\016\054\266\372 --\316\254\245\174\062\112\147\100\334\060\064\043\335\327\004\043 --\146\360\374\125\200\247\373\146\031\202\065\147\142\160\071\136 --\157\307\352\220\100\104\010\036\270\262\326\333\356\131\247\015 --\030\171\064\274\124\030\136\123\312\064\121\355\105\012\346\216 --\307\202\066\076\247\070\143\251\060\054\027\020\140\222\237\125 --\207\022\131\020\302\017\147\151\021\314\116\036\176\112\232\255 --\257\100\250\165\254\126\220\164\270\240\234\245\171\157\334\351 --\032\310\151\005\351\272\372\003\263\174\344\340\116\302\316\235 --\350\266\106\015\156\176\127\072\147\224\302\313\037\234\167\112 --\147\116\151\206\103\223\070\373\266\333\117\203\221\324\140\176 --\113\076\053\070\007\125\230\136\244 --END -- --# Trust for Certificate "ACEDICOM 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 "ACEDICOM Root" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\340\264\062\056\262\366\245\150\266\124\123\204\110\030\112\120 --\066\207\103\204 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\102\201\240\342\034\343\125\020\336\125\211\102\145\226\042\346 --END --CKA_ISSUER MULTILINE_OCTAL --\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105 --\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003 --\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004 --\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125 --\004\006\023\002\105\123 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\010\141\215\307\206\073\001\202\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- -- --# --# Certificate "Verisign Class 1 Public Primary Certification Authority" --# --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 "Verisign Class 1 Public Primary Certification Authority" --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\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\077\151\036\201\234\360\232\112\363\163\377\271\110\242 --\344\335 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\002\074\060\202\001\245\002\020\077\151\036\201\234\360 --\232\112\363\163\377\271\110\242\344\335\060\015\006\011\052\206 --\110\206\367\015\001\001\005\005\000\060\137\061\013\060\011\006 --\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004 --\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143 --\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141\163 --\163\040\061\040\120\165\142\154\151\143\040\120\162\151\155\141 --\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157\156 --\040\101\165\164\150\157\162\151\164\171\060\036\027\015\071\066 --\060\061\062\071\060\060\060\060\060\060\132\027\015\062\070\060 --\070\060\062\062\063\065\071\065\071\132\060\137\061\013\060\011 --\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125 --\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156 --\143\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141 --\163\163\040\061\040\120\165\142\154\151\143\040\120\162\151\155 --\141\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157 --\156\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\345\031\277\155\243\126\141\055 --\231\110\161\366\147\336\271\215\353\267\236\206\200\012\221\016 --\372\070\045\257\106\210\202\345\163\250\240\233\044\135\015\037 --\314\145\156\014\260\320\126\204\030\207\232\006\233\020\241\163 --\337\264\130\071\153\156\301\366\025\325\250\250\077\252\022\006 --\215\061\254\177\260\064\327\217\064\147\210\011\315\024\021\342 --\116\105\126\151\037\170\002\200\332\334\107\221\051\273\066\311 --\143\134\305\340\327\055\207\173\241\267\062\260\173\060\272\052 --\057\061\252\356\243\147\332\333\002\003\001\000\001\060\015\006 --\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000 --\130\025\051\071\074\167\243\332\134\045\003\174\140\372\356\011 --\231\074\047\020\160\310\014\011\346\263\207\317\012\342\030\226 --\065\142\314\277\233\047\171\211\137\311\304\011\364\316\265\035 --\337\052\275\345\333\206\234\150\045\345\060\174\266\211\025\376 --\147\321\255\341\120\254\074\174\142\113\217\272\204\327\022\025 --\033\037\312\135\017\301\122\224\052\021\231\332\173\317\014\066 --\023\325\065\334\020\031\131\352\224\301\000\277\165\217\331\372 --\375\166\004\333\142\273\220\152\003\331\106\065\331\370\174\133 --END -- --# Trust for Certificate "Verisign Class 1 Public Primary Certification Authority" --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 "Verisign Class 1 Public Primary Certification Authority" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\316\152\144\243\011\344\057\273\331\205\034\105\076\144\011\352 --\350\175\140\361 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\206\254\336\053\305\155\303\331\214\050\210\323\215\026\023\036 --END --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\077\151\036\201\234\360\232\112\363\163\377\271\110\242 --\344\335 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Verisign Class 3 Public Primary Certification Authority" --# --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 "Verisign Class 3 Public Primary Certification Authority" --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\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 -+\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 -+\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 -+\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 -+\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143 -+\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 -+\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 -+\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105 -+\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 -+\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 -+\162\165\163\164\056\156\145\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\050\062\060\064\070\051 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\074\221\061\313\037\366\320\033\016\232\270\320\104\277 --\022\276 -+\002\004\070\143\336\370 - END - CKA_VALUE MULTILINE_OCTAL --\060\202\002\074\060\202\001\245\002\020\074\221\061\313\037\366 --\320\033\016\232\270\320\104\277\022\276\060\015\006\011\052\206 --\110\206\367\015\001\001\005\005\000\060\137\061\013\060\011\006 --\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004 --\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143 --\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141\163 --\163\040\063\040\120\165\142\154\151\143\040\120\162\151\155\141 --\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157\156 --\040\101\165\164\150\157\162\151\164\171\060\036\027\015\071\066 --\060\061\062\071\060\060\060\060\060\060\132\027\015\062\070\060 --\070\060\062\062\063\065\071\065\071\132\060\137\061\013\060\011 --\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125 --\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156 --\143\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141 --\163\163\040\063\040\120\165\142\154\151\143\040\120\162\151\155 --\141\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157 --\156\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\134\131\236\362\033\212\001 --\024\264\020\337\004\100\333\343\127\257\152\105\100\217\204\014 --\013\321\063\331\331\021\317\356\002\130\037\045\367\052\250\104 --\005\252\354\003\037\170\177\236\223\271\232\000\252\043\175\326 --\254\205\242\143\105\307\162\047\314\364\114\306\165\161\322\071 --\357\117\102\360\165\337\012\220\306\216\040\157\230\017\370\254 --\043\137\160\051\066\244\311\206\347\261\232\040\313\123\245\205 --\347\075\276\175\232\376\044\105\063\334\166\025\355\017\242\161 --\144\114\145\056\201\150\105\247\002\003\001\000\001\060\015\006 --\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000 --\020\162\122\251\005\024\031\062\010\101\360\305\153\012\314\176 --\017\041\031\315\344\147\334\137\251\033\346\312\350\163\235\042 --\330\230\156\163\003\141\221\305\174\260\105\100\156\104\235\215 --\260\261\226\164\141\055\015\251\105\322\244\222\052\326\232\165 --\227\156\077\123\375\105\231\140\035\250\053\114\371\136\247\011 --\330\165\060\327\322\145\140\075\147\326\110\125\165\151\077\221 --\365\110\013\107\151\042\151\202\226\276\311\310\070\206\112\172 --\054\163\031\110\151\116\153\174\145\277\017\374\160\316\210\220 -+\060\202\004\052\060\202\003\022\240\003\002\001\002\002\004\070 -+\143\336\370\060\015\006\011\052\206\110\206\367\015\001\001\005 -+\005\000\060\201\264\061\024\060\022\006\003\125\004\012\023\013 -+\105\156\164\162\165\163\164\056\156\145\164\061\100\060\076\006 -+\003\125\004\013\024\067\167\167\167\056\145\156\164\162\165\163 -+\164\056\156\145\164\057\103\120\123\137\062\060\064\070\040\151 -+\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050 -+\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060 -+\043\006\003\125\004\013\023\034\050\143\051\040\061\071\071\071 -+\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155 -+\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052\105 -+\156\164\162\165\163\164\056\156\145\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\050\062\060\064\070\051\060\036\027\015\071\071\061 -+\062\062\064\061\067\065\060\065\061\132\027\015\062\071\060\067 -+\062\064\061\064\061\065\061\062\132\060\201\264\061\024\060\022 -+\006\003\125\004\012\023\013\105\156\164\162\165\163\164\056\156 -+\145\164\061\100\060\076\006\003\125\004\013\024\067\167\167\167 -+\056\145\156\164\162\165\163\164\056\156\145\164\057\103\120\123 -+\137\062\060\064\070\040\151\156\143\157\162\160\056\040\142\171 -+\040\162\145\146\056\040\050\154\151\155\151\164\163\040\154\151 -+\141\142\056\051\061\045\060\043\006\003\125\004\013\023\034\050 -+\143\051\040\061\071\071\071\040\105\156\164\162\165\163\164\056 -+\156\145\164\040\114\151\155\151\164\145\144\061\063\060\061\006 -+\003\125\004\003\023\052\105\156\164\162\165\163\164\056\156\145 -+\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\050\062\060\064\070\051 -+\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\115\113\251\022\206\262\352\243\040\007\025\026\144\052 -+\053\113\321\277\013\112\115\216\355\200\166\245\147\267\170\100 -+\300\163\102\310\150\300\333\123\053\335\136\270\166\230\065\223 -+\213\032\235\174\023\072\016\037\133\267\036\317\345\044\024\036 -+\261\201\251\215\175\270\314\153\113\003\361\002\014\334\253\245 -+\100\044\000\177\164\224\241\235\010\051\263\210\013\365\207\167 -+\235\125\315\344\303\176\327\152\144\253\205\024\206\225\133\227 -+\062\120\157\075\310\272\146\014\343\374\275\270\111\301\166\211 -+\111\031\375\300\250\275\211\243\147\057\306\237\274\161\031\140 -+\270\055\351\054\311\220\166\146\173\224\342\257\170\326\145\123 -+\135\074\326\234\262\317\051\003\371\057\244\120\262\324\110\316 -+\005\062\125\212\375\262\144\114\016\344\230\007\165\333\177\337 -+\271\010\125\140\205\060\051\371\173\110\244\151\206\343\065\077 -+\036\206\135\172\172\025\275\357\000\216\025\042\124\027\000\220 -+\046\223\274\016\111\150\221\277\370\107\323\235\225\102\301\016 -+\115\337\157\046\317\303\030\041\142\146\103\160\326\325\300\007 -+\341\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\125\344\201\321\021\200\276\330\211\271 -+\010\243\061\371\241\044\011\026\271\160\060\015\006\011\052\206 -+\110\206\367\015\001\001\005\005\000\003\202\001\001\000\073\233 -+\217\126\233\060\347\123\231\174\172\171\247\115\227\327\031\225 -+\220\373\006\037\312\063\174\106\143\217\226\146\044\372\100\033 -+\041\047\312\346\162\163\362\117\376\061\231\375\310\014\114\150 -+\123\306\200\202\023\230\372\266\255\332\135\075\361\316\156\366 -+\025\021\224\202\014\356\077\225\257\021\253\017\327\057\336\037 -+\003\217\127\054\036\311\273\232\032\104\225\353\030\117\246\037 -+\315\175\127\020\057\233\004\011\132\204\265\156\330\035\072\341 -+\326\236\321\154\171\136\171\034\024\305\343\320\114\223\073\145 -+\074\355\337\075\276\246\345\225\032\303\265\031\303\275\136\133 -+\273\377\043\357\150\031\313\022\223\047\134\003\055\157\060\320 -+\036\266\032\254\336\132\367\321\252\250\047\246\376\171\201\304 -+\171\231\063\127\272\022\260\251\340\102\154\223\312\126\336\376 -+\155\204\013\010\213\176\215\352\327\230\041\306\363\347\074\171 -+\057\136\234\321\114\025\215\341\354\042\067\314\232\103\013\227 -+\334\200\220\215\263\147\233\157\110\010\025\126\317\277\361\053 -+\174\136\232\166\351\131\220\305\174\203\065\021\145\121 - END - --# Trust for Certificate "Verisign Class 3 Public Primary Certification Authority" -+# Trust for Certificate "Entrust.net 2048 2029" - 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 "Verisign Class 3 Public Primary Certification Authority" -+CKA_LABEL UTF8 "Entrust.net 2048 2029" - CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\241\333\143\223\221\157\027\344\030\125\011\100\004\025\307\002 --\100\260\256\153 -+\120\060\006\011\035\227\324\365\256\071\367\313\347\222\175\175 -+\145\055\064\061 - END - CKA_CERT_MD5_HASH MULTILINE_OCTAL --\357\132\361\063\357\361\315\273\121\002\356\022\024\113\226\304 -+\356\051\061\274\062\176\232\346\350\265\367\121\264\064\161\220 - END - CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 -+\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 -+\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 -+\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 -+\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143 -+\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 -+\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 -+\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105 -+\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 -+\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 -+\162\165\163\164\056\156\145\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\050\062\060\064\070\051 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\074\221\061\313\037\366\320\033\016\232\270\320\104\277 --\022\276 -+\002\004\070\143\336\370 - END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Microsec e-Szigno Root CA 2009" -+# Certificate "Entrust.net 2048 2030" - # - 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 "Microsec e-Szigno Root CA 2009" -+CKA_LABEL UTF8 "Entrust.net 2048 2030" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151 --\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006 --\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145 --\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040 --\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015 --\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147 --\156\157\056\150\165 -+\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123 -+\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165 -+\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004 -+\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165 -+\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162 -+\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051 -+\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111 -+\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162 -+\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060 -+\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107 -+\062 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151 --\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006 --\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145 --\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040 --\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015 --\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147 --\156\157\056\150\165 -+\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123 -+\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165 -+\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004 -+\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165 -+\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162 -+\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051 -+\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111 -+\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162 -+\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060 -+\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107 -+\062 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\011\000\302\176\103\004\116\107\077\031 -+\002\004\112\123\214\050 - END - CKA_VALUE MULTILINE_OCTAL --\060\202\004\012\060\202\002\362\240\003\002\001\002\002\011\000 --\302\176\103\004\116\107\077\031\060\015\006\011\052\206\110\206 --\367\015\001\001\013\005\000\060\201\202\061\013\060\011\006\003 --\125\004\006\023\002\110\125\061\021\060\017\006\003\125\004\007 --\014\010\102\165\144\141\160\145\163\164\061\026\060\024\006\003 --\125\004\012\014\015\115\151\143\162\157\163\145\143\040\114\164 --\144\056\061\047\060\045\006\003\125\004\003\014\036\115\151\143 --\162\157\163\145\143\040\145\055\123\172\151\147\156\157\040\122 --\157\157\164\040\103\101\040\062\060\060\071\061\037\060\035\006 --\011\052\206\110\206\367\015\001\011\001\026\020\151\156\146\157 --\100\145\055\163\172\151\147\156\157\056\150\165\060\036\027\015 --\060\071\060\066\061\066\061\061\063\060\061\070\132\027\015\062 --\071\061\062\063\060\061\061\063\060\061\070\132\060\201\202\061 --\013\060\011\006\003\125\004\006\023\002\110\125\061\021\060\017 --\006\003\125\004\007\014\010\102\165\144\141\160\145\163\164\061 --\026\060\024\006\003\125\004\012\014\015\115\151\143\162\157\163 --\145\143\040\114\164\144\056\061\047\060\045\006\003\125\004\003 --\014\036\115\151\143\162\157\163\145\143\040\145\055\123\172\151 --\147\156\157\040\122\157\157\164\040\103\101\040\062\060\060\071 --\061\037\060\035\006\011\052\206\110\206\367\015\001\011\001\026 --\020\151\156\146\157\100\145\055\163\172\151\147\156\157\056\150 --\165\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\351\370\217\363\143\255\332\206\330\247\340\102\373\317 --\221\336\246\046\370\231\245\143\160\255\233\256\312\063\100\175 --\155\226\156\241\016\104\356\341\023\235\224\102\122\232\275\165 --\205\164\054\250\016\035\223\266\030\267\214\054\250\317\373\134 --\161\271\332\354\376\350\176\217\344\057\035\262\250\165\207\330 --\267\241\345\073\317\231\112\106\320\203\031\175\300\241\022\034 --\225\155\112\364\330\307\245\115\063\056\205\071\100\165\176\024 --\174\200\022\230\120\307\101\147\270\240\200\141\124\246\154\116 --\037\340\235\016\007\351\311\272\063\347\376\300\125\050\054\002 --\200\247\031\365\236\334\125\123\003\227\173\007\110\377\231\373 --\067\212\044\304\131\314\120\020\143\216\252\251\032\260\204\032 --\206\371\137\273\261\120\156\244\321\012\314\325\161\176\037\247 --\033\174\365\123\156\042\137\313\053\346\324\174\135\256\326\302 --\306\114\345\005\001\331\355\127\374\301\043\171\374\372\310\044 --\203\225\363\265\152\121\001\320\167\326\351\022\241\371\032\203 --\373\202\033\271\260\227\364\166\006\063\103\111\240\377\013\265 --\372\265\002\003\001\000\001\243\201\200\060\176\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\313\017\306\337\102\103\314\075 --\313\265\110\043\241\032\172\246\052\273\064\150\060\037\006\003 --\125\035\043\004\030\060\026\200\024\313\017\306\337\102\103\314 --\075\313\265\110\043\241\032\172\246\052\273\064\150\060\033\006 --\003\125\035\021\004\024\060\022\201\020\151\156\146\157\100\145 --\055\163\172\151\147\156\157\056\150\165\060\015\006\011\052\206 --\110\206\367\015\001\001\013\005\000\003\202\001\001\000\311\321 --\016\136\056\325\314\263\174\076\313\374\075\377\015\050\225\223 --\004\310\277\332\315\171\270\103\220\360\244\276\357\362\357\041 --\230\274\324\324\135\006\366\356\102\354\060\154\240\252\251\312 --\361\257\212\372\077\013\163\152\076\352\056\100\176\037\256\124 --\141\171\353\056\010\067\327\043\363\214\237\276\035\261\341\244 --\165\333\240\342\124\024\261\272\034\051\244\030\366\022\272\242 --\024\024\343\061\065\310\100\377\267\340\005\166\127\301\034\131 --\362\370\277\344\355\045\142\134\204\360\176\176\037\263\276\371 --\267\041\021\314\003\001\126\160\247\020\222\036\033\064\201\036 --\255\234\032\303\004\074\355\002\141\326\036\006\363\137\072\207 --\362\053\361\105\207\345\075\254\321\307\127\204\275\153\256\334 --\330\371\266\033\142\160\013\075\066\311\102\362\062\327\172\141 --\346\322\333\075\317\310\251\311\233\334\333\130\104\327\157\070 --\257\177\170\323\243\255\032\165\272\034\301\066\174\217\036\155 --\034\303\165\106\256\065\005\246\366\134\075\041\356\126\360\311 --\202\042\055\172\124\253\160\303\175\042\145\202\160\226 -+\060\202\004\076\060\202\003\046\240\003\002\001\002\002\004\112 -+\123\214\050\060\015\006\011\052\206\110\206\367\015\001\001\013 -+\005\000\060\201\276\061\013\060\011\006\003\125\004\006\023\002 -+\125\123\061\026\060\024\006\003\125\004\012\023\015\105\156\164 -+\162\165\163\164\054\040\111\156\143\056\061\050\060\046\006\003 -+\125\004\013\023\037\123\145\145\040\167\167\167\056\145\156\164 -+\162\165\163\164\056\156\145\164\057\154\145\147\141\154\055\164 -+\145\162\155\163\061\071\060\067\006\003\125\004\013\023\060\050 -+\143\051\040\062\060\060\071\040\105\156\164\162\165\163\164\054 -+\040\111\156\143\056\040\055\040\146\157\162\040\141\165\164\150 -+\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061 -+\062\060\060\006\003\125\004\003\023\051\105\156\164\162\165\163 -+\164\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\055 -+\040\107\062\060\036\027\015\060\071\060\067\060\067\061\067\062 -+\065\065\064\132\027\015\063\060\061\062\060\067\061\067\065\065 -+\065\064\132\060\201\276\061\013\060\011\006\003\125\004\006\023 -+\002\125\123\061\026\060\024\006\003\125\004\012\023\015\105\156 -+\164\162\165\163\164\054\040\111\156\143\056\061\050\060\046\006 -+\003\125\004\013\023\037\123\145\145\040\167\167\167\056\145\156 -+\164\162\165\163\164\056\156\145\164\057\154\145\147\141\154\055 -+\164\145\162\155\163\061\071\060\067\006\003\125\004\013\023\060 -+\050\143\051\040\062\060\060\071\040\105\156\164\162\165\163\164 -+\054\040\111\156\143\056\040\055\040\146\157\162\040\141\165\164 -+\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171 -+\061\062\060\060\006\003\125\004\003\023\051\105\156\164\162\165 -+\163\164\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 -+\055\040\107\062\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\204\266\162\333\236\014\153\342\231\351 -+\060\001\247\166\352\062\270\225\101\032\311\332\141\116\130\162 -+\317\376\366\202\171\277\163\141\006\012\245\047\330\263\137\323 -+\105\116\034\162\326\116\062\362\162\212\017\367\203\031\320\152 -+\200\200\000\105\036\260\307\347\232\277\022\127\047\034\243\150 -+\057\012\207\275\152\153\016\136\145\363\034\167\325\324\205\215 -+\160\041\264\263\062\347\213\242\325\206\071\002\261\270\322\107 -+\316\344\311\111\304\073\247\336\373\124\175\127\276\360\350\156 -+\302\171\262\072\013\125\342\120\230\026\062\023\134\057\170\126 -+\301\302\224\263\362\132\344\047\232\237\044\327\306\354\320\233 -+\045\202\343\314\302\304\105\305\214\227\172\006\153\052\021\237 -+\251\012\156\110\073\157\333\324\021\031\102\367\217\007\277\365 -+\123\137\234\076\364\027\054\346\151\254\116\062\114\142\167\352 -+\267\350\345\273\064\274\031\213\256\234\121\347\267\176\265\123 -+\261\063\042\345\155\317\160\074\032\372\342\233\147\266\203\364 -+\215\245\257\142\114\115\340\130\254\144\064\022\003\370\266\215 -+\224\143\044\244\161\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\152\162\046\172\320\036 -+\357\175\347\073\151\121\324\154\215\237\220\022\146\253\060\015 -+\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202\001 -+\001\000\171\237\035\226\306\266\171\077\042\215\207\323\207\003 -+\004\140\152\153\232\056\131\211\163\021\254\103\321\365\023\377 -+\215\071\053\300\362\275\117\160\214\251\057\352\027\304\013\124 -+\236\324\033\226\230\063\074\250\255\142\242\000\166\253\131\151 -+\156\006\035\176\304\271\104\215\230\257\022\324\141\333\012\031 -+\106\107\363\353\367\143\301\100\005\100\245\322\267\364\265\232 -+\066\277\251\210\166\210\004\125\004\053\234\207\177\032\067\074 -+\176\055\245\032\330\324\211\136\312\275\254\075\154\330\155\257 -+\325\363\166\017\315\073\210\070\042\235\154\223\232\304\075\277 -+\202\033\145\077\246\017\135\252\374\345\262\025\312\265\255\306 -+\274\075\320\204\350\352\006\162\260\115\071\062\170\277\076\021 -+\234\013\244\235\232\041\363\360\233\013\060\170\333\301\334\207 -+\103\376\274\143\232\312\305\302\034\311\307\215\377\073\022\130 -+\010\346\266\075\354\172\054\116\373\203\226\316\014\074\151\207 -+\124\163\244\163\302\223\377\121\020\254\025\124\001\330\374\005 -+\261\211\241\177\164\203\232\111\327\334\116\173\212\110\157\213 -+\105\366 - END - --# Trust for Certificate "Microsec e-Szigno Root CA 2009" -+# Trust for Certificate "Entrust.net 2048 2030" - 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 "Microsec e-Szigno Root CA 2009" -+CKA_LABEL UTF8 "Entrust.net 2048 2030" - CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\211\337\164\376\134\364\017\112\200\371\343\067\175\124\332\221 --\341\001\061\216 -+\214\364\047\375\171\014\072\321\146\006\215\350\036\127\357\273 -+\223\042\162\324 - END - CKA_CERT_MD5_HASH MULTILINE_OCTAL --\370\111\364\003\274\104\055\203\276\110\151\175\051\144\374\261 -+\113\342\311\221\226\145\014\364\016\132\223\222\240\012\376\262 - END - CKA_ISSUER MULTILINE_OCTAL --\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151 --\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006 --\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145 --\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040 --\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015 --\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147 --\156\157\056\150\165 -+\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123 -+\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165 -+\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004 -+\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165 -+\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162 -+\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051 -+\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111 -+\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162 -+\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060 -+\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107 -+\062 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\011\000\302\176\103\004\116\107\077\031 -+\002\004\112\123\214\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 -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi" -+# Certificate "Thawte Premium Server primary 1024 2021" - # - 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-Guven Kok Elektronik Sertifika Hizmet Saglayicisi" -+CKA_LABEL UTF8 "Thawte Premium Server primary 1024 2021" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061 --\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162 --\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156 --\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125 --\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040 --\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151 --\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154 --\141\171\151\143\151\163\151 -+\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 -+\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 -+\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 -+\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 -+\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 -+\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 -+\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 -+\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 -+\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 -+\155 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061 --\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162 --\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156 --\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125 --\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040 --\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151 --\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154 --\141\171\151\143\151\163\151 -+\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 -+\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 -+\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 -+\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 -+\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 -+\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 -+\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 -+\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 -+\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 -+\155 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\104\231\215\074\300\003\047\275\234\166\225\271\352\333 --\254\265 -+\002\020\066\022\042\226\305\343\070\245\040\241\322\137\114\327 -+\011\124 - END - CKA_VALUE MULTILINE_OCTAL --\060\202\003\266\060\202\002\236\240\003\002\001\002\002\020\104 --\231\215\074\300\003\047\275\234\166\225\271\352\333\254\265\060 --\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\165 --\061\013\060\011\006\003\125\004\006\023\002\124\122\061\050\060 --\046\006\003\125\004\012\023\037\105\154\145\153\164\162\157\156 --\151\153\040\102\151\154\147\151\040\107\165\166\145\156\154\151 --\147\151\040\101\056\123\056\061\074\060\072\006\003\125\004\003 --\023\063\145\055\107\165\166\145\156\040\113\157\153\040\105\154 --\145\153\164\162\157\156\151\153\040\123\145\162\164\151\146\151 --\153\141\040\110\151\172\155\145\164\040\123\141\147\154\141\171 --\151\143\151\163\151\060\036\027\015\060\067\060\061\060\064\061 --\061\063\062\064\070\132\027\015\061\067\060\061\060\064\061\061 --\063\062\064\070\132\060\165\061\013\060\011\006\003\125\004\006 --\023\002\124\122\061\050\060\046\006\003\125\004\012\023\037\105 --\154\145\153\164\162\157\156\151\153\040\102\151\154\147\151\040 --\107\165\166\145\156\154\151\147\151\040\101\056\123\056\061\074 --\060\072\006\003\125\004\003\023\063\145\055\107\165\166\145\156 --\040\113\157\153\040\105\154\145\153\164\162\157\156\151\153\040 --\123\145\162\164\151\146\151\153\141\040\110\151\172\155\145\164 --\040\123\141\147\154\141\171\151\143\151\163\151\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\303\022\040 --\236\260\136\000\145\215\116\106\273\200\134\351\054\006\227\325 --\363\162\311\160\271\347\113\145\200\301\113\276\176\074\327\124 --\061\224\336\325\022\272\123\026\002\352\130\143\357\133\330\363 --\355\052\032\252\161\110\243\334\020\055\137\137\353\134\113\234 --\226\010\102\045\050\021\314\212\132\142\001\120\325\353\011\123 --\057\370\303\217\376\263\374\375\235\242\343\137\175\276\355\013 --\340\140\353\151\354\063\355\330\215\373\022\111\203\000\311\213 --\227\214\073\163\052\062\263\022\367\271\115\362\364\115\155\307 --\346\326\046\067\010\362\331\375\153\134\243\345\110\134\130\274 --\102\276\003\132\201\272\034\065\014\000\323\365\043\176\161\060 --\010\046\070\334\045\021\107\055\363\272\043\020\245\277\274\002 --\367\103\136\307\376\260\067\120\231\173\017\223\316\346\103\054 --\303\176\015\362\034\103\146\140\313\141\061\107\207\243\117\256 --\275\126\154\114\274\274\370\005\312\144\364\351\064\241\054\265 --\163\341\302\076\350\310\311\064\045\010\134\363\355\246\307\224 --\237\255\210\103\045\327\341\071\140\376\254\071\131\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\237\356\104\263\224\325\372\221\117\056\331\125\232\004 --\126\333\055\304\333\245\060\015\006\011\052\206\110\206\367\015 --\001\001\005\005\000\003\202\001\001\000\177\137\271\123\133\143 --\075\165\062\347\372\304\164\032\313\106\337\106\151\034\122\317 --\252\117\302\150\353\377\200\251\121\350\075\142\167\211\075\012 --\165\071\361\156\135\027\207\157\150\005\301\224\154\331\135\337 --\332\262\131\313\245\020\212\312\314\071\315\237\353\116\336\122 --\377\014\360\364\222\251\362\154\123\253\233\322\107\240\037\164 --\367\233\232\361\057\025\237\172\144\060\030\007\074\052\017\147 --\312\374\017\211\141\235\145\245\074\345\274\023\133\010\333\343 --\377\355\273\006\273\152\006\261\172\117\145\306\202\375\036\234 --\213\265\015\356\110\273\270\275\252\010\264\373\243\174\313\237 --\315\220\166\134\206\226\170\127\012\146\371\130\032\235\375\227 --\051\140\336\021\246\220\034\031\034\356\001\226\042\064\064\056 --\221\371\267\304\047\321\173\346\277\373\200\104\132\026\345\353 --\340\324\012\070\274\344\221\343\325\353\134\301\254\337\033\152 --\174\236\345\165\322\266\227\207\333\314\207\053\103\072\204\010 --\257\253\074\333\367\074\146\061\206\260\235\123\171\355\370\043 --\336\102\343\055\202\361\017\345\372\227 -+\060\202\003\066\060\202\002\237\240\003\002\001\002\002\020\066 -+\022\042\226\305\343\070\245\040\241\322\137\114\327\011\124\060 -+\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\201 -+\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025 -+\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156 -+\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023\011 -+\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003\125 -+\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163\165 -+\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125\004 -+\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156 -+\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151 -+\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141 -+\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162\166 -+\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206\367 -+\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163\145 -+\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155\060 -+\036\027\015\071\066\060\070\060\061\060\060\060\060\060\060\132 -+\027\015\062\061\060\061\060\061\062\063\065\071\065\071\132\060 -+\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061 -+\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 -+\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023 -+\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003 -+\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163 -+\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125 -+\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157 -+\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163 -+\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150 -+\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162 -+\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206 -+\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163 -+\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155 -+\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\322\066\066 -+\152\213\327\302\133\236\332\201\101\142\217\070\356\111\004\125 -+\326\320\357\034\033\225\026\107\357\030\110\065\072\122\364\053 -+\152\006\217\073\057\352\126\343\257\206\215\236\027\367\236\264 -+\145\165\002\115\357\313\011\242\041\121\330\233\320\147\320\272 -+\015\222\006\024\163\324\223\313\227\052\000\234\134\116\014\274 -+\372\025\122\374\362\104\156\332\021\112\156\010\237\057\055\343 -+\371\252\072\206\163\266\106\123\130\310\211\005\275\203\021\270 -+\163\077\252\007\215\364\102\115\347\100\235\034\067\002\003\001 -+\000\001\243\023\060\021\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\145\220\254\210\017\126 -+\331\346\060\064\324\046\307\320\120\361\222\336\153\324\071\210 -+\011\042\306\246\143\203\003\367\231\167\330\262\345\030\270\135 -+\143\363\324\163\373\154\234\231\170\361\113\170\175\031\044\303 -+\053\002\204\370\274\042\331\212\042\327\240\374\161\354\221\207 -+\040\361\270\354\261\345\125\200\254\075\122\310\071\016\302\360 -+\300\005\117\326\202\165\214\275\137\322\334\166\232\005\022\311 -+\257\162\303\334\045\176\244\115\216\027\245\340\207\177\341\232 -+\132\341\140\334\144\043\074\102\056\115 - END - --# Trust for Certificate "E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi" -+# Trust for Certificate "Thawte Premium Server primary 1024 2021" - 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-Guven Kok Elektronik Sertifika Hizmet Saglayicisi" -+CKA_LABEL UTF8 "Thawte Premium Server primary 1024 2021" - CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\335\341\322\251\001\200\056\035\207\136\204\263\200\176\113\261 --\375\231\101\064 -+\340\253\005\224\040\162\124\223\005\140\142\002\066\160\367\315 -+\056\374\146\146 - END - CKA_CERT_MD5_HASH MULTILINE_OCTAL --\075\101\051\313\036\252\021\164\315\135\260\142\257\260\103\133 -+\246\153\140\220\043\233\077\055\273\230\157\326\247\031\015\106 - END - CKA_ISSUER MULTILINE_OCTAL --\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061 --\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162 --\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156 --\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125 --\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040 --\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151 --\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154 --\141\171\151\143\151\163\151 -+\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 -+\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 -+\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 -+\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 -+\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 -+\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 -+\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 -+\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 -+\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 -+\155 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\104\231\215\074\300\003\047\275\234\166\225\271\352\333 --\254\265 -+\002\020\066\022\042\226\305\343\070\245\040\241\322\137\114\327 -+\011\124 - END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "GlobalSign Root CA - R3" -+# Certificate "IPS Global CA Root 2048 2029" - # - 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 Root CA - R3" -+CKA_LABEL UTF8 "IPS Global CA Root 2048 2029" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157 --\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040 --\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107 --\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125 --\004\003\023\012\107\154\157\142\141\154\123\151\147\156 -+\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123 -+\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151 -+\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162 -+\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123 -+\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\163\056\154\056\040\151\160 -+\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160 -+\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160 -+\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157 -+\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011 -+\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143 -+\141\056\143\157\155 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157 --\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040 --\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107 --\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125 --\004\003\023\012\107\154\157\142\141\154\123\151\147\156 -+\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123 -+\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151 -+\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162 -+\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123 -+\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\163\056\154\056\040\151\160 -+\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160 -+\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160 -+\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157 -+\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011 -+\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143 -+\141\056\143\157\155 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\013\004\000\000\000\000\001\041\130\123\010\242 -+\002\001\000 - END - CKA_VALUE MULTILINE_OCTAL --\060\202\003\137\060\202\002\107\240\003\002\001\002\002\013\004 --\000\000\000\000\001\041\130\123\010\242\060\015\006\011\052\206 --\110\206\367\015\001\001\013\005\000\060\114\061\040\060\036\006 --\003\125\004\013\023\027\107\154\157\142\141\154\123\151\147\156 --\040\122\157\157\164\040\103\101\040\055\040\122\063\061\023\060 --\021\006\003\125\004\012\023\012\107\154\157\142\141\154\123\151 --\147\156\061\023\060\021\006\003\125\004\003\023\012\107\154\157 --\142\141\154\123\151\147\156\060\036\027\015\060\071\060\063\061 --\070\061\060\060\060\060\060\132\027\015\062\071\060\063\061\070 --\061\060\060\060\060\060\132\060\114\061\040\060\036\006\003\125 --\004\013\023\027\107\154\157\142\141\154\123\151\147\156\040\122 --\157\157\164\040\103\101\040\055\040\122\063\061\023\060\021\006 --\003\125\004\012\023\012\107\154\157\142\141\154\123\151\147\156 --\061\023\060\021\006\003\125\004\003\023\012\107\154\157\142\141 --\154\123\151\147\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\314\045\166\220\171\006\170\042\026\365 --\300\203\266\204\312\050\236\375\005\166\021\305\255\210\162\374 --\106\002\103\307\262\212\235\004\137\044\313\056\113\341\140\202 --\106\341\122\253\014\201\107\160\154\335\144\321\353\365\054\243 --\017\202\075\014\053\256\227\327\266\024\206\020\171\273\073\023 --\200\167\214\010\341\111\322\152\142\057\037\136\372\226\150\337 --\211\047\225\070\237\006\327\076\311\313\046\131\015\163\336\260 --\310\351\046\016\203\025\306\357\133\213\322\004\140\312\111\246 --\050\366\151\073\366\313\310\050\221\345\235\212\141\127\067\254 --\164\024\334\164\340\072\356\162\057\056\234\373\320\273\277\365 --\075\000\341\006\063\350\202\053\256\123\246\072\026\163\214\335 --\101\016\040\072\300\264\247\241\351\262\117\220\056\062\140\351 --\127\313\271\004\222\150\150\345\070\046\140\165\262\237\167\377 --\221\024\357\256\040\111\374\255\100\025\110\321\002\061\141\031 --\136\270\227\357\255\167\267\144\232\172\277\137\301\023\357\233 --\142\373\015\154\340\124\151\026\251\003\332\156\351\203\223\161 --\166\306\151\205\202\027\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\217\360\113\177\250 --\056\105\044\256\115\120\372\143\232\213\336\342\335\033\274\060 --\015\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202 --\001\001\000\113\100\333\300\120\252\376\310\014\357\367\226\124 --\105\111\273\226\000\011\101\254\263\023\206\206\050\007\063\312 --\153\346\164\271\272\000\055\256\244\012\323\365\361\361\017\212 --\277\163\147\112\203\307\104\173\170\340\257\156\154\157\003\051 --\216\063\071\105\303\216\344\271\127\154\252\374\022\226\354\123 --\306\055\344\044\154\271\224\143\373\334\123\150\147\126\076\203 --\270\317\065\041\303\311\150\376\316\332\302\123\252\314\220\212 --\351\360\135\106\214\225\335\172\130\050\032\057\035\336\315\000 --\067\101\217\355\104\155\327\123\050\227\176\363\147\004\036\025 --\327\212\226\264\323\336\114\047\244\114\033\163\163\166\364\027 --\231\302\037\172\016\343\055\010\255\012\034\054\377\074\253\125 --\016\017\221\176\066\353\303\127\111\276\341\056\055\174\140\213 --\303\101\121\023\043\235\316\367\062\153\224\001\250\231\347\054 --\063\037\072\073\045\322\206\100\316\073\054\206\170\311\141\057 --\024\272\356\333\125\157\337\204\356\005\011\115\275\050\330\162 --\316\323\142\120\145\036\353\222\227\203\061\331\263\265\312\107 --\130\077\137 --END -- --# Trust for Certificate "GlobalSign Root CA - R3" -+\060\202\006\007\060\202\004\357\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\262\061\013\060\011\006\003\125\004\006\023\002\105\123\061 -+\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151\144 -+\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162\151 -+\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123\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\163\056\154\056\040\151\160\163 -+\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160\163 -+\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160\163 -+\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157\157 -+\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011\001 -+\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143\141 -+\056\143\157\155\060\036\027\015\060\071\060\071\060\067\061\064 -+\063\070\064\064\132\027\015\062\071\061\062\062\065\061\064\063 -+\070\064\064\132\060\201\262\061\013\060\011\006\003\125\004\006 -+\023\002\105\123\061\017\060\015\006\003\125\004\010\023\006\115 -+\141\144\162\151\144\061\017\060\015\006\003\125\004\007\023\006 -+\115\141\144\162\151\144\061\057\060\055\006\003\125\004\012\023 -+\046\111\120\123\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\163\056\154 -+\056\040\151\160\163\103\101\061\016\060\014\006\003\125\004\013 -+\023\005\151\160\163\103\101\061\035\060\033\006\003\125\004\003 -+\023\024\151\160\163\103\101\040\107\154\157\142\141\154\040\103 -+\101\040\122\157\157\164\061\041\060\037\006\011\052\206\110\206 -+\367\015\001\011\001\026\022\147\154\157\142\141\154\060\061\100 -+\151\160\163\143\141\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\247\357\314\200\060\260 -+\221\044\117\260\150\370\303\312\055\025\070\125\130\202\342\070 -+\143\260\367\243\222\157\203\270\260\136\260\214\254\124\261\167 -+\320\120\340\227\263\220\255\212\263\037\071\053\105\126\367\252 -+\342\337\174\262\354\157\123\057\232\313\320\346\146\313\311\023 -+\350\162\342\264\315\061\127\207\022\265\223\350\372\162\316\352 -+\107\362\214\264\260\143\327\004\000\267\144\066\071\227\350\225 -+\361\210\371\161\015\003\047\214\141\317\010\203\226\117\203\305 -+\116\350\134\370\006\160\361\002\252\034\036\251\310\252\176\347 -+\135\315\215\074\024\157\147\320\033\251\043\110\213\041\050\072 -+\212\114\346\021\061\371\041\056\262\147\146\306\051\156\224\223 -+\317\100\226\374\260\075\277\262\264\223\277\126\161\266\245\101 -+\207\260\130\265\131\043\050\111\270\230\371\120\036\055\025\050 -+\013\114\254\111\321\204\251\233\232\347\162\124\267\070\320\333 -+\311\376\251\163\325\155\020\315\216\165\353\376\227\375\200\074 -+\374\264\330\110\364\231\106\013\210\024\244\266\056\333\114\140 -+\364\041\301\154\200\225\024\325\257\325\002\003\001\000\001\243 -+\202\002\044\060\202\002\040\060\035\006\003\125\035\016\004\026 -+\004\024\025\246\226\200\261\025\113\061\303\302\234\366\347\023 -+\013\113\363\030\315\206\060\201\337\006\003\125\035\043\004\201 -+\327\060\201\324\200\024\025\246\226\200\261\025\113\061\303\302 -+\234\366\347\023\013\113\363\030\315\206\241\201\270\244\201\265 -+\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123 -+\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151 -+\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162 -+\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123 -+\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\163\056\154\056\040\151\160 -+\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160 -+\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160 -+\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157 -+\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011 -+\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143 -+\141\056\143\157\155\202\001\000\060\014\006\003\125\035\023\004 -+\005\060\003\001\001\377\060\013\006\003\125\035\017\004\004\003 -+\002\001\006\060\107\006\003\125\035\045\004\100\060\076\006\010 -+\053\006\001\005\005\007\003\001\006\010\053\006\001\005\005\007 -+\003\002\006\010\053\006\001\005\005\007\003\003\006\010\053\006 -+\001\005\005\007\003\004\006\010\053\006\001\005\005\007\003\010 -+\006\012\053\006\001\004\001\202\067\012\003\004\060\035\006\003 -+\125\035\021\004\026\060\024\201\022\147\154\157\142\141\154\060 -+\061\100\151\160\163\143\141\056\143\157\155\060\035\006\003\125 -+\035\022\004\026\060\024\201\022\147\154\157\142\141\154\060\061 -+\100\151\160\163\143\141\056\143\157\155\060\101\006\003\125\035 -+\037\004\072\060\070\060\066\240\064\240\062\206\060\150\164\164 -+\160\072\057\057\143\162\154\147\154\157\142\141\154\060\061\056 -+\151\160\163\143\141\056\143\157\155\057\143\162\154\057\143\162 -+\154\147\154\157\142\141\154\060\061\056\143\162\154\060\070\006 -+\010\053\006\001\005\005\007\001\001\004\054\060\052\060\050\006 -+\010\053\006\001\005\005\007\060\001\206\034\150\164\164\160\072 -+\057\057\143\162\154\147\154\157\142\141\154\060\061\056\151\160 -+\163\143\141\056\143\157\155\060\015\006\011\052\206\110\206\367 -+\015\001\001\005\005\000\003\202\001\001\000\030\364\256\376\200 -+\017\216\301\167\157\242\132\107\110\237\043\125\241\123\153\371 -+\135\247\060\245\044\276\103\057\370\301\321\127\371\076\054\200 -+\045\314\106\251\066\363\111\133\035\366\174\327\143\263\115\076 -+\170\366\247\264\002\167\370\171\015\076\152\313\030\140\270\375 -+\000\257\014\335\124\343\124\217\042\075\363\020\157\021\015\265 -+\036\172\215\047\314\010\270\133\303\270\032\137\053\247\140\077 -+\000\034\367\017\134\102\146\144\236\207\022\200\160\211\340\372 -+\127\050\016\116\037\020\057\331\005\200\266\200\057\034\151\360 -+\366\266\145\064\005\157\312\331\076\370\324\135\067\062\307\270 -+\053\314\377\163\223\000\161\340\001\310\252\103\275\251\361\316 -+\372\200\371\361\103\022\221\246\145\345\140\007\115\107\272\053 -+\057\004\366\112\205\051\210\145\020\311\262\123\142\234\154\233 -+\140\134\032\033\323\256\305\035\162\231\006\377\005\314\206\046 -+\163\264\324\124\005\335\036\153\000\073\267\211\350\343\221\002 -+\040\022\353\357\351\376\012\051\043\201\043\243\000\332\160\314 -+\222\137\067\043\320\034\173\065\134\003\172 -+END -+ -+# Trust for Certificate "IPS Global CA Root 2048 2029" - 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 Root CA - R3" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\326\233\126\021\110\360\034\167\305\105\170\301\011\046\337\133 --\205\151\166\255 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\305\337\270\111\312\005\023\125\356\055\272\032\303\076\260\050 --END --CKA_ISSUER MULTILINE_OCTAL --\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157 --\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040 --\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107 --\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125 --\004\003\023\012\107\154\157\142\141\154\123\151\147\156 -+CKA_LABEL UTF8 "IPS Global CA Root 2048 2029" -+CKA_CERT_SHA1_HASH MULTILINE_OCTAL -+\074\161\327\016\065\245\332\250\262\343\201\055\303\147\164\027 -+\365\231\015\363 -+END -+CKA_CERT_MD5_HASH MULTILINE_OCTAL -+\045\052\306\305\211\150\071\371\125\162\002\026\136\243\236\322 -+END -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123 -+\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151 -+\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162 -+\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123 -+\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\163\056\154\056\040\151\160 -+\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160 -+\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160 -+\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157 -+\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011 -+\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143 -+\141\056\143\157\155 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\013\004\000\000\000\000\001\041\130\123\010\242 -+\002\001\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 -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.8-shlibsign.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.8-shlibsign.patch deleted file mode 100644 index a94a6946cd..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.12.8-shlibsign.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- mozilla/security/nss/cmd/shlibsign/Makefile-old 2009-10-21 01:48:57.000000000 +0000 -+++ mozilla/security/nss/cmd/shlibsign/Makefile 2009-10-21 01:55:08.000000000 +0@@ -105,6 +105,7 @@ - include ../platrules.mk - - SRCDIR = $(call core_abspath,.) -+SHLIBSIGN = - - %.chk: %.$(DLL_SUFFIX) - ifeq ($(OS_TARGET), OS2) -@@ -112,9 +113,13 @@ - $(call core_abspath,$(OBJDIR)) $(OS_TARGET) \ - $(call core_abspath,$(NSPR_LIB_DIR)) $(call core_abspath,$<) - else -+ifeq ($(SHLIBSIGN),) - cd $(OBJDIR) ; sh $(SRCDIR)/sign.sh $(call core_abspath,$(DIST)) \ - $(call core_abspath,$(OBJDIR)) $(OS_TARGET) \ - $(call core_abspath,$(NSPR_LIB_DIR)) $(call core_abspath,$<) -+else -+ cd $(OBJDIR) ; $(SHLIBSIGN) -v -i $(call core_abspath,$<) -+endif - endif - - libs install :: $(CHECKLOC) diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.13-gentoo-fixup.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.13-gentoo-fixup.patch deleted file mode 100644 index 42f26c616b..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.13-gentoo-fixup.patch +++ /dev/null @@ -1,245 +0,0 @@ -diff -urN a/mozilla/security/nss/config/Makefile b/mozilla/security/nss/config/Makefile ---- a/mozilla/security/nss/config/Makefile 1969-12-31 18:00:00.000000000 -0600 -+++ b/mozilla/security/nss/config/Makefile 2009-09-14 21:45:45.619639265 -0500 -@@ -0,0 +1,40 @@ -+CORE_DEPTH = ../.. -+DEPTH = ../.. -+ -+include $(CORE_DEPTH)/coreconf/config.mk -+ -+NSS_MAJOR_VERSION = `grep "NSS_VMAJOR" ../lib/nss/nss.h | awk '{print $$3}'` -+NSS_MINOR_VERSION = `grep "NSS_VMINOR" ../lib/nss/nss.h | awk '{print $$3}'` -+NSS_PATCH_VERSION = `grep "NSS_VPATCH" ../lib/nss/nss.h | awk '{print $$3}'` -+PREFIX = /usr -+ -+all: export libs -+ -+export: -+ # Create the nss.pc file -+ mkdir -p $(DIST)/lib/pkgconfig -+ sed -e "s,@prefix@,$(PREFIX)," \ -+ -e "s,@exec_prefix@,\$${prefix}," \ -+ -e "s,@libdir@,\$${prefix}/gentoo/nss," \ -+ -e "s,@includedir@,\$${prefix}/include/nss," \ -+ -e "s,@NSS_MAJOR_VERSION@,$(NSS_MAJOR_VERSION),g" \ -+ -e "s,@NSS_MINOR_VERSION@,$(NSS_MINOR_VERSION)," \ -+ -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \ -+ nss.pc.in > nss.pc -+ chmod 0644 nss.pc -+ ln -sf ../../../../../security/nss/config/nss.pc $(DIST)/lib/pkgconfig -+ -+ # Create the nss-config script -+ mkdir -p $(DIST)/bin -+ sed -e "s,@prefix@,$(PREFIX)," \ -+ -e "s,@NSS_MAJOR_VERSION@,$(NSS_MAJOR_VERSION)," \ -+ -e "s,@NSS_MINOR_VERSION@,$(NSS_MINOR_VERSION)," \ -+ -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \ -+ nss-config.in > nss-config -+ chmod 0755 nss-config -+ ln -sf ../../../../security/nss/config/nss-config $(DIST)/bin -+ -+libs: -+ -+dummy: all export libs -+ -diff -urN a/mozilla/security/nss/config/nss-config.in b/mozilla/security/nss/config/nss-config.in ---- a/mozilla/security/nss/config/nss-config.in 1969-12-31 18:00:00.000000000 -0600 -+++ b/mozilla/security/nss/config/nss-config.in 2009-09-14 21:47:45.190638078 -0500 -@@ -0,0 +1,145 @@ -+#!/bin/sh -+ -+prefix=@prefix@ -+ -+major_version=@NSS_MAJOR_VERSION@ -+minor_version=@NSS_MINOR_VERSION@ -+patch_version=@NSS_PATCH_VERSION@ -+ -+usage() -+{ -+ cat <&2 -+fi -+ -+lib_ssl=yes -+lib_smime=yes -+lib_nss=yes -+lib_nssutil=yes -+ -+while test $# -gt 0; do -+ case "$1" in -+ -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; -+ *) optarg= ;; -+ esac -+ -+ case $1 in -+ --prefix=*) -+ prefix=$optarg -+ ;; -+ --prefix) -+ echo_prefix=yes -+ ;; -+ --exec-prefix=*) -+ exec_prefix=$optarg -+ ;; -+ --exec-prefix) -+ echo_exec_prefix=yes -+ ;; -+ --includedir=*) -+ includedir=$optarg -+ ;; -+ --includedir) -+ echo_includedir=yes -+ ;; -+ --libdir=*) -+ libdir=$optarg -+ ;; -+ --libdir) -+ echo_libdir=yes -+ ;; -+ --version) -+ echo ${major_version}.${minor_version}.${patch_version} -+ ;; -+ --cflags) -+ echo_cflags=yes -+ ;; -+ --libs) -+ echo_libs=yes -+ ;; -+ ssl) -+ lib_ssl=yes -+ ;; -+ smime) -+ lib_smime=yes -+ ;; -+ nss) -+ lib_nss=yes -+ ;; -+ nssutil) -+ lib_nssutil=yes -+ ;; -+ *) -+ usage 1 1>&2 -+ ;; -+ esac -+ shift -+done -+ -+# Set variables that may be dependent upon other variables -+if test -z "$exec_prefix"; then -+ exec_prefix=`pkg-config --variable=exec_prefix nss` -+fi -+if test -z "$includedir"; then -+ includedir=`pkg-config --variable=includedir nss` -+fi -+if test -z "$libdir"; then -+ libdir=`pkg-config --variable=libdir nss` -+fi -+ -+if test "$echo_prefix" = "yes"; then -+ echo $prefix -+fi -+ -+if test "$echo_exec_prefix" = "yes"; then -+ echo $exec_prefix -+fi -+ -+if test "$echo_includedir" = "yes"; then -+ echo $includedir -+fi -+ -+if test "$echo_libdir" = "yes"; then -+ echo $libdir -+fi -+ -+if test "$echo_cflags" = "yes"; then -+ echo -I$includedir -+fi -+ -+if test "$echo_libs" = "yes"; then -+ libdirs="-Wl,-R$libdir -L$libdir" -+ if test -n "$lib_ssl"; then -+ libdirs="$libdirs -lssl${major_version}" -+ fi -+ if test -n "$lib_smime"; then -+ libdirs="$libdirs -lsmime${major_version}" -+ fi -+ if test -n "$lib_nss"; then -+ libdirs="$libdirs -lnss${major_version}" -+ fi -+ if test -n "$lib_nssutil"; then -+ libdirs="$libdirs -lnssutil${major_version}" -+ fi -+ echo $libdirs -+fi -+ -diff -urN a/mozilla/security/nss/config/nss.pc.in b/mozilla/security/nss/config/nss.pc.in ---- a/mozilla/security/nss/config/nss.pc.in 1969-12-31 18:00:00.000000000 -0600 -+++ b/mozilla/security/nss/config/nss.pc.in 2009-09-14 21:45:45.653637310 -0500 -@@ -0,0 +1,12 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: NSS -+Description: Network Security Services -+Version: @NSS_MAJOR_VERSION@.@NSS_MINOR_VERSION@.@NSS_PATCH_VERSION@ -+Requires: nspr >= 4.8 -+Libs: -L${libdir} -lssl3 -lsmime3 -lnssutil3 -lnss3 -+Cflags: -I${includedir} -+ -diff -urN a/mozilla/security/nss/Makefile b/mozilla/security/nss/Makefile ---- a/mozilla/security/nss/Makefile 2008-12-02 17:24:39.000000000 -0600 -+++ b/mozilla/security/nss/Makefile 2009-09-14 21:45:45.678657145 -0500 -@@ -78,7 +78,7 @@ - # (7) Execute "local" rules. (OPTIONAL). # - ####################################################################### - --nss_build_all: build_coreconf build_nspr build_dbm all -+nss_build_all: build_coreconf build_dbm all - - nss_clean_all: clobber_coreconf clobber_nspr clobber_dbm clobber - -@@ -140,12 +140,6 @@ - --with-dist-prefix='$(NSPR_PREFIX)' \ - --with-dist-includedir='$(NSPR_PREFIX)/include' - --build_nspr: $(NSPR_CONFIG_STATUS) -- cd $(CORE_DEPTH)/../nsprpub/$(OBJDIR_NAME) ; $(MAKE) -- --clobber_nspr: $(NSPR_CONFIG_STATUS) -- cd $(CORE_DEPTH)/../nsprpub/$(OBJDIR_NAME) ; $(MAKE) clobber -- - build_dbm: - ifndef NSS_DISABLE_DBM - cd $(CORE_DEPTH)/dbm ; $(MAKE) export libs -diff -urN a/mozilla/security/nss/manifest.mn b/mozilla/security/nss/manifest.mn ---- a/mozilla/security/nss/manifest.mn 2008-04-04 15:36:59.000000000 -0500 -+++ b/mozilla/security/nss/manifest.mn 2009-09-14 21:45:45.703656167 -0500 -@@ -42,6 +42,6 @@ - - RELEASE = nss - --DIRS = lib cmd -+DIRS = lib cmd config - - diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.13.1-solaris-gcc.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.13.1-solaris-gcc.patch deleted file mode 100644 index b775bac257..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.13.1-solaris-gcc.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- nss-3.13.1/mozilla/security/coreconf/SunOS5.mk -+++ nss-3.13.1/mozilla/security/coreconf/SunOS5.mk -@@ -37,6 +37,9 @@ - - include $(CORE_DEPTH)/coreconf/UNIX.mk - -+NS_USE_GCC = 1 -+GCC_USE_GNU_LD = 1 -+ - # Sun's WorkShop defines v8, v8plus and v9 architectures. - # gcc on Solaris defines v8 and v9 "cpus". - # gcc's v9 is equivalent to Workshop's v8plus. -@@ -95,7 +98,7 @@ - endif - endif - --INCLUDES += -I/usr/dt/include -I/usr/openwin/include -+#INCLUDES += -I/usr/dt/include -I/usr/openwin/include - - RANLIB = echo - CPU_ARCH = sparc -@@ -105,11 +108,6 @@ - NOMD_OS_CFLAGS += $(DSO_CFLAGS) $(OS_DEFINES) $(SOL_CFLAGS) - - MKSHLIB = $(CC) $(DSO_LDOPTS) $(RPATH) --ifdef NS_USE_GCC --ifeq (GNU,$(findstring GNU,$(shell `$(CC) -print-prog-name=ld` -v 2>&1))) -- GCC_USE_GNU_LD = 1 --endif --endif - ifdef MAPFILE - ifdef NS_USE_GCC - ifdef GCC_USE_GNU_LD diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.13.5-x32.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.13.5-x32.patch deleted file mode 100644 index 1027cf0d34..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.13.5-x32.patch +++ /dev/null @@ -1,68 +0,0 @@ -diff -8urN a/mozilla/security/coreconf/Linux.mk b/mozilla/security/coreconf/Linux.mk ---- a/mozilla/security/coreconf/Linux.mk 2012-06-22 07:55:45.228234872 -0500 -+++ b/mozilla/security/coreconf/Linux.mk 2012-06-22 07:56:30.171231815 -0500 -@@ -60,21 +60,28 @@ - else - ifeq ($(OS_TEST),alpha) - OS_REL_CFLAGS = -D_ALPHA_ - CPU_ARCH = alpha - else - ifeq ($(OS_TEST),x86_64) - ifeq ($(USE_64),1) - CPU_ARCH = x86_64 -+ ARCHFLAG = -m64 -+else -+ifeq ($(USE_x32),1) -+ OS_REL_CFLAGS = -Di386 -+ CPU_ARCH = x86 -+ ARCHFLAG = -mx32 - else - OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - ARCHFLAG = -m32 - endif -+endif - else - ifeq ($(OS_TEST),sparc64) - CPU_ARCH = sparc - else - ifeq (,$(filter-out arm% sa110,$(OS_TEST))) - CPU_ARCH = arm - else - ifeq (,$(filter-out parisc%,$(OS_TEST))) -diff -8urN a/mozilla/security/nss/lib/freebl/Makefile b/mozilla/security/nss/lib/freebl/Makefile ---- a/mozilla/security/nss/lib/freebl/Makefile 2012-06-22 07:55:45.441234854 -0500 -+++ b/mozilla/security/nss/lib/freebl/Makefile 2012-06-22 07:56:30.172231808 -0500 -@@ -210,22 +210,26 @@ - DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN - # DEFINES += -DMPI_AMD64_ADD - # comment the next two lines to turn off intel HW accelleration - DEFINES += -DUSE_HW_AES - ASFILES += intel-aes.s - MPI_SRCS += mpi_amd64.c mp_comba.c - endif - ifeq ($(CPU_ARCH),x86) -- ASFILES = mpi_x86.s -- DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE -- DEFINES += -DMP_ASSEMBLY_DIV_2DX1D -- DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN -- # The floating point ECC code doesn't work on Linux x86 (bug 311432). -- #ECL_USE_FP = 1 -+ ifeq ($(USE_x32),1) -+ DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN -+ else -+ ASFILES = mpi_x86.s -+ DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE -+ DEFINES += -DMP_ASSEMBLY_DIV_2DX1D -+ DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN -+ # The floating point ECC code doesn't work on Linux x86 (bug 311432). -+ #ECL_USE_FP = 1 -+ endif - endif - ifeq ($(CPU_ARCH),arm) - DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE - DEFINES += -DMP_USE_UINT_DIGIT - DEFINES += -DSHA_NO_LONG_LONG # avoid 64-bit arithmetic in SHA512 - MPI_SRCS += mpi_arm.c - endif - endif # Linux diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.14-abort-on-failed-urandom-access.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.14-abort-on-failed-urandom-access.patch deleted file mode 100644 index be76bd597c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.14-abort-on-failed-urandom-access.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -aurN nss-3.14-urandom/mozilla/security/nss/lib/freebl/unix_rand.c nss-3.14/mozilla/security/nss/lib/freebl/unix_rand.c ---- nss-3.14-urandom/mozilla/security/nss/lib/freebl/unix_rand.c 2012-12-28 16:31:12.017070243 -0800 -+++ nss-3.14/mozilla/security/nss/lib/freebl/unix_rand.c 2012-12-28 16:31:49.107466816 -0800 -@@ -925,6 +925,17 @@ - || defined(HPUX) - if (bytes) - return; -+ -+ /* -+ * Modified to abort the process on Chromium OS if it failed -+ * to read from /dev/urandom. -+ * -+ * See crosbug.com/29623 for details. -+ */ -+ fprintf(stderr, "[ERROR:%s(%d)] NSS failed to read from /dev/urandom. " -+ "Abort process.\n", __FILE__, __LINE__); -+ fflush(stderr); -+ abort(); - #endif - - #ifdef SOLARIS diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.14-bugzilla-802429.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.14-bugzilla-802429.patch deleted file mode 100644 index d7595480b2..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.14-bugzilla-802429.patch +++ /dev/null @@ -1,164 +0,0 @@ -diff -aurN nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11cert.c nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11cert.c ---- nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11cert.c 2012-12-28 16:34:08.208954371 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11cert.c 2012-12-28 16:36:17.610338570 -0800 -@@ -2663,7 +2663,7 @@ - nssCryptokiObject *instance = *ip; - PK11SlotInfo *slot = instance->token->pk11slot; - if (slot) { -- PK11_AddSlotToList(slotList, slot); -+ PK11_AddSlotToList(slotList, slot, PR_TRUE); - found = PR_TRUE; - } - } -diff -aurN nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11priv.h nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11priv.h ---- nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11priv.h 2012-12-28 16:34:08.208954371 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11priv.h 2012-12-28 16:36:17.610338570 -0800 -@@ -28,7 +28,7 @@ - PK11SlotList * PK11_NewSlotList(void); - PK11SlotList * PK11_GetPrivateKeyTokens(CK_MECHANISM_TYPE type, - PRBool needRW,void *wincx); --SECStatus PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot); -+SECStatus PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot, PRBool sorted); - SECStatus PK11_DeleteSlotFromList(PK11SlotList *list,PK11SlotListElement *le); - PK11SlotListElement *PK11_FindSlotElement(PK11SlotList *list, - PK11SlotInfo *slot); -diff -aurN nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11slot.c nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11slot.c ---- nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11slot.c 2012-12-28 16:34:08.208954371 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11slot.c 2012-12-28 16:36:17.610338570 -0800 -@@ -171,11 +171,16 @@ - - /* - * add a slot to a list -+ * "slot" is the slot to be added. Ownership is not transferred. -+ * "sorted" indicates whether or not the slot should be inserted according to -+ * cipherOrder of the associated module. PR_FALSE indicates that the slot -+ * should be inserted to the head of the list. - */ - SECStatus --PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot) -+PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot, PRBool sorted) - { - PK11SlotListElement *le; -+ PK11SlotListElement *element; - - le = (PK11SlotListElement *) PORT_Alloc(sizeof(PK11SlotListElement)); - if (le == NULL) return SECFailure; -@@ -184,9 +189,23 @@ - le->prev = NULL; - le->refCount = 1; - PZ_Lock(list->lock); -- if (list->head) list->head->prev = le; else list->tail = le; -- le->next = list->head; -- list->head = le; -+ element = list->head; -+ /* Insertion sort, with higher cipherOrders are sorted first in the list */ -+ while (element && sorted && (element->slot->module->cipherOrder > -+ le->slot->module->cipherOrder)) { -+ element = element->next; -+ } -+ if (element) { -+ le->prev = element->prev; -+ element->prev = le; -+ le->next = element; -+ } else { -+ le->prev = list->tail; -+ le->next = NULL; -+ list->tail = le; -+ } -+ if (le->prev) le->prev->next = le; -+ if (list->head == element) list->head = le; - PZ_Unlock(list->lock); - - return SECSuccess; -@@ -208,11 +227,12 @@ - } - - /* -- * Move a list to the end of the target list. NOTE: There is no locking -- * here... This assumes BOTH lists are private copy lists. -+ * Move a list to the end of the target list. -+ * NOTE: There is no locking here... This assumes BOTH lists are private copy -+ * lists. It also does not re-sort the target list. - */ - SECStatus --PK11_MoveListToList(PK11SlotList *target,PK11SlotList *src) -+pk11_MoveListToList(PK11SlotList *target,PK11SlotList *src) - { - if (src->head == NULL) return SECSuccess; - -@@ -511,7 +531,7 @@ - ((NULL == slotName) || (0 == *slotName)) && - ((NULL == tokenName) || (0 == *tokenName)) ) { - /* default to softoken */ -- PK11_AddSlotToList(slotList, PK11_GetInternalKeySlot()); -+ PK11_AddSlotToList(slotList, PK11_GetInternalKeySlot(), PR_TRUE); - return slotList; - } - -@@ -539,7 +559,7 @@ - ( (!slotName) || (tmpSlot->slot_name && - (0==PORT_Strcmp(tmpSlot->slot_name, slotName)))) ) { - if (tmpSlot) { -- PK11_AddSlotToList(slotList, tmpSlot); -+ PK11_AddSlotToList(slotList, tmpSlot, PR_TRUE); - slotcount++; - } - } -@@ -910,7 +930,7 @@ - CK_MECHANISM_TYPE mechanism = PK11_DefaultArray[i].mechanism; - PK11SlotList *slotList = PK11_GetSlotList(mechanism); - -- if (slotList) PK11_AddSlotToList(slotList,slot); -+ if (slotList) PK11_AddSlotToList(slotList,slot,PR_FALSE); - } - } - -@@ -937,7 +957,7 @@ - - /* add this slot to the list */ - if (slotList!=NULL) -- result = PK11_AddSlotToList(slotList, slot); -+ result = PK11_AddSlotToList(slotList, slot, PR_FALSE); - - } else { /* trying to turn off */ - -@@ -1910,12 +1930,12 @@ - || PK11_DoesMechanism(slot, type)) { - if (pk11_LoginStillRequired(slot,wincx)) { - if (PK11_IsFriendly(slot)) { -- PK11_AddSlotToList(friendlyList, slot); -+ PK11_AddSlotToList(friendlyList, slot, PR_TRUE); - } else { -- PK11_AddSlotToList(loginList, slot); -+ PK11_AddSlotToList(loginList, slot, PR_TRUE); - } - } else { -- PK11_AddSlotToList(list, slot); -+ PK11_AddSlotToList(list, slot, PR_TRUE); - } - } - } -@@ -1923,9 +1943,9 @@ - } - SECMOD_ReleaseReadLock(moduleLock); - -- PK11_MoveListToList(list,friendlyList); -+ pk11_MoveListToList(list,friendlyList); - PK11_FreeSlotList(friendlyList); -- PK11_MoveListToList(list,loginList); -+ pk11_MoveListToList(list,loginList); - PK11_FreeSlotList(loginList); - - return list; -diff -aurN nss-3.14-default-token/mozilla/security/nss/lib/util/utilpars.c nss-3.14/mozilla/security/nss/lib/util/utilpars.c ---- nss-3.14-default-token/mozilla/security/nss/lib/util/utilpars.c 2012-12-28 16:34:08.218954478 -0800 -+++ nss-3.14/mozilla/security/nss/lib/util/utilpars.c 2012-12-28 16:36:08.190237792 -0800 -@@ -543,6 +543,8 @@ - NSSUTIL_ARG_ENTRY(FORTEZZA,SECMOD_FORTEZZA_FLAG), - NSSUTIL_ARG_ENTRY(RC5,SECMOD_RC5_FLAG), - NSSUTIL_ARG_ENTRY(SHA1,SECMOD_SHA1_FLAG), -+ NSSUTIL_ARG_ENTRY(SHA256,SECMOD_SHA256_FLAG), -+ NSSUTIL_ARG_ENTRY(SHA512,SECMOD_SHA512_FLAG), - NSSUTIL_ARG_ENTRY(MD5,SECMOD_MD5_FLAG), - NSSUTIL_ARG_ENTRY(MD2,SECMOD_MD2_FLAG), - NSSUTIL_ARG_ENTRY(SSL,SECMOD_SSL_FLAG), diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.14-chromeos-cert-nicknames.patch b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.14-chromeos-cert-nicknames.patch deleted file mode 100644 index 58bb16e0ae..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/files/nss-3.14-chromeos-cert-nicknames.patch +++ /dev/null @@ -1,95 +0,0 @@ -diff -aurN nss-3.14-prepared/mozilla/security/nss/lib/nss/nss.def nss-3.14/mozilla/security/nss/lib/nss/nss.def ---- nss-3.14-prepared/mozilla/security/nss/lib/nss/nss.def 2012-12-28 16:27:38.374784755 -0800 -+++ nss-3.14/mozilla/security/nss/lib/nss/nss.def 2012-12-28 16:28:42.605473048 -0800 -@@ -613,6 +613,7 @@ - PK11_GetPQGParamsFromPrivateKey; - PK11_GetPrivateKeyNickname; - PK11_GetPublicKeyNickname; -+PK11_GetCertificateNickname; - PK11_GetSymKeyNickname; - PK11_ImportDERPrivateKeyInfoAndReturnKey; - PK11_ImportPrivateKeyInfoAndReturnKey; -@@ -624,6 +625,7 @@ - PK11_ProtectedAuthenticationPath; - PK11_SetPrivateKeyNickname; - PK11_SetPublicKeyNickname; -+PK11_SetCertificateNickname; - PK11_SetSymKeyNickname; - SECKEY_DecodeDERSubjectPublicKeyInfo; - SECKEY_DestroyPublicKeyList; -diff -aurN nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11akey.c nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11akey.c ---- nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11akey.c 2012-12-28 16:27:38.354784541 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11akey.c 2012-12-28 16:28:42.605473048 -0800 -@@ -1909,6 +1909,13 @@ - return PK11_GetObjectNickname(pubKey->pkcs11Slot,pubKey->pkcs11ID); - } - -+char * -+PK11_GetCertificateNickname(CERTCertificate *certificate) -+{ -+ return PK11_GetObjectNickname(certificate->slot, -+ certificate->pkcs11ID); -+} -+ - SECStatus - PK11_SetPrivateKeyNickname(SECKEYPrivateKey *privKey, const char *nickname) - { -@@ -1923,6 +1930,13 @@ - pubKey->pkcs11ID,nickname); - } - -+SECStatus -+PK11_SetCertificateNickname(CERTCertificate *certificate, const char *nickname) -+{ -+ return PK11_SetObjectNickname(certificate->slot, -+ certificate->pkcs11ID,nickname); -+} -+ - SECKEYPQGParams * - PK11_GetPQGParamsFromPrivateKey(SECKEYPrivateKey *privKey) - { -diff -aurN nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11obj.c nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11obj.c ---- nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11obj.c 2012-12-28 16:27:38.354784541 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11obj.c 2012-12-28 16:28:42.605473048 -0800 -@@ -1410,7 +1410,10 @@ - slot = ((PK11SymKey *)objSpec)->slot; - handle = ((PK11SymKey *)objSpec)->objectID; - break; -- case PK11_TypeCert: /* don't handle cert case for now */ -+ case PK11_TypeCert: -+ slot = ((CERTCertificate *)objSpec)->slot; -+ handle = ((CERTCertificate *)objSpec)->pkcs11ID; -+ break; - default: - break; - } -@@ -1460,7 +1463,10 @@ - slot = ((PK11SymKey *)objSpec)->slot; - handle = ((PK11SymKey *)objSpec)->objectID; - break; -- case PK11_TypeCert: /* don't handle cert case for now */ -+ case PK11_TypeCert: -+ slot = ((CERTCertificate *)objSpec)->slot; -+ handle = ((CERTCertificate *)objSpec)->pkcs11ID; -+ break; - default: - break; - } -diff -aurN nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11pub.h nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11pub.h ---- nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11pub.h 2012-12-28 16:27:38.354784541 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11pub.h 2012-12-28 16:28:42.605473048 -0800 -@@ -453,11 +453,14 @@ - char * PK11_GetSymKeyNickname(PK11SymKey *symKey); - char * PK11_GetPrivateKeyNickname(SECKEYPrivateKey *privKey); - char * PK11_GetPublicKeyNickname(SECKEYPublicKey *pubKey); -+char * PK11_GetCertificateNickname(CERTCertificate *certificate); - SECStatus PK11_SetSymKeyNickname(PK11SymKey *symKey, const char *nickname); - SECStatus PK11_SetPrivateKeyNickname(SECKEYPrivateKey *privKey, - const char *nickname); - SECStatus PK11_SetPublicKeyNickname(SECKEYPublicKey *pubKey, - const char *nickname); -+SECStatus PK11_SetCertificateNickname(CERTCertificate *certificate, -+ const char *nickname); - - /* size to hold key in bytes */ - unsigned int PK11_GetKeyLength(PK11SymKey *key); diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/nss-3.12.8-r4.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/nss-3.12.8-r4.ebuild deleted file mode 120000 index b0a0d9a349..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/nss-3.12.8-r4.ebuild +++ /dev/null @@ -1 +0,0 @@ -nss-3.12.8.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/nss-3.12.8.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/nss-3.12.8.ebuild deleted file mode 100644 index a0b6a5b2f6..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/nss-3.12.8.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.12.8.ebuild,v 1.1 2010/09/30 11:58:39 anarchy Exp $ - -EAPI=3 -inherit eutils flag-o-matic multilib toolchain-funcs - -NSPR_VER="4.8.6" -RTM_NAME="NSS_${PV//./_}_RTM" -DESCRIPTION="Mozilla's Network Security Services library that implements PKI support" -HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/" -SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -DEPEND="dev-util/pkgconfig" -RDEPEND=">=dev-libs/nspr-${NSPR_VER} - >=dev-libs/nss-${PV} - >=dev-db/sqlite-3.5 - sys-libs/zlib" - -src_prepare() { - # Custom changes for gentoo - epatch "${FILESDIR}/${PN}-3.12.5-gentoo-fixups.diff" - epatch "${FILESDIR}/${PN}-3.12.6-gentoo-fixup-warnings.patch" - epatch "${FILESDIR}"/${P}-shlibsign.patch - epatch "${FILESDIR}"/${P}-chromeos-root-certs.patch - - # See https://bugzilla.mozilla.org/show_bug.cgi?id=741481 for details. - epatch "${FILESDIR}"/${P}-cert-initlocks.patch - - cd "${S}"/mozilla/security/coreconf - - # Explain that linux 3.0+ is just the same as 2.6. - ln -sf Linux2.6.mk Linux$(uname -r | cut -b1-3).mk - - # hack nspr paths - echo 'INCLUDES += -I'"${EPREFIX}"'/usr/include/nspr -I$(DIST)/include/dbm' \ - >> headers.mk || die "failed to append include" - - # modify install path - sed -e 's:SOURCE_PREFIX = $(CORE_DEPTH)/\.\./dist:SOURCE_PREFIX = $(CORE_DEPTH)/dist:' \ - -i source.mk - - # Respect LDFLAGS - sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk - - # Ensure we stay multilib aware - sed -i -e "s:gentoo\/nss:$(get_libdir):" "${S}"/mozilla/security/nss/config/Makefile || die "Failed to fix for multilib" - - # Fix pkgconfig file for Prefix - sed -i -e "/^PREFIX =/s:= /usr:= ${EPREFIX}/usr:" \ - "${S}"/mozilla/security/nss/config/Makefile - - epatch "${FILESDIR}"/${PN}-3.12.4-solaris-gcc.patch # breaks non-gnu tools - # dirty hack - cd "${S}"/mozilla/security/nss - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../freebl/\$(OBJDIR):" \ - lib/ssl/config.mk || die - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \ - cmd/platlibs.mk || die -} - -src_compile() { - strip-flags - - echo > "${T}"/test.c - $(tc-getCC) ${CFLAGS} -c "${T}"/test.c -o "${T}"/test.o - case $(file "${T}"/test.o) in - *64-bit*|*ppc64*|*x86_64*) export USE_64=1;; - *32-bit*|*ppc*|*i386*) ;; - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; - esac - - export NSPR_INCLUDE_DIR="${ROOT}"/usr/include/nspr - export NSPR_LIB_DIR="${ROOT}"/usr/lib - export BUILD_OPT=1 - export NSS_USE_SYSTEM_SQLITE=1 - export NSDISTMODE=copy - export NSS_ENABLE_ECC=1 - export XCFLAGS="${CFLAGS}" - export FREEBL_NO_DEPEND=1 - - # Cross-compile Love - ( filter-flags -m* ; - cd "${S}"/mozilla/security/coreconf && - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" LDFLAGS= CC="$(tc-getBUILD_CC)" || die "coreconf make failed" ) - cd "${S}"/mozilla/security/dbm - NSINSTALL=$(readlink -f $(find "${S}"/mozilla/security/coreconf -type f -name nsinstall)) - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" CC="$(tc-getCC)" NSINSTALL="${NSINSTALL}" OS_TEST=${ARCH} || die "dbm make failed" - cd "${S}"/mozilla/security/nss - if tc-is-cross-compiler; then - SHLIBSIGN_ARG="SHLIBSIGN=/usr/bin/nssshlibsign" - fi - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" CC="$(tc-getCC)" NSINSTALL="${NSINSTALL}" OS_TEST=${ARCH} ${SHLIBSIGN_ARG} || die "nss make failed" -} - -src_install () { - local nssutils - # The tests we do not need to install. - #nssutils_test="bltest crmftest dbtest dertimetest - #fipstest remtest sdrtest" - nssutils="addbuiltin atob baddbdir btoa certcgi certutil checkcert - cmsutil conflict crlutil derdump digest makepqg mangle modutil multinit - nonspr10 ocspclnt oidcalc p7content p7env p7sign p7verify pk11mode - pk12util pp rsaperf selfserv shlibsign signtool signver ssltap strsclnt - symkeyutil tstclnt vfychain vfyserv" - - cd "${S}"/mozilla/security/dist/*/bin/ - for f in $nssutils; do - # TODO(cmasone): switch to normal nss tool names - newbin ${f} nss${f} - done -} diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/nss-3.14.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/nss-3.14.ebuild deleted file mode 100644 index bb16c4b0db..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/nss/nss-3.14.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.14.ebuild,v 1.8 2012/11/29 23:41:51 blueness Exp $ - -EAPI=3 -inherit eutils flag-o-matic multilib toolchain-funcs - -NSPR_VER="4.9.2" -RTM_NAME="NSS_${PV//./_}_RTM" - -DESCRIPTION="Mozilla's Network Security Services library that implements PKI support" -HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/" -SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -DEPEND="virtual/pkgconfig - >=dev-libs/nspr-${NSPR_VER}" - -RDEPEND=">=dev-libs/nspr-${NSPR_VER} - >=dev-libs/nss-${PV} - >=dev-db/sqlite-3.5 - sys-libs/zlib" - -src_setup() { - export LC_ALL="C" -} - -src_prepare() { - # Custom changes for gentoo - epatch "${FILESDIR}/${PN}-3.13-gentoo-fixup.patch" - epatch "${FILESDIR}/${PN}-3.12.6-gentoo-fixup-warnings.patch" - epatch "${FILESDIR}/${PN}-3.13.5-x32.patch" - - # Fix cross-compiling of NSS. This is an alternative to upstream's - # patch at https://bugs.gentoo.org/show_bug.cgi?id=436216 - epatch "${FILESDIR}/${PN}-3.12.8-shlibsign.patch" - - # Add a public API to set the certificate nickname (PKCS#11 CKA_LABEL - # attribute). See http://crosbug.com/19403 for details. - epatch "${FILESDIR}"/${PN}-3.14-chromeos-cert-nicknames.patch - - # Abort the process if /dev/urandom cannot be opened (eg: when sandboxed) - # See http://crosbug.com/29623 for details. - epatch "${FILESDIR}"/${PN}-3.14-abort-on-failed-urandom-access.patch - - # Don't default to the TPM for SHA-256. Fixed in NSS 3.14.1 - # See https://bugzilla.mozilla.org/show_bug.cgi?id=802429 for details - epatch "${FILESDIR}"/${PN}-3.14-bugzilla-802429.patch - - cd "${S}"/mozilla/security/coreconf || die - # hack nspr paths - echo 'INCLUDES += -I'"${EPREFIX}"'/usr/include/nspr -I$(DIST)/include/dbm' \ - >> headers.mk || die "failed to append include" - - # modify install path - sed -e 's:SOURCE_PREFIX = $(CORE_DEPTH)/\.\./dist:SOURCE_PREFIX = $(CORE_DEPTH)/dist:' \ - -i source.mk || die - - # Respect LDFLAGS - sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk || die - - # Ensure we stay multilib aware - sed -i -e "s:gentoo\/nss:$(get_libdir):" "${S}"/mozilla/security/nss/config/Makefile || die "Failed to fix for multilib" - - # Fix pkgconfig file for Prefix - sed -i -e "/^PREFIX =/s:= /usr:= ${EPREFIX}/usr:" \ - "${S}"/mozilla/security/nss/config/Makefile || die - - epatch "${FILESDIR}/nss-3.13.1-solaris-gcc.patch" - - # dirty hack - cd "${S}"/mozilla/security/nss || die - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../freebl/\$(OBJDIR):" \ - lib/ssl/config.mk || die - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \ - cmd/platlibs.mk || die -} - -src_compile() { - strip-flags - - echo > "${T}"/test.c || die - $(tc-getCC) ${CFLAGS} -c "${T}"/test.c -o "${T}"/test.o || die - case $(file "${T}"/test.o) in - *32-bit*x86-64*) export USE_x32=1;; - *64-bit*|*ppc64*|*x86_64*) export USE_64=1;; - *32-bit*|*ppc*|*i386*) ;; - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; - esac - - export NSPR_INCLUDE_DIR="${ROOT}"/usr/include/nspr - export NSPR_LIB_DIR="${ROOT}"/usr/lib - export BUILD_OPT=1 - export NSS_USE_SYSTEM_SQLITE=1 - export NSDISTMODE=copy - export NSS_ENABLE_ECC=1 - export XCFLAGS="${CFLAGS}" - export FREEBL_NO_DEPEND=1 - export ASFLAGS="" - - # Cross-compile Love - ( filter-flags -m* ; - cd "${S}"/mozilla/security/coreconf && - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" LDFLAGS= CC="$(tc-getBUILD_CC)" || die "coreconf make failed" ) - cd "${S}"/mozilla/security/dbm - NSINSTALL=$(readlink -f $(find "${S}"/mozilla/security/coreconf -type f -name nsinstall)) - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" CC="$(tc-getCC)" NSINSTALL="${NSINSTALL}" OS_TEST=${ARCH} || die "dbm make failed" - cd "${S}"/mozilla/security/nss - if tc-is-cross-compiler; then - SHLIBSIGN_ARG="SHLIBSIGN=/usr/bin/nssshlibsign" - fi - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" CC="$(tc-getCC)" NSINSTALL="${NSINSTALL}" OS_TEST=${ARCH} ${SHLIBSIGN_ARG} || die "nss make failed" -} - -src_install () { - local nssutils - # The tests we do not need to install. - #nssutils_test="bltest crmftest dbtest dertimetest - #fipstest remtest sdrtest" - nssutils="addbuiltin atob baddbdir btoa certcgi certutil checkcert - cmsutil conflict crlutil derdump digest makepqg mangle modutil multinit - nonspr10 ocspclnt oidcalc p7content p7env p7sign p7verify pk11mode - pk12util pp rsaperf selfserv signtool signver ssltap strsclnt - symkeyutil tstclnt vfychain vfyserv" - cd "${S}"/mozilla/security/dist/*/bin/ || die - for f in $nssutils; do - # TODO(cmasone): switch to normal nss tool names - newbin ${f} nss${f} || die - done -} diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/Manifest b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/Manifest deleted file mode 100644 index 26af76662a..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST nspr-4.8.6.tar.gz 1202257 SHA256 d9040bb01536fa63881c423c4fa831ea459696b32d2097f614842f824e1a9f6d -DIST nspr-4.9.2.tar.gz 1172193 SHA256 570206f125fc31b8589b31d3837c190ee2a75d4f3b8faec2cbedbeacc016e82c SHA512 1f1f35fc2b9ead7e3b4ef93a02f13c0bcccc314bf9cfad67e6ddb755aaf6ab411499b0b57b94b032e2c7ee21fc7c114ca447e24825b79611f720f88eb37bd348 WHIRLPOOL b50c87f8ba77601ea79282659b4781fe674925bc87bc130dd5acc056021b135769a0d5ed1b76e759c1dfbb0c7df9d6fb0d97d292f42c5d7c5db43233c2498f07 diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.6.1-config-1.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.6.1-config-1.patch deleted file mode 100644 index a7d5361525..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.6.1-config-1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla/nsprpub/configure.orig 2006-01-14 22:41:37.000000000 +0000 -+++ mozilla/nsprpub/configure 2006-01-14 22:49:14.000000000 +0000 -@@ -3893,7 +3893,7 @@ - PR_MD_CSRCS=linux.c - MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' - DSO_CFLAGS=-fPIC -- DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)' -+ DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@).$(MOD_MINOR_VERSION)' - _OPTIMIZE_FLAGS=-O2 - _DEBUG_FLAGS="-g -fno-inline" # most people on linux use gcc/gdb, and that - # combo is not yet good at debugging inlined diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.6.1-config.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.6.1-config.patch deleted file mode 100644 index ffbbf1ad81..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.6.1-config.patch +++ /dev/null @@ -1,89 +0,0 @@ ---- mozilla/nsprpub/lib/libc/src/Makefile.in.orig 2005-06-01 14:28:26.000000000 +0000 -+++ mozilla/nsprpub/lib/libc/src/Makefile.in 2006-01-15 02:50:39.000000000 +0000 -@@ -112,6 +112,10 @@ - MKSHLIB += -R '$$ORIGIN' - endif - -+ifeq ($(OS_ARCH), Linux) -+DSO_LDOPTS +=-Wl,-R,'$$ORIGIN' -+endif -+ - ifeq ($(OS_ARCH),OS2) - MAPFILE = $(OBJDIR)/$(LIBRARY_NAME)$(LIBRARY_VERSION).def - GARBAGE += $(MAPFILE) ---- mozilla/nsprpub/lib/ds/Makefile.in.orig 2005-06-01 14:28:25.000000000 +0000 -+++ mozilla/nsprpub/lib/ds/Makefile.in 2006-01-15 02:52:30.000000000 +0000 -@@ -102,6 +102,10 @@ - MKSHLIB += -R '$$ORIGIN' - endif - -+ifeq ($(OS_ARCH), Linux) -+DSO_LDOPTS += -Wl,-R,'$$ORIGIN' -+endif -+ - ifeq ($(OS_ARCH),OS2) - MAPFILE = $(OBJDIR)/$(LIBRARY_NAME)$(LIBRARY_VERSION).def - GARBAGE += $(MAPFILE) ---- mozilla/nsprpub/pr/src/Makefile.in.orig 2005-06-01 14:28:27.000000000 +0000 -+++ mozilla/nsprpub/pr/src/Makefile.in 2006-01-15 03:29:36.000000000 +0000 -@@ -168,6 +168,7 @@ - else - OS_LIBS = -ldl - endif -+DSO_LDOPTS +=-Wl,-R,'$$ORIGIN' - endif - - ifeq ($(OS_ARCH),HP-UX) ---- mozilla/nsprpub/config/Makefile.in.orig 2005-06-01 14:28:23.000000000 +0000 -+++ mozilla/nsprpub/config/Makefile.in 2006-01-15 04:13:42.000000000 +0000 -@@ -54,7 +54,7 @@ - # because it is included by every makefile. - DIST_GARBAGE = nsprincl.mk nsprincl.sh nspr-config - --RELEASE_BINS = nspr-config -+RELEASE_BINS = nspr-config nspr.pc - - include $(topsrcdir)/config/config.mk - -@@ -139,6 +139,7 @@ - - export:: $(TARGETS) - rm -f $(dist_bindir)/nspr-config -+ rm -f $(dist_bindir)/nspr.pc - - ifdef WRAP_SYSTEM_INCLUDES - export:: ---- mozilla/nsprpub/config/nspr.pc.in.orig 1970-01-01 00:00:00.000000000 +0000 -+++ mozilla/nsprpub/config/nspr.pc.in 2006-01-15 04:12:23.000000000 +0000 -@@ -0,0 +1,10 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: NSPR -+Description: The Netscape Portable Runtime -+Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ -+Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 @OS_LIBS@ -Wl,-R${libdir} -+Cflags: -I${includedir} ---- mozilla/nsprpub/configure.orig 2006-01-15 04:17:59.000000000 +0000 -+++ mozilla/nsprpub/configure 2006-01-15 04:21:35.000000000 +0000 -@@ -5899,6 +5899,7 @@ - config/nsprincl.mk - config/nsprincl.sh - config/nspr-config -+config/nspr.pc - lib/Makefile - lib/ds/Makefile - lib/libc/Makefile ---- mozilla/nsprpub/config/nspr-config.in.orig 2005-05-11 00:53:41.000000000 +0000 -+++ mozilla/nsprpub/config/nspr-config.in 2006-01-15 06:37:58.000000000 +0000 -@@ -122,7 +122,7 @@ - fi - - if test "$echo_libs" = "yes"; then -- libdirs=-L$libdir -+ libdirs="-Wl,-R$libdir -L$libdir" - if test -n "$lib_plds"; then - libdirs="$libdirs -lplds${major_version}" - fi diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.6.1-lang.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.6.1-lang.patch deleted file mode 100644 index 46fe15b810..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.6.1-lang.patch +++ /dev/null @@ -1,41 +0,0 @@ -The LANG vars aren't reset early enough so when sed tries to use [a-zA-Z] in -option parsing, it may break. - -http://bugs.gentoo.org/103483 - ---- mozilla/nsprpub/configure -+++ mozilla/nsprpub/configure -@@ -54,6 +54,16 @@ - infodir='${prefix}/info' - mandir='${prefix}/man' - -+# NLS nuisances. -+# Only set these to C if already set. These must not be set unconditionally -+# because not all systems understand e.g. LANG=C (notably SCO). -+# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! -+# Non-C LC_CTYPE values break the ctype check. -+if test "${LANG+set}" = set; then LANG=C; export LANG; fi -+if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi -+if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi -+if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi -+ - # Initialize some other variables. - subdirs= - MFLAGS= MAKEFLAGS= -@@ -452,16 +463,6 @@ - esac - done - --# NLS nuisances. --# Only set these to C if already set. These must not be set unconditionally --# because not all systems understand e.g. LANG=C (notably SCO). --# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! --# Non-C LC_CTYPE values break the ctype check. --if test "${LANG+set}" = set; then LANG=C; export LANG; fi --if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi --if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi --if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi -- - # confdefs.h avoids OS command line length limits that DEFS can exceed. - rm -rf conftest* confdefs.h - # AIX cpp loses on an empty file, so make sure it contains at least a newline. diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.7.0-prtime.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.7.0-prtime.patch deleted file mode 100644 index ac509ef23d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.7.0-prtime.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- mozilla/nsprpub/pr/src/misc/prtime.c.orig 2007-09-14 19:41:08.000000000 +0200 -+++ mozilla/nsprpub/pr/src/misc/prtime.c 2007-09-14 19:42:17.000000000 +0200 -@@ -1536,7 +1536,7 @@ - case TT_EET: zone_offset = 2 * 60; break; - case TT_JST: zone_offset = 9 * 60; break; - default: -- PR_ASSERT (0); -+ return PR_FAILURE; - break; - } - } -@@ -1578,11 +1578,12 @@ - struct tm localTime; - time_t secs; - -- PR_ASSERT(result->tm_month > -1 && -+ if (!(result->tm_month > -1 && - result->tm_mday > 0 && - result->tm_hour > -1 && - result->tm_min > -1 && -- result->tm_sec > -1); -+ result->tm_sec > -1)) -+ return PR_FAILURE; - - /* - * To obtain time_t from a tm structure representing the local diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.7.1-solaris.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.7.1-solaris.patch deleted file mode 100644 index 5d9e810a5f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.7.1-solaris.patch +++ /dev/null @@ -1,14 +0,0 @@ -Same magic as haubi did for glib compilation, which works again here -resolving a linker problem on Solaris with GNU ld. Bug #222625 - ---- mozilla/nsprpub/pr/src/Makefile.in.orig 2008-06-22 22:24:56.671065000 +0200 -+++ mozilla/nsprpub/pr/src/Makefile.in 2008-06-23 14:38:52.320417000 +0200 -@@ -95,7 +95,7 @@ - endif - - ifdef USE_PTHREADS --OS_LIBS = -lpthread ${LIBRT} -lsocket -lnsl -ldl -lc -+OS_LIBS = -pthread ${LIBRT} -lsocket -lnsl -ldl -lc - else - ifdef LOCAL_THREADS_ONLY - OS_LIBS = -lsocket -lnsl -ldl -lc diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.7.4-solaris.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.7.4-solaris.patch deleted file mode 100644 index a0f14d555a..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.7.4-solaris.patch +++ /dev/null @@ -1,62 +0,0 @@ -* drop Solaris linker stuff - ---- nspr-4.7.4/mozilla/nsprpub/configure.in -+++ nspr-4.7.4/mozilla/nsprpub/configure.in -@@ -1988,26 +1988,14 @@ - CPU_ARCH=`uname -p` - MDCPUCFG_H=_solaris.cfg - PR_MD_CSRCS=solaris.c -- LD=/usr/ccs/bin/ld - MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' - RESOLVE_LINK_SYMBOLS=1 -- case "${OS_RELEASE}" in -- 5.8|5.9) -- ;; -- *) -- # It is safe to use the -Bdirect linker flag on Solaris 10 or later. -- USE_B_DIRECT=1 -- ;; -- esac - if test -n "$GNU_CC"; then - DSO_CFLAGS=-fPIC - if `$CC -print-prog-name=ld` -v 2>&1 | grep -c GNU >/dev/null; then - GCC_USE_GNU_LD=1 - fi -- DSO_LDOPTS='-shared -Wl,-h,$(notdir $@),-z,combreloc,-z,defs,-z,ignore' -- if test -n "$USE_B_DIRECT"; then -- DSO_LDOPTS="$DSO_LDOPTS,-Bdirect" -- fi -+ DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)' - else - DSO_CFLAGS=-KPIC - DSO_LDOPTS='-G -h $(notdir $@) -z combreloc -z defs -z ignore' ---- nspr-4.7.4/mozilla/nsprpub/configure -+++ nspr-4.7.4/mozilla/nsprpub/configure -@@ -4765,26 +4765,14 @@ - CPU_ARCH=`uname -p` - MDCPUCFG_H=_solaris.cfg - PR_MD_CSRCS=solaris.c -- LD=/usr/ccs/bin/ld - MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' - RESOLVE_LINK_SYMBOLS=1 -- case "${OS_RELEASE}" in -- 5.8|5.9) -- ;; -- *) -- # It is safe to use the -Bdirect linker flag on Solaris 10 or later. -- USE_B_DIRECT=1 -- ;; -- esac - if test -n "$GNU_CC"; then - DSO_CFLAGS=-fPIC - if `$CC -print-prog-name=ld` -v 2>&1 | grep -c GNU >/dev/null; then - GCC_USE_GNU_LD=1 - fi -- DSO_LDOPTS='-shared -Wl,-h,$(notdir $@),-z,combreloc,-z,defs,-z,ignore' -- if test -n "$USE_B_DIRECT"; then -- DSO_LDOPTS="$DSO_LDOPTS,-Bdirect" -- fi -+ DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)' - else - DSO_CFLAGS=-KPIC - DSO_LDOPTS='-G -h $(notdir $@) -z combreloc -z defs -z ignore' diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-config.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-config.patch deleted file mode 100644 index e8fc6c112b..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-config.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- mozilla/nsprpub/lib/libc/src/Makefile.in.orig 2005-06-01 14:28:26.000000000 +0000 -+++ mozilla/nsprpub/lib/libc/src/Makefile.in 2006-01-15 02:50:39.000000000 +0000 -@@ -112,6 +112,10 @@ - MKSHLIB += -R '$$ORIGIN' - endif - -+ifeq ($(OS_ARCH), Linux) -+DSO_LDOPTS +=-Wl,-R,'$$ORIGIN' -+endif -+ - ifeq ($(OS_ARCH),OS2) - MAPFILE = $(OBJDIR)/$(LIBRARY_NAME)$(LIBRARY_VERSION).def - GARBAGE += $(MAPFILE) ---- mozilla/nsprpub/lib/ds/Makefile.in.orig 2005-06-01 14:28:25.000000000 +0000 -+++ mozilla/nsprpub/lib/ds/Makefile.in 2006-01-15 02:52:30.000000000 +0000 -@@ -102,6 +102,10 @@ - MKSHLIB += -R '$$ORIGIN' - endif - -+ifeq ($(OS_ARCH), Linux) -+DSO_LDOPTS += -Wl,-R,'$$ORIGIN' -+endif -+ - ifeq ($(OS_ARCH),OS2) - MAPFILE = $(OBJDIR)/$(LIBRARY_NAME)$(LIBRARY_VERSION).def - GARBAGE += $(MAPFILE) ---- mozilla/nsprpub/pr/src/Makefile.in.orig 2005-06-01 14:28:27.000000000 +0000 -+++ mozilla/nsprpub/pr/src/Makefile.in 2006-01-15 03:29:36.000000000 +0000 -@@ -168,6 +168,7 @@ - else - OS_LIBS = -ldl - endif -+DSO_LDOPTS +=-Wl,-R,'$$ORIGIN' - endif - - ifeq ($(OS_ARCH),HP-UX) ---- mozilla/nsprpub/config/nspr-config.in.orig 2005-05-11 00:53:41.000000000 +0000 -+++ mozilla/nsprpub/config/nspr-config.in 2006-01-15 06:37:58.000000000 +0000 -@@ -122,7 +122,7 @@ - fi - - if test "$echo_libs" = "yes"; then -- libdirs=-L$libdir -+ libdirs="-Wl,-R$libdir -L$libdir" - if test -n "$lib_plds"; then - libdirs="$libdirs -lplds${major_version}" - fi diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-parallel-fixup.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-parallel-fixup.patch deleted file mode 100644 index 6564af9cbf..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-parallel-fixup.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- a/mozilla/nsprpub/Makefile.in -+++ b/mozilla/nsprpub/Makefile.in -@@ -40,18 +40,16 @@ - - MOD_DEPTH = . - topsrcdir = @top_srcdir@ - srcdir = @srcdir@ - VPATH = @srcdir@ - - include $(MOD_DEPTH)/config/autoconf.mk - --MAKE := $(patsubst -j%,,$(MAKE)) -j1 -- - DIRS = config pr lib - - ifdef MOZILLA_CLIENT - # Make nsinstall use absolute symlinks by default for Mozilla OSX builds - # http://bugzilla.mozilla.org/show_bug.cgi?id=193164 - ifeq ($(OS_ARCH),Darwin) - ifndef NSDISTMODE - NSDISTMODE=absolute_symlink ---- a/mozilla/nsprpub/pr/src/Makefile.in -+++ b/mozilla/nsprpub/pr/src/Makefile.in -@@ -384,17 +384,20 @@ endif - # - - - # - # The Client build wants the shared libraries in $(dist_bindir) - # so we also install them there. - # - --export:: $(TARGETS) -+export:: -+ $(MAKE) -C . build -+ -+build:: $(TARGETS) - $(INSTALL) -m 444 $(TARGETS) $(dist_libdir) - ifdef SHARED_LIBRARY - ifeq ($(OS_ARCH),HP-UX) - $(INSTALL) -m 755 $(SHARED_LIBRARY) $(dist_libdir) - $(INSTALL) -m 755 $(SHARED_LIBRARY) $(dist_bindir) - else - $(INSTALL) -m 444 $(SHARED_LIBRARY) $(dist_bindir) - endif - diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-pkgconfig-gentoo-2.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-pkgconfig-gentoo-2.patch deleted file mode 100644 index 3309ae085f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-pkgconfig-gentoo-2.patch +++ /dev/null @@ -1,126 +0,0 @@ -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/config.mk nspr-4.8/mozilla/nsprpub/config/config.mk ---- nspr-4.8-orig/mozilla/nsprpub/config/config.mk 2009-09-12 00:43:47.678357452 -0500 -+++ nspr-4.8/mozilla/nsprpub/config/config.mk 2009-09-12 00:44:19.383381757 -0500 -@@ -162,3 +162,4 @@ - RELEASE_INCLUDE_DIR = $(RELEASE_DIR)/$(BUILD_NUMBER)/$(OBJDIR_NAME)/include - RELEASE_BIN_DIR = $(RELEASE_DIR)/$(BUILD_NUMBER)/$(OBJDIR_NAME)/bin - RELEASE_LIB_DIR = $(RELEASE_DIR)/$(BUILD_NUMBER)/$(OBJDIR_NAME)/lib -+RELEASE_PC_DIR = $(RELEASE_LIB_DIR)/pkgconfig -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/Makefile.in nspr-4.8/mozilla/nsprpub/config/Makefile.in ---- nspr-4.8-orig/mozilla/nsprpub/config/Makefile.in 2009-09-12 00:43:47.678357452 -0500 -+++ nspr-4.8/mozilla/nsprpub/config/Makefile.in 2009-09-12 00:44:19.384379661 -0500 -@@ -52,9 +52,10 @@ - - # autoconf.mk must be deleted last (from the top-level directory) - # because it is included by every makefile. --DIST_GARBAGE = nsprincl.mk nsprincl.sh nspr-config -+DIST_GARBAGE = nsprincl.mk nsprincl.sh nspr-config nspr.pc - - RELEASE_BINS = nspr-config -+RELEASE_PC = nspr.pc - - include $(topsrcdir)/config/config.mk - -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/nspr-config.in nspr-4.8/mozilla/nsprpub/config/nspr-config.in ---- nspr-4.8-orig/mozilla/nsprpub/config/nspr-config.in 2009-09-12 00:43:47.677356194 -0500 -+++ nspr-4.8/mozilla/nsprpub/config/nspr-config.in 2009-09-12 00:45:53.723359547 -0500 -@@ -92,13 +92,13 @@ - - # Set variables that may be dependent upon other variables - if test -z "$exec_prefix"; then -- exec_prefix=@exec_prefix@ -+ exec_prefix=`pkg-config --variable=exec_prefix nspr` - fi - if test -z "$includedir"; then -- includedir=@includedir@ -+ includedir=`pkg-config --variable=includedir nspr` - fi - if test -z "$libdir"; then -- libdir=@libdir@ -+ libdir=`pkg-config --variable=libdir nspr` - fi - - if test "$echo_prefix" = "yes"; then -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/nspr.pc.in nspr-4.8/mozilla/nsprpub/config/nspr.pc.in ---- nspr-4.8-orig/mozilla/nsprpub/config/nspr.pc.in 1969-12-31 18:00:00.000000000 -0600 -+++ nspr-4.8/mozilla/nsprpub/config/nspr.pc.in 2009-09-12 00:44:19.410432811 -0500 -@@ -0,0 +1,11 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: NSPR -+Description: The Netscape Portable Runtime -+Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ -+Libs: -L${libdir} -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ -lpthread -+Cflags: -I${includedir} -+ -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/rules.mk nspr-4.8/mozilla/nsprpub/config/rules.mk ---- nspr-4.8-orig/mozilla/nsprpub/config/rules.mk 2009-09-12 00:43:47.677356194 -0500 -+++ nspr-4.8/mozilla/nsprpub/config/rules.mk 2009-09-12 00:44:19.435517111 -0500 -@@ -211,7 +211,7 @@ - rm -rf $(wildcard *.OBJ *.OBJD) dist $(ALL_TRASH) $(DIST_GARBAGE) - +$(LOOP_OVER_DIRS) - --install:: $(RELEASE_BINS) $(RELEASE_HEADERS) $(RELEASE_LIBS) -+install:: $(RELEASE_BINS) $(RELEASE_HEADERS) $(RELEASE_LIBS) $(RELEASE_PC) - ifdef RELEASE_BINS - $(NSINSTALL) -t -m 0755 $(RELEASE_BINS) $(DESTDIR)$(bindir) - endif -@@ -221,6 +221,9 @@ - ifdef RELEASE_LIBS - $(NSINSTALL) -t -m 0755 $(RELEASE_LIBS) $(DESTDIR)$(libdir)/$(lib_subdir) - endif -+ifdef RELEASE_PC -+ $(NSINSTALL) -t -m 0644 $(RELEASE_PC) $(DESTDIR)$(libdir)/pkgconfig/ -+endif - +$(LOOP_OVER_DIRS) - - release:: export -@@ -272,6 +275,23 @@ - fi - cp $(RELEASE_HEADERS) $(RELEASE_HEADERS_DEST) - endif -+ifdef RELEASE_PC -+ @echo "Copying pkg-config files to release directory" -+ @if test -z "$(BUILD_NUMBER)"; then \ -+ echo "BUILD_NUMBER must be defined"; \ -+ false; \ -+ else \ -+ true; \ -+ fi -+ @if test ! -d $(RELEASE_PC_DEST); then \ -+ rm -rf $(RELEASE_PC_DEST); \ -+ $(NSINSTALL) -D $(RELEASE_PC_DEST);\ -+ else \ -+ true; \ -+ fi -+ cp $(RELEASE_PC) $(RELEASE_PC_DEST) -+endif -+ - +$(LOOP_OVER_DIRS) - - alltags: -diff -urN nspr-4.8-orig/mozilla/nsprpub/configure nspr-4.8/mozilla/nsprpub/configure ---- nspr-4.8-orig/mozilla/nsprpub/configure 2009-09-12 00:43:47.600359058 -0500 -+++ nspr-4.8/mozilla/nsprpub/configure 2009-09-12 00:44:19.444380569 -0500 -@@ -6037,6 +6037,7 @@ - config/nsprincl.mk - config/nsprincl.sh - config/nspr-config -+config/nspr.pc - lib/Makefile - lib/ds/Makefile - lib/libc/Makefile -diff -urN nspr-4.8-orig/mozilla/nsprpub/configure.in nspr-4.8/mozilla/nsprpub/configure.in ---- nspr-4.8-orig/mozilla/nsprpub/configure.in 2009-09-12 00:43:47.678357452 -0500 -+++ nspr-4.8/mozilla/nsprpub/configure.in 2009-09-12 00:44:19.451396074 -0500 -@@ -2871,6 +2871,7 @@ - config/nsprincl.mk - config/nsprincl.sh - config/nspr-config -+config/nspr.pc - lib/Makefile - lib/ds/Makefile - lib/libc/Makefile diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-pkgconfig-gentoo-3.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-pkgconfig-gentoo-3.patch deleted file mode 100644 index 5bd23741ea..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8-pkgconfig-gentoo-3.patch +++ /dev/null @@ -1,126 +0,0 @@ -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/config.mk nspr-4.8/mozilla/nsprpub/config/config.mk ---- nspr-4.8-orig/mozilla/nsprpub/config/config.mk 2009-09-12 00:43:47.678357452 -0500 -+++ nspr-4.8/mozilla/nsprpub/config/config.mk 2009-09-12 00:44:19.383381757 -0500 -@@ -162,3 +162,4 @@ - RELEASE_INCLUDE_DIR = $(RELEASE_DIR)/$(BUILD_NUMBER)/$(OBJDIR_NAME)/include - RELEASE_BIN_DIR = $(RELEASE_DIR)/$(BUILD_NUMBER)/$(OBJDIR_NAME)/bin - RELEASE_LIB_DIR = $(RELEASE_DIR)/$(BUILD_NUMBER)/$(OBJDIR_NAME)/lib -+RELEASE_PC_DIR = $(RELEASE_LIB_DIR)/pkgconfig -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/Makefile.in nspr-4.8/mozilla/nsprpub/config/Makefile.in ---- nspr-4.8-orig/mozilla/nsprpub/config/Makefile.in 2009-09-12 00:43:47.678357452 -0500 -+++ nspr-4.8/mozilla/nsprpub/config/Makefile.in 2009-09-12 00:44:19.384379661 -0500 -@@ -52,9 +52,10 @@ - - # autoconf.mk must be deleted last (from the top-level directory) - # because it is included by every makefile. --DIST_GARBAGE = nsprincl.mk nsprincl.sh nspr-config -+DIST_GARBAGE = nsprincl.mk nsprincl.sh nspr-config nspr.pc - - RELEASE_BINS = nspr-config -+RELEASE_PC = nspr.pc - - include $(topsrcdir)/config/config.mk - -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/nspr-config.in nspr-4.8/mozilla/nsprpub/config/nspr-config.in ---- nspr-4.8-orig/mozilla/nsprpub/config/nspr-config.in 2009-09-12 00:43:47.677356194 -0500 -+++ nspr-4.8/mozilla/nsprpub/config/nspr-config.in 2009-09-12 00:45:53.723359547 -0500 -@@ -92,13 +92,13 @@ - - # Set variables that may be dependent upon other variables - if test -z "$exec_prefix"; then -- exec_prefix=@exec_prefix@ -+ exec_prefix=`pkg-config --variable=exec_prefix nspr` - fi - if test -z "$includedir"; then -- includedir=@includedir@ -+ includedir=`pkg-config --variable=includedir nspr` - fi - if test -z "$libdir"; then -- libdir=@libdir@ -+ libdir=`pkg-config --variable=libdir nspr` - fi - - if test "$echo_prefix" = "yes"; then -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/nspr.pc.in nspr-4.8/mozilla/nsprpub/config/nspr.pc.in ---- nspr-4.8-orig/mozilla/nsprpub/config/nspr.pc.in 1969-12-31 18:00:00.000000000 -0600 -+++ nspr-4.8/mozilla/nsprpub/config/nspr.pc.in 2009-09-12 00:44:19.410432811 -0500 -@@ -0,0 +1,11 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: NSPR -+Description: The Netscape Portable Runtime -+Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ -+Libs: -L${libdir} -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ -lpthread -+Cflags: -I${includedir} -+ -diff -urN nspr-4.8-orig/mozilla/nsprpub/config/rules.mk nspr-4.8/mozilla/nsprpub/config/rules.mk ---- nspr-4.8-orig/mozilla/nsprpub/config/rules.mk 2009-09-12 00:43:47.677356194 -0500 -+++ nspr-4.8/mozilla/nsprpub/config/rules.mk 2009-09-12 00:44:19.435517111 -0500 -@@ -211,7 +211,7 @@ - rm -rf $(wildcard *.OBJ *.OBJD) dist $(ALL_TRASH) $(DIST_GARBAGE) - +$(LOOP_OVER_DIRS) - --install:: $(RELEASE_BINS) $(RELEASE_HEADERS) $(RELEASE_LIBS) -+install:: $(RELEASE_BINS) $(RELEASE_HEADERS) $(RELEASE_LIBS) $(RELEASE_PC) - ifdef RELEASE_BINS - $(NSINSTALL) -t -m 0755 $(RELEASE_BINS) $(DESTDIR)$(bindir) - endif -@@ -221,6 +221,9 @@ - ifdef RELEASE_LIBS - $(NSINSTALL) -t -m 0755 $(RELEASE_LIBS) $(DESTDIR)$(libdir)/$(lib_subdir) - endif -+ifdef RELEASE_PC -+ $(NSINSTALL) -t -m 0644 $(RELEASE_PC) $(DESTDIR)$(libdir)/pkgconfig/ -+endif - +$(LOOP_OVER_DIRS) - - release:: export -@@ -272,6 +275,23 @@ - fi - cp $(RELEASE_HEADERS) $(RELEASE_HEADERS_DEST) - endif -+ifdef RELEASE_PC -+ @echo "Copying pkg-config files to release directory" -+ @if test -z "$(BUILD_NUMBER)"; then \ -+ echo "BUILD_NUMBER must be defined"; \ -+ false; \ -+ else \ -+ true; \ -+ fi -+ @if test ! -d $(RELEASE_PC_DEST); then \ -+ rm -rf $(RELEASE_PC_DEST); \ -+ $(NSINSTALL) -D $(RELEASE_PC_DEST);\ -+ else \ -+ true; \ -+ fi -+ cp $(RELEASE_PC) $(RELEASE_PC_DEST) -+endif -+ - +$(LOOP_OVER_DIRS) - - alltags: -diff -urN nspr-4.8-orig/mozilla/nsprpub/configure nspr-4.8/mozilla/nsprpub/configure ---- nspr-4.8-orig/mozilla/nsprpub/configure 2009-09-12 00:43:47.600359058 -0500 -+++ nspr-4.8/mozilla/nsprpub/configure 2009-09-12 00:44:19.444380569 -0500 -@@ -6037,6 +6037,7 @@ - config/nsprincl.mk - config/nsprincl.sh - config/nspr-config -+config/nspr.pc - lib/Makefile - lib/ds/Makefile - lib/libc/Makefile -diff -urN nspr-4.8-orig/mozilla/nsprpub/configure.in nspr-4.8/mozilla/nsprpub/configure.in ---- nspr-4.8-orig/mozilla/nsprpub/configure.in 2009-09-12 00:43:47.678357452 -0500 -+++ nspr-4.8/mozilla/nsprpub/configure.in 2009-09-12 00:44:19.451396074 -0500 -@@ -2871,6 +2871,7 @@ - config/nsprincl.mk - config/nsprincl.sh - config/nspr-config -+config/nspr.pc - lib/Makefile - lib/ds/Makefile - lib/libc/Makefile diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.0-cross.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.0-cross.patch deleted file mode 100644 index 0792dde8bf..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.0-cross.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- mozilla/nsprpub/configure.orig 2009-09-29 03:06:05.000000000 +0000 -+++ mozilla/nsprpub/configure 2009-09-29 03:07:19.000000000 +0000 -@@ -1129,16 +1129,16 @@ - fi - - if test -z "$SKIP_COMPILER_CHECKS"; then --if test "$target" != "$host"; then -- echo "cross compiling from $host to $target" -+if test "$target" != "$build"; then -+ echo "cross compiling from $build to $target" - cross_compiling=yes - - _SAVE_CC="$CC" - _SAVE_CFLAGS="$CFLAGS" - _SAVE_LDFLAGS="$LDFLAGS" - -- echo $ac_n "checking for $host compiler""... $ac_c" 1>&6 --echo "configure:1142: checking for $host compiler" >&5 -+ echo $ac_n "checking for $build compiler""... $ac_c" 1>&6 -+echo "configure:1142: checking for $build compiler" >&5 - for ac_prog in $HOST_CC gcc cc /usr/ucb/cc - do - # Extract the first word of "$ac_prog", so it can be a program name with args. -@@ -1189,8 +1189,8 @@ - CFLAGS="$HOST_CFLAGS" - LDFLAGS="$HOST_LDFLAGS" - -- echo $ac_n "checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6 --echo "configure:1194: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5 -+ echo $ac_n "checking whether the $build compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6 -+echo "configure:1194: checking whether the $build compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5 - cat > conftest.$ac_ext <&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* -- { echo "configure: error: installation or configuration problem: $host compiler $HOST_CC cannot create executables." 1>&2; exit 1; } -+ { echo "configure: error: installation or configuration problem: $build compiler $HOST_CC cannot create executables." 1>&2; exit 1; } - fi - rm -f conftest* - diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.3-aix-gcc.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.3-aix-gcc.patch deleted file mode 100644 index 4dc4ea335d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.3-aix-gcc.patch +++ /dev/null @@ -1,145 +0,0 @@ -NSPR does not know that gcc does work on AIX: -https://bugzilla.mozilla.org/show_bug.cgi?id=547991 - ---- ./mozilla/nsprpub/configure.in.orig 2010-02-23 14:36:55 +0100 -+++ ./mozilla/nsprpub/configure.in 2010-02-23 14:37:08 +0100 -@@ -871,8 +871,13 @@ - AC_DEFINE(HAVE_FCNTL_FILE_LOCKING) - USE_IPV6=1 - AIX_LINK_OPTS='-brtl -bnso -berok' -+ if test -n "$GNU_CC"; then -+ LD='$(CC)' -+ DSO_LDOPTS='-shared -Wl,-G,-bernotok,-bexpall,-blibpath:/usr/lib:/lib' -+ fi - ;; - esac -+ test -z "$GNU_CC" && - CFLAGS="$CFLAGS -qro -qroconst" - AIX_WRAP='$(DIST)/lib/aixwrap.o' - AIX_TMP='./_aix_tmp.o' ---- ./mozilla/nsprpub/configure.orig 2010-02-23 14:36:58 +0100 -+++ ./mozilla/nsprpub/configure 2010-02-23 14:37:08 +0100 -@@ -3099,8 +3099,13 @@ - - USE_IPV6=1 - AIX_LINK_OPTS='-brtl -bnso -berok' -+ if test -n "$GNU_CC"; then -+ LD='$(CC)' -+ DSO_LDOPTS='-shared -Wl,-G,-bernotok,-bexpall,-blibpath:/usr/lib:/lib' -+ fi - ;; - esac -+ test -z "$GNU_CC" && - CFLAGS="$CFLAGS -qro -qroconst" - AIX_WRAP='$(DIST)/lib/aixwrap.o' - AIX_TMP='./_aix_tmp.o' ---- ./mozilla/nsprpub/lib/ds/Makefile.in.orig 2010-02-23 14:40:10 +0100 -+++ ./mozilla/nsprpub/lib/ds/Makefile.in 2010-02-23 14:40:58 +0100 -@@ -68,11 +68,19 @@ - endif # WINNT - - ifeq ($(OS_ARCH), AIX) -+ifndef NS_USE_GCC - ifeq ($(CLASSIC_NSPR),1) - OS_LIBS = -lc - else - OS_LIBS = -lc_r - endif -+else -+ifeq ($(CLASSIC_NSPR),1) -+OS_LIBS = -+else -+OS_LIBS = -pthread -+endif -+endif - endif - - ifeq ($(OS_ARCH),IRIX) ---- ./mozilla/nsprpub/lib/libc/src/Makefile.in.orig 2010-02-23 14:45:41 +0100 -+++ ./mozilla/nsprpub/lib/libc/src/Makefile.in 2010-02-23 14:47:58 +0100 -@@ -77,11 +77,19 @@ - endif # WINNT - - ifeq ($(OS_ARCH), AIX) -+ifndef NS_USE_GCC - ifeq ($(CLASSIC_NSPR),1) - OS_LIBS = -lc - else - OS_LIBS = -lc_r - endif -+else -+ifeq ($(CLASSIC_NSPR),1) -+OS_LIBS = -+else -+OS_LIBS = -pthread -+endif -+endif - endif - - ifeq ($(OS_ARCH),IRIX) ---- ./mozilla/nsprpub/pr/src/Makefile.in.orig 2010-02-23 14:37:04 +0100 -+++ ./mozilla/nsprpub/pr/src/Makefile.in 2010-02-23 14:52:16 +0100 -@@ -110,19 +110,29 @@ - endif - - ifeq ($(OS_ARCH),AIX) -+ifndef NS_USE_GCC - DSO_LDOPTS += -binitfini::_PR_Fini -+endif - OS_LIBS = -lodm -lcfg - ifeq ($(CLASSIC_NSPR),1) - ifeq ($(OS_RELEASE),4.1) - OS_LIBS += -lsvld -lc - else -+ifndef NS_USE_GCC - OS_LIBS += -ldl -lc -+else -+OS_LIBS += -ldl -+endif - endif - else - ifeq ($(OS_RELEASE),4.1) - OS_LIBS += -lpthreads -lsvld -lC_r -lC -lc_r -lm /usr/lib/libc.a - else -+ifndef NS_USE_GCC - OS_LIBS += -lpthreads -ldl -lC_r -lC -lc_r -lm /usr/lib/libc.a -+else -+OS_LIBS += -pthread -ldl -lm -+endif - endif - endif - endif ---- mozilla/nsprpub/pr/tests/Makefile.in.orig 2010-02-23 15:14:03 +0100 -+++ mozilla/nsprpub/pr/tests/Makefile.in 2010-02-23 15:17:58 +0100 -@@ -341,9 +341,17 @@ - - # AIX - ifeq ($(OS_ARCH),AIX) -+ ifndef NS_USE_GCC - LDOPTS += -blibpath:$(ABSOLUTE_LIB_DIR):/usr/lib:/lib -+ else -+ LDOPTS += -Wl,-blibpath:$(ABSOLUTE_LIB_DIR):/usr/lib:/lib -+ endif - ifneq ($(OS_ARCH)$(OS_RELEASE),AIX4.1) -+ ifndef NS_USE_GCC - LDOPTS += -brtl -+ else -+ LDOPTS += -Wl,-brtl -+ endif - EXTRA_LIBS = -ldl - endif - endif ---- mozilla/nsprpub/lib/tests/Makefile.in.orig 2010-02-23 15:35:37 +0100 -+++ mozilla/nsprpub/lib/tests/Makefile.in 2010-02-23 15:35:37 +0100 -@@ -127,7 +127,11 @@ - - # AIX - ifeq ($(OS_ARCH),AIX) -+ifndef NS_USE_GCC - LDOPTS += -blibpath:$(PWD)/$(dist_libdir):/usr/lib:/lib -+else -+LDOPTS += -Wl,-blibpath:$(PWD)/$(dist_libdir):/usr/lib:/lib -+endif - LIBPR = -lnspr$(MOD_MAJOR_VERSION)_shr - LIBPLC = -lplc$(MOD_MAJOR_VERSION)_shr - endif diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.3-aix-soname.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.3-aix-soname.patch deleted file mode 100644 index 667e699c20..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.3-aix-soname.patch +++ /dev/null @@ -1,43 +0,0 @@ -NSPR does not set the soname on any platform yet: -https://bugzilla.mozilla.org/show_bug.cgi?id=452873 - -Supporting something like "soname" on AIX is tricky: -http://bugs.gentoo.org/show_bug.cgi?id=213277 - ---- mozilla/nsprpub/config/rules.mk.orig 2010-02-23 15:55:00 +0100 -+++ mozilla/nsprpub/config/rules.mk 2010-02-23 16:04:31 +0100 -@@ -132,14 +132,17 @@ - else - ifdef MKSHLIB - SHARED_LIBRARY = $(OBJDIR)/lib$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX) -+ifeq ($(OS_ARCH), AIX) -+IMPORT_LIBRARY = $(OBJDIR)/lib$(LIBRARY_NAME).$(DLL_SUFFIX) -+endif - endif - endif - - endif - endif - - ifndef TARGETS --ifeq (,$(filter-out WINNT WINCE OS2,$(OS_ARCH))) -+ifeq (,$(filter-out WINNT WINCE OS2 AIX,$(OS_ARCH))) - TARGETS = $(LIBRARY) $(SHARED_LIBRARY) $(IMPORT_LIBRARY) - ifndef BUILD_OPT - ifdef MSC_VER -@@ -327,6 +330,15 @@ - else - ifeq (,$(filter-out WIN95 WINCE,$(OS_TARGET))) - $(IMPORT_LIBRARY): $(SHARED_LIBRARY) -+else -+ifdef IMPORT_LIBRARY -+$(IMPORT_LIBRARY): $(SHARED_LIBRARY) -+ ( echo '#! $(notdir $(SHARED_LIBRARY))' \ -+ ; dump -Tv $(SHARED_LIBRARY) \ -+ | awk '{ if ($$4 == "EXP" && $$6 != "SECdef") { print $$8 } }' \ -+ | sort -u \ -+ ) > $@ -+endif - endif - endif - diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.4-darwin-install_name.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.4-darwin-install_name.patch deleted file mode 100644 index 1258b608aa..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.4-darwin-install_name.patch +++ /dev/null @@ -1,25 +0,0 @@ -Don't use @executable_path, it messed up linking against nspr from e.g. -nss. - ---- mozilla/nsprpub/configure.in -+++ mozilla/nsprpub/configure.in -@@ -1007,7 +1007,7 @@ - ;; - esac - DSO_CFLAGS=-fPIC -- DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name @executable_path/$@ -headerpad_max_install_names' -+ DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name $(libdir)/$@ -headerpad_max_install_names' - _OPTIMIZE_FLAGS=-O2 - MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' - STRIP="$STRIP -x -S" ---- mozilla/nsprpub/configure -+++ mozilla/nsprpub/configure -@@ -1007,7 +1007,7 @@ - ;; - esac - DSO_CFLAGS=-fPIC -- DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name @executable_path/$@ -headerpad_max_install_names' -+ DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name $(libdir)/$@ -headerpad_max_install_names' - _OPTIMIZE_FLAGS=-O2 - MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' - STRIP="$STRIP -x -S" diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.6-r1-cross.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.6-r1-cross.patch deleted file mode 100644 index 8a73a4244e..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.6-r1-cross.patch +++ /dev/null @@ -1,54 +0,0 @@ -diff -Naur nspr-4.8.6_orig/mozilla/nsprpub/configure nspr-4.8.6/mozilla/nsprpub/configure ---- nspr-4.8.6_orig/mozilla/nsprpub/configure 2011-07-06 16:06:57.000000000 -0700 -+++ nspr-4.8.6/mozilla/nsprpub/configure 2011-07-06 16:15:57.000000000 -0700 -@@ -1241,16 +1241,16 @@ - fi - - if test -z "$SKIP_COMPILER_CHECKS"; then --if test "$target" != "$host"; then -- echo "cross compiling from $host to $target" -+if test "$target" != "$build"; then -+ echo "cross compiling from $build to $target" - cross_compiling=yes - - _SAVE_CC="$CC" - _SAVE_CFLAGS="$CFLAGS" - _SAVE_LDFLAGS="$LDFLAGS" - -- echo $ac_n "checking for $host compiler""... $ac_c" 1>&6 --echo "configure:1254: checking for $host compiler" >&5 -+ echo $ac_n "checking for $build compiler""... $ac_c" 1>&6 -+echo "configure:1254: checking for $build compiler" >&5 - for ac_prog in $HOST_CC gcc cc /usr/ucb/cc - do - # Extract the first word of "$ac_prog", so it can be a program name with args. -@@ -1301,8 +1301,8 @@ - CFLAGS="$HOST_CFLAGS" - LDFLAGS="$HOST_LDFLAGS" - -- echo $ac_n "checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6 --echo "configure:1306: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5 -+ echo $ac_n "checking whether the $build compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6 -+echo "configure:1306: checking whether the $build compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5 - cat > conftest.$ac_ext <&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* -- { echo "configure: error: installation or configuration problem: $host compiler $HOST_CC cannot create executables." 1>&2; exit 1; } -+ { echo "configure: error: installation or configuration problem: $build compiler $HOST_CC cannot create executables." 1>&2; exit 1; } - fi - rm -f conftest* - -@@ -2703,6 +2703,9 @@ - i?86-apple-darwin*:powerpc-apple-darwin*) - cross_compiling=yes - ;; -+ x86_64-*:i686-*) -+ cross_compiling=yes -+ ;; - esac - - if test "$cross_compiling" = "yes"; then diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.9-link-flags.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.9-link-flags.patch deleted file mode 100644 index dd3b132cb0..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.8.9-link-flags.patch +++ /dev/null @@ -1,28 +0,0 @@ -Use CFLAGS when linking. Some flags can add functionality to generated -code that requires extra libs to be linked in (eg. libgomp when using -autoparallelization). Other flags are required when building and linking -(eg. -flto). - -https://bugs.gentoo.org/365975 - ---- a/mozilla/nsprpub/config/autoconf.mk.in -+++ b/mozilla/nsprpub/config/autoconf.mk.in -@@ -81,6 +81,7 @@ OS_DLLFLAGS = @OS_DLLFLAGS@ - DLLFLAGS = @DLLFLAGS@ - EXEFLAGS = @EXEFLAGS@ - OPTIMIZER = @OPTIMIZER@ -+LD_CFLAGS = @CFLAGS@ - - PROFILE_GEN_CFLAGS = @PROFILE_GEN_CFLAGS@ - PROFILE_GEN_LDFLAGS = @PROFILE_GEN_LDFLAGS@ ---- a/mozilla/nsprpub/config/config.mk -+++ b/mozilla/nsprpub/config/config.mk -@@ -72,7 +72,7 @@ NOMD_CFLAGS = $(CC_ONLY_FLAGS) $(OPTIMIZER) $(NOMD_OS_CFLAGS)\ - NOMD_CCFLAGS = $(CCC_ONLY_FLAGS) $(OPTIMIZER) $(NOMD_OS_CFLAGS)\ - $(XP_DEFINE) $(DEFINES) $(INCLUDES) $(XCFLAGS) - --LDFLAGS = $(OS_LDFLAGS) -+LDFLAGS = $(LD_CFLAGS) $(OS_LDFLAGS) - - # Enable profile-guided optimization - ifdef MOZ_PROFILE_GENERATE diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.9.1-x32_v0.2.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.9.1-x32_v0.2.patch deleted file mode 100644 index 6880141836..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.9.1-x32_v0.2.patch +++ /dev/null @@ -1,91 +0,0 @@ -# HG changeset patch -# Parent 6b1ef31834235cde5153f91a7443b29398b541d9 -# User Jory A. Pratt -Add initial support for x32 abi - -diff --git a/mozilla/nsprpub/pr/include/md/_linux.cfg b/mozilla/nsprpub/pr/include/md/_linux.cfg ---- a/mozilla/nsprpub/pr/include/md/_linux.cfg -+++ b/mozilla/nsprpub/pr/include/md/_linux.cfg -@@ -207,16 +207,63 @@ - #define PR_ALIGN_OF_POINTER 8 - #define PR_ALIGN_OF_WORD 8 - - #define PR_BYTES_PER_WORD_LOG2 3 - #define PR_BYTES_PER_DWORD_LOG2 3 - - #elif defined(__x86_64__) - -+#ifdef __ILP32__ -+ -+#define IS_LITTLE_ENDIAN 1 -+#undef IS_BIG_ENDIAN -+ -+#define PR_BYTES_PER_BYTE 1 -+#define PR_BYTES_PER_SHORT 2 -+#define PR_BYTES_PER_INT 4 -+#define PR_BYTES_PER_INT64 8 -+#define PR_BYTES_PER_LONG 4 -+#define PR_BYTES_PER_FLOAT 4 -+#define PR_BYTES_PER_DOUBLE 8 -+#define PR_BYTES_PER_WORD 4 -+#define PR_BYTES_PER_DWORD 8 -+ -+#define PR_BITS_PER_BYTE 8 -+#define PR_BITS_PER_SHORT 16 -+#define PR_BITS_PER_INT 32 -+#define PR_BITS_PER_INT64 64 -+#define PR_BITS_PER_LONG 32 -+#define PR_BITS_PER_FLOAT 32 -+#define PR_BITS_PER_DOUBLE 64 -+#define PR_BITS_PER_WORD 32 -+ -+#define PR_BITS_PER_BYTE_LOG2 3 -+#define PR_BITS_PER_SHORT_LOG2 4 -+#define PR_BITS_PER_INT_LOG2 5 -+#define PR_BITS_PER_INT64_LOG2 6 -+#define PR_BITS_PER_LONG_LOG2 5 -+#define PR_BITS_PER_FLOAT_LOG2 5 -+#define PR_BITS_PER_DOUBLE_LOG2 6 -+#define PR_BITS_PER_WORD_LOG2 5 -+ -+#define PR_ALIGN_OF_SHORT 2 -+#define PR_ALIGN_OF_INT 4 -+#define PR_ALIGN_OF_LONG 4 -+#define PR_ALIGN_OF_INT64 4 -+#define PR_ALIGN_OF_FLOAT 4 -+#define PR_ALIGN_OF_DOUBLE 4 -+#define PR_ALIGN_OF_POINTER 4 -+#define PR_ALIGN_OF_WORD 4 -+ -+#define PR_BYTES_PER_WORD_LOG2 2 -+#define PR_BYTES_PER_DWORD_LOG2 3 -+ -+#else -+ - #define IS_LITTLE_ENDIAN 1 - #undef IS_BIG_ENDIAN - #define IS_64 - - #define PR_BYTES_PER_BYTE 1 - #define PR_BYTES_PER_SHORT 2 - #define PR_BYTES_PER_INT 4 - #define PR_BYTES_PER_INT64 8 -@@ -251,16 +298,18 @@ - #define PR_ALIGN_OF_FLOAT 4 - #define PR_ALIGN_OF_DOUBLE 8 - #define PR_ALIGN_OF_POINTER 8 - #define PR_ALIGN_OF_WORD 8 - - #define PR_BYTES_PER_WORD_LOG2 3 - #define PR_BYTES_PER_DWORD_LOG2 3 - -+#endif -+ - #elif defined(__mc68000__) - - #undef IS_LITTLE_ENDIAN - #define IS_BIG_ENDIAN 1 - - #define PR_BYTES_PER_BYTE 1 - #define PR_BYTES_PER_SHORT 2 - #define PR_BYTES_PER_INT 4 diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.9.2-r1-cross.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.9.2-r1-cross.patch deleted file mode 100644 index 1484164c5a..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/files/nspr-4.9.2-r1-cross.patch +++ /dev/null @@ -1,99 +0,0 @@ -diff -aurN nspr-4.9.2-unpatched/mozilla/nsprpub/configure nspr-4.9.2/mozilla/nsprpub/configure ---- nspr-4.9.2-unpatched/mozilla/nsprpub/configure 2012-12-27 23:18:54.513295786 -0800 -+++ nspr-4.9.2/mozilla/nsprpub/configure 2012-12-27 23:23:18.856135136 -0800 -@@ -1367,16 +1367,16 @@ - - if test -z "$SKIP_COMPILER_CHECKS"; then - --if test "$target" != "$host" -o -n "$CROSS_COMPILE"; then -- echo "cross compiling from $host to $target" -+if test "$target" != "$build" -o -n "$CROSS_COMPILE"; then -+ echo "cross compiling from $build to $target" - cross_compiling=yes - - _SAVE_CC="$CC" - _SAVE_CFLAGS="$CFLAGS" - _SAVE_LDFLAGS="$LDFLAGS" - -- echo $ac_n "checking for $host compiler""... $ac_c" 1>&6 --echo "configure:1380: checking for $host compiler" >&5 -+ echo $ac_n "checking for $build compiler""... $ac_c" 1>&6 -+echo "configure:1380: checking for $build compiler" >&5 - for ac_prog in $HOST_CC gcc cc /usr/ucb/cc - do - # Extract the first word of "$ac_prog", so it can be a program name with args. -@@ -1427,8 +1427,8 @@ - CFLAGS="$HOST_CFLAGS" - LDFLAGS="$HOST_LDFLAGS" - -- echo $ac_n "checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6 --echo "configure:1432: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5 -+ echo $ac_n "checking whether the $build compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6 -+echo "configure:1432: checking whether the $build compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5 - cat > conftest.$ac_ext <&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* -- { echo "configure: error: installation or configuration problem: $host compiler $HOST_CC cannot create executables." 1>&2; exit 1; } -+ { echo "configure: error: installation or configuration problem: $build compiler $HOST_CC cannot create executables." 1>&2; exit 1; } - fi - rm -f conftest* - -@@ -2835,6 +2835,9 @@ - i?86-apple-darwin*:powerpc-apple-darwin*) - cross_compiling=yes - ;; -+ x86_64-*:i686-*) -+ cross_compiling=yes -+ ;; - esac - - if test "$cross_compiling" = "yes"; then -diff -aurN nspr-4.9.2-unpatched/mozilla/nsprpub/configure.in nspr-4.9.2/mozilla/nsprpub/configure.in ---- nspr-4.9.2-unpatched/mozilla/nsprpub/configure.in 2012-12-27 23:18:54.513295786 -0800 -+++ nspr-4.9.2/mozilla/nsprpub/configure.in 2012-12-27 23:26:15.548033406 -0800 -@@ -547,15 +547,15 @@ - dnl Explicitly honor $CROSS_COMPILE to allow cross-compiling - dnl between toolkits on the same architecture, as when - dnl targeting the iOS Simulator from OS X. --if test "$target" != "$host" -o -n "$CROSS_COMPILE"; then -- echo "cross compiling from $host to $target" -+if test "$target" != "$build" -o -n "$CROSS_COMPILE"; then -+ echo "cross compiling from $build to $target" - cross_compiling=yes - - _SAVE_CC="$CC" - _SAVE_CFLAGS="$CFLAGS" - _SAVE_LDFLAGS="$LDFLAGS" - -- AC_MSG_CHECKING([for $host compiler]) -+ AC_MSG_CHECKING([for $build compiler]) - AC_CHECK_PROGS(HOST_CC, $HOST_CC gcc cc /usr/ucb/cc, "") - if test -z "$HOST_CC"; then - AC_MSG_ERROR([no acceptable cc found in \$PATH]) -@@ -572,10 +572,10 @@ - CFLAGS="$HOST_CFLAGS" - LDFLAGS="$HOST_LDFLAGS" - -- AC_MSG_CHECKING([whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works]) -+ AC_MSG_CHECKING([whether the $build compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works]) - AC_TRY_COMPILE([], [return(0);], - [ac_cv_prog_host_cc_works=1 AC_MSG_RESULT([yes])], -- AC_MSG_ERROR([installation or configuration problem: $host compiler $HOST_CC cannot create executables.]) ) -+ AC_MSG_ERROR([installation or configuration problem: $build compiler $HOST_CC cannot create executables.]) ) - - CC=$_SAVE_CC - CFLAGS=$_SAVE_CFLAGS -@@ -672,6 +672,9 @@ - dnl translated environment, making a cross compiler appear native. - cross_compiling=yes - ;; -+ x86_64-*:i686-*) -+ cross_compiling=yes -+ ;; - esac - - if test "$cross_compiling" = "yes"; then diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/nspr-4.8.6-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/nspr-4.8.6-r1.ebuild deleted file mode 100644 index 65d6d7a254..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/nspr-4.8.6-r1.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.8.6-r1.ebuild,v 1.1 2010/10/11 15:18:26 anarchy Exp $ - -EAPI=3 - -inherit eutils multilib toolchain-funcs versionator - -MIN_PV="$(get_version_component_range 2)" - -DESCRIPTION="Netscape Portable Runtime" -HOMEPAGE="http://www.mozilla.org/projects/nspr/" -SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="debug" - -src_prepare() { - mkdir build inst - epatch "${FILESDIR}"/${PN}-4.8-config.patch - epatch "${FILESDIR}"/${PN}-4.6.1-config-1.patch - epatch "${FILESDIR}"/${PN}-4.6.1-lang.patch - epatch "${FILESDIR}"/${PN}-4.7.0-prtime.patch - epatch "${FILESDIR}"/${PN}-4.8.6-r1-cross.patch - epatch "${FILESDIR}"/${PN}-4.8-pkgconfig-gentoo-3.patch - epatch "${FILESDIR}"/${PN}-4.7.1-solaris.patch - epatch "${FILESDIR}"/${PN}-4.7.4-solaris.patch - epatch "${FILESDIR}"/${PN}-4.8.3-aix-gcc.patch - epatch "${FILESDIR}"/${PN}-4.8.3-aix-soname.patch - epatch "${FILESDIR}"/${PN}-4.8.4-darwin-install_name.patch - epatch "${FILESDIR}"/${PN}-4.8-parallel-fixup.patch - # make sure it won't find Perl out of Prefix - sed -i -e "s/perl5//g" mozilla/nsprpub/configure || die - - # Respect LDFLAGS - sed -i -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \ - mozilla/nsprpub/config/rules.mk - - # Disable useless rpath flags http://crosbug.com/38334 - find -name Makefile.in -exec \ - sed -i -e "/^DSO_LDOPTS.*-Wl,-R,'\$\$ORIGIN'/d" {} + -} - -src_configure() { - cd "${S}"/build - - echo > "${T}"/test.c - $(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o - case $(file "${T}"/test.o) in - *64-bit*|*ppc64*|*x86_64*) myconf="${myconf} --enable-64bit";; - *32-bit*|*ppc*|*i386*|*"RISC System/6000"*) ;; - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; - esac - - if tc-is-cross-compiler; then - myconf="${myconf} --with-arch=${ARCH}" - fi - - myconf="${myconf} --libdir=${EPREFIX}/usr/$(get_libdir)" - - export HOST_CC="${HOSTCC}" - export HOST_CFLAGS="-g" - export HOST_LDFLAGS="-g" - HOST_CC="$HOST_CC" HOST_CFLAGS="$HOST_CFLAGS" \ - HOST_LDFLAGS="$HOST_LDFLAGS" ECONF_SOURCE="../mozilla/nsprpub" \ - econf \ - $(use_enable debug) \ - $(use_enable !debug optimize) \ - ${myconf} || die "econf failed" -} - -src_compile() { - cd "${S}"/build - # Removed some cmdline args that forced CC and CXX, as our config - # changes above make them get set correctly, and forcing them here - # means that we compile a host tool (nsinstall) with the target - # compiler. - emake || die "failed to build" -} - -src_install () { - # Their build system is royally confusing, as usual - MINOR_VERSION=${MIN_PV} # Used for .so version - cd "${S}"/build - emake DESTDIR="${D}" install || die "emake install failed" - - cd "${ED}"/usr/$(get_libdir) - for file in *.a; do - einfo "removing static libraries as upstream has requested!" - rm -f ${file} || die "failed to remove static libraries." - done - - local n= - # aix-soname.patch does this already - [[ ${CHOST} == *-aix* ]] || - for file in *$(get_libname); do - n=${file%$(get_libname)}$(get_libname ${MINOR_VERSION}) - mv ${file} ${n} || die "failed to mv files around" - ln -s ${n} ${file} || die "failed to symlink files." - if [[ ${CHOST} == *-darwin* ]]; then - install_name_tool -id "${EPREFIX}/usr/$(get_libdir)/${n}" ${n} || die - fi - done - - # install nspr-config - dobin "${S}"/build/config/nspr-config || die "failed to install nspr-config" - - # create pkg-config file - insinto /usr/$(get_libdir)/pkgconfig/ - doins "${S}"/build/config/nspr.pc || die "failed to insall nspr pkg-config file" - - # Remove stupid files in /usr/bin - rm -f "${ED}"/usr/bin/prerr.properties || die "failed to cleanup unneeded files" -} - -pkg_postinst() { - ewarn - ewarn "Please make sure you run revdep-rebuild after upgrade." - ewarn "This is *extremely* important to ensure your system nspr works properly." - ewarn -} diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/nspr-4.8.6-r5.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/nspr-4.8.6-r5.ebuild deleted file mode 120000 index 01ff24e76d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/nspr-4.8.6-r5.ebuild +++ /dev/null @@ -1 +0,0 @@ -nspr-4.8.6-r1.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/nspr-4.9.2.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/nspr-4.9.2.ebuild deleted file mode 100644 index 1bc6e7a10d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nspr/nspr-4.9.2.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.9.2.ebuild,v 1.8 2012/11/29 23:40:13 blueness Exp $ - -EAPI=3 - -inherit eutils multilib toolchain-funcs versionator - -MIN_PV="$(get_version_component_range 2)" - -DESCRIPTION="Netscape Portable Runtime" -HOMEPAGE="http://www.mozilla.org/projects/nspr/" -SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="debug" - -src_prepare() { - mkdir build inst - epatch "${FILESDIR}"/${PN}-4.8-config.patch - epatch "${FILESDIR}"/${PN}-4.6.1-config-1.patch - epatch "${FILESDIR}"/${PN}-4.6.1-lang.patch - epatch "${FILESDIR}"/${PN}-4.7.0-prtime.patch - epatch "${FILESDIR}"/${PN}-4.7.1-solaris.patch - epatch "${FILESDIR}"/${PN}-4.7.4-solaris.patch - epatch "${FILESDIR}"/${PN}-4.8.3-aix-gcc.patch - # Patch needs updating - #epatch "${FILESDIR}"/${PN}-4.8.3-aix-soname.patch - epatch "${FILESDIR}"/${PN}-4.8.4-darwin-install_name.patch - epatch "${FILESDIR}"/${PN}-4.8.9-link-flags.patch - epatch "${FILESDIR}"/${PN}-4.9.1-x32_v0.2.patch - - # ChromeOS: Fix x64 -> x86 cross-compilation - epatch "${FILESDIR}"/${PN}-4.9.2-r1-cross.patch - - # make sure it won't find Perl out of Prefix - sed -i -e "s/perl5//g" "${S}"/mozilla/nsprpub/configure || die - - # Respect LDFLAGS - sed -i -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \ - "${S}"/mozilla/nsprpub/config/rules.mk || die -} - -src_configure() { - cd "${S}"/build - - echo > "${T}"/test.c - $(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o - case $(file "${T}"/test.o) in - *32-bit*x86-64*|*64-bit*|*ppc64*|*x86_64*) myconf="${myconf} --enable-64bit";; - *32-bit*|*ppc*|*i386*) ;; - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; - esac - - myconf="${myconf} --libdir=${EPREFIX}/usr/$(get_libdir)" - - export HOST_CC="${HOSTCC}" - export HOST_CFLAGS="-g" - export HOST_LDFLAGS="-g" - LC_ALL="C" HOST_CC="$HOST_CC" HOST_CFLAGS="$HOST_CFLAGS" \ - HOST_LDFLAGS="$HOST_LDFLAGS" ECONF_SOURCE="../mozilla/nsprpub" \ - econf \ - $(use_enable debug) \ - $(use_enable !debug optimize) \ - ${myconf} || die "econf failed" -} - -src_compile() { - cd "${S}"/build - if tc-is-cross-compiler; then - emake CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" \ - -C config nsinstall || die "failed to build" - mv config/{,native-}nsinstall - sed -s 's#/nsinstall$#/native-nsinstall#' -i config/autoconf.mk - rm config/nsinstall.o - fi - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "failed to build" -} - -src_install () { - # Their build system is royally confusing, as usual - MINOR_VERSION=${MIN_PV} # Used for .so version - cd "${S}"/build - emake DESTDIR="${D}" install || die "emake install failed" - - cd "${ED}"/usr/$(get_libdir) - for file in *.a; do - einfo "removing static libraries as upstream has requested!" - rm -f ${file} || die "failed to remove static libraries." - done - - local n= - # aix-soname.patch does this already - [[ ${CHOST} == *-aix* ]] || - for file in *$(get_libname); do - n=${file%$(get_libname)}$(get_libname ${MINOR_VERSION}) - mv ${file} ${n} || die "failed to mv files around" - ln -s ${n} ${file} || die "failed to symlink files." - if [[ ${CHOST} == *-darwin* ]]; then - install_name_tool -id "${EPREFIX}/usr/$(get_libdir)/${n}" ${n} || die - fi - done - - # install nspr-config - dobin "${S}"/build/config/nspr-config || die "failed to install nspr-config" - - # Remove stupid files in /usr/bin - rm -f "${ED}"/usr/bin/prerr.properties || die "failed to cleanup unneeded files" -} - -pkg_postinst() { - ewarn - ewarn "Please make sure you run revdep-rebuild after upgrade." - ewarn "This is *extremely* important to ensure your system nspr works properly." - ewarn -} diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/Manifest b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/Manifest deleted file mode 100644 index f10325025a..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST nss-3.12.8.tar.gz 5951955 SHA256 9178ce29749e8d09cb93ce70c38f1c2c10630926b2bb7259c7dfff42cb090c14 SHA512 6e2181a5ddea3244b12fe83d7e3c7ff773214563fbaa086202b5384fc37bc760cdf3ac95dbb59b82ec4a8f0446f7273f46efc396e90eae08befc8e5cc23cc80a WHIRLPOOL cd0799d13817468c322d6a2ce2882e0c0daba8f83983099a7721d2c7fb2ae4de473e1a921da37976a3628dbdfaaaaaeaf20ee15f69f2270c8a21738326f65784 -DIST nss-3.14.tar.gz 6068755 SHA256 b01868959d50263265aacc5a09f9a9eefbbde5f35604c2977f9714696f1d3e2b SHA512 c5aba091fddcdd57a8cda879a90cf05eeacedf5d734be8eaaec9051aaa6c468b0c8b9816db3cb864859702f90f49fd37971eca98754763b778dcd5fb3d1f7358 WHIRLPOOL b795c55c4dcb7878c4e887b6dc52213d1c31e09ea969df0d8b642b1010b5900c8734de70287141be2ca93a77631b312e68e9e781689f158bb104c501882046ae diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.4-solaris-gcc.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.4-solaris-gcc.patch deleted file mode 100644 index f0a3310c3c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.4-solaris-gcc.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- mozilla/security/coreconf/SunOS5.mk.orig 2009-10-02 10:51:26.617090950 +0200 -+++ mozilla/security/coreconf/SunOS5.mk 2009-10-02 10:53:39.756260510 +0200 -@@ -37,6 +37,9 @@ - - include $(CORE_DEPTH)/coreconf/UNIX.mk - -+NS_USE_GCC = 1 -+GCC_USE_GNU_LD = 1 -+ - # - # Temporary define for the Client; to be removed when binary release is used - # -@@ -104,7 +107,7 @@ - endif - endif - --INCLUDES += -I/usr/dt/include -I/usr/openwin/include -+#INCLUDES += -I/usr/dt/include -I/usr/openwin/include - - RANLIB = echo - CPU_ARCH = sparc -@@ -114,11 +117,6 @@ - NOMD_OS_CFLAGS += $(DSO_CFLAGS) $(OS_DEFINES) $(SOL_CFLAGS) - - MKSHLIB = $(CC) $(DSO_LDOPTS) $(RPATH) --ifdef NS_USE_GCC --ifeq (GNU,$(findstring GNU,$(shell `$(CC) -print-prog-name=ld` -v 2>&1))) -- GCC_USE_GNU_LD = 1 --endif --endif - ifdef MAPFILE - ifdef NS_USE_GCC - ifdef GCC_USE_GNU_LD diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.5-gentoo-fixups.diff b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.5-gentoo-fixups.diff deleted file mode 100644 index 799fd7914a..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.5-gentoo-fixups.diff +++ /dev/null @@ -1,245 +0,0 @@ -diff -urN nss-3.12.5-orig/mozilla/security/nss/config/Makefile nss-3.12.5/mozilla/security/nss/config/Makefile ---- nss-3.12.5-orig/mozilla/security/nss/config/Makefile 1969-12-31 18:00:00.000000000 -0600 -+++ nss-3.12.5/mozilla/security/nss/config/Makefile 2009-09-14 21:45:45.619639265 -0500 -@@ -0,0 +1,40 @@ -+CORE_DEPTH = ../.. -+DEPTH = ../.. -+ -+include $(CORE_DEPTH)/coreconf/config.mk -+ -+NSS_MAJOR_VERSION = `grep "NSS_VMAJOR" ../lib/nss/nss.h | awk '{print $$3}'` -+NSS_MINOR_VERSION = `grep "NSS_VMINOR" ../lib/nss/nss.h | awk '{print $$3}'` -+NSS_PATCH_VERSION = `grep "NSS_VPATCH" ../lib/nss/nss.h | awk '{print $$3}'` -+PREFIX = /usr -+ -+all: export libs -+ -+export: -+ # Create the nss.pc file -+ mkdir -p $(DIST)/lib/pkgconfig -+ sed -e "s,@prefix@,$(PREFIX)," \ -+ -e "s,@exec_prefix@,\$${prefix}," \ -+ -e "s,@libdir@,\$${prefix}/gentoo/nss," \ -+ -e "s,@includedir@,\$${prefix}/include/nss," \ -+ -e "s,@NSS_MAJOR_VERSION@,$(NSS_MAJOR_VERSION),g" \ -+ -e "s,@NSS_MINOR_VERSION@,$(NSS_MINOR_VERSION)," \ -+ -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \ -+ nss.pc.in > nss.pc -+ chmod 0644 nss.pc -+ ln -sf ../../../../../security/nss/config/nss.pc $(DIST)/lib/pkgconfig -+ -+ # Create the nss-config script -+ mkdir -p $(DIST)/bin -+ sed -e "s,@prefix@,$(PREFIX)," \ -+ -e "s,@NSS_MAJOR_VERSION@,$(NSS_MAJOR_VERSION)," \ -+ -e "s,@NSS_MINOR_VERSION@,$(NSS_MINOR_VERSION)," \ -+ -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \ -+ nss-config.in > nss-config -+ chmod 0755 nss-config -+ ln -sf ../../../../security/nss/config/nss-config $(DIST)/bin -+ -+libs: -+ -+dummy: all export libs -+ -diff -urN nss-3.12.5-orig/mozilla/security/nss/config/nss-config.in nss-3.12.5/mozilla/security/nss/config/nss-config.in ---- nss-3.12.5-orig/mozilla/security/nss/config/nss-config.in 1969-12-31 18:00:00.000000000 -0600 -+++ nss-3.12.5/mozilla/security/nss/config/nss-config.in 2009-09-14 21:47:45.190638078 -0500 -@@ -0,0 +1,145 @@ -+#!/bin/sh -+ -+prefix=@prefix@ -+ -+major_version=@NSS_MAJOR_VERSION@ -+minor_version=@NSS_MINOR_VERSION@ -+patch_version=@NSS_PATCH_VERSION@ -+ -+usage() -+{ -+ cat <&2 -+fi -+ -+lib_ssl=yes -+lib_smime=yes -+lib_nss=yes -+lib_nssutil=yes -+ -+while test $# -gt 0; do -+ case "$1" in -+ -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; -+ *) optarg= ;; -+ esac -+ -+ case $1 in -+ --prefix=*) -+ prefix=$optarg -+ ;; -+ --prefix) -+ echo_prefix=yes -+ ;; -+ --exec-prefix=*) -+ exec_prefix=$optarg -+ ;; -+ --exec-prefix) -+ echo_exec_prefix=yes -+ ;; -+ --includedir=*) -+ includedir=$optarg -+ ;; -+ --includedir) -+ echo_includedir=yes -+ ;; -+ --libdir=*) -+ libdir=$optarg -+ ;; -+ --libdir) -+ echo_libdir=yes -+ ;; -+ --version) -+ echo ${major_version}.${minor_version}.${patch_version} -+ ;; -+ --cflags) -+ echo_cflags=yes -+ ;; -+ --libs) -+ echo_libs=yes -+ ;; -+ ssl) -+ lib_ssl=yes -+ ;; -+ smime) -+ lib_smime=yes -+ ;; -+ nss) -+ lib_nss=yes -+ ;; -+ nssutil) -+ lib_nssutil=yes -+ ;; -+ *) -+ usage 1 1>&2 -+ ;; -+ esac -+ shift -+done -+ -+# Set variables that may be dependent upon other variables -+if test -z "$exec_prefix"; then -+ exec_prefix=`pkg-config --variable=exec_prefix nss` -+fi -+if test -z "$includedir"; then -+ includedir=`pkg-config --variable=includedir nss` -+fi -+if test -z "$libdir"; then -+ libdir=`pkg-config --variable=libdir nss` -+fi -+ -+if test "$echo_prefix" = "yes"; then -+ echo $prefix -+fi -+ -+if test "$echo_exec_prefix" = "yes"; then -+ echo $exec_prefix -+fi -+ -+if test "$echo_includedir" = "yes"; then -+ echo $includedir -+fi -+ -+if test "$echo_libdir" = "yes"; then -+ echo $libdir -+fi -+ -+if test "$echo_cflags" = "yes"; then -+ echo -I$includedir -+fi -+ -+if test "$echo_libs" = "yes"; then -+ libdirs="-Wl,-R$libdir -L$libdir" -+ if test -n "$lib_ssl"; then -+ libdirs="$libdirs -lssl${major_version}" -+ fi -+ if test -n "$lib_smime"; then -+ libdirs="$libdirs -lsmime${major_version}" -+ fi -+ if test -n "$lib_nss"; then -+ libdirs="$libdirs -lnss${major_version}" -+ fi -+ if test -n "$lib_nssutil"; then -+ libdirs="$libdirs -lnssutil${major_version}" -+ fi -+ echo $libdirs -+fi -+ -diff -urN nss-3.12.5-orig/mozilla/security/nss/config/nss.pc.in nss-3.12.5/mozilla/security/nss/config/nss.pc.in ---- nss-3.12.5-orig/mozilla/security/nss/config/nss.pc.in 1969-12-31 18:00:00.000000000 -0600 -+++ nss-3.12.5/mozilla/security/nss/config/nss.pc.in 2009-09-14 21:45:45.653637310 -0500 -@@ -0,0 +1,12 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: NSS -+Description: Network Security Services -+Version: @NSS_MAJOR_VERSION@.@NSS_MINOR_VERSION@.@NSS_PATCH_VERSION@ -+Requires: nspr >= 4.8 -+Libs: -L${libdir} -lssl3 -lsmime3 -lnssutil3 -lnss3 -+Cflags: -I${includedir} -+ -diff -urN nss-3.12.5-orig/mozilla/security/nss/Makefile nss-3.12.5/mozilla/security/nss/Makefile ---- nss-3.12.5-orig/mozilla/security/nss/Makefile 2008-12-02 17:24:39.000000000 -0600 -+++ nss-3.12.5/mozilla/security/nss/Makefile 2009-09-14 21:45:45.678657145 -0500 -@@ -78,7 +78,7 @@ - # (7) Execute "local" rules. (OPTIONAL). # - ####################################################################### - --nss_build_all: build_coreconf build_nspr build_dbm all -+nss_build_all: build_coreconf build_dbm all - - nss_clean_all: clobber_coreconf clobber_nspr clobber_dbm clobber - -@@ -140,12 +140,6 @@ - --with-dist-prefix='$(NSPR_PREFIX)' \ - --with-dist-includedir='$(NSPR_PREFIX)/include' - --build_nspr: $(NSPR_CONFIG_STATUS) -- cd $(CORE_DEPTH)/../nsprpub/$(OBJDIR_NAME) ; $(MAKE) -- --clobber_nspr: $(NSPR_CONFIG_STATUS) -- cd $(CORE_DEPTH)/../nsprpub/$(OBJDIR_NAME) ; $(MAKE) clobber -- - build_dbm: - ifndef NSS_DISABLE_DBM - cd $(CORE_DEPTH)/dbm ; $(MAKE) export libs -diff -urN nss-3.12.5-orig/mozilla/security/nss/manifest.mn nss-3.12.5/mozilla/security/nss/manifest.mn ---- nss-3.12.5-orig/mozilla/security/nss/manifest.mn 2008-04-04 15:36:59.000000000 -0500 -+++ nss-3.12.5/mozilla/security/nss/manifest.mn 2009-09-14 21:45:45.703656167 -0500 -@@ -42,6 +42,6 @@ - - RELEASE = nss - --DIRS = lib cmd -+DIRS = lib cmd config - - diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch deleted file mode 100644 index bf2a865830..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- nss-3.12.6b/mozilla/security/coreconf/Linux.mk-old 2010-02-11 12:43:26.000000000 -0600 -+++ nss-3.12.6b/mozilla/security/coreconf/Linux.mk 2010-02-14 09:13:53.962449644 -0600 -@@ -120,6 +120,7 @@ - ifdef MOZ_DEBUG_SYMBOLS - OPTIMIZER += -gstabs+ - endif -+OPTIMIZER += -fno-strict-aliasing - endif - - diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-abort-on-failed-urandom-access.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-abort-on-failed-urandom-access.patch deleted file mode 100644 index 699a7d9d8e..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-abort-on-failed-urandom-access.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -rupN nss-3.12.8/mozilla/security/nss/lib/freebl/unix_rand.c nss-3.12.8_patched/mozilla/security/nss/lib/freebl/unix_rand.c ---- nss-3.12.8/mozilla/security/nss/lib/freebl/unix_rand.c 2010-04-29 17:20:02.000000000 -0700 -+++ nss-3.12.8_patched/mozilla/security/nss/lib/freebl/unix_rand.c 2012-04-18 10:38:53.013840985 -0700 -@@ -949,6 +949,17 @@ void RNG_SystemInfoForRNG(void) - || defined(HPUX) - if (bytes) - return; -+ -+ /* -+ * Modified to abort the process on Chromium OS if it failed -+ * to read from /dev/urandom. -+ * -+ * See crosbug.com/29623 for details. -+ */ -+ fprintf(stderr, "[ERROR:%s(%d)] NSS failed to read from /dev/urandom. " -+ "Abort process.\n", __FILE__, __LINE__); -+ fflush(stderr); -+ abort(); - #endif - - #ifdef SOLARIS diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-bugzilla-802429.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-bugzilla-802429.patch deleted file mode 100644 index b5abe83370..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-bugzilla-802429.patch +++ /dev/null @@ -1,166 +0,0 @@ ---- a/mozilla/security/nss/lib/softoken/pk11pars.h 2012-10-19 17:49:36.824033689 -0700 -+++ a/mozilla/security/nss/lib/softoken/pk11pars.h 2012-10-19 17:50:01.484588609 -0700 -@@ -80,6 +80,8 @@ - SECMOD_ARG_ENTRY(FORTEZZA,SECMOD_FORTEZZA_FLAG), - SECMOD_ARG_ENTRY(RC5,SECMOD_RC5_FLAG), - SECMOD_ARG_ENTRY(SHA1,SECMOD_SHA1_FLAG), -+ SECMOD_ARG_ENTRY(SHA256,SECMOD_SHA256_FLAG), -+ SECMOD_ARG_ENTRY(SHA512,SECMOD_SHA512_FLAG), - SECMOD_ARG_ENTRY(MD5,SECMOD_MD5_FLAG), - SECMOD_ARG_ENTRY(MD2,SECMOD_MD2_FLAG), - SECMOD_ARG_ENTRY(SSL,SECMOD_SSL_FLAG), -diff --git a/mozilla/security/nss/lib/pk11wrap/pk11cert.c b/mozilla/security/nss/lib/pk11wrap/pk11cert.c -index 329a2e7..b2c91b2 100644 ---- a/mozilla/security/nss/lib/pk11wrap/pk11cert.c -+++ b/mozilla/security/nss/lib/pk11wrap/pk11cert.c -@@ -2663,7 +2663,7 @@ PK11_GetAllSlotsForCert(CERTCertificate *cert, void *arg) - nssCryptokiObject *instance = *ip; - PK11SlotInfo *slot = instance->token->pk11slot; - if (slot) { -- PK11_AddSlotToList(slotList, slot); -+ PK11_AddSlotToList(slotList, slot, PR_TRUE); - found = PR_TRUE; - } - } -diff --git a/mozilla/security/nss/lib/pk11wrap/pk11priv.h b/mozilla/security/nss/lib/pk11wrap/pk11priv.h -index 2c70cb0..c5b7a27 100644 ---- a/mozilla/security/nss/lib/pk11wrap/pk11priv.h -+++ b/mozilla/security/nss/lib/pk11wrap/pk11priv.h -@@ -28,7 +28,7 @@ SEC_BEGIN_PROTOS - PK11SlotList * PK11_NewSlotList(void); - PK11SlotList * PK11_GetPrivateKeyTokens(CK_MECHANISM_TYPE type, - PRBool needRW,void *wincx); --SECStatus PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot); -+SECStatus PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot, PRBool sorted); - SECStatus PK11_DeleteSlotFromList(PK11SlotList *list,PK11SlotListElement *le); - PK11SlotListElement *PK11_FindSlotElement(PK11SlotList *list, - PK11SlotInfo *slot); -diff --git a/mozilla/security/nss/lib/pk11wrap/pk11slot.c b/mozilla/security/nss/lib/pk11wrap/pk11slot.c -index 4d8d0ec..6d6aeb0 100644 ---- a/mozilla/security/nss/lib/pk11wrap/pk11slot.c -+++ b/mozilla/security/nss/lib/pk11wrap/pk11slot.c -@@ -171,11 +171,16 @@ PK11_FreeSlotList(PK11SlotList *list) - - /* - * add a slot to a list -+ * "slot" is the slot to be added. Ownership is not transferred. -+ * "sorted" indicates whether or not the slot should be inserted according to -+ * cipherOrder of the associated module. PR_FALSE indicates that the slot -+ * should be inserted to the head of the list. - */ - SECStatus --PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot) -+PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot, PRBool sorted) - { - PK11SlotListElement *le; -+ PK11SlotListElement *element; - - le = (PK11SlotListElement *) PORT_Alloc(sizeof(PK11SlotListElement)); - if (le == NULL) return SECFailure; -@@ -184,9 +189,23 @@ PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot) - le->prev = NULL; - le->refCount = 1; - PZ_Lock(list->lock); -- if (list->head) list->head->prev = le; else list->tail = le; -- le->next = list->head; -- list->head = le; -+ element = list->head; -+ /* Insertion sort, with higher cipherOrders are sorted first in the list */ -+ while (element && sorted && (element->slot->module->cipherOrder > -+ le->slot->module->cipherOrder)) { -+ element = element->next; -+ } -+ if (element) { -+ le->prev = element->prev; -+ element->prev = le; -+ le->next = element; -+ } else { -+ le->prev = list->tail; -+ le->next = NULL; -+ list->tail = le; -+ } -+ if (le->prev) le->prev->next = le; -+ if (list->head == element) list->head = le; - PZ_Unlock(list->lock); - - return SECSuccess; -@@ -208,11 +227,12 @@ PK11_DeleteSlotFromList(PK11SlotList *list,PK11SlotListElement *le) - } - - /* -- * Move a list to the end of the target list. NOTE: There is no locking -- * here... This assumes BOTH lists are private copy lists. -+ * Move a list to the end of the target list. -+ * NOTE: There is no locking here... This assumes BOTH lists are private copy -+ * lists. It also does not re-sort the target list. - */ - SECStatus --PK11_MoveListToList(PK11SlotList *target,PK11SlotList *src) -+pk11_MoveListToList(PK11SlotList *target,PK11SlotList *src) - { - if (src->head == NULL) return SECSuccess; - -@@ -511,7 +531,7 @@ PK11_FindSlotsByNames(const char *dllName, const char* slotName, - ((NULL == slotName) || (0 == *slotName)) && - ((NULL == tokenName) || (0 == *tokenName)) ) { - /* default to softoken */ -- PK11_AddSlotToList(slotList, PK11_GetInternalKeySlot()); -+ PK11_AddSlotToList(slotList, PK11_GetInternalKeySlot(), PR_TRUE); - return slotList; - } - -@@ -539,7 +559,7 @@ PK11_FindSlotsByNames(const char *dllName, const char* slotName, - ( (!slotName) || (tmpSlot->slot_name && - (0==PORT_Strcmp(tmpSlot->slot_name, slotName)))) ) { - if (tmpSlot) { -- PK11_AddSlotToList(slotList, tmpSlot); -+ PK11_AddSlotToList(slotList, tmpSlot, PR_TRUE); - slotcount++; - } - } -@@ -910,7 +930,7 @@ PK11_LoadSlotList(PK11SlotInfo *slot, PK11PreSlotInfo *psi, int count) - CK_MECHANISM_TYPE mechanism = PK11_DefaultArray[i].mechanism; - PK11SlotList *slotList = PK11_GetSlotList(mechanism); - -- if (slotList) PK11_AddSlotToList(slotList,slot); -+ if (slotList) PK11_AddSlotToList(slotList,slot,PR_FALSE); - } - } - -@@ -937,7 +957,7 @@ PK11_UpdateSlotAttribute(PK11SlotInfo *slot, PK11DefaultArrayEntry *entry, - - /* add this slot to the list */ - if (slotList!=NULL) -- result = PK11_AddSlotToList(slotList, slot); -+ result = PK11_AddSlotToList(slotList, slot, PR_FALSE); - - } else { /* trying to turn off */ - -@@ -1910,12 +1930,12 @@ PK11_GetAllTokens(CK_MECHANISM_TYPE type, PRBool needRW, PRBool loadCerts, - || PK11_DoesMechanism(slot, type)) { - if (pk11_LoginStillRequired(slot,wincx)) { - if (PK11_IsFriendly(slot)) { -- PK11_AddSlotToList(friendlyList, slot); -+ PK11_AddSlotToList(friendlyList, slot, PR_TRUE); - } else { -- PK11_AddSlotToList(loginList, slot); -+ PK11_AddSlotToList(loginList, slot, PR_TRUE); - } - } else { -- PK11_AddSlotToList(list, slot); -+ PK11_AddSlotToList(list, slot, PR_TRUE); - } - } - } -@@ -1923,9 +1943,9 @@ PK11_GetAllTokens(CK_MECHANISM_TYPE type, PRBool needRW, PRBool loadCerts, - } - SECMOD_ReleaseReadLock(moduleLock); - -- PK11_MoveListToList(list,friendlyList); -+ pk11_MoveListToList(list,friendlyList); - PK11_FreeSlotList(friendlyList); -- PK11_MoveListToList(list,loginList); -+ pk11_MoveListToList(list,loginList); - PK11_FreeSlotList(loginList); - - return list; diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-cert-initlocks.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-cert-initlocks.patch deleted file mode 100644 index df8f7da78c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-cert-initlocks.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -rupN nss-3.12.8/mozilla/security/nss/lib/certdb/certdb.c nss-3.12.8_patched/mozilla/security/nss/lib/certdb/certdb.c ---- nss-3.12.8/mozilla/security/nss/lib/certdb/certdb.c 2010-09-02 00:52:02.000000000 +0000 -+++ nss-3.12.8_patched/mozilla/security/nss/lib/certdb/certdb.c 2012-04-02 20:58:31.821621891 +0000 -@@ -3030,6 +3030,7 @@ cert_InitLocks(void) - PORT_Assert(certTrustLock != NULL); - if (!certTrustLock) { - PZ_DestroyLock(certRefCountLock); -+ certRefCountLock = NULL; - return SECFailure; - } - } diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-chromeos-cert-nicknames.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-chromeos-cert-nicknames.patch deleted file mode 100644 index 311af0f674..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-chromeos-cert-nicknames.patch +++ /dev/null @@ -1,121 +0,0 @@ -diff -c -r mozilla/security/nss/lib.orig/nss/nss.def mozilla/security/nss/lib/nss/nss.def -*** mozilla/security/nss/lib.orig/nss/nss.def 2010-04-30 00:47:47.000000000 -0700 ---- mozilla/security/nss/lib/nss/nss.def 2011-11-29 16:33:32.828968066 -0800 -*************** -*** 647,652 **** ---- 647,653 ---- - PK11_GetPQGParamsFromPrivateKey; - PK11_GetPrivateKeyNickname; - PK11_GetPublicKeyNickname; -+ PK11_GetCertificateNickname; - PK11_GetSymKeyNickname; - PK11_ImportDERPrivateKeyInfoAndReturnKey; - PK11_ImportPrivateKeyInfoAndReturnKey; -*************** -*** 658,663 **** ---- 659,665 ---- - PK11_ProtectedAuthenticationPath; - PK11_SetPrivateKeyNickname; - PK11_SetPublicKeyNickname; -+ PK11_SetCertificateNickname; - PK11_SetSymKeyNickname; - SECKEY_DecodeDERSubjectPublicKeyInfo; - SECKEY_DestroyPublicKeyList; -diff -r -c mozilla/security/nss/lib.orig/pk11wrap/pk11akey.c mozilla/security/nss/lib/pk11wrap/pk11akey.c -*** mozilla/security/nss/lib.orig/pk11wrap/pk11akey.c 2011-11-29 12:16:56.000000000 -0800 ---- mozilla/security/nss/lib/pk11wrap/pk11akey.c 2011-11-29 13:16:22.672540042 -0800 -*************** -*** 1907,1912 **** ---- 1907,1919 ---- - return PK11_GetObjectNickname(pubKey->pkcs11Slot,pubKey->pkcs11ID); - } - -+ char * -+ PK11_GetCertificateNickname(CERTCertificate *certificate) -+ { -+ return PK11_GetObjectNickname(certificate->slot, -+ certificate->pkcs11ID); -+ } -+ - SECStatus - PK11_SetPrivateKeyNickname(SECKEYPrivateKey *privKey, const char *nickname) - { -*************** -*** 1921,1926 **** ---- 1928,1940 ---- - pubKey->pkcs11ID,nickname); - } - -+ SECStatus -+ PK11_SetCertificateNickname(CERTCertificate *certificate, const char *nickname) -+ { -+ return PK11_SetObjectNickname(certificate->slot, -+ certificate->pkcs11ID,nickname); -+ } -+ - SECKEYPQGParams * - PK11_GetPQGParamsFromPrivateKey(SECKEYPrivateKey *privKey) - { -diff -r -c mozilla/security/nss/lib.orig/pk11wrap/pk11obj.c mozilla/security/nss/lib/pk11wrap/pk11obj.c -*** mozilla/security/nss/lib.orig/pk11wrap/pk11obj.c 2009-02-15 19:47:21.000000000 -0800 ---- mozilla/security/nss/lib/pk11wrap/pk11obj.c 2011-11-29 11:54:01.946485857 -0800 -*************** -*** 1396,1402 **** - slot = ((PK11SymKey *)objSpec)->slot; - handle = ((PK11SymKey *)objSpec)->objectID; - break; -! case PK11_TypeCert: /* don't handle cert case for now */ - default: - break; - } ---- 1396,1405 ---- - slot = ((PK11SymKey *)objSpec)->slot; - handle = ((PK11SymKey *)objSpec)->objectID; - break; -! case PK11_TypeCert: -! slot = ((CERTCertificate *)objSpec)->slot; -! handle = ((CERTCertificate *)objSpec)->pkcs11ID; -! break; - default: - break; - } -*************** -*** 1446,1452 **** - slot = ((PK11SymKey *)objSpec)->slot; - handle = ((PK11SymKey *)objSpec)->objectID; - break; -! case PK11_TypeCert: /* don't handle cert case for now */ - default: - break; - } ---- 1449,1458 ---- - slot = ((PK11SymKey *)objSpec)->slot; - handle = ((PK11SymKey *)objSpec)->objectID; - break; -! case PK11_TypeCert: -! slot = ((CERTCertificate *)objSpec)->slot; -! handle = ((CERTCertificate *)objSpec)->pkcs11ID; -! break; - default: - break; - } -diff -r -c mozilla/security/nss/lib.orig/pk11wrap/pk11pub.h mozilla/security/nss/lib/pk11wrap/pk11pub.h -*** mozilla/security/nss/lib.orig/pk11wrap/pk11pub.h 2010-04-25 16:37:39.000000000 -0700 ---- mozilla/security/nss/lib/pk11wrap/pk11pub.h 2011-11-29 11:53:04.605709449 -0800 -*************** -*** 462,472 **** ---- 462,475 ---- - char * PK11_GetSymKeyNickname(PK11SymKey *symKey); - char * PK11_GetPrivateKeyNickname(SECKEYPrivateKey *privKey); - char * PK11_GetPublicKeyNickname(SECKEYPublicKey *pubKey); -+ char * PK11_GetCertificateNickname(CERTCertificate *certificate); - SECStatus PK11_SetSymKeyNickname(PK11SymKey *symKey, const char *nickname); - SECStatus PK11_SetPrivateKeyNickname(SECKEYPrivateKey *privKey, - const char *nickname); - SECStatus PK11_SetPublicKeyNickname(SECKEYPublicKey *pubKey, - const char *nickname); -+ SECStatus PK11_SetCertificateNickname(CERTCertificate *certificate, -+ const char *nickname); - - /* size to hold key in bytes */ - unsigned int PK11_GetKeyLength(PK11SymKey *key); diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-chromeos-mitm-root.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-chromeos-mitm-root.patch deleted file mode 100644 index 233259e82f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-chromeos-mitm-root.patch +++ /dev/null @@ -1,32 +0,0 @@ -*** mozilla/security/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c 2012-08-23 14:37:23.300678262 -0700 ---- mozilla/security/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c.new 2012-08-23 17:52:26.209075001 -0700 -*************** -*** 275,292 **** - !(CERT_LIST_END(node, pk11CertList)); - node = CERT_LIST_NEXT(node)) { - -! PKIX_PL_NSSCALLRV -! (CERTSTORE, -! nssCert, -! CERT_NewTempCertificate, -! (dbHandle, -! &(node->cert->derCert), -! NULL, /* nickname */ -! PR_FALSE, -! PR_TRUE)); /* copyDER */ -! - if (!nssCert) { -! continue; /* just skip bad certs */ - } - - PKIX_CHECK_ONLY_FATAL(pkix_pl_Cert_CreateWithNSSCert ---- 275,283 ---- - !(CERT_LIST_END(node, pk11CertList)); - node = CERT_LIST_NEXT(node)) { - -! nssCert = CERT_DupCertificate(node->cert); - if (!nssCert) { -! continue; - } - - PKIX_CHECK_ONLY_FATAL(pkix_pl_Cert_CreateWithNSSCert diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-chromeos-root-certs.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-chromeos-root-certs.patch deleted file mode 100644 index 7b5f4bad30..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-chromeos-root-certs.patch +++ /dev/null @@ -1,15046 +0,0 @@ -diff -prauN nss-3.12.8.prepatch/mozilla/security/nss/lib/ckfw/builtins/certdata.c nss-3.12.8/mozilla/security/nss/lib/ckfw/builtins/certdata.c ---- nss-3.12.8.prepatch/mozilla/security/nss/lib/ckfw/builtins/certdata.c 2011-08-30 18:02:26.450122000 +0000 -+++ nss-3.12.8/mozilla/security/nss/lib/ckfw/builtins/certdata.c 2011-08-30 18:05:39.120122002 +0000 -@@ -35,7 +35,7 @@ - * - * ***** END LICENSE BLOCK ***** */ - #ifdef DEBUG --static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.1 $ $Date: 2010/08/27 15:46:44 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.1 $ $Date: 2010/08/27 15:46:44 $"; -+static const char CVS_ID[] = "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.53 $ $Date: 2009/05/21 19:50:28 $""; @(#) $RCSfile: certdata.perl,v $ $Revision: 1.13 $ $Date: 2010/03/26 22:06:47 $"; - #endif /* DEBUG */ - - #ifndef BUILTINS_H -@@ -786,210 +786,6 @@ static const CK_ATTRIBUTE_TYPE nss_built - static const CK_ATTRIBUTE_TYPE nss_builtins_types_243 [] = { - CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED - }; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_244 [] = { -- 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_245 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_246 [] = { -- 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_247 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_248 [] = { -- 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_249 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_250 [] = { -- 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_251 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_252 [] = { -- 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_253 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_254 [] = { -- 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_255 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_256 [] = { -- 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_257 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_258 [] = { -- 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_259 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_260 [] = { -- 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_261 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_262 [] = { -- 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_263 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_264 [] = { -- 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_265 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_266 [] = { -- 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_267 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_268 [] = { -- 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_269 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_270 [] = { -- 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_271 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_272 [] = { -- 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_273 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_274 [] = { -- 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_275 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_276 [] = { -- 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_277 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_278 [] = { -- 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_279 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_280 [] = { -- 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_281 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_282 [] = { -- 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_283 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_284 [] = { -- 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_285 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_286 [] = { -- 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_287 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_288 [] = { -- 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_289 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_290 [] = { -- 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_291 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_292 [] = { -- 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_293 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_294 [] = { -- 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_295 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_296 [] = { -- 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_297 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_298 [] = { -- 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_299 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_300 [] = { -- 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_301 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_302 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_303 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_304 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_305 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_306 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_307 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_308 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_309 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_310 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE --}; --static const CK_ATTRIBUTE_TYPE nss_builtins_types_311 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED --}; - #ifdef DEBUG - static const NSSItem nss_builtins_items_0 [] = { - { (void *)&cko_data, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -@@ -998,7 +794,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)"CVS ID", (PRUint32)7 }, - { (void *)"NSS", (PRUint32)4 }, -- { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.1 $ $Date: 2010/08/27 15:46:44 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.67.2.1 $ $Date: 2010/08/27 15:46:44 $", (PRUint32)160 } -+ { (void *)"@(#) $RCSfile: certdata.txt,v $ $Revision: 1.53 $ $Date: 2009/05/21 19:50:28 $""; @(#) $RCSfile: certdata.perl,v $ $Revision: 1.13 $ $Date: 2010/03/26 22:06:47 $", (PRUint32)160 } - }; - #endif /* DEBUG */ - static const NSSItem nss_builtins_items_1 [] = { -@@ -1013,86 +809,6 @@ static const NSSItem nss_builtins_items_ - { (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 CA", (PRUint32)23 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\105\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\034\060\032\006\003\125" --"\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165" --"\163\164\040\122\157\157\164" --, (PRUint32)71 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\105\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\034\060\032\006\003\125" --"\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165" --"\163\164\040\122\157\157\164" --, (PRUint32)71 }, -- { (void *)"\002\002\001\243" --, (PRUint32)4 }, -- { (void *)"\060\202\001\372\060\202\001\143\002\002\001\243\060\015\006\011" --"\052\206\110\206\367\015\001\001\004\005\000\060\105\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\034\060\032\006\003\125\004\003\023\023\107" --"\124\105\040\103\171\142\145\162\124\162\165\163\164\040\122\157" --"\157\164\060\036\027\015\071\066\060\062\062\063\062\063\060\061" --"\060\060\132\027\015\060\066\060\062\062\063\062\063\065\071\060" --"\060\132\060\105\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\034\060\032\006" --"\003\125\004\003\023\023\107\124\105\040\103\171\142\145\162\124" --"\162\165\163\164\040\122\157\157\164\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\346\117\272\333\230\174\161\174\257" --"\104\267\323\017\106\331\144\345\223\301\102\216\307\272\111\215" --"\065\055\172\347\213\275\345\005\061\131\306\261\057\012\014\373" --"\237\247\077\242\011\146\204\126\036\067\051\033\207\351\176\014" --"\312\232\237\245\177\365\025\224\243\325\242\106\202\330\150\114" --"\321\067\025\006\150\257\275\370\260\263\360\051\365\225\132\011" --"\026\141\167\012\042\045\324\117\105\252\307\275\345\226\337\371" --"\324\250\216\102\314\044\300\036\221\047\112\265\155\006\200\143" --"\071\304\242\136\070\003\002\003\001\000\001\060\015\006\011\052" --"\206\110\206\367\015\001\001\004\005\000\003\201\201\000\022\263" --"\165\306\137\035\341\141\125\200\000\324\201\113\173\061\017\043" --"\143\347\075\363\003\371\364\066\250\273\331\343\245\227\115\352" --"\053\051\340\326\152\163\201\346\300\211\243\323\361\340\245\245" --"\042\067\232\143\302\110\040\264\333\162\343\310\366\331\174\276" --"\261\257\123\332\024\264\041\270\326\325\226\343\376\116\014\131" --"\142\266\232\112\371\102\335\214\157\201\251\161\377\364\012\162" --"\155\155\104\016\235\363\164\164\250\325\064\111\351\136\236\351" --"\264\172\341\345\132\037\204\060\234\323\237\245\045\330" --, (PRUint32)510 } --}; --static const NSSItem nss_builtins_items_3 [] = { -- { (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 CA", (PRUint32)23 }, -- { (void *)"\220\336\336\236\114\116\237\157\330\206\027\127\235\323\221\274" --"\145\246\211\144" --, (PRUint32)20 }, -- { (void *)"\304\327\360\262\243\305\175\141\147\360\004\315\103\323\272\130" --, (PRUint32)16 }, -- { (void *)"\060\105\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\034\060\032\006\003\125" --"\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165" --"\163\164\040\122\157\157\164" --, (PRUint32)71 }, -- { (void *)"\002\002\001\243" --, (PRUint32)4 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_4 [] = { -- { (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 Global Root", (PRUint32)27 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, - { (void *)"\060\165\061\013\060\011\006\003\125\004\006\023\002\125\123\061" -@@ -1156,7 +872,7 @@ static const NSSItem nss_builtins_items_ - "\037\042\265\315\225\255\272\247\314\371\253\013\172\177" - , (PRUint32)606 } - }; --static const NSSItem nss_builtins_items_5 [] = { -+static const NSSItem nss_builtins_items_3 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -1181,16 +897,16 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_6 [] = { -+static const NSSItem nss_builtins_items_4 [] = { - { (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 Freemail CA", (PRUint32)28 }, -+ { (void *)"Thawte Personal Basic CA", (PRUint32)25 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+ { (void *)"\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101" - "\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" - "\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" - "\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -@@ -1198,15 +914,14 @@ static const NSSItem nss_builtins_items_ - "\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" - "\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" - "\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" --"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" --"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" --"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" --"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" --"\056\143\157\155" --, (PRUint32)212 }, -+"\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151" -+"\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015" -+"\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141" -+"\163\151\143\100\164\150\141\167\164\145\056\143\157\155" -+, (PRUint32)206 }, - { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+ { (void *)"\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101" - "\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" - "\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" - "\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -@@ -1214,18 +929,17 @@ static const NSSItem nss_builtins_items_ - "\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" - "\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" - "\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" --"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" --"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" --"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" --"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" --"\056\143\157\155" --, (PRUint32)212 }, -+"\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151" -+"\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015" -+"\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141" -+"\163\151\143\100\164\150\141\167\164\145\056\143\157\155" -+, (PRUint32)206 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)"\060\202\003\055\060\202\002\226\240\003\002\001\002\002\001\000" -+ { (void *)"\060\202\003\041\060\202\002\212\240\003\002\001\002\002\001\000" - "\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" --"\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101\061" -+"\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101\061" - "\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" - "\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" - "\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003" -@@ -1233,62 +947,61 @@ static const NSSItem nss_builtins_items_ - "\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023" - "\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123" - "\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156" --"\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167\164" --"\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145\155" --"\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110\206" --"\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154\055" --"\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145\056" --"\143\157\155\060\036\027\015\071\066\060\061\060\061\060\060\060" --"\060\060\060\132\027\015\062\060\061\062\063\061\062\063\065\071" --"\065\071\132\060\201\321\061\013\060\011\006\003\125\004\006\023" --"\002\132\101\061\025\060\023\006\003\125\004\010\023\014\127\145" --"\163\164\145\162\156\040\103\141\160\145\061\022\060\020\006\003" --"\125\004\007\023\011\103\141\160\145\040\124\157\167\156\061\032" --"\060\030\006\003\125\004\012\023\021\124\150\141\167\164\145\040" --"\103\157\156\163\165\154\164\151\156\147\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\044\060\042\006\003\125\004\003\023\033\124" --"\150\141\167\164\145\040\120\145\162\163\157\156\141\154\040\106" --"\162\145\145\155\141\151\154\040\103\101\061\053\060\051\006\011" --"\052\206\110\206\367\015\001\011\001\026\034\160\145\162\163\157" --"\156\141\154\055\146\162\145\145\155\141\151\154\100\164\150\141" --"\167\164\145\056\143\157\155\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\324\151\327\324\260\224\144\133\161\351\107\330" --"\014\121\266\352\162\221\260\204\136\175\055\015\217\173\022\337" --"\205\045\165\050\164\072\102\054\143\047\237\225\173\113\357\176" --"\031\207\035\206\352\243\335\271\316\226\144\032\302\024\156\104" --"\254\174\346\217\350\115\017\161\037\100\070\246\000\243\207\170" --"\366\371\224\206\136\255\352\300\136\166\353\331\024\243\135\156" --"\172\174\014\245\113\125\177\006\031\051\177\236\232\046\325\152" --"\273\070\044\010\152\230\307\261\332\243\230\221\375\171\333\345" --"\132\304\034\271\002\003\001\000\001\243\023\060\021\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\201\201" --"\000\307\354\222\176\116\370\365\226\245\147\142\052\244\360\115" --"\021\140\320\157\215\140\130\141\254\046\273\122\065\134\010\317" --"\060\373\250\112\226\212\037\142\102\043\214\027\017\364\272\144" --"\234\027\254\107\051\337\235\230\136\322\154\140\161\134\242\254" --"\334\171\343\347\156\000\107\037\265\015\050\350\002\235\344\232" --"\375\023\364\246\331\174\261\370\334\137\043\046\011\221\200\163" --"\320\024\033\336\103\251\203\045\362\346\234\057\025\312\376\246" --"\253\212\007\165\213\014\335\121\204\153\344\370\321\316\167\242" --"\201" --, (PRUint32)817 } -+"\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167\164" -+"\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151\143" -+"\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015\001" -+"\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141\163" -+"\151\143\100\164\150\141\167\164\145\056\143\157\155\060\036\027" -+"\015\071\066\060\061\060\061\060\060\060\060\060\060\132\027\015" -+"\062\060\061\062\063\061\062\063\065\071\065\071\132\060\201\313" -+"\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025\060" -+"\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156\040" -+"\103\141\160\145\061\022\060\020\006\003\125\004\007\023\011\103" -+"\141\160\145\040\124\157\167\156\061\032\060\030\006\003\125\004" -+"\012\023\021\124\150\141\167\164\145\040\103\157\156\163\165\154" -+"\164\151\156\147\061\050\060\046\006\003\125\004\013\023\037\103" -+"\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145\162" -+"\166\151\143\145\163\040\104\151\166\151\163\151\157\156\061\041" -+"\060\037\006\003\125\004\003\023\030\124\150\141\167\164\145\040" -+"\120\145\162\163\157\156\141\154\040\102\141\163\151\143\040\103" -+"\101\061\050\060\046\006\011\052\206\110\206\367\015\001\011\001" -+"\026\031\160\145\162\163\157\156\141\154\055\142\141\163\151\143" -+"\100\164\150\141\167\164\145\056\143\157\155\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\274\274\223\123\155\300\120\117" -+"\202\025\346\110\224\065\246\132\276\157\102\372\017\107\356\167" -+"\165\162\335\215\111\233\226\127\240\170\324\312\077\121\263\151" -+"\013\221\166\027\042\007\227\152\304\121\223\113\340\215\357\067" -+"\225\241\014\115\332\064\220\035\027\211\227\340\065\070\127\112" -+"\300\364\010\160\351\074\104\173\120\176\141\232\220\343\043\323" -+"\210\021\106\047\365\013\007\016\273\335\321\177\040\012\210\271" -+"\126\013\056\034\200\332\361\343\236\051\357\024\275\012\104\373" -+"\033\133\030\321\277\043\223\041\002\003\001\000\001\243\023\060" -+"\021\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\201\201\000\055\342\231\153\260\075\172\211\327\131\242" -+"\224\001\037\053\335\022\113\123\302\255\177\252\247\000\134\221" -+"\100\127\045\112\070\252\204\160\271\331\200\017\245\173\134\373" -+"\163\306\275\327\212\141\134\003\343\055\047\250\027\340\204\205" -+"\102\334\136\233\306\267\262\155\273\164\257\344\077\313\247\267" -+"\260\340\135\276\170\203\045\224\322\333\201\017\171\007\155\117" -+"\364\071\025\132\122\001\173\336\062\326\115\070\366\022\134\006" -+"\120\337\005\133\275\024\113\241\337\051\272\073\101\215\367\143" -+"\126\241\337\042\261" -+, (PRUint32)805 } - }; --static const NSSItem nss_builtins_items_7 [] = { -+static const NSSItem nss_builtins_items_5 [] = { - { (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 Personal Freemail CA", (PRUint32)28 }, -- { (void *)"\040\231\000\266\075\225\127\050\024\014\321\066\042\330\306\207" --"\244\353\000\205" -+ { (void *)"Thawte Personal Basic CA", (PRUint32)25 }, -+ { (void *)"\100\347\214\035\122\075\034\331\225\117\254\032\032\263\275\074" -+"\272\241\133\374" - , (PRUint32)20 }, -- { (void *)"\036\164\303\206\074\014\065\305\076\302\177\357\074\252\074\331" -+ { (void *)"\346\013\322\311\312\055\210\333\032\161\016\113\170\353\002\101" - , (PRUint32)16 }, -- { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+ { (void *)"\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101" - "\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" - "\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" - "\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -@@ -1296,11 +1009,263 @@ static const NSSItem nss_builtins_items_ - "\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" - "\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" - "\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" --"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" --"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" --"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" --"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" -+"\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151" -+"\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015" -+"\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141" -+"\163\151\143\100\164\150\141\167\164\145\056\143\157\155" -+, (PRUint32)206 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, -+ { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+}; -+static const NSSItem nss_builtins_items_6 [] = { -+ { (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 Premium CA", (PRUint32)27 }, -+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -+ { (void *)"\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155" -+"\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206" -+"\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055" -+"\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143" -+"\157\155" -+, (PRUint32)210 }, -+ { (void *)"0", (PRUint32)2 }, -+ { (void *)"\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155" -+"\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206" -+"\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055" -+"\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143" -+"\157\155" -+, (PRUint32)210 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, -+ { (void *)"\060\202\003\051\060\202\002\222\240\003\002\001\002\002\001\000" -+"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" -+"\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101\061" -+"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" -+"\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" -+"\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003" -+"\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156\163" -+"\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023" -+"\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123" -+"\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156" -+"\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167\164" -+"\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155\151" -+"\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206\367" -+"\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055\160" -+"\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143\157" -+"\155\060\036\027\015\071\066\060\061\060\061\060\060\060\060\060" -+"\060\132\027\015\062\060\061\062\063\061\062\063\065\071\065\071" -+"\132\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132" -+"\101\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164" -+"\145\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004" -+"\007\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030" -+"\006\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157" -+"\156\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004" -+"\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156" -+"\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151" -+"\157\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141" -+"\167\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145" -+"\155\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110" -+"\206\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154" -+"\055\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056" -+"\143\157\155\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\146\331\370\007\104\317\271\214\056\360\241\357\023\105\154" -+"\005\337\336\047\026\121\066\101\021\154\154\073\355\376\020\175" -+"\022\236\345\233\102\232\376\140\061\303\146\267\163\072\110\256" -+"\116\320\062\067\224\210\265\015\266\331\363\362\104\331\325\210" -+"\022\335\166\115\362\032\374\157\043\036\172\361\330\230\105\116" -+"\007\020\357\026\102\320\103\165\155\112\336\342\252\311\061\377" -+"\037\000\160\174\146\317\020\045\010\272\372\356\000\351\106\003" -+"\146\047\021\025\073\252\133\362\230\335\066\102\262\332\210\165" -+"\002\003\001\000\001\243\023\060\021\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\201\201\000\151\066\211" -+"\367\064\052\063\162\057\155\073\324\042\262\270\157\232\305\066" -+"\146\016\033\074\241\261\165\132\346\375\065\323\370\250\362\007" -+"\157\205\147\216\336\053\271\342\027\260\072\240\360\016\242\000" -+"\232\337\363\024\025\156\273\310\205\132\230\200\371\377\276\164" -+"\035\075\363\376\060\045\321\067\064\147\372\245\161\171\060\141" -+"\051\162\300\340\054\114\373\126\344\072\250\157\345\062\131\122" -+"\333\165\050\120\131\014\370\013\031\344\254\331\257\226\215\057" -+"\120\333\007\303\352\037\253\063\340\365\053\061\211" -+, (PRUint32)813 } -+}; -+static const NSSItem nss_builtins_items_7 [] = { -+ { (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 Personal Premium CA", (PRUint32)27 }, -+ { (void *)"\066\206\065\143\375\121\050\307\276\246\360\005\317\351\264\066" -+"\150\010\154\316" -+, (PRUint32)20 }, -+ { (void *)"\072\262\336\042\232\040\223\111\371\355\310\322\212\347\150\015" -+, (PRUint32)16 }, -+ { (void *)"\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155" -+"\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206" -+"\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055" -+"\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143" -+"\157\155" -+, (PRUint32)210 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, -+ { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+}; -+static const NSSItem nss_builtins_items_8 [] = { -+ { (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 Freemail CA", (PRUint32)28 }, -+ { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -+ { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" -+"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" -+"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" -+"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" -+"\056\143\157\155" -+, (PRUint32)212 }, -+ { (void *)"0", (PRUint32)2 }, -+ { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" -+"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" -+"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" -+"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" -+"\056\143\157\155" -+, (PRUint32)212 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, -+ { (void *)"\060\202\003\055\060\202\002\226\240\003\002\001\002\002\001\000" -+"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" -+"\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101\061" -+"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" -+"\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" -+"\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003" -+"\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156\163" -+"\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023" -+"\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123" -+"\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156" -+"\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167\164" -+"\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145\155" -+"\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110\206" -+"\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154\055" -+"\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145\056" -+"\143\157\155\060\036\027\015\071\066\060\061\060\061\060\060\060" -+"\060\060\060\132\027\015\062\060\061\062\063\061\062\063\065\071" -+"\065\071\132\060\201\321\061\013\060\011\006\003\125\004\006\023" -+"\002\132\101\061\025\060\023\006\003\125\004\010\023\014\127\145" -+"\163\164\145\162\156\040\103\141\160\145\061\022\060\020\006\003" -+"\125\004\007\023\011\103\141\160\145\040\124\157\167\156\061\032" -+"\060\030\006\003\125\004\012\023\021\124\150\141\167\164\145\040" -+"\103\157\156\163\165\154\164\151\156\147\061\050\060\046\006\003" -+"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" -+"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" -+"\163\151\157\156\061\044\060\042\006\003\125\004\003\023\033\124" -+"\150\141\167\164\145\040\120\145\162\163\157\156\141\154\040\106" -+"\162\145\145\155\141\151\154\040\103\101\061\053\060\051\006\011" -+"\052\206\110\206\367\015\001\011\001\026\034\160\145\162\163\157" -+"\156\141\154\055\146\162\145\145\155\141\151\154\100\164\150\141" -+"\167\164\145\056\143\157\155\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\324\151\327\324\260\224\144\133\161\351\107\330" -+"\014\121\266\352\162\221\260\204\136\175\055\015\217\173\022\337" -+"\205\045\165\050\164\072\102\054\143\047\237\225\173\113\357\176" -+"\031\207\035\206\352\243\335\271\316\226\144\032\302\024\156\104" -+"\254\174\346\217\350\115\017\161\037\100\070\246\000\243\207\170" -+"\366\371\224\206\136\255\352\300\136\166\353\331\024\243\135\156" -+"\172\174\014\245\113\125\177\006\031\051\177\236\232\046\325\152" -+"\273\070\044\010\152\230\307\261\332\243\230\221\375\171\333\345" -+"\132\304\034\271\002\003\001\000\001\243\023\060\021\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\201\201" -+"\000\307\354\222\176\116\370\365\226\245\147\142\052\244\360\115" -+"\021\140\320\157\215\140\130\141\254\046\273\122\065\134\010\317" -+"\060\373\250\112\226\212\037\142\102\043\214\027\017\364\272\144" -+"\234\027\254\107\051\337\235\230\136\322\154\140\161\134\242\254" -+"\334\171\343\347\156\000\107\037\265\015\050\350\002\235\344\232" -+"\375\023\364\246\331\174\261\370\334\137\043\046\011\221\200\163" -+"\320\024\033\336\103\251\203\045\362\346\234\057\025\312\376\246" -+"\253\212\007\165\213\014\335\121\204\153\344\370\321\316\167\242" -+"\201" -+, (PRUint32)817 } -+}; -+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 *)"Thawte Personal Freemail CA", (PRUint32)28 }, -+ { (void *)"\040\231\000\266\075\225\127\050\024\014\321\066\042\330\306\207" -+"\244\353\000\205" -+, (PRUint32)20 }, -+ { (void *)"\036\164\303\206\074\014\065\305\076\302\177\357\074\252\074\331" -+, (PRUint32)16 }, -+ { (void *)"\060\201\321\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006" -+"\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013" -+"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" -+"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" -+"\156\061\044\060\042\006\003\125\004\003\023\033\124\150\141\167" -+"\164\145\040\120\145\162\163\157\156\141\154\040\106\162\145\145" -+"\155\141\151\154\040\103\101\061\053\060\051\006\011\052\206\110" -+"\206\367\015\001\011\001\026\034\160\145\162\163\157\156\141\154" -+"\055\146\162\145\145\155\141\151\154\100\164\150\141\167\164\145" - "\056\143\157\155" - , (PRUint32)212 }, - { (void *)"\002\001\000" -@@ -1310,7 +1275,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_8 [] = { -+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) }, -@@ -1400,7 +1365,7 @@ static const NSSItem nss_builtins_items_ - "\243\377\212\043\056\160\107" - , (PRUint32)791 } - }; --static const NSSItem nss_builtins_items_9 [] = { -+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) }, -@@ -1430,147 +1395,21 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_10 [] = { -+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 *)"Thawte Premium Server CA", (PRUint32)25 }, -+ { (void *)"Equifax Secure CA", (PRUint32)18 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" --"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" --"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" --"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" --"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" --"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" --"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" --"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" --"\155" --, (PRUint32)209 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" --"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" --"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" --"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" --"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" --"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" --"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" --"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" --"\155" --, (PRUint32)209 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)"\060\202\003\047\060\202\002\220\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\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061" --"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" --"\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" --"\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003" --"\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163" --"\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125" --"\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157" --"\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163" --"\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150" --"\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162" --"\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206" --"\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163" --"\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155" --"\060\036\027\015\071\066\060\070\060\061\060\060\060\060\060\060" --"\132\027\015\062\060\061\062\063\061\062\063\065\071\065\071\132" --"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" --"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" --"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" --"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" --"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" --"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" --"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" --"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" --"\155\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\322\066" --"\066\152\213\327\302\133\236\332\201\101\142\217\070\356\111\004" --"\125\326\320\357\034\033\225\026\107\357\030\110\065\072\122\364" --"\053\152\006\217\073\057\352\126\343\257\206\215\236\027\367\236" --"\264\145\165\002\115\357\313\011\242\041\121\330\233\320\147\320" --"\272\015\222\006\024\163\324\223\313\227\052\000\234\134\116\014" --"\274\372\025\122\374\362\104\156\332\021\112\156\010\237\057\055" --"\343\371\252\072\206\163\266\106\123\130\310\211\005\275\203\021" --"\270\163\077\252\007\215\364\102\115\347\100\235\034\067\002\003" --"\001\000\001\243\023\060\021\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\201\201\000\046\110\054\026\302" --"\130\372\350\026\164\014\252\252\137\124\077\362\327\311\170\140" --"\136\136\156\067\143\042\167\066\176\262\027\304\064\271\365\010" --"\205\374\311\001\070\377\115\276\362\026\102\103\347\273\132\106" --"\373\301\306\021\037\361\112\260\050\106\311\303\304\102\175\274" --"\372\253\131\156\325\267\121\210\021\343\244\205\031\153\202\114" --"\244\014\022\255\351\244\256\077\361\303\111\145\232\214\305\310" --"\076\045\267\224\231\273\222\062\161\007\360\206\136\355\120\047" --"\246\015\246\043\371\273\313\246\007\024\102" --, (PRUint32)811 } --}; --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 *)"Thawte Premium Server CA", (PRUint32)25 }, -- { (void *)"\142\177\215\170\047\145\143\231\322\175\177\220\104\311\376\263" --"\363\076\372\232" --, (PRUint32)20 }, -- { (void *)"\006\237\151\171\026\146\220\002\033\214\214\242\303\007\157\072" --, (PRUint32)16 }, -- { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" --"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" --"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" --"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" --"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" --"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" --"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" --"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" --"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" --"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" --"\155" --, (PRUint32)209 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_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 *)"Equifax Secure CA", (PRUint32)18 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151" --"\146\141\170\040\123\145\143\165\162\145\040\103\145\162\164\151" --"\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171" --, (PRUint32)80 }, -+ { (void *)"\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151" -+"\146\141\170\040\123\145\143\165\162\145\040\103\145\162\164\151" -+"\146\151\143\141\164\145\040\101\165\164\150\157\162\151\164\171" -+, (PRUint32)80 }, - { (void *)"0", (PRUint32)2 }, - { (void *)"\060\116\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" -@@ -1754,7 +1593,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; - static const NSSItem nss_builtins_items_16 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -@@ -1853,7 +1692,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; - static const NSSItem nss_builtins_items_18 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -@@ -2130,7 +1969,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; - static const NSSItem nss_builtins_items_24 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -@@ -2506,129 +2345,6 @@ static const NSSItem nss_builtins_items_ - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 4 Public Primary Certification Authority - G2", (PRUint32)61 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125" --"\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154" --"\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013" --"\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145" --"\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164" --"\167\157\162\153" --, (PRUint32)196 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125" --"\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154" --"\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013" --"\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145" --"\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164" --"\167\157\162\153" --, (PRUint32)196 }, -- { (void *)"\002\020\062\210\216\232\322\365\353\023\107\370\177\304\040\067" --"\045\370" --, (PRUint32)18 }, -- { (void *)"\060\202\003\002\060\202\002\153\002\020\062\210\216\232\322\365" --"\353\023\107\370\177\304\040\067\045\370\060\015\006\011\052\206" --"\110\206\367\015\001\001\005\005\000\060\201\301\061\013\060\011" --"\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125" --"\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156" --"\143\056\061\074\060\072\006\003\125\004\013\023\063\103\154\141" --"\163\163\040\064\040\120\165\142\154\151\143\040\120\162\151\155" --"\141\162\171\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\055\040\107\062" --"\061\072\060\070\006\003\125\004\013\023\061\050\143\051\040\061" --"\071\071\070\040\126\145\162\151\123\151\147\156\054\040\111\156" --"\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151" --"\172\145\144\040\165\163\145\040\157\156\154\171\061\037\060\035" --"\006\003\125\004\013\023\026\126\145\162\151\123\151\147\156\040" --"\124\162\165\163\164\040\116\145\164\167\157\162\153\060\036\027" --"\015\071\070\060\065\061\070\060\060\060\060\060\060\132\027\015" --"\062\070\060\070\060\061\062\063\065\071\065\071\132\060\201\301" --"\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027\060" --"\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147\156" --"\054\040\111\156\143\056\061\074\060\072\006\003\125\004\013\023" --"\063\103\154\141\163\163\040\064\040\120\165\142\154\151\143\040" --"\120\162\151\155\141\162\171\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" --"\055\040\107\062\061\072\060\070\006\003\125\004\013\023\061\050" --"\143\051\040\061\071\071\070\040\126\145\162\151\123\151\147\156" --"\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165\164" --"\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171" --"\061\037\060\035\006\003\125\004\013\023\026\126\145\162\151\123" --"\151\147\156\040\124\162\165\163\164\040\116\145\164\167\157\162" --"\153\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\272\360" --"\344\317\371\304\256\205\124\271\007\127\371\217\305\177\150\021" --"\370\304\027\260\104\334\343\060\163\325\052\142\052\270\320\314" --"\034\355\050\133\176\275\152\334\263\221\044\312\101\142\074\374" --"\002\001\277\034\026\061\224\005\227\166\156\242\255\275\141\027" --"\154\116\060\206\360\121\067\052\120\307\250\142\201\334\133\112" --"\252\301\240\264\156\353\057\345\127\305\261\053\100\160\333\132" --"\115\241\216\037\275\003\037\330\003\324\217\114\231\161\274\342" --"\202\314\130\350\230\072\206\323\206\070\363\000\051\037\002\003" --"\001\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\003\201\201\000\205\214\022\301\247\271\120\025\172\313" --"\076\254\270\103\212\334\252\335\024\272\211\201\176\001\074\043" --"\161\041\210\057\202\334\143\372\002\105\254\105\131\327\052\130" --"\104\133\267\237\201\073\222\150\075\342\067\044\365\173\154\217" --"\166\065\226\011\250\131\235\271\316\043\253\164\326\203\375\062" --"\163\047\330\151\076\103\164\366\256\305\211\232\347\123\174\351" --"\173\366\113\363\301\145\203\336\215\212\234\074\210\215\071\131" --"\374\252\077\042\215\241\301\146\120\201\162\114\355\042\144\117" --"\117\312\200\221\266\051" --, (PRUint32)774 } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 4 Public Primary Certification Authority - G2", (PRUint32)61 }, -- { (void *)"\013\167\276\273\313\172\242\107\005\336\314\017\275\152\002\374" --"\172\275\233\122" --, (PRUint32)20 }, -- { (void *)"\046\155\054\031\230\266\160\150\070\120\124\031\354\220\064\140" --, (PRUint32)16 }, -- { (void *)"\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125" --"\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154" --"\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013" --"\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145" --"\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164" --"\167\157\162\153" --, (PRUint32)196 }, -- { (void *)"\002\020\062\210\216\232\322\365\353\023\107\370\177\304\040\067" --"\045\370" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_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 *)"GlobalSign Root CA", (PRUint32)19 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, - { (void *)"\060\127\061\013\060\011\006\003\125\004\006\023\002\102\105\061" -@@ -2706,7 +2422,7 @@ static const NSSItem nss_builtins_items_ - "\125\342\374\110\311\051\046\151\340" - , (PRUint32)889 } - }; --static const NSSItem nss_builtins_items_33 [] = { -+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) }, -@@ -2731,7 +2447,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_34 [] = { -+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) }, -@@ -2815,7 +2531,7 @@ static const NSSItem nss_builtins_items_ - "\152\374\176\102\070\100\144\022\367\236\201\341\223\056" - , (PRUint32)958 } - }; --static const NSSItem nss_builtins_items_35 [] = { -+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) }, -@@ -2839,7 +2555,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_36 [] = { -+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) }, -@@ -2924,7 +2640,7 @@ static const NSSItem nss_builtins_items_ - "\161\202\053\231\317\072\267\365\055\162\310" - , (PRUint32)747 } - }; --static const NSSItem nss_builtins_items_37 [] = { -+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) }, -@@ -2955,7 +2671,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_38 [] = { -+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) }, -@@ -3040,7 +2756,7 @@ static const NSSItem nss_builtins_items_ - "\276\355\164\114\274\133\325\142\037\103\335" - , (PRUint32)747 } - }; --static const NSSItem nss_builtins_items_39 [] = { -+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) }, -@@ -3071,7 +2787,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_40 [] = { -+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) }, -@@ -3156,7 +2872,7 @@ static const NSSItem nss_builtins_items_ - "\040\017\105\176\153\242\177\243\214\025\356" - , (PRUint32)747 } - }; --static const NSSItem nss_builtins_items_41 [] = { -+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) }, -@@ -3187,7 +2903,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_42 [] = { -+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) }, -@@ -3294,7 +3010,7 @@ static const NSSItem nss_builtins_items_ - "\113\336\006\226\161\054\362\333\266\037\244\357\077\356" - , (PRUint32)1054 } - }; --static const NSSItem nss_builtins_items_43 [] = { -+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) }, -@@ -3327,7 +3043,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_44 [] = { -+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) }, -@@ -3434,7 +3150,7 @@ static const NSSItem nss_builtins_items_ - "\311\130\020\371\252\357\132\266\317\113\113\337\052" - , (PRUint32)1053 } - }; --static const NSSItem nss_builtins_items_45 [] = { -+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) }, -@@ -3467,7 +3183,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_46 [] = { -+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) }, -@@ -3574,7 +3290,7 @@ static const NSSItem nss_builtins_items_ - "\153\271\012\172\116\117\113\204\356\113\361\175\335\021" - , (PRUint32)1054 } - }; --static const NSSItem nss_builtins_items_47 [] = { -+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) }, -@@ -3607,7 +3323,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_48 [] = { -+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) }, -@@ -3714,7 +3430,7 @@ static const NSSItem nss_builtins_items_ - "\367\146\103\363\236\203\076\040\252\303\065\140\221\316" - , (PRUint32)1054 } - }; --static const NSSItem nss_builtins_items_49 [] = { -+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) }, -@@ -3745,9 +3461,9 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_50 [] = { -+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) }, -@@ -3865,7 +3581,7 @@ static const NSSItem nss_builtins_items_ - "\155\055\105\013\367\012\223\352\355\006\371\262" - , (PRUint32)1244 } - }; --static const NSSItem nss_builtins_items_51 [] = { -+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) }, -@@ -3897,159 +3613,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Entrust.net Secure Personal CA", (PRUint32)31 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165" --"\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024" --"\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164" --"\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057" --"\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162" --"\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056" --"\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061" --"\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040" --"\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003" --"\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154" --"\151\145\156\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" --, (PRUint32)204 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165" --"\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024" --"\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164" --"\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057" --"\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162" --"\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056" --"\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061" --"\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040" --"\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003" --"\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154" --"\151\145\156\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" --, (PRUint32)204 }, -- { (void *)"\002\004\070\003\221\356" --, (PRUint32)6 }, -- { (void *)"\060\202\004\355\060\202\004\126\240\003\002\001\002\002\004\070" --"\003\221\356\060\015\006\011\052\206\110\206\367\015\001\001\004" --"\005\000\060\201\311\061\013\060\011\006\003\125\004\006\023\002" --"\125\123\061\024\060\022\006\003\125\004\012\023\013\105\156\164" --"\162\165\163\164\056\156\145\164\061\110\060\106\006\003\125\004" --"\013\024\077\167\167\167\056\145\156\164\162\165\163\164\056\156" --"\145\164\057\103\154\151\145\156\164\137\103\101\137\111\156\146" --"\157\057\103\120\123\040\151\156\143\157\162\160\056\040\142\171" --"\040\162\145\146\056\040\154\151\155\151\164\163\040\154\151\141" --"\142\056\061\045\060\043\006\003\125\004\013\023\034\050\143\051" --"\040\061\071\071\071\040\105\156\164\162\165\163\164\056\156\145" --"\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125" --"\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040" --"\103\154\151\145\156\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\060\036" --"\027\015\071\071\061\060\061\062\061\071\062\064\063\060\132\027" --"\015\061\071\061\060\061\062\061\071\065\064\063\060\132\060\201" --"\311\061\013\060\011\006\003\125\004\006\023\002\125\123\061\024" --"\060\022\006\003\125\004\012\023\013\105\156\164\162\165\163\164" --"\056\156\145\164\061\110\060\106\006\003\125\004\013\024\077\167" --"\167\167\056\145\156\164\162\165\163\164\056\156\145\164\057\103" --"\154\151\145\156\164\137\103\101\137\111\156\146\157\057\103\120" --"\123\040\151\156\143\157\162\160\056\040\142\171\040\162\145\146" --"\056\040\154\151\155\151\164\163\040\154\151\141\142\056\061\045" --"\060\043\006\003\125\004\013\023\034\050\143\051\040\061\071\071" --"\071\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151" --"\155\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052" --"\105\156\164\162\165\163\164\056\156\145\164\040\103\154\151\145" --"\156\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\060\201\235\060\015\006" --"\011\052\206\110\206\367\015\001\001\001\005\000\003\201\213\000" --"\060\201\207\002\201\201\000\310\072\231\136\061\027\337\254\047" --"\157\220\173\344\031\377\105\243\064\302\333\301\250\117\360\150" --"\352\204\375\237\165\171\317\301\212\121\224\257\307\127\003\107" --"\144\236\255\202\033\132\332\177\067\170\107\273\067\230\022\226" --"\316\306\023\175\357\322\014\060\121\251\071\236\125\370\373\261" --"\347\060\336\203\262\272\076\361\325\211\073\073\205\272\252\164" --"\054\376\077\061\156\257\221\225\156\006\324\007\115\113\054\126" --"\107\030\004\122\332\016\020\223\277\143\220\233\341\337\214\346" --"\002\244\346\117\136\367\213\002\001\003\243\202\001\340\060\202" --"\001\334\060\021\006\011\140\206\110\001\206\370\102\001\001\004" --"\004\003\002\000\007\060\202\001\042\006\003\125\035\037\004\202" --"\001\031\060\202\001\025\060\201\344\240\201\341\240\201\336\244" --"\201\333\060\201\330\061\013\060\011\006\003\125\004\006\023\002" --"\125\123\061\024\060\022\006\003\125\004\012\023\013\105\156\164" --"\162\165\163\164\056\156\145\164\061\110\060\106\006\003\125\004" --"\013\024\077\167\167\167\056\145\156\164\162\165\163\164\056\156" --"\145\164\057\103\154\151\145\156\164\137\103\101\137\111\156\146" --"\157\057\103\120\123\040\151\156\143\157\162\160\056\040\142\171" --"\040\162\145\146\056\040\154\151\155\151\164\163\040\154\151\141" --"\142\056\061\045\060\043\006\003\125\004\013\023\034\050\143\051" --"\040\061\071\071\071\040\105\156\164\162\165\163\164\056\156\145" --"\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125" --"\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040" --"\103\154\151\145\156\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\061\015" --"\060\013\006\003\125\004\003\023\004\103\122\114\061\060\054\240" --"\052\240\050\206\046\150\164\164\160\072\057\057\167\167\167\056" --"\145\156\164\162\165\163\164\056\156\145\164\057\103\122\114\057" --"\103\154\151\145\156\164\061\056\143\162\154\060\053\006\003\125" --"\035\020\004\044\060\042\200\017\061\071\071\071\061\060\061\062" --"\061\071\062\064\063\060\132\201\017\062\060\061\071\061\060\061" --"\062\061\071\062\064\063\060\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\304\373\234\051\173\227\315\114\226\374\356\133\263\312" --"\231\164\213\225\352\114\060\035\006\003\125\035\016\004\026\004" --"\024\304\373\234\051\173\227\315\114\226\374\356\133\263\312\231" --"\164\213\225\352\114\060\014\006\003\125\035\023\004\005\060\003" --"\001\001\377\060\031\006\011\052\206\110\206\366\175\007\101\000" --"\004\014\060\012\033\004\126\064\056\060\003\002\004\220\060\015" --"\006\011\052\206\110\206\367\015\001\001\004\005\000\003\201\201" --"\000\077\256\212\361\327\146\003\005\236\076\372\352\034\106\273" --"\244\133\217\170\232\022\110\231\371\364\065\336\014\066\007\002" --"\153\020\072\211\024\201\234\061\246\174\262\101\262\152\347\007" --"\001\241\113\371\237\045\073\226\312\231\303\076\241\121\034\363" --"\303\056\104\367\260\147\106\252\222\345\073\332\034\031\024\070" --"\060\325\342\242\061\045\056\361\354\105\070\355\370\006\130\003" --"\163\142\260\020\061\217\100\277\144\340\134\076\305\117\037\332" --"\022\103\377\114\346\006\046\250\233\031\252\104\074\166\262\134" --"\354" --, (PRUint32)1265 } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Entrust.net Secure Personal CA", (PRUint32)31 }, -- { (void *)"\332\171\301\161\021\120\302\064\071\252\053\013\014\142\375\125" --"\262\371\365\200" --, (PRUint32)20 }, -- { (void *)"\014\101\057\023\133\240\124\365\226\146\055\176\315\016\003\364" --, (PRUint32)16 }, -- { (void *)"\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165" --"\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024" --"\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164" --"\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057" --"\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162" --"\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056" --"\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061" --"\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040" --"\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003" --"\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154" --"\151\145\156\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" --, (PRUint32)204 }, -- { (void *)"\002\004\070\003\221\356" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_54 [] = { -+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) }, -@@ -4157,7 +3721,7 @@ static const NSSItem nss_builtins_items_ - "\275\114\105\236\141\272\277\204\201\222\003\321\322\151\174\305" - , (PRUint32)1120 } - }; --static const NSSItem nss_builtins_items_55 [] = { -+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) }, -@@ -4188,7 +3752,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_56 [] = { -+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) }, -@@ -4270,7 +3834,7 @@ static const NSSItem nss_builtins_items_ - "\347\201\035\031\303\044\102\352\143\071\251" - , (PRUint32)891 } - }; --static const NSSItem nss_builtins_items_57 [] = { -+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) }, -@@ -4295,7 +3859,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_58 [] = { -+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) }, -@@ -4363,7 +3927,7 @@ static const NSSItem nss_builtins_items_ - "\126\224\251\125" - , (PRUint32)660 } - }; --static const NSSItem nss_builtins_items_59 [] = { -+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) }, -@@ -4388,7 +3952,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_60 [] = { -+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) }, -@@ -4455,7 +4019,7 @@ static const NSSItem nss_builtins_items_ - "\132\052\202\262\067\171" - , (PRUint32)646 } - }; --static const NSSItem nss_builtins_items_61 [] = { -+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) }, -@@ -4480,254 +4044,21 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_62 [] = { -+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) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Equifax Secure eBusiness CA 2", (PRUint32)30 }, -+ { (void *)"AddTrust Low-Value Services Root", (PRUint32)33 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141" --"\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004" --"\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162" --"\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062" --, (PRUint32)80 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141" --"\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004" --"\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162" --"\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062" --, (PRUint32)80 }, -- { (void *)"\002\004\067\160\317\265" --, (PRUint32)6 }, -- { (void *)"\060\202\003\040\060\202\002\211\240\003\002\001\002\002\004\067" --"\160\317\265\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\060\116\061\013\060\011\006\003\125\004\006\023\002\125" --"\123\061\027\060\025\006\003\125\004\012\023\016\105\161\165\151" --"\146\141\170\040\123\145\143\165\162\145\061\046\060\044\006\003" --"\125\004\013\023\035\105\161\165\151\146\141\170\040\123\145\143" --"\165\162\145\040\145\102\165\163\151\156\145\163\163\040\103\101" --"\055\062\060\036\027\015\071\071\060\066\062\063\061\062\061\064" --"\064\065\132\027\015\061\071\060\066\062\063\061\062\061\064\064" --"\065\132\060\116\061\013\060\011\006\003\125\004\006\023\002\125" --"\123\061\027\060\025\006\003\125\004\012\023\016\105\161\165\151" --"\146\141\170\040\123\145\143\165\162\145\061\046\060\044\006\003" --"\125\004\013\023\035\105\161\165\151\146\141\170\040\123\145\143" --"\165\162\145\040\145\102\165\163\151\156\145\163\163\040\103\101" --"\055\062\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\344" --"\071\071\223\036\122\006\033\050\066\370\262\243\051\305\355\216" --"\262\021\275\376\353\347\264\164\302\217\377\005\347\331\235\006" --"\277\022\310\077\016\362\326\321\044\262\021\336\321\163\011\212" --"\324\261\054\230\011\015\036\120\106\262\203\246\105\215\142\150" --"\273\205\033\040\160\062\252\100\315\246\226\137\304\161\067\077" --"\004\363\267\101\044\071\007\032\036\056\141\130\240\022\013\345" --"\245\337\305\253\352\067\161\314\034\310\067\072\271\227\122\247" --"\254\305\152\044\224\116\234\173\317\300\152\326\337\041\275\002" --"\003\001\000\001\243\202\001\011\060\202\001\005\060\160\006\003" --"\125\035\037\004\151\060\147\060\145\240\143\240\141\244\137\060" --"\135\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027" --"\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141\170" --"\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004\013" --"\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162\145" --"\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062\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\071\060" --"\066\062\063\061\062\061\064\064\065\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\120\236\013\352\257\136\271\040\110\246\120\152" --"\313\375\330\040\172\247\202\166\060\035\006\003\125\035\016\004" --"\026\004\024\120\236\013\352\257\136\271\040\110\246\120\152\313" --"\375\330\040\172\247\202\166\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\014\206\202\255\350\116\032\365\216\211\047\342" --"\065\130\075\051\264\007\217\066\120\225\277\156\301\236\353\304" --"\220\262\205\250\273\267\102\340\017\007\071\337\373\236\220\262" --"\321\301\076\123\237\003\104\260\176\113\364\157\344\174\037\347" --"\342\261\344\270\232\357\303\275\316\336\013\062\064\331\336\050" --"\355\063\153\304\324\327\075\022\130\253\175\011\055\313\160\365" --"\023\212\224\241\047\244\326\160\305\155\224\265\311\175\235\240" --"\322\306\010\111\331\146\233\246\323\364\013\334\305\046\127\341" --"\221\060\352\315" --, (PRUint32)804 } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Equifax Secure eBusiness CA 2", (PRUint32)30 }, -- { (void *)"\071\117\366\205\013\006\276\122\345\030\126\314\020\341\200\350" --"\202\263\205\314" --, (PRUint32)20 }, -- { (void *)"\252\277\277\144\227\332\230\035\157\306\010\072\225\160\063\312" --, (PRUint32)16 }, -- { (void *)"\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141" --"\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004" --"\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162" --"\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062" --, (PRUint32)80 }, -- { (void *)"\002\004\067\160\317\265" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_64 [] = { -- { (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", (PRUint32)18 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145" --"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163" --"\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125" --"\123\124\145\144\040\122\157\157\164\040\103\101" --, (PRUint32)92 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145" --"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163" --"\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125" --"\123\124\145\144\040\122\157\157\164\040\103\101" --, (PRUint32)92 }, -- { (void *)"\002\004\071\117\175\207" --, (PRUint32)6 }, -- { (void *)"\060\202\005\054\060\202\004\024\240\003\002\001\002\002\004\071" --"\117\175\207\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\060\132\061\013\060\011\006\003\125\004\006\023\002\127" --"\127\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\003\023\022" --"\142\145\124\122\125\123\124\145\144\040\122\157\157\164\040\103" --"\101\163\061\032\060\030\006\003\125\004\003\023\021\142\145\124" --"\122\125\123\124\145\144\040\122\157\157\164\040\103\101\060\036" --"\027\015\060\060\060\066\062\060\061\064\062\061\060\064\132\027" --"\015\061\060\060\066\062\060\061\063\062\061\060\064\132\060\132" --"\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145\124\122" --"\125\123\124\145\144\040\122\157\157\164\040\103\101\163\061\032" --"\060\030\006\003\125\004\003\023\021\142\145\124\122\125\123\124" --"\145\144\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\324\264\163\172\023" --"\012\070\125\001\276\211\126\341\224\236\324\276\132\353\112\064" --"\165\033\141\051\304\341\255\010\140\041\170\110\377\264\320\372" --"\136\101\215\141\104\207\350\355\311\130\372\374\223\232\337\117" --"\352\076\065\175\370\063\172\346\361\327\315\157\111\113\075\117" --"\055\156\016\203\072\030\170\167\243\317\347\364\115\163\330\232" --"\073\032\035\276\225\123\317\040\227\302\317\076\044\122\154\014" --"\216\145\131\305\161\377\142\011\217\252\305\217\314\140\240\163" --"\112\327\070\077\025\162\277\242\227\267\160\350\257\342\176\026" --"\006\114\365\252\144\046\162\007\045\255\065\374\030\261\046\327" --"\330\377\031\016\203\033\214\334\170\105\147\064\075\364\257\034" --"\215\344\155\153\355\040\263\147\232\264\141\313\027\157\211\065" --"\377\347\116\300\062\022\347\356\354\337\377\227\060\164\355\215" --"\107\216\353\264\303\104\346\247\114\177\126\103\350\270\274\266" --"\276\372\203\227\346\273\373\304\266\223\276\031\030\076\214\201" --"\271\163\210\026\364\226\103\234\147\163\027\220\330\011\156\143" --"\254\112\266\043\304\001\241\255\244\344\305\002\003\001\000\001" --"\243\202\001\370\060\202\001\364\060\017\006\003\125\035\023\001" --"\001\377\004\005\060\003\001\001\377\060\202\001\131\006\003\125" --"\035\040\004\202\001\120\060\202\001\114\060\202\001\110\006\012" --"\053\006\001\004\001\261\076\001\000\000\060\202\001\070\060\202" --"\001\001\006\010\053\006\001\005\005\007\002\002\060\201\364\032" --"\201\361\122\145\154\151\141\156\143\145\040\157\156\040\164\150" --"\151\163\040\143\145\162\164\151\146\151\143\141\164\145\040\142" --"\171\040\141\156\171\040\160\141\162\164\171\040\141\163\163\165" --"\155\145\163\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\141\156\144\040" --"\143\145\162\164\151\146\151\143\141\164\151\157\156\040\160\162" --"\141\143\164\151\143\145\040\163\164\141\164\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\142\145\124\122\125\123\124\145" --"\144\047\163\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\124\122\125\123" --"\124\145\144\056\143\157\155\057\166\141\165\154\164\057\164\145" --"\162\155\163\060\061\006\010\053\006\001\005\005\007\002\001\026" --"\045\150\164\164\160\163\072\057\057\167\167\167\056\142\145\124" --"\122\125\123\124\145\144\056\143\157\155\057\166\141\165\154\164" --"\057\164\145\162\155\163\060\064\006\003\125\035\037\004\055\060" --"\053\060\051\240\047\240\045\244\043\060\041\061\022\060\020\006" --"\003\125\004\012\023\011\142\145\124\122\125\123\124\145\144\061" --"\013\060\011\006\003\125\004\006\023\002\127\127\060\035\006\003" --"\125\035\016\004\026\004\024\052\271\233\151\056\073\233\330\315" --"\336\052\061\004\064\153\312\007\030\253\147\060\037\006\003\125" --"\035\043\004\030\060\026\200\024\052\271\233\151\056\073\233\330" --"\315\336\052\061\004\064\153\312\007\030\253\147\060\016\006\003" --"\125\035\017\001\001\377\004\004\003\002\001\376\060\015\006\011" --"\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001\000" --"\171\141\333\243\136\156\026\261\352\166\121\371\313\025\233\313" --"\151\276\346\201\153\237\050\037\145\076\335\021\205\222\324\350" --"\101\277\176\063\275\043\347\361\040\277\244\264\246\031\001\306" --"\214\215\065\174\145\244\117\011\244\326\330\043\025\005\023\247" --"\103\171\257\333\243\016\233\173\170\032\363\004\206\132\306\366" --"\214\040\107\070\111\120\006\235\162\147\072\360\230\003\255\226" --"\147\104\374\077\020\015\206\115\344\000\073\051\173\316\073\073" --"\231\206\141\045\100\204\334\023\142\267\372\312\131\326\003\036" --"\326\123\001\315\155\114\150\125\100\341\356\153\307\052\000\000" --"\110\202\263\012\001\303\140\052\014\367\202\065\356\110\206\226" --"\344\164\324\075\352\001\161\272\004\165\100\247\251\177\071\071" --"\232\125\227\051\145\256\031\125\045\005\162\107\323\350\030\334" --"\270\351\257\103\163\001\022\164\243\341\134\137\025\135\044\363" --"\371\344\364\266\147\147\022\347\144\042\212\366\245\101\246\034" --"\266\140\143\105\212\020\264\272\106\020\256\101\127\145\154\077" --"\043\020\077\041\020\131\267\344\100\335\046\014\043\366\252\256" --, (PRUint32)1328 } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"beTRUSTed Root CA", (PRUint32)18 }, -- { (void *)"\133\315\315\314\146\366\334\344\104\037\343\175\134\303\023\114" --"\106\364\160\070" --, (PRUint32)20 }, -- { (void *)"\205\312\166\132\033\321\150\042\334\242\043\022\312\306\200\064" --, (PRUint32)16 }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145" --"\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163" --"\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125" --"\123\124\145\144\040\122\157\157\164\040\103\101" --, (PRUint32)92 }, -- { (void *)"\002\004\071\117\175\207" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (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" --"\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024" --"\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164" --"\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101" --"\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040" --"\103\101\040\122\157\157\164" --, (PRUint32)103 }, -+ { (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" -+"\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024" -+"\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164" -+"\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101" -+"\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040" -+"\103\101\040\122\157\157\164" -+, (PRUint32)103 }, - { (void *)"0", (PRUint32)2 }, - { (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" -@@ -4807,7 +4138,7 @@ static const NSSItem nss_builtins_items_ - "\065\341\035\026\034\320\274\053\216\326\161\331" - , (PRUint32)1052 } - }; --static const NSSItem nss_builtins_items_67 [] = { -+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) }, -@@ -4833,7 +4164,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_68 [] = { -+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) }, -@@ -4931,7 +4262,7 @@ static const NSSItem nss_builtins_items_ - "\027\132\173\320\274\307\217\116\206\004" - , (PRUint32)1082 } - }; --static const NSSItem nss_builtins_items_69 [] = { -+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) }, -@@ -4958,7 +4289,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_70 [] = { -+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) }, -@@ -5052,7 +4383,7 @@ static const NSSItem nss_builtins_items_ - "\116\072\063\014\053\263\055\220\006" - , (PRUint32)1049 } - }; --static const NSSItem nss_builtins_items_71 [] = { -+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) }, -@@ -5078,7 +4409,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_72 [] = { -+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) }, -@@ -5173,7 +4504,7 @@ static const NSSItem nss_builtins_items_ - "\306\241" - , (PRUint32)1058 } - }; --static const NSSItem nss_builtins_items_73 [] = { -+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) }, -@@ -5199,395 +4530,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --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 *)"Thawte Time Stamping CA", (PRUint32)24 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007" --"\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060" --"\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035" --"\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060" --"\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124" --"\151\155\145\163\164\141\155\160\151\156\147\040\103\101" --, (PRUint32)142 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007" --"\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060" --"\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035" --"\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060" --"\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124" --"\151\155\145\163\164\141\155\160\151\156\147\040\103\101" --, (PRUint32)142 }, -- { (void *)"\002\001\000" --, (PRUint32)3 }, -- { (void *)"\060\202\002\241\060\202\002\012\240\003\002\001\002\002\001\000" --"\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060" --"\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101\061" --"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" --"\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007\023" --"\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060\015" --"\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035\060" --"\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040\103" --"\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060\035" --"\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124\151" --"\155\145\163\164\141\155\160\151\156\147\040\103\101\060\036\027" --"\015\071\067\060\061\060\061\060\060\060\060\060\060\132\027\015" --"\062\060\061\062\063\061\062\063\065\071\065\071\132\060\201\213" --"\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025\060" --"\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156\040" --"\103\141\160\145\061\024\060\022\006\003\125\004\007\023\013\104" --"\165\162\142\141\156\166\151\154\154\145\061\017\060\015\006\003" --"\125\004\012\023\006\124\150\141\167\164\145\061\035\060\033\006" --"\003\125\004\013\023\024\124\150\141\167\164\145\040\103\145\162" --"\164\151\146\151\143\141\164\151\157\156\061\037\060\035\006\003" --"\125\004\003\023\026\124\150\141\167\164\145\040\124\151\155\145" --"\163\164\141\155\160\151\156\147\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\326\053\130\170\141\105\206\123" --"\352\064\173\121\234\355\260\346\056\030\016\376\340\137\250\047" --"\323\264\311\340\174\131\116\026\016\163\124\140\301\177\366\237" --"\056\351\072\205\044\025\074\333\107\004\143\303\236\304\224\032" --"\132\337\114\172\363\331\103\035\074\020\172\171\045\333\220\376" --"\360\121\347\060\326\101\000\375\237\050\337\171\276\224\273\235" --"\266\024\343\043\205\327\251\101\340\114\244\171\260\053\032\213" --"\362\370\073\212\076\105\254\161\222\000\264\220\101\230\373\137" --"\355\372\267\056\212\370\210\067\002\003\001\000\001\243\023\060" --"\021\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\201\201\000\147\333\342\302\346\207\075\100\203\206\067" --"\065\175\037\316\232\303\014\146\040\250\272\252\004\211\206\302" --"\365\020\010\015\277\313\242\005\212\320\115\066\076\364\327\357" --"\151\306\136\344\260\224\157\112\271\347\336\133\210\266\173\333" --"\343\047\345\166\303\360\065\301\313\265\047\233\063\171\334\220" --"\246\000\236\167\372\374\315\047\224\102\026\234\323\034\150\354" --"\277\134\335\345\251\173\020\012\062\164\124\023\061\213\205\003" --"\204\221\267\130\001\060\024\070\257\050\312\374\261\120\031\031" --"\011\254\211\111\323" --, (PRUint32)677 } --}; --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 *)"Thawte Time Stamping CA", (PRUint32)24 }, -- { (void *)"\276\066\244\126\057\262\356\005\333\263\323\043\043\255\364\105" --"\010\116\326\126" --, (PRUint32)20 }, -- { (void *)"\177\146\172\161\323\353\151\170\040\232\121\024\235\203\332\040" --, (PRUint32)16 }, -- { (void *)"\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101" --"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" --"\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007" --"\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060" --"\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035" --"\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060" --"\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124" --"\151\155\145\163\164\141\155\160\151\156\147\040\103\101" --, (PRUint32)142 }, -- { (void *)"\002\001\000" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_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 *)"Entrust.net Global Secure Server CA", (PRUint32)36 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125" --"\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157" --"\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155" --"\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003" --"\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156" --"\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145" --"\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162" --"\165\163\164\056\156\145\164\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" --"\151\157\156\040\101\165\164\150\157\162\151\164\171" --, (PRUint32)189 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125" --"\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157" --"\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155" --"\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003" --"\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156" --"\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145" --"\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162" --"\165\163\164\056\156\145\164\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" --"\151\157\156\040\101\165\164\150\157\162\151\164\171" --, (PRUint32)189 }, -- { (void *)"\002\004\070\233\021\074" --, (PRUint32)6 }, -- { (void *)"\060\202\004\225\060\202\003\376\240\003\002\001\002\002\004\070" --"\233\021\074\060\015\006\011\052\206\110\206\367\015\001\001\004" --"\005\000\060\201\272\061\024\060\022\006\003\125\004\012\023\013" --"\105\156\164\162\165\163\164\056\156\145\164\061\077\060\075\006" --"\003\125\004\013\024\066\167\167\167\056\145\156\164\162\165\163" --"\164\056\156\145\164\057\123\123\114\137\103\120\123\040\151\156" --"\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154" --"\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043" --"\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040" --"\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151" --"\164\145\144\061\072\060\070\006\003\125\004\003\023\061\105\156" --"\164\162\165\163\164\056\156\145\164\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\151\157\156\040\101\165\164\150\157\162\151\164\171\060" --"\036\027\015\060\060\060\062\060\064\061\067\062\060\060\060\132" --"\027\015\062\060\060\062\060\064\061\067\065\060\060\060\132\060" --"\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156\164" --"\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125\004" --"\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056\156" --"\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157\162" --"\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155\151" --"\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003\125" --"\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156\164" --"\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145\144" --"\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162\165" --"\163\164\056\156\145\164\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\151" --"\157\156\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\307\301\137\116\161\361\316" --"\360\140\206\017\322\130\177\323\063\227\055\027\242\165\060\265" --"\226\144\046\057\150\303\104\253\250\165\346\000\147\064\127\236" --"\145\307\042\233\163\346\323\335\010\016\067\125\252\045\106\201" --"\154\275\376\250\366\165\127\127\214\220\154\112\303\076\213\113" --"\103\012\311\021\126\232\232\047\042\231\317\125\236\141\331\002" --"\342\174\266\174\070\007\334\343\177\117\232\271\003\101\200\266" --"\165\147\023\013\237\350\127\066\310\135\000\066\336\146\024\332" --"\156\166\037\117\067\214\202\023\211\002\003\001\000\001\243\202" --"\001\244\060\202\001\240\060\021\006\011\140\206\110\001\206\370" --"\102\001\001\004\004\003\002\000\007\060\201\343\006\003\125\035" --"\037\004\201\333\060\201\330\060\201\325\240\201\322\240\201\317" --"\244\201\314\060\201\311\061\024\060\022\006\003\125\004\012\023" --"\013\105\156\164\162\165\163\164\056\156\145\164\061\077\060\075" --"\006\003\125\004\013\024\066\167\167\167\056\145\156\164\162\165" --"\163\164\056\156\145\164\057\123\123\114\137\103\120\123\040\151" --"\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050" --"\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060" --"\043\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060" --"\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155" --"\151\164\145\144\061\072\060\070\006\003\125\004\003\023\061\105" --"\156\164\162\165\163\164\056\156\145\164\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\151\157\156\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" --"\053\006\003\125\035\020\004\044\060\042\200\017\062\060\060\060" --"\060\062\060\064\061\067\062\060\060\060\132\201\017\062\060\062" --"\060\060\062\060\064\061\067\065\060\060\060\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\313\154\300\153\343\273\076\313\374\042" --"\234\376\373\213\222\234\260\362\156\042\060\035\006\003\125\035" --"\016\004\026\004\024\313\154\300\153\343\273\076\313\374\042\234" --"\376\373\213\222\234\260\362\156\042\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\065\056\060\072\064" --"\056\060\003\002\004\220\060\015\006\011\052\206\110\206\367\015" --"\001\001\004\005\000\003\201\201\000\142\333\201\221\316\310\232" --"\167\102\057\354\275\047\243\123\017\120\033\352\116\222\360\251" --"\257\251\240\272\110\141\313\357\311\006\357\037\325\364\356\337" --"\126\055\346\312\152\031\163\252\123\276\222\263\120\002\266\205" --"\046\162\143\330\165\120\142\165\024\267\263\120\032\077\312\021" --"\000\013\205\105\151\155\266\245\256\121\341\112\334\202\077\154" --"\214\064\262\167\153\331\002\366\177\016\352\145\004\361\315\124" --"\312\272\311\314\340\204\367\310\076\021\227\323\140\011\030\274" --"\005\377\154\211\063\360\354\025\017" --, (PRUint32)1177 } --}; --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 *)"Entrust.net Global Secure Server CA", (PRUint32)36 }, -- { (void *)"\211\071\127\156\027\215\367\005\170\017\314\136\310\117\204\366" --"\045\072\110\223" --, (PRUint32)20 }, -- { (void *)"\235\146\152\314\377\325\365\103\264\277\214\026\321\053\250\231" --, (PRUint32)16 }, -- { (void *)"\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125" --"\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157" --"\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155" --"\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003" --"\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156" --"\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145" --"\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162" --"\165\163\164\056\156\145\164\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" --"\151\157\156\040\101\165\164\150\157\162\151\164\171" --, (PRUint32)189 }, -- { (void *)"\002\004\070\233\021\074" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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 *)"Entrust.net Global Secure Personal CA", (PRUint32)38 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" --"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143" --"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" --"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" --"\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105" --"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" --"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" --"\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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" --, (PRUint32)183 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" --"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143" --"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" --"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" --"\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105" --"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" --"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" --"\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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" --, (PRUint32)183 }, -- { (void *)"\002\004\070\236\366\344" --, (PRUint32)6 }, -- { (void *)"\060\202\004\203\060\202\003\354\240\003\002\001\002\002\004\070" --"\236\366\344\060\015\006\011\052\206\110\206\367\015\001\001\004" --"\005\000\060\201\264\061\024\060\022\006\003\125\004\012\023\013" --"\105\156\164\162\165\163\164\056\156\145\164\061\100\060\076\006" --"\003\125\004\013\024\067\167\167\167\056\145\156\164\162\165\163" --"\164\056\156\145\164\057\107\103\103\101\137\103\120\123\040\151" --"\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050" --"\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060" --"\043\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060" --"\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155" --"\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052\105" --"\156\164\162\165\163\164\056\156\145\164\040\103\154\151\145\156" --"\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\060\036\027\015\060\060\060" --"\062\060\067\061\066\061\066\064\060\132\027\015\062\060\060\062" --"\060\067\061\066\064\066\064\060\132\060\201\264\061\024\060\022" --"\006\003\125\004\012\023\013\105\156\164\162\165\163\164\056\156" --"\145\164\061\100\060\076\006\003\125\004\013\024\067\167\167\167" --"\056\145\156\164\162\165\163\164\056\156\145\164\057\107\103\103" --"\101\137\103\120\123\040\151\156\143\157\162\160\056\040\142\171" --"\040\162\145\146\056\040\050\154\151\155\151\164\163\040\154\151" --"\141\142\056\051\061\045\060\043\006\003\125\004\013\023\034\050" --"\143\051\040\062\060\060\060\040\105\156\164\162\165\163\164\056" --"\156\145\164\040\114\151\155\151\164\145\144\061\063\060\061\006" --"\003\125\004\003\023\052\105\156\164\162\165\163\164\056\156\145" --"\164\040\103\154\151\145\156\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" --"\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\223\164\264" --"\266\344\305\113\326\241\150\177\142\325\354\367\121\127\263\162" --"\112\230\365\320\211\311\255\143\315\115\065\121\152\204\324\255" --"\311\150\171\157\270\353\021\333\207\256\134\044\121\023\361\124" --"\045\204\257\051\053\237\343\200\342\331\313\335\306\105\111\064" --"\210\220\136\001\227\357\352\123\246\335\374\301\336\113\052\045" --"\344\351\065\372\125\005\006\345\211\172\352\244\021\127\073\374" --"\174\075\066\315\147\065\155\244\251\045\131\275\146\365\371\047" --"\344\225\147\326\077\222\200\136\362\064\175\053\205\002\003\001" --"\000\001\243\202\001\236\060\202\001\232\060\021\006\011\140\206" --"\110\001\206\370\102\001\001\004\004\003\002\000\007\060\201\335" --"\006\003\125\035\037\004\201\325\060\201\322\060\201\317\240\201" --"\314\240\201\311\244\201\306\060\201\303\061\024\060\022\006\003" --"\125\004\012\023\013\105\156\164\162\165\163\164\056\156\145\164" --"\061\100\060\076\006\003\125\004\013\024\067\167\167\167\056\145" --"\156\164\162\165\163\164\056\156\145\164\057\107\103\103\101\137" --"\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162" --"\145\146\056\040\050\154\151\155\151\164\163\040\154\151\141\142" --"\056\051\061\045\060\043\006\003\125\004\013\023\034\050\143\051" --"\040\062\060\060\060\040\105\156\164\162\165\163\164\056\156\145" --"\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125" --"\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040" --"\103\154\151\145\156\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\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\060\060\062" --"\060\067\061\066\061\066\064\060\132\201\017\062\060\062\060\060" --"\062\060\067\061\066\064\066\064\060\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\204\213\164\375\305\215\300\377\047\155\040\067" --"\105\174\376\055\316\272\323\175\060\035\006\003\125\035\016\004" --"\026\004\024\204\213\164\375\305\215\300\377\047\155\040\067\105" --"\174\376\055\316\272\323\175\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\065\056\060\072\064\056\060" --"\003\002\004\220\060\015\006\011\052\206\110\206\367\015\001\001" --"\004\005\000\003\201\201\000\116\157\065\200\073\321\212\365\016" --"\247\040\313\055\145\125\320\222\364\347\204\265\006\046\203\022" --"\204\013\254\073\262\104\356\275\317\100\333\040\016\272\156\024" --"\352\060\340\073\142\174\177\213\153\174\112\247\325\065\074\276" --"\250\134\352\113\273\223\216\200\146\253\017\051\375\115\055\277" --"\032\233\012\220\305\253\332\321\263\206\324\057\044\122\134\172" --"\155\306\362\376\345\115\032\060\214\220\362\272\327\112\076\103" --"\176\324\310\120\032\207\370\117\201\307\166\013\204\072\162\235" --"\316\145\146\227\256\046\136" --, (PRUint32)1159 } --}; --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 *)"Entrust.net Global Secure Personal CA", (PRUint32)38 }, -- { (void *)"\317\164\277\377\233\206\201\133\010\063\124\100\066\076\207\266" --"\266\360\277\163" --, (PRUint32)20 }, -- { (void *)"\232\167\031\030\355\226\317\337\033\267\016\365\215\271\210\056" --, (PRUint32)16 }, -- { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" --"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" --"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" --"\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143" --"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" --"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" --"\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105" --"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" --"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" --"\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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" --, (PRUint32)183 }, -- { (void *)"\002\004\070\236\366\344" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_80 [] = { -+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) }, -@@ -5699,7 +4642,7 @@ static const NSSItem nss_builtins_items_ - "\036\177\132\264\074" - , (PRUint32)1173 } - }; --static const NSSItem nss_builtins_items_81 [] = { -+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) }, -@@ -5730,7 +4673,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_82 [] = { -+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) }, -@@ -5825,7 +4768,7 @@ static const NSSItem nss_builtins_items_ - "\071\050\150\016\163\335\045\232\336\022" - , (PRUint32)1002 } - }; --static const NSSItem nss_builtins_items_83 [] = { -+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) }, -@@ -5853,7 +4796,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_84 [] = { -+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) }, -@@ -5980,7 +4923,7 @@ static const NSSItem nss_builtins_items_ - "\204\327\372\334\162\133\367\301\072\150" - , (PRUint32)1514 } - }; --static const NSSItem nss_builtins_items_85 [] = { -+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) }, -@@ -6008,498 +4951,58 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_86 [] = { -+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) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"beTRUSTed Root CA-Baltimore Implementation", (PRUint32)43 }, -+ { (void *)"RSA Security 2048 v3", (PRUint32)21 }, - { (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 *)"\002\004\074\265\075\106" --, (PRUint32)6 }, -- { (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_87 [] = { -- { (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 *)"\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 *)"\002\004\074\265\075\106" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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 *)"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 *)"\002\004\074\265\117\100" --, (PRUint32)6 }, -- { (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_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 *)"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 *)"\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 *)"\002\004\074\265\117\100" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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) }, -- { (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 *)"\002\020\073\131\307\173\315\133\127\236\275\067\122\254\166\264" --"\252\032" --, (PRUint32)18 }, -- { (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_91 [] = { -- { (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 *)"\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 *)"\002\020\073\131\307\173\315\133\127\236\275\067\122\254\166\264" --"\252\032" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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) }, -- { (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 *)"\002\020\012\001\001\001\000\000\002\174\000\000\000\012\000\000" --"\000\002" --, (PRUint32)18 }, -- { (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" -+ { (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 *)"\002\020\012\001\001\001\000\000\002\174\000\000\000\012\000\000" -+"\000\002" -+, (PRUint32)18 }, -+ { (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" -@@ -6526,7 +5029,7 @@ static const NSSItem nss_builtins_items_ - "\354\040\005\141\336" - , (PRUint32)869 } - }; --static const NSSItem nss_builtins_items_93 [] = { -+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) }, -@@ -6550,7 +5053,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_94 [] = { -+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) }, -@@ -6628,7 +5131,7 @@ static const NSSItem nss_builtins_items_ - "\302\005\146\200\241\313\346\063" - , (PRUint32)856 } - }; --static const NSSItem nss_builtins_items_95 [] = { -+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) }, -@@ -6652,7 +5155,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_96 [] = { -+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) }, -@@ -6731,7 +5234,7 @@ static const NSSItem nss_builtins_items_ - "\342\042\051\256\175\203\100\250\272\154" - , (PRUint32)874 } - }; --static const NSSItem nss_builtins_items_97 [] = { -+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) }, -@@ -6755,7 +5258,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_98 [] = { -+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) }, -@@ -6866,7 +5369,7 @@ static const NSSItem nss_builtins_items_ - "\244\346\216\330\371\051\110\212\316\163\376\054" - , (PRUint32)1388 } - }; --static const NSSItem nss_builtins_items_99 [] = { -+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) }, -@@ -6890,7 +5393,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_100 [] = { -+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) }, -@@ -7001,7 +5504,7 @@ static const NSSItem nss_builtins_items_ - "\362\034\054\176\256\002\026\322\126\320\057\127\123\107\350\222" - , (PRUint32)1392 } - }; --static const NSSItem nss_builtins_items_101 [] = { -+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) }, -@@ -7025,7 +5528,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_102 [] = { -+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) }, -@@ -7133,7 +5636,7 @@ static const NSSItem nss_builtins_items_ - "\152\372\246\070\254\037\304\204" - , (PRUint32)1128 } - }; --static const NSSItem nss_builtins_items_103 [] = { -+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) }, -@@ -7159,12 +5662,12 @@ static const NSSItem nss_builtins_items_ - { (void *)"\002\020\104\276\014\213\120\000\044\264\021\323\066\060\113\300" - "\063\167" - , (PRUint32)18 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_104 [] = { -+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) }, -@@ -7251,7 +5754,7 @@ static const NSSItem nss_builtins_items_ - "\200\072\231\355\165\314\106\173" - , (PRUint32)936 } - }; --static const NSSItem nss_builtins_items_105 [] = { -+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) }, -@@ -7277,7 +5780,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_106 [] = { -+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) }, -@@ -7396,7 +5899,7 @@ static const NSSItem nss_builtins_items_ - "\105\217\046\221\242\216\376\251" - , (PRUint32)1448 } - }; --static const NSSItem nss_builtins_items_107 [] = { -+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) }, -@@ -7422,7 +5925,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_108 [] = { -+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) }, -@@ -7510,7 +6013,7 @@ static const NSSItem nss_builtins_items_ - "\222\340\134\366\007\017" - , (PRUint32)934 } - }; --static const NSSItem nss_builtins_items_109 [] = { -+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) }, -@@ -7537,7 +6040,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_110 [] = { -+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) }, -@@ -7629,7 +6132,7 @@ static const NSSItem nss_builtins_items_ - "\367\115\146\177\247\360\034\001\046\170\262\146\107\160\121\144" - , (PRUint32)864 } - }; --static const NSSItem nss_builtins_items_111 [] = { -+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) }, -@@ -7660,7 +6163,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_112 [] = { -+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) }, -@@ -7752,7 +6255,7 @@ static const NSSItem nss_builtins_items_ - "\030\122\051\213\107\064\022\011\324\273\222\065\357\017\333\064" - , (PRUint32)864 } - }; --static const NSSItem nss_builtins_items_113 [] = { -+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) }, -@@ -7783,7 +6286,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_114 [] = { -+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) }, -@@ -7854,7 +6357,7 @@ static const NSSItem nss_builtins_items_ - "\350\140\052\233\205\112\100\363\153\212\044\354\006\026\054\163" - , (PRUint32)784 } - }; --static const NSSItem nss_builtins_items_115 [] = { -+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) }, -@@ -7877,7 +6380,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_116 [] = { -+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) }, -@@ -7975,7 +6478,7 @@ static const NSSItem nss_builtins_items_ - "\225\351\066\226\230\156" - , (PRUint32)1078 } - }; --static const NSSItem nss_builtins_items_117 [] = { -+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) }, -@@ -8002,7 +6505,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_118 [] = { -+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) }, -@@ -8101,7 +6604,7 @@ static const NSSItem nss_builtins_items_ - "\354\375\051" - , (PRUint32)1091 } - }; --static const NSSItem nss_builtins_items_119 [] = { -+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) }, -@@ -8128,7 +6631,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_120 [] = { -+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) }, -@@ -8229,7 +6732,7 @@ static const NSSItem nss_builtins_items_ - "\160\136\310\304\170\260\142" - , (PRUint32)1095 } - }; --static const NSSItem nss_builtins_items_121 [] = { -+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) }, -@@ -8257,7 +6760,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_122 [] = { -+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) }, -@@ -8435,7 +6938,7 @@ static const NSSItem nss_builtins_items_ - "\001\177\046\304\143\365\045\102\136\142\275" - , (PRUint32)2043 } - }; --static const NSSItem nss_builtins_items_123 [] = { -+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) }, -@@ -8467,12 +6970,12 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)288 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_124 [] = { -+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) }, -@@ -8649,7 +7152,7 @@ static const NSSItem nss_builtins_items_ - "\206\063\076\346\057\110\156\257\124\220\116\255\261\045" - , (PRUint32)2030 } - }; --static const NSSItem nss_builtins_items_125 [] = { -+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) }, -@@ -8681,12 +7184,12 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)278 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_126 [] = { -+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) }, -@@ -8863,7 +7366,7 @@ static const NSSItem nss_builtins_items_ - "\257\175\310\352\351\324\126\331\016\023\262\305\105\120" - , (PRUint32)2030 } - }; --static const NSSItem nss_builtins_items_127 [] = { -+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) }, -@@ -8895,12 +7398,12 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)278 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_128 [] = { -+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) }, -@@ -9078,7 +7581,7 @@ static const NSSItem nss_builtins_items_ - "\336\007\043\162\346\275\040\024\113\264\206" - , (PRUint32)2043 } - }; --static const NSSItem nss_builtins_items_129 [] = { -+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) }, -@@ -9110,12 +7613,12 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)280 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_130 [] = { -+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) }, -@@ -9293,7 +7796,7 @@ static const NSSItem nss_builtins_items_ - "\311\024\025\014\343\007\203\233\046\165\357" - , (PRUint32)2043 } - }; --static const NSSItem nss_builtins_items_131 [] = { -+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) }, -@@ -9325,250 +7828,28 @@ static const NSSItem nss_builtins_items_ - , (PRUint32)280 }, - { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_132 [] = { -+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 *)"IPS Timestamping root", (PRUint32)22 }, -+ { (void *)"QuoVadis Root CA", (PRUint32)17 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105" --"\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143" --"\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011" --"\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125" --"\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164" --"\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166" --"\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125" --"\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163" --"\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060" --"\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023" --"\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155" --"\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062" --"\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151" --"\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151" --"\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151" --"\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011" --"\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056" --"\145\163" --, (PRUint32)290 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105" --"\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143" --"\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011" --"\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125" --"\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164" --"\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166" --"\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125" --"\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163" --"\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060" --"\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023" --"\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155" --"\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062" --"\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151" --"\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151" --"\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151" --"\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011" --"\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056" --"\145\163" --, (PRUint32)290 }, -- { (void *)"\002\001\000" --, (PRUint32)3 }, -- { (void *)"\060\202\010\070\060\202\007\241\240\003\002\001\002\002\001\000" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105\123" --"\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143\145" --"\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011\102" --"\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125\004" --"\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164\040" --"\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166\151" --"\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125\004" --"\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163\056" --"\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060\071" --"\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023\053" --"\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155\160" --"\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151\157" --"\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062\006" --"\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151\155" --"\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011\001" --"\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056\145" --"\163\060\036\027\015\060\061\061\062\062\071\060\061\061\060\061" --"\070\132\027\015\062\065\061\062\062\067\060\061\061\060\061\070" --"\132\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002" --"\105\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162" --"\143\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023" --"\011\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003" --"\125\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145" --"\164\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162" --"\166\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003" --"\125\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160" --"\163\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066" --"\060\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013" --"\023\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141" --"\155\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164" --"\151\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060" --"\062\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124" --"\151\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164" --"\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162" --"\151\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001" --"\011\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163" --"\056\145\163\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" --"\274\270\356\126\245\232\214\346\066\311\302\142\240\146\201\215" --"\032\325\172\322\163\237\016\204\144\272\225\264\220\247\170\257" --"\312\376\124\141\133\316\262\040\127\001\256\104\222\103\020\070" --"\021\367\150\374\027\100\245\150\047\062\073\304\247\346\102\161" --"\305\231\357\166\377\053\225\044\365\111\222\030\150\312\000\265" --"\244\132\057\156\313\326\033\054\015\124\147\153\172\051\241\130" --"\253\242\132\000\326\133\273\030\302\337\366\036\023\126\166\233" --"\245\150\342\230\316\306\003\212\064\333\114\203\101\246\251\243" --"\002\003\001\000\001\243\202\004\200\060\202\004\174\060\035\006" --"\003\125\035\016\004\026\004\024\213\320\020\120\011\201\362\235" --"\011\325\016\140\170\003\042\242\077\310\312\146\060\202\001\120" --"\006\003\125\035\043\004\202\001\107\060\202\001\103\200\024\213" --"\320\020\120\011\201\362\235\011\325\016\140\170\003\042\242\077" --"\310\312\146\241\202\001\046\244\202\001\042\060\202\001\036\061" --"\013\060\011\006\003\125\004\006\023\002\105\123\061\022\060\020" --"\006\003\125\004\010\023\011\102\141\162\143\145\154\157\156\141" --"\061\022\060\020\006\003\125\004\007\023\011\102\141\162\143\145" --"\154\157\156\141\061\056\060\054\006\003\125\004\012\023\045\111" --"\120\123\040\111\156\164\145\162\156\145\164\040\160\165\142\154" --"\151\163\150\151\156\147\040\123\145\162\166\151\143\145\163\040" --"\163\056\154\056\061\053\060\051\006\003\125\004\012\024\042\151" --"\160\163\100\155\141\151\154\056\151\160\163\056\145\163\040\103" --"\056\111\056\106\056\040\040\102\055\066\060\071\062\071\064\065" --"\062\061\064\060\062\006\003\125\004\013\023\053\111\120\123\040" --"\103\101\040\124\151\155\145\163\164\141\155\160\151\156\147\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165" --"\164\150\157\162\151\164\171\061\064\060\062\006\003\125\004\003" --"\023\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141" --"\155\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164" --"\151\157\156\040\101\165\164\150\157\162\151\164\171\061\036\060" --"\034\006\011\052\206\110\206\367\015\001\011\001\026\017\151\160" --"\163\100\155\141\151\154\056\151\160\163\056\145\163\202\001\000" --"\060\014\006\003\125\035\023\004\005\060\003\001\001\377\060\014" --"\006\003\125\035\017\004\005\003\003\007\377\200\060\153\006\003" --"\125\035\045\004\144\060\142\006\010\053\006\001\005\005\007\003" --"\001\006\010\053\006\001\005\005\007\003\002\006\010\053\006\001" --"\005\005\007\003\003\006\010\053\006\001\005\005\007\003\004\006" --"\010\053\006\001\005\005\007\003\010\006\012\053\006\001\004\001" --"\202\067\002\001\025\006\012\053\006\001\004\001\202\067\002\001" --"\026\006\012\053\006\001\004\001\202\067\012\003\001\006\012\053" --"\006\001\004\001\202\067\012\003\004\060\021\006\011\140\206\110" --"\001\206\370\102\001\001\004\004\003\002\000\007\060\032\006\003" --"\125\035\021\004\023\060\021\201\017\151\160\163\100\155\141\151" --"\154\056\151\160\163\056\145\163\060\032\006\003\125\035\022\004" --"\023\060\021\201\017\151\160\163\100\155\141\151\154\056\151\160" --"\163\056\145\163\060\107\006\011\140\206\110\001\206\370\102\001" --"\015\004\072\026\070\124\151\155\145\163\164\141\155\160\151\156" --"\147\040\103\101\040\103\145\162\164\151\146\151\143\141\164\145" --"\040\151\163\163\165\145\144\040\142\171\040\150\164\164\160\072" --"\057\057\167\167\167\056\151\160\163\056\145\163\057\060\051\006" --"\011\140\206\110\001\206\370\102\001\002\004\034\026\032\150\164" --"\164\160\072\057\057\167\167\167\056\151\160\163\056\145\163\057" --"\151\160\163\062\060\060\062\057\060\100\006\011\140\206\110\001" --"\206\370\102\001\004\004\063\026\061\150\164\164\160\072\057\057" --"\167\167\167\056\151\160\163\056\145\163\057\151\160\163\062\060" --"\060\062\057\151\160\163\062\060\060\062\124\151\155\145\163\164" --"\141\155\160\151\156\147\056\143\162\154\060\105\006\011\140\206" --"\110\001\206\370\102\001\003\004\070\026\066\150\164\164\160\072" --"\057\057\167\167\167\056\151\160\163\056\145\163\057\151\160\163" --"\062\060\060\062\057\162\145\166\157\143\141\164\151\157\156\124" --"\151\155\145\163\164\141\155\160\151\156\147\056\150\164\155\154" --"\077\060\102\006\011\140\206\110\001\206\370\102\001\007\004\065" --"\026\063\150\164\164\160\072\057\057\167\167\167\056\151\160\163" --"\056\145\163\057\151\160\163\062\060\060\062\057\162\145\156\145" --"\167\141\154\124\151\155\145\163\164\141\155\160\151\156\147\056" --"\150\164\155\154\077\060\100\006\011\140\206\110\001\206\370\102" --"\001\010\004\063\026\061\150\164\164\160\072\057\057\167\167\167" --"\056\151\160\163\056\145\163\057\151\160\163\062\060\060\062\057" --"\160\157\154\151\143\171\124\151\155\145\163\164\141\155\160\151" --"\156\147\056\150\164\155\154\060\177\006\003\125\035\037\004\170" --"\060\166\060\067\240\065\240\063\206\061\150\164\164\160\072\057" --"\057\167\167\167\056\151\160\163\056\145\163\057\151\160\163\062" --"\060\060\062\057\151\160\163\062\060\060\062\124\151\155\145\163" --"\164\141\155\160\151\156\147\056\143\162\154\060\073\240\071\240" --"\067\206\065\150\164\164\160\072\057\057\167\167\167\142\141\143" --"\153\056\151\160\163\056\145\163\057\151\160\163\062\060\060\062" --"\057\151\160\163\062\060\060\062\124\151\155\145\163\164\141\155" --"\160\151\156\147\056\143\162\154\060\057\006\010\053\006\001\005" --"\005\007\001\001\004\043\060\041\060\037\006\010\053\006\001\005" --"\005\007\060\001\206\023\150\164\164\160\072\057\057\157\143\163" --"\160\056\151\160\163\056\145\163\057\060\015\006\011\052\206\110" --"\206\367\015\001\001\005\005\000\003\201\201\000\145\272\301\314" --"\000\032\225\221\312\351\154\072\277\072\036\024\010\174\373\203" --"\356\153\142\121\323\063\221\265\140\171\176\004\330\135\171\067" --"\350\303\133\260\304\147\055\150\132\262\137\016\012\372\315\077" --"\072\105\241\352\066\317\046\036\247\021\050\305\224\217\204\114" --"\123\010\305\223\263\374\342\177\365\215\363\261\251\205\137\210" --"\336\221\226\356\027\133\256\245\352\160\145\170\054\041\144\001" --"\225\316\316\114\076\120\364\266\131\313\143\215\266\275\030\324" --"\207\112\137\334\357\351\126\360\012\014\350\165" --, (PRUint32)2108 } --}; --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 *)"IPS Timestamping root", (PRUint32)22 }, -- { (void *)"\226\231\134\167\021\350\345\055\371\343\113\354\354\147\323\313" --"\361\266\304\322" --, (PRUint32)20 }, -- { (void *)"\056\003\375\305\365\327\053\224\144\301\276\211\061\361\026\233" --, (PRUint32)16 }, -- { (void *)"\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105" --"\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143" --"\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011" --"\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125" --"\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164" --"\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166" --"\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125" --"\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163" --"\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060" --"\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023" --"\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155" --"\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151" --"\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062" --"\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151" --"\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151" --"\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151" --"\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011" --"\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056" --"\145\163" --, (PRUint32)290 }, -- { (void *)"\002\001\000" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --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 *)"QuoVadis Root CA", (PRUint32)17 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\177\061\013\060\011\006\003\125\004\006\023\002\102\115\061" --"\031\060\027\006\003\125\004\012\023\020\121\165\157\126\141\144" --"\151\163\040\114\151\155\151\164\145\144\061\045\060\043\006\003" --"\125\004\013\023\034\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\061\056\060\054\006\003\125\004\003\023\045\121\165\157\126" --"\141\144\151\163\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" --, (PRUint32)129 }, -+ { (void *)"\060\177\061\013\060\011\006\003\125\004\006\023\002\102\115\061" -+"\031\060\027\006\003\125\004\012\023\020\121\165\157\126\141\144" -+"\151\163\040\114\151\155\151\164\145\144\061\045\060\043\006\003" -+"\125\004\013\023\034\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\061\056\060\054\006\003\125\004\003\023\045\121\165\157\126" -+"\141\144\151\163\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" -+, (PRUint32)129 }, - { (void *)"0", (PRUint32)2 }, - { (void *)"\060\177\061\013\060\011\006\003\125\004\006\023\002\102\115\061" - "\031\060\027\006\003\125\004\012\023\020\121\165\157\126\141\144" -@@ -9678,7 +7959,7 @@ static const NSSItem nss_builtins_items_ - "\112\164\066\371" - , (PRUint32)1492 } - }; --static const NSSItem nss_builtins_items_135 [] = { -+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) }, -@@ -9706,7 +7987,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_136 [] = { -+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) }, -@@ -9822,7 +8103,7 @@ static const NSSItem nss_builtins_items_ - "\020\005\145\325\202\020\352\302\061\315\056" - , (PRUint32)1467 } - }; --static const NSSItem nss_builtins_items_137 [] = { -+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) }, -@@ -9846,7 +8127,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_138 [] = { -+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) }, -@@ -9977,7 +8258,7 @@ static const NSSItem nss_builtins_items_ - "\332" - , (PRUint32)1697 } - }; --static const NSSItem nss_builtins_items_139 [] = { -+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) }, -@@ -10001,7 +8282,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_140 [] = { -+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) }, -@@ -10081,7 +8362,7 @@ static const NSSItem nss_builtins_items_ - "\057\317\246\356\311\160\042\024\275\375\276\154\013\003" - , (PRUint32)862 } - }; --static const NSSItem nss_builtins_items_141 [] = { -+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) }, -@@ -10106,7 +8387,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_142 [] = { -+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) }, -@@ -10179,7 +8460,7 @@ static const NSSItem nss_builtins_items_ - "\127\275\125\232" - , (PRUint32)804 } - }; --static const NSSItem nss_builtins_items_143 [] = { -+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) }, -@@ -10202,7 +8483,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_144 [] = { -+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) }, -@@ -10275,7 +8556,7 @@ static const NSSItem nss_builtins_items_ - "\160\254\337\114" - , (PRUint32)804 } - }; --static const NSSItem nss_builtins_items_145 [] = { -+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) }, -@@ -10298,7 +8579,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_146 [] = { -+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) }, -@@ -10384,7 +8665,7 @@ static const NSSItem nss_builtins_items_ - "\025\301\044\174\062\174\003\035\073\241\130\105\062\223" - , (PRUint32)958 } - }; --static const NSSItem nss_builtins_items_147 [] = { -+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) }, -@@ -10409,7 +8690,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_148 [] = { -+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) }, -@@ -10500,7 +8781,7 @@ static const NSSItem nss_builtins_items_ - "\151\003\142\270\231\005\005\075\153\170\022\275\260\157\145" - , (PRUint32)1071 } - }; --static const NSSItem nss_builtins_items_149 [] = { -+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) }, -@@ -10524,7 +8805,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_150 [] = { -+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) }, -@@ -10628,7 +8909,7 @@ static const NSSItem nss_builtins_items_ - "\004\243\103\055\332\374\013\142\352\057\137\142\123" - , (PRUint32)1309 } - }; --static const NSSItem nss_builtins_items_151 [] = { -+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) }, -@@ -10651,7 +8932,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_152 [] = { -+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) }, -@@ -10757,7 +9038,7 @@ static const NSSItem nss_builtins_items_ - "\364\010" - , (PRUint32)1122 } - }; --static const NSSItem nss_builtins_items_153 [] = { -+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) }, -@@ -10787,7 +9068,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_154 [] = { -+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) }, -@@ -10901,7 +9182,7 @@ static const NSSItem nss_builtins_items_ - "\005\323\312\003\112\124" - , (PRUint32)1190 } - }; --static const NSSItem nss_builtins_items_155 [] = { -+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) }, -@@ -10933,7 +9214,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_156 [] = { -+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) }, -@@ -11040,7 +9321,7 @@ static const NSSItem nss_builtins_items_ - "\062\234\036\273\235\370\146\250" - , (PRUint32)1144 } - }; --static const NSSItem nss_builtins_items_157 [] = { -+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) }, -@@ -11070,7 +9351,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_158 [] = { -+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) }, -@@ -11176,7 +9457,7 @@ static const NSSItem nss_builtins_items_ - "\275\023\122\035\250\076\315\000\037\310" - , (PRUint32)1130 } - }; --static const NSSItem nss_builtins_items_159 [] = { -+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) }, -@@ -11206,7 +9487,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_160 [] = { -+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) }, -@@ -11315,7 +9596,7 @@ static const NSSItem nss_builtins_items_ - "\334" - , (PRUint32)1217 } - }; --static const NSSItem nss_builtins_items_161 [] = { -+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) }, -@@ -11343,7 +9624,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_162 [] = { -+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) }, -@@ -11450,7 +9731,7 @@ static const NSSItem nss_builtins_items_ - "\166\135\165\220\032\365\046\217\360" - , (PRUint32)1225 } - }; --static const NSSItem nss_builtins_items_163 [] = { -+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) }, -@@ -11477,7 +9758,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_164 [] = { -+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) }, -@@ -11627,7 +9908,7 @@ static const NSSItem nss_builtins_items_ - "\306\224\107\351\050" - , (PRUint32)1749 } - }; --static const NSSItem nss_builtins_items_165 [] = { -+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) }, -@@ -11659,7 +9940,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_166 [] = { -+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) }, -@@ -11802,7 +10083,7 @@ static const NSSItem nss_builtins_items_ - "\210" - , (PRUint32)1665 } - }; --static const NSSItem nss_builtins_items_167 [] = { -+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) }, -@@ -11833,7 +10114,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_168 [] = { -+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) }, -@@ -11952,7 +10233,7 @@ static const NSSItem nss_builtins_items_ - "\066\053\143\254\130\001\153\063\051\120\206\203\361\001\110" - , (PRUint32)1359 } - }; --static const NSSItem nss_builtins_items_169 [] = { -+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) }, -@@ -11981,7 +10262,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_170 [] = { -+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) }, -@@ -12101,7 +10382,7 @@ static const NSSItem nss_builtins_items_ - "\063\004\324" - , (PRUint32)1363 } - }; --static const NSSItem nss_builtins_items_171 [] = { -+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) }, -@@ -12130,7 +10411,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_172 [] = { -+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) }, -@@ -12231,7 +10512,7 @@ static const NSSItem nss_builtins_items_ - "\264\003\045\274" - , (PRUint32)1076 } - }; --static const NSSItem nss_builtins_items_173 [] = { -+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) }, -@@ -12260,7 +10541,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_174 [] = { -+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) }, -@@ -12353,7 +10634,7 @@ static const NSSItem nss_builtins_items_ - "\177\333\275\237" - , (PRUint32)1028 } - }; --static const NSSItem nss_builtins_items_175 [] = { -+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) }, -@@ -12379,7 +10660,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_176 [] = { -+static const NSSItem nss_builtins_items_154 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12473,7 +10754,7 @@ static const NSSItem nss_builtins_items_ - "\037\027\224" - , (PRUint32)1043 } - }; --static const NSSItem nss_builtins_items_177 [] = { -+static const NSSItem nss_builtins_items_155 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12499,7 +10780,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_178 [] = { -+static const NSSItem nss_builtins_items_156 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12654,7 +10935,7 @@ static const NSSItem nss_builtins_items_ - "\152\263\364\210\034\200\015\374\162\212\350\203\136" - , (PRUint32)1997 } - }; --static const NSSItem nss_builtins_items_179 [] = { -+static const NSSItem nss_builtins_items_157 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12681,7 +10962,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_180 [] = { -+static const NSSItem nss_builtins_items_158 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12794,7 +11075,7 @@ static const NSSItem nss_builtins_items_ - "\245\206\054\174\364\022" - , (PRUint32)1398 } - }; --static const NSSItem nss_builtins_items_181 [] = { -+static const NSSItem nss_builtins_items_159 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12819,7 +11100,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_182 [] = { -+static const NSSItem nss_builtins_items_160 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12923,7 +11204,7 @@ static const NSSItem nss_builtins_items_ - "\252\341\247\063\366\375\112\037\366\331\140" - , (PRUint32)1115 } - }; --static const NSSItem nss_builtins_items_183 [] = { -+static const NSSItem nss_builtins_items_161 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -12952,7 +11233,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_184 [] = { -+static const NSSItem nss_builtins_items_162 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13047,7 +11328,7 @@ static const NSSItem nss_builtins_items_ - "\117\041\145\073\112\177\107\243\373" - , (PRUint32)1001 } - }; --static const NSSItem nss_builtins_items_185 [] = { -+static const NSSItem nss_builtins_items_163 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13075,7 +11356,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_186 [] = { -+static const NSSItem nss_builtins_items_164 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13198,7 +11479,7 @@ static const NSSItem nss_builtins_items_ - "\060\032\365\232\154\364\016\123\371\072\133\321\034" - , (PRUint32)1501 } - }; --static const NSSItem nss_builtins_items_187 [] = { -+static const NSSItem nss_builtins_items_165 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13225,7 +11506,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_188 [] = { -+static const NSSItem nss_builtins_items_166 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13314,7 +11595,7 @@ static const NSSItem nss_builtins_items_ - "\346\120\262\247\372\012\105\057\242\360\362" - , (PRUint32)955 } - }; --static const NSSItem nss_builtins_items_189 [] = { -+static const NSSItem nss_builtins_items_167 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13341,7 +11622,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_190 [] = { -+static const NSSItem nss_builtins_items_168 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13430,7 +11711,7 @@ static const NSSItem nss_builtins_items_ - "\225\155\336" - , (PRUint32)947 } - }; --static const NSSItem nss_builtins_items_191 [] = { -+static const NSSItem nss_builtins_items_169 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13457,7 +11738,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_192 [] = { -+static const NSSItem nss_builtins_items_170 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13547,7 +11828,7 @@ static const NSSItem nss_builtins_items_ - "\370\351\056\023\243\167\350\037\112" - , (PRUint32)969 } - }; --static const NSSItem nss_builtins_items_193 [] = { -+static const NSSItem nss_builtins_items_171 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13574,7 +11855,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_194 [] = { -+static const NSSItem nss_builtins_items_172 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13655,7 +11936,7 @@ static const NSSItem nss_builtins_items_ - "\227\277\242\216\264\124" - , (PRUint32)918 } - }; --static const NSSItem nss_builtins_items_195 [] = { -+static const NSSItem nss_builtins_items_173 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -13679,7 +11960,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_196 [] = { -+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) }, -@@ -13757,7 +12038,7 @@ static const NSSItem nss_builtins_items_ - "\013\004\216\007\333\051\266\012\356\235\202\065\065\020" - , (PRUint32)846 } - }; --static const NSSItem nss_builtins_items_197 [] = { -+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) }, -@@ -13782,7 +12063,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_198 [] = { -+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) }, -@@ -13874,7 +12155,7 @@ static const NSSItem nss_builtins_items_ - "\363\267\240\247\315\345\172\063\066\152\372\232\053" - , (PRUint32)1037 } - }; --static const NSSItem nss_builtins_items_199 [] = { -+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) }, -@@ -13900,7 +12181,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_200 [] = { -+static const NSSItem nss_builtins_items_178 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14002,7 +12283,7 @@ static const NSSItem nss_builtins_items_ - "\104\144\003\045\352\336\133\156\237\311\362\116\254\335\307" - , (PRUint32)1023 } - }; --static const NSSItem nss_builtins_items_201 [] = { -+static const NSSItem nss_builtins_items_179 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14033,7 +12314,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_202 [] = { -+static const NSSItem nss_builtins_items_180 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14141,7 +12422,7 @@ static const NSSItem nss_builtins_items_ - "\167\161\307\372\221\372\057\121\236\351\071\122\266\347\004\102" - , (PRUint32)1088 } - }; --static const NSSItem nss_builtins_items_203 [] = { -+static const NSSItem nss_builtins_items_181 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14173,7 +12454,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_204 [] = { -+static const NSSItem nss_builtins_items_182 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14290,7 +12571,7 @@ static const NSSItem nss_builtins_items_ - "\205\206\171\145\322" - , (PRUint32)1477 } - }; --static const NSSItem nss_builtins_items_205 [] = { -+static const NSSItem nss_builtins_items_183 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14314,7 +12595,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_206 [] = { -+static const NSSItem nss_builtins_items_184 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14430,7 +12711,7 @@ static const NSSItem nss_builtins_items_ - "\111\044\133\311\260\320\127\301\372\076\172\341\227\311" - , (PRUint32)1470 } - }; --static const NSSItem nss_builtins_items_207 [] = { -+static const NSSItem nss_builtins_items_185 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14454,7 +12735,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_208 [] = { -+static const NSSItem nss_builtins_items_186 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14571,7 +12852,7 @@ static const NSSItem nss_builtins_items_ - "\156" - , (PRUint32)1473 } - }; --static const NSSItem nss_builtins_items_209 [] = { -+static const NSSItem nss_builtins_items_187 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14595,7 +12876,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_210 [] = { -+static const NSSItem nss_builtins_items_188 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14678,7 +12959,7 @@ static const NSSItem nss_builtins_items_ - "\253\022\350\263\336\132\345\240\174\350\017\042\035\132\351\131" - , (PRUint32)896 } - }; --static const NSSItem nss_builtins_items_211 [] = { -+static const NSSItem nss_builtins_items_189 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14704,7 +12985,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_212 [] = { -+static const NSSItem nss_builtins_items_190 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14808,7 +13089,7 @@ static const NSSItem nss_builtins_items_ - "\215\126\214\150" - , (PRUint32)1060 } - }; --static const NSSItem nss_builtins_items_213 [] = { -+static const NSSItem nss_builtins_items_191 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14839,7 +13120,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_214 [] = { -+static const NSSItem nss_builtins_items_192 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14958,7 +13239,7 @@ static const NSSItem nss_builtins_items_ - "\254\021\326\250\355\143\152" - , (PRUint32)1239 } - }; --static const NSSItem nss_builtins_items_215 [] = { -+static const NSSItem nss_builtins_items_193 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -14991,7 +13272,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_216 [] = { -+static const NSSItem nss_builtins_items_194 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15076,7 +13357,7 @@ static const NSSItem nss_builtins_items_ - "\113\035\236\054\302\270\150\274\355\002\356\061" - , (PRUint32)956 } - }; --static const NSSItem nss_builtins_items_217 [] = { -+static const NSSItem nss_builtins_items_195 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15101,7 +13382,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_218 [] = { -+static const NSSItem nss_builtins_items_196 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15186,7 +13467,7 @@ static const NSSItem nss_builtins_items_ - "\117\043\037\332\154\254\037\104\341\335\043\170\121\133\307\026" - , (PRUint32)960 } - }; --static const NSSItem nss_builtins_items_219 [] = { -+static const NSSItem nss_builtins_items_197 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15211,7 +13492,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_220 [] = { -+static const NSSItem nss_builtins_items_198 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15311,7 +13592,7 @@ static const NSSItem nss_builtins_items_ - "\145" - , (PRUint32)1057 } - }; --static const NSSItem nss_builtins_items_221 [] = { -+static const NSSItem nss_builtins_items_199 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15340,166 +13621,21 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_222 [] = { -+static const NSSItem nss_builtins_items_200 [] = { - { (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 *)"DigiNotar Root CA", (PRUint32)18 }, -+ { (void *)"Network Solutions Certificate Authority", (PRUint32)40 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157" --"\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151" --"\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061" --"\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021" --"\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156" --"\154" --, (PRUint32)97 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157" --"\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151" --"\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061" --"\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021" --"\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156" --"\154" --, (PRUint32)97 }, -- { (void *)"\002\020\014\166\332\234\221\014\116\054\236\376\025\320\130\223" --"\074\114" --, (PRUint32)18 }, -- { (void *)"\060\202\005\212\060\202\003\162\240\003\002\001\002\002\020\014" --"\166\332\234\221\014\116\054\236\376\025\320\130\223\074\114\060" --"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\137" --"\061\013\060\011\006\003\125\004\006\023\002\116\114\061\022\060" --"\020\006\003\125\004\012\023\011\104\151\147\151\116\157\164\141" --"\162\061\032\060\030\006\003\125\004\003\023\021\104\151\147\151" --"\116\157\164\141\162\040\122\157\157\164\040\103\101\061\040\060" --"\036\006\011\052\206\110\206\367\015\001\011\001\026\021\151\156" --"\146\157\100\144\151\147\151\156\157\164\141\162\056\156\154\060" --"\036\027\015\060\067\060\065\061\066\061\067\061\071\063\066\132" --"\027\015\062\065\060\063\063\061\061\070\061\071\062\061\132\060" --"\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061\022" --"\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157\164" --"\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151\147" --"\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061\040" --"\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021\151" --"\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156\154" --"\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\254\260\130\301\000\275\330\041\010\013\053\232\376\156\126" --"\060\005\237\033\167\220\020\101\134\303\015\207\021\167\216\201" --"\361\312\174\351\214\152\355\070\164\065\273\332\337\371\273\300" --"\011\067\264\226\163\201\175\063\032\230\071\367\223\157\225\177" --"\075\271\261\165\207\272\121\110\350\213\160\076\225\004\305\330" --"\266\303\026\331\210\260\261\207\035\160\332\206\264\017\024\213" --"\172\317\020\321\164\066\242\022\173\167\206\112\171\346\173\337" --"\002\021\150\245\116\206\256\064\130\233\044\023\170\126\042\045" --"\036\001\213\113\121\161\373\202\314\131\226\151\210\132\150\123" --"\305\271\015\002\067\313\113\274\146\112\220\176\052\013\005\007" --"\355\026\137\125\220\165\330\106\311\033\203\342\010\276\361\043" --"\314\231\035\326\052\017\203\040\025\130\047\202\056\372\342\042" --"\302\111\261\271\001\201\152\235\155\235\100\167\150\166\116\041" --"\052\155\204\100\205\116\166\231\174\202\363\363\267\002\131\324" --"\046\001\033\216\337\255\123\006\321\256\030\335\342\262\072\313" --"\327\210\070\216\254\133\051\271\031\323\230\371\030\003\317\110" --"\202\206\146\013\033\151\017\311\353\070\210\172\046\032\005\114" --"\222\327\044\324\226\362\254\122\055\243\107\325\122\366\077\376" --"\316\204\006\160\246\252\076\242\362\266\126\064\030\127\242\344" --"\201\155\347\312\360\152\323\307\221\153\002\203\101\174\025\357" --"\153\232\144\136\343\320\074\345\261\353\173\135\206\373\313\346" --"\167\111\315\243\145\334\367\271\234\270\344\013\137\223\317\314" --"\060\032\062\034\316\034\143\225\245\371\352\341\164\213\236\351" --"\053\251\060\173\240\030\037\016\030\013\345\133\251\323\321\154" --"\036\007\147\217\221\113\251\212\274\322\146\252\223\001\210\262" --"\221\372\061\134\325\246\301\122\010\011\315\012\143\242\323\042" --"\246\350\241\331\071\006\227\365\156\215\002\220\214\024\173\077" --"\200\315\033\234\272\304\130\162\043\257\266\126\237\306\172\102" --"\063\051\007\077\202\311\346\037\005\015\315\114\050\066\213\323" --"\310\076\034\306\210\357\136\356\211\144\351\035\353\332\211\176" --"\062\246\151\321\335\314\210\237\321\320\311\146\041\334\006\147" --"\305\224\172\232\155\142\114\175\314\340\144\200\262\236\107\216" --"\243\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\210\150\277\340\216\065\304\073\070\153" --"\142\367\050\073\204\201\310\014\327\115\060\015\006\011\052\206" --"\110\206\367\015\001\001\005\005\000\003\202\002\001\000\073\002" --"\215\313\074\060\350\156\240\255\362\163\263\137\236\045\023\004" --"\005\323\366\343\213\273\013\171\316\123\336\344\226\305\321\257" --"\163\274\325\303\320\100\125\174\100\177\315\033\137\011\325\362" --"\174\237\150\035\273\135\316\172\071\302\214\326\230\173\305\203" --"\125\250\325\175\100\312\340\036\367\211\136\143\135\241\023\302" --"\135\212\266\212\174\000\363\043\303\355\205\137\161\166\360\150" --"\143\252\105\041\071\110\141\170\066\334\361\103\223\324\045\307" --"\362\200\145\341\123\002\165\121\374\172\072\357\067\253\204\050" --"\127\014\330\324\324\231\126\154\343\242\376\131\204\264\061\350" --"\063\370\144\224\224\121\227\253\071\305\113\355\332\335\200\013" --"\157\174\051\015\304\216\212\162\015\347\123\024\262\140\101\075" --"\204\221\061\150\075\047\104\333\345\336\364\372\143\105\310\114" --"\076\230\365\077\101\272\116\313\067\015\272\146\230\361\335\313" --"\237\134\367\124\066\202\153\054\274\023\141\227\102\370\170\273" --"\314\310\242\237\312\360\150\275\153\035\262\337\215\157\007\235" --"\332\216\147\307\107\036\312\271\277\052\102\221\267\143\123\146" --"\361\102\243\341\364\132\115\130\153\265\344\244\063\255\134\160" --"\035\334\340\362\353\163\024\221\232\003\301\352\000\145\274\007" --"\374\317\022\021\042\054\256\240\275\072\340\242\052\330\131\351" --"\051\323\030\065\244\254\021\137\031\265\265\033\377\042\112\134" --"\306\172\344\027\357\040\251\247\364\077\255\212\247\232\004\045" --"\235\016\312\067\346\120\375\214\102\051\004\232\354\271\317\113" --"\162\275\342\010\066\257\043\057\142\345\312\001\323\160\333\174" --"\202\043\054\026\061\014\306\066\007\220\172\261\037\147\130\304" --"\073\130\131\211\260\214\214\120\263\330\206\313\150\243\304\012" --"\347\151\113\040\316\301\036\126\113\225\251\043\150\330\060\330" --"\303\353\260\125\121\315\345\375\053\270\365\273\021\237\123\124" --"\366\064\031\214\171\011\066\312\141\027\045\027\013\202\230\163" --"\014\167\164\303\325\015\307\250\022\114\307\247\124\161\107\056" --"\054\032\175\311\343\053\073\110\336\047\204\247\143\066\263\175" --"\217\240\144\071\044\015\075\173\207\257\146\134\164\033\113\163" --"\262\345\214\360\206\231\270\345\305\337\204\301\267\353" --, (PRUint32)1422 } --}; --static const NSSItem nss_builtins_items_223 [] = { -- { (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 *)"DigiNotar Root CA", (PRUint32)18 }, -- { (void *)"\300\140\355\104\313\330\201\275\016\370\154\013\242\207\335\317" --"\201\147\107\214" --, (PRUint32)20 }, -- { (void *)"\172\171\124\115\007\222\073\133\377\101\360\016\307\071\242\230" --, (PRUint32)16 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157" --"\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151" --"\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061" --"\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021" --"\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156" --"\154" --, (PRUint32)97 }, -- { (void *)"\002\020\014\166\332\234\221\014\116\054\236\376\025\320\130\223" --"\074\114" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_224 [] = { -- { (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 *)"Network Solutions Certificate Authority", (PRUint32)40 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\142\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\041\060\037\006\003\125\004\012\023\030\116\145\164\167\157\162" --"\153\040\123\157\154\165\164\151\157\156\163\040\114\056\114\056" --"\103\056\061\060\060\056\006\003\125\004\003\023\047\116\145\164" --"\167\157\162\153\040\123\157\154\165\164\151\157\156\163\040\103" --"\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157" --"\162\151\164\171" --, (PRUint32)100 }, -+ { (void *)"\060\142\061\013\060\011\006\003\125\004\006\023\002\125\123\061" -+"\041\060\037\006\003\125\004\012\023\030\116\145\164\167\157\162" -+"\153\040\123\157\154\165\164\151\157\156\163\040\114\056\114\056" -+"\103\056\061\060\060\056\006\003\125\004\003\023\047\116\145\164" -+"\167\157\162\153\040\123\157\154\165\164\151\157\156\163\040\103" -+"\145\162\164\151\146\151\143\141\164\145\040\101\165\164\150\157" -+"\162\151\164\171" -+, (PRUint32)100 }, - { (void *)"0", (PRUint32)2 }, - { (void *)"\060\142\061\013\060\011\006\003\125\004\006\023\002\125\123\061" - "\041\060\037\006\003\125\004\012\023\030\116\145\164\167\157\162" -@@ -15577,7 +13713,7 @@ static const NSSItem nss_builtins_items_ - "\244\140\114\260\125\240\240\173\127\262" - , (PRUint32)1002 } - }; --static const NSSItem nss_builtins_items_225 [] = { -+static const NSSItem nss_builtins_items_201 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15604,7 +13740,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_226 [] = { -+static const NSSItem nss_builtins_items_202 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15713,7 +13849,7 @@ static const NSSItem nss_builtins_items_ - "\333" - , (PRUint32)1217 } - }; --static const NSSItem nss_builtins_items_227 [] = { -+static const NSSItem nss_builtins_items_203 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15741,7 +13877,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_228 [] = { -+static const NSSItem nss_builtins_items_204 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15815,7 +13951,7 @@ static const NSSItem nss_builtins_items_ - "\334\335\363\377\035\054\072\026\127\331\222\071\326" - , (PRUint32)653 } - }; --static const NSSItem nss_builtins_items_229 [] = { -+static const NSSItem nss_builtins_items_205 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15844,7 +13980,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_230 [] = { -+static const NSSItem nss_builtins_items_206 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15936,7 +14072,7 @@ static const NSSItem nss_builtins_items_ - "\321\236\164\310\166\147" - , (PRUint32)1078 } - }; --static const NSSItem nss_builtins_items_231 [] = { -+static const NSSItem nss_builtins_items_207 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -15961,7 +14097,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_untrusted, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_232 [] = { -+static const NSSItem nss_builtins_items_208 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16058,7 +14194,7 @@ static const NSSItem nss_builtins_items_ - "\253\205\322\140\126\132" - , (PRUint32)1030 } - }; --static const NSSItem nss_builtins_items_233 [] = { -+static const NSSItem nss_builtins_items_209 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16086,7 +14222,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_234 [] = { -+static const NSSItem nss_builtins_items_210 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16171,7 +14307,7 @@ static const NSSItem nss_builtins_items_ - "\164" - , (PRUint32)897 } - }; --static const NSSItem nss_builtins_items_235 [] = { -+static const NSSItem nss_builtins_items_211 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16197,7 +14333,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_236 [] = { -+static const NSSItem nss_builtins_items_212 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16294,7 +14430,7 @@ static const NSSItem nss_builtins_items_ - "\374\276\337\012\015" - , (PRUint32)1013 } - }; --static const NSSItem nss_builtins_items_237 [] = { -+static const NSSItem nss_builtins_items_213 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16323,7 +14459,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_238 [] = { -+static const NSSItem nss_builtins_items_214 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16434,7 +14570,7 @@ static const NSSItem nss_builtins_items_ - "\241\361\017\033\037\075\236\004\203\335\226\331\035\072\224" - , (PRUint32)1151 } - }; --static const NSSItem nss_builtins_items_239 [] = { -+static const NSSItem nss_builtins_items_215 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16466,7 +14602,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_240 [] = { -+static const NSSItem nss_builtins_items_216 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16620,7 +14756,7 @@ static const NSSItem nss_builtins_items_ - "\103\307\003\340\067\116\135\012\334\131\040\045" - , (PRUint32)1964 } - }; --static const NSSItem nss_builtins_items_241 [] = { -+static const NSSItem nss_builtins_items_217 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16648,7 +14784,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_242 [] = { -+static const NSSItem nss_builtins_items_218 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16729,7 +14865,7 @@ static const NSSItem nss_builtins_items_ - "\300\226\130\057\352\273\106\327\273\344\331\056" - , (PRUint32)940 } - }; --static const NSSItem nss_builtins_items_243 [] = { -+static const NSSItem nss_builtins_items_219 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -16752,12 +14888,12 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_244 [] = { -+static const NSSItem nss_builtins_items_220 [] = { - { (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 *)"AC Ra\xC3\xADz Certic\xC3\xA1mara S.A.", (PRUint32)27 }, -+ { (void *)"AC Ra+¡z Certic+ímara S.A.", (PRUint32)27 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, - { (void *)"\060\173\061\013\060\011\006\003\125\004\006\023\002\103\117\061" - "\107\060\105\006\003\125\004\012\014\076\123\157\143\151\145\144" -@@ -16886,12 +15022,12 @@ static const NSSItem nss_builtins_items_ - "\005\211\374\170\326\134\054\046\103\251" - , (PRUint32)1642 } - }; --static const NSSItem nss_builtins_items_245 [] = { -+static const NSSItem nss_builtins_items_221 [] = { - { (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 *)"AC Ra\xC3\xADz Certic\xC3\xA1mara S.A.", (PRUint32)27 }, -+ { (void *)"AC Ra+¡z Certic+ímara S.A.", (PRUint32)27 }, - { (void *)"\313\241\305\370\260\343\136\270\271\105\022\323\371\064\242\351" - "\006\020\323\066" - , (PRUint32)20 }, -@@ -16914,7 +15050,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_246 [] = { -+static const NSSItem nss_builtins_items_222 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17019,7 +15155,7 @@ static const NSSItem nss_builtins_items_ - "\334\144\047\027\214\132\267\332\164\050\315\227\344\275" - , (PRUint32)1198 } - }; --static const NSSItem nss_builtins_items_247 [] = { -+static const NSSItem nss_builtins_items_223 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17046,7 +15182,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_248 [] = { -+static const NSSItem nss_builtins_items_224 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17151,7 +15287,7 @@ static const NSSItem nss_builtins_items_ - "\016\121\075\157\373\226\126\200\342\066\027\321\334\344" - , (PRUint32)1198 } - }; --static const NSSItem nss_builtins_items_249 [] = { -+static const NSSItem nss_builtins_items_225 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17178,7 +15314,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_250 [] = { -+static const NSSItem nss_builtins_items_226 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17271,7 +15407,7 @@ static const NSSItem nss_builtins_items_ - "\230" - , (PRUint32)993 } - }; --static const NSSItem nss_builtins_items_251 [] = { -+static const NSSItem nss_builtins_items_227 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17298,7 +15434,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_252 [] = { -+static const NSSItem nss_builtins_items_228 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17387,7 +15523,7 @@ static const NSSItem nss_builtins_items_ - "\126\144\127" - , (PRUint32)931 } - }; --static const NSSItem nss_builtins_items_253 [] = { -+static const NSSItem nss_builtins_items_229 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17414,7 +15550,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_254 [] = { -+static const NSSItem nss_builtins_items_230 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17495,7 +15631,7 @@ static const NSSItem nss_builtins_items_ - "\000\147\240\161\000\202\110" - , (PRUint32)919 } - }; --static const NSSItem nss_builtins_items_255 [] = { -+static const NSSItem nss_builtins_items_231 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17519,7 +15655,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_256 [] = { -+static const NSSItem nss_builtins_items_232 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17601,7 +15737,7 @@ static const NSSItem nss_builtins_items_ - "\316\145\006\056\135\322\052\123\164\136\323\156\047\236\217" - , (PRUint32)943 } - }; --static const NSSItem nss_builtins_items_257 [] = { -+static const NSSItem nss_builtins_items_233 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17625,7 +15761,7 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_258 [] = { -+static const NSSItem nss_builtins_items_234 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17706,7 +15842,7 @@ static const NSSItem nss_builtins_items_ - "\246\210\070\316\125" - , (PRUint32)933 } - }; --static const NSSItem nss_builtins_items_259 [] = { -+static const NSSItem nss_builtins_items_235 [] = { - { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -17729,3139 +15865,576 @@ static const NSSItem nss_builtins_items_ - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_260 [] = { -+static const NSSItem nss_builtins_items_236 [] = { - { (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 *)"ePKI Root Certification Authority", (PRUint32)34 }, -+ { (void *)"Entrust.net 2048 2029", (PRUint32)22 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061" --"\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150" --"\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040" --"\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145" --"\120\113\111\040\122\157\157\164\040\103\145\162\164\151\146\151" -+ { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" -+"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" -+"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" -+"\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143" -+"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" -+"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" -+"\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105" -+"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" -+"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" -+"\162\165\163\164\056\156\145\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" --, (PRUint32)96 }, -+"\040\050\062\060\064\070\051" -+, (PRUint32)183 }, - { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061" --"\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150" --"\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040" --"\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145" --"\120\113\111\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" --, (PRUint32)96 }, -- { (void *)"\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322" --"\274\235" --, (PRUint32)18 }, -- { (void *)"\060\202\005\260\060\202\003\230\240\003\002\001\002\002\020\025" --"\310\275\145\107\134\257\270\227\000\136\344\006\322\274\235\060" --"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\136" --"\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060" --"\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141" --"\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164" --"\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113" --"\111\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\060\036" --"\027\015\060\064\061\062\062\060\060\062\063\061\062\067\132\027" --"\015\063\064\061\062\062\060\060\062\063\061\062\067\132\060\136" --"\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060" --"\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141" --"\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164" --"\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113" --"\111\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\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\341" --"\045\017\356\215\333\210\063\165\147\315\255\037\175\072\116\155" --"\235\323\057\024\363\143\164\313\001\041\152\067\352\204\120\007" --"\113\046\133\011\103\154\041\236\152\310\325\003\365\140\151\217" --"\314\360\042\344\037\347\367\152\042\061\267\054\025\362\340\376" --"\000\152\103\377\207\145\306\265\032\301\247\114\155\042\160\041" --"\212\061\362\227\164\211\011\022\046\034\236\312\331\022\242\225" --"\074\332\351\147\277\010\240\144\343\326\102\267\105\357\227\364" --"\366\365\327\265\112\025\002\130\175\230\130\113\140\274\315\327" --"\015\232\023\063\123\321\141\371\172\325\327\170\263\232\063\367" --"\000\206\316\035\115\224\070\257\250\354\170\121\160\212\134\020" --"\203\121\041\367\021\075\064\206\136\345\110\315\227\201\202\065" --"\114\031\354\145\366\153\305\005\241\356\107\023\326\263\041\047" --"\224\020\012\331\044\073\272\276\104\023\106\060\077\227\074\330" --"\327\327\152\356\073\070\343\053\324\227\016\271\033\347\007\111" --"\177\067\052\371\167\170\317\124\355\133\106\235\243\200\016\221" --"\103\301\326\133\137\024\272\237\246\215\044\107\100\131\277\162" --"\070\262\066\154\067\377\231\321\135\016\131\012\253\151\367\300" --"\262\004\105\172\124\000\256\276\123\366\265\347\341\370\074\243" --"\061\322\251\376\041\122\144\305\246\147\360\165\007\006\224\024" --"\201\125\306\047\344\001\217\027\301\152\161\327\276\113\373\224" --"\130\175\176\021\063\261\102\367\142\154\030\326\317\011\150\076" --"\177\154\366\036\217\142\255\245\143\333\011\247\037\042\102\101" --"\036\157\231\212\076\327\371\077\100\172\171\260\245\001\222\322" --"\235\075\010\025\245\020\001\055\263\062\166\250\225\015\263\172" --"\232\373\007\020\170\021\157\341\217\307\272\017\045\032\164\052" --"\345\034\230\101\231\337\041\207\350\225\006\152\012\263\152\107" --"\166\145\366\072\317\217\142\027\031\173\012\050\315\032\322\203" --"\036\041\307\054\277\276\377\141\150\267\147\033\273\170\115\215" --"\316\147\345\344\301\216\267\043\146\342\235\220\165\064\230\251" --"\066\053\212\232\224\271\235\354\314\212\261\370\045\211\134\132" --"\266\057\214\037\155\171\044\247\122\150\303\204\065\342\146\215" --"\143\016\045\115\325\031\262\346\171\067\247\042\235\124\061\002" --"\003\001\000\001\243\152\060\150\060\035\006\003\125\035\016\004" --"\026\004\024\036\014\367\266\147\362\341\222\046\011\105\300\125" --"\071\056\167\077\102\112\242\060\014\006\003\125\035\023\004\005" --"\060\003\001\001\377\060\071\006\004\147\052\007\000\004\061\060" --"\057\060\055\002\001\000\060\011\006\005\053\016\003\002\032\005" --"\000\060\007\006\005\147\052\003\000\000\004\024\105\260\302\307" --"\012\126\174\356\133\170\014\225\371\030\123\301\246\034\330\020" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003" --"\202\002\001\000\011\263\203\123\131\001\076\225\111\271\361\201" --"\272\371\166\040\043\265\047\140\164\324\152\231\064\136\154\000" --"\123\331\237\362\246\261\044\007\104\152\052\306\245\216\170\022" --"\350\107\331\130\033\023\052\136\171\233\237\012\052\147\246\045" --"\077\006\151\126\163\303\212\146\110\373\051\201\127\164\006\312" --"\234\352\050\350\070\147\046\053\361\325\265\077\145\223\370\066" --"\135\216\215\215\100\040\207\031\352\357\047\300\075\264\071\017" --"\045\173\150\120\164\125\234\014\131\175\132\075\101\224\045\122" --"\010\340\107\054\025\061\031\325\277\007\125\306\273\022\265\227" --"\364\137\203\205\272\161\301\331\154\201\021\166\012\012\260\277" --"\202\227\367\352\075\372\372\354\055\251\050\224\073\126\335\322" --"\121\056\256\300\275\010\025\214\167\122\064\226\326\233\254\323" --"\035\216\141\017\065\173\233\256\071\151\013\142\140\100\040\066" --"\217\257\373\066\356\055\010\112\035\270\277\233\134\370\352\245" --"\033\240\163\246\330\370\156\340\063\004\137\150\252\047\207\355" --"\331\301\220\234\355\275\343\152\065\257\143\337\253\030\331\272" --"\346\351\112\352\120\212\017\141\223\036\342\055\031\342\060\224" --"\065\222\135\016\266\007\257\031\200\217\107\220\121\113\056\115" --"\335\205\342\322\012\122\012\027\232\374\032\260\120\002\345\001" --"\243\143\067\041\114\104\304\233\121\231\021\016\163\234\006\217" --"\124\056\247\050\136\104\071\207\126\055\067\275\205\104\224\341" --"\014\113\054\234\303\222\205\064\141\313\017\270\233\112\103\122" --"\376\064\072\175\270\351\051\334\166\251\310\060\370\024\161\200" --"\306\036\066\110\164\042\101\134\207\202\350\030\161\213\101\211" --"\104\347\176\130\133\250\270\215\023\351\247\154\303\107\355\263" --"\032\235\142\256\215\202\352\224\236\335\131\020\303\255\335\342" --"\115\343\061\325\307\354\350\362\260\376\222\036\026\012\032\374" --"\331\363\370\047\266\311\276\035\264\154\144\220\177\364\344\304" --"\133\327\067\256\102\016\335\244\032\157\174\210\124\305\026\156" --"\341\172\150\056\370\072\277\015\244\074\211\073\170\247\116\143" --"\203\004\041\010\147\215\362\202\111\320\133\375\261\315\017\203" --"\204\324\076\040\205\367\112\075\053\234\375\052\012\011\115\352" --"\201\370\021\234" --, (PRUint32)1460 } --}; --static const NSSItem nss_builtins_items_261 [] = { -- { (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 *)"ePKI Root Certification Authority", (PRUint32)34 }, -- { (void *)"\147\145\015\361\176\216\176\133\202\100\244\364\126\113\317\342" --"\075\151\306\360" --, (PRUint32)20 }, -- { (void *)"\033\056\000\312\046\006\220\075\255\376\157\025\150\323\153\263" --, (PRUint32)16 }, -- { (void *)"\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061" --"\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150" --"\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040" --"\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145" --"\120\113\111\040\122\157\157\164\040\103\145\162\164\151\146\151" -+ { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" -+"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" -+"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" -+"\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143" -+"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" -+"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" -+"\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105" -+"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" -+"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" -+"\162\165\163\164\056\156\145\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" --, (PRUint32)96 }, -- { (void *)"\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322" --"\274\235" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_262 [] = { -- { (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 *)"T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3", (PRUint32)66 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124" --"\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172" --"\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006" --"\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102" --"\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157" --"\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155" --"\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304" --"\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125" --"\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153" --"\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101" --"\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151" --"\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043" --"\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145" --"\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153" --"\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303" --"\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303" --"\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172" --"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261" --"\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063" --, (PRUint32)303 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124" --"\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172" --"\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006" --"\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102" --"\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157" --"\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155" --"\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304" --"\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125" --"\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153" --"\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101" --"\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151" --"\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043" --"\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145" --"\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153" --"\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303" --"\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303" --"\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172" --"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261" --"\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063" --, (PRUint32)303 }, -- { (void *)"\002\001\021" --, (PRUint32)3 }, -- { (void *)"\060\202\005\027\060\202\003\377\240\003\002\001\002\002\001\021" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122" --"\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145" --"\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003" --"\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151" --"\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154" --"\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141" --"\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260" --"\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154" --"\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040" --"\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162" --"\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164" --"\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060" --"\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162" --"\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145" --"\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234" --"\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266" --"\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155" --"\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163" --"\304\261\040\055\040\123\303\274\162\303\274\155\040\063\060\036" --"\027\015\060\067\060\070\062\064\061\061\063\067\060\067\132\027" --"\015\061\067\060\070\062\061\061\061\063\067\060\067\132\060\202" --"\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122\061" --"\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145\040" --"\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003\125" --"\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151\154" --"\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154\157" --"\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141\040" --"\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260\124" --"\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154\165" --"\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040\166" --"\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162\141" --"\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164\303" --"\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060\041" --"\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162\164" --"\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145\172" --"\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234\102" --"\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266\153" --"\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155\145" --"\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163\304" --"\261\040\055\040\123\303\274\162\303\274\155\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\212\155" --"\113\377\020\210\072\303\366\176\224\350\352\040\144\160\256\041" --"\201\276\072\173\074\333\361\035\122\177\131\372\363\042\114\225" --"\240\220\274\110\116\021\253\373\267\265\215\172\203\050\214\046" --"\106\330\116\225\100\207\141\237\305\236\155\201\207\127\154\212" --"\073\264\146\352\314\100\374\343\252\154\262\313\001\333\062\277" --"\322\353\205\317\241\015\125\303\133\070\127\160\270\165\306\171" --"\321\024\060\355\033\130\133\153\357\065\362\241\041\116\305\316" --"\174\231\137\154\271\270\042\223\120\247\315\114\160\152\276\152" --"\005\177\023\234\053\036\352\376\107\316\004\245\157\254\223\056" --"\174\053\237\236\171\023\221\350\352\236\312\070\165\216\142\260" --"\225\223\052\345\337\351\136\227\156\040\137\137\204\172\104\071" --"\031\100\034\272\125\053\373\060\262\201\357\204\343\334\354\230" --"\070\071\003\205\010\251\124\003\005\051\360\311\217\213\352\013" --"\206\145\031\021\323\351\011\043\336\150\223\003\311\066\034\041" --"\156\316\214\146\361\231\060\330\327\263\303\035\370\201\056\250" --"\275\202\013\146\376\202\313\341\340\032\202\303\100\201\002\003" --"\001\000\001\243\102\060\100\060\035\006\003\125\035\016\004\026" --"\004\024\275\210\207\311\217\366\244\012\013\252\353\305\376\221" --"\043\235\253\112\212\062\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\015\006\011\052\206\110\206\367" --"\015\001\001\005\005\000\003\202\001\001\000\035\174\372\111\217" --"\064\351\267\046\222\026\232\005\164\347\113\320\155\071\154\303" --"\046\366\316\270\061\274\304\337\274\052\370\067\221\030\334\004" --"\310\144\231\053\030\155\200\003\131\311\256\370\130\320\076\355" --"\303\043\237\151\074\206\070\034\236\357\332\047\170\321\204\067" --"\161\212\074\113\071\317\176\105\006\326\055\330\212\115\170\022" --"\326\255\302\323\313\322\320\101\363\046\066\112\233\225\154\014" --"\356\345\321\103\047\146\301\210\367\172\263\040\154\352\260\151" --"\053\307\040\350\014\003\304\101\005\231\342\077\344\153\370\240" --"\206\201\307\204\306\037\325\113\201\022\262\026\041\054\023\241" --"\200\262\136\014\112\023\236\040\330\142\100\253\220\352\144\112" --"\057\254\015\001\022\171\105\250\057\207\031\150\310\342\205\307" --"\060\262\165\371\070\077\262\300\223\264\153\342\003\104\316\147" --"\240\337\211\326\255\214\166\243\023\303\224\141\053\153\331\154" --"\301\007\012\042\007\205\154\205\044\106\251\276\077\213\170\204" --"\202\176\044\014\235\375\201\067\343\045\250\355\066\116\225\054" --"\311\234\220\332\354\251\102\074\255\266\002" --, (PRUint32)1307 } --}; --static const NSSItem nss_builtins_items_263 [] = { -- { (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 *)"T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3", (PRUint32)66 }, -- { (void *)"\033\113\071\141\046\047\153\144\221\242\150\155\327\002\103\041" --"\055\037\035\226" --, (PRUint32)20 }, -- { (void *)"\355\101\365\214\120\305\053\234\163\346\356\154\353\302\250\046" --, (PRUint32)16 }, -- { (void *)"\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124" --"\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172" --"\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006" --"\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102" --"\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157" --"\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155" --"\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304" --"\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125" --"\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153" --"\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101" --"\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151" --"\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043" --"\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145" --"\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153" --"\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303" --"\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303" --"\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172" --"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261" --"\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063" --, (PRUint32)303 }, -- { (void *)"\002\001\021" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+"\040\050\062\060\064\070\051" -+, (PRUint32)183 }, -+ { (void *)"\002\004\070\143\336\370" -+, (PRUint32)6 }, -+ { (void *)"\060\202\004\052\060\202\003\022\240\003\002\001\002\002\004\070" -+"\143\336\370\060\015\006\011\052\206\110\206\367\015\001\001\005" -+"\005\000\060\201\264\061\024\060\022\006\003\125\004\012\023\013" -+"\105\156\164\162\165\163\164\056\156\145\164\061\100\060\076\006" -+"\003\125\004\013\024\067\167\167\167\056\145\156\164\162\165\163" -+"\164\056\156\145\164\057\103\120\123\137\062\060\064\070\040\151" -+"\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050" -+"\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060" -+"\043\006\003\125\004\013\023\034\050\143\051\040\061\071\071\071" -+"\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155" -+"\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052\105" -+"\156\164\162\165\163\164\056\156\145\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\050\062\060\064\070\051\060\036\027\015\071\071\061" -+"\062\062\064\061\067\065\060\065\061\132\027\015\062\071\060\067" -+"\062\064\061\064\061\065\061\062\132\060\201\264\061\024\060\022" -+"\006\003\125\004\012\023\013\105\156\164\162\165\163\164\056\156" -+"\145\164\061\100\060\076\006\003\125\004\013\024\067\167\167\167" -+"\056\145\156\164\162\165\163\164\056\156\145\164\057\103\120\123" -+"\137\062\060\064\070\040\151\156\143\157\162\160\056\040\142\171" -+"\040\162\145\146\056\040\050\154\151\155\151\164\163\040\154\151" -+"\141\142\056\051\061\045\060\043\006\003\125\004\013\023\034\050" -+"\143\051\040\061\071\071\071\040\105\156\164\162\165\163\164\056" -+"\156\145\164\040\114\151\155\151\164\145\144\061\063\060\061\006" -+"\003\125\004\003\023\052\105\156\164\162\165\163\164\056\156\145" -+"\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\050\062\060\064\070\051" -+"\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\115\113\251\022\206\262\352\243\040\007\025\026\144\052" -+"\053\113\321\277\013\112\115\216\355\200\166\245\147\267\170\100" -+"\300\163\102\310\150\300\333\123\053\335\136\270\166\230\065\223" -+"\213\032\235\174\023\072\016\037\133\267\036\317\345\044\024\036" -+"\261\201\251\215\175\270\314\153\113\003\361\002\014\334\253\245" -+"\100\044\000\177\164\224\241\235\010\051\263\210\013\365\207\167" -+"\235\125\315\344\303\176\327\152\144\253\205\024\206\225\133\227" -+"\062\120\157\075\310\272\146\014\343\374\275\270\111\301\166\211" -+"\111\031\375\300\250\275\211\243\147\057\306\237\274\161\031\140" -+"\270\055\351\054\311\220\166\146\173\224\342\257\170\326\145\123" -+"\135\074\326\234\262\317\051\003\371\057\244\120\262\324\110\316" -+"\005\062\125\212\375\262\144\114\016\344\230\007\165\333\177\337" -+"\271\010\125\140\205\060\051\371\173\110\244\151\206\343\065\077" -+"\036\206\135\172\172\025\275\357\000\216\025\042\124\027\000\220" -+"\046\223\274\016\111\150\221\277\370\107\323\235\225\102\301\016" -+"\115\337\157\046\317\303\030\041\142\146\103\160\326\325\300\007" -+"\341\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\125\344\201\321\021\200\276\330\211\271" -+"\010\243\061\371\241\044\011\026\271\160\060\015\006\011\052\206" -+"\110\206\367\015\001\001\005\005\000\003\202\001\001\000\073\233" -+"\217\126\233\060\347\123\231\174\172\171\247\115\227\327\031\225" -+"\220\373\006\037\312\063\174\106\143\217\226\146\044\372\100\033" -+"\041\047\312\346\162\163\362\117\376\061\231\375\310\014\114\150" -+"\123\306\200\202\023\230\372\266\255\332\135\075\361\316\156\366" -+"\025\021\224\202\014\356\077\225\257\021\253\017\327\057\336\037" -+"\003\217\127\054\036\311\273\232\032\104\225\353\030\117\246\037" -+"\315\175\127\020\057\233\004\011\132\204\265\156\330\035\072\341" -+"\326\236\321\154\171\136\171\034\024\305\343\320\114\223\073\145" -+"\074\355\337\075\276\246\345\225\032\303\265\031\303\275\136\133" -+"\273\377\043\357\150\031\313\022\223\047\134\003\055\157\060\320" -+"\036\266\032\254\336\132\367\321\252\250\047\246\376\171\201\304" -+"\171\231\063\127\272\022\260\251\340\102\154\223\312\126\336\376" -+"\155\204\013\010\213\176\215\352\327\230\041\306\363\347\074\171" -+"\057\136\234\321\114\025\215\341\354\042\067\314\232\103\013\227" -+"\334\200\220\215\263\147\233\157\110\010\025\126\317\277\361\053" -+"\174\136\232\166\351\131\220\305\174\203\065\021\145\121" -+, (PRUint32)1070 } - }; --static const NSSItem nss_builtins_items_264 [] = { -- { (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 *)"Buypass Class 2 CA 1", (PRUint32)21 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\062\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\062\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)"\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\001" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035" --"\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163" --"\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060" --"\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040" --"\103\154\141\163\163\040\062\040\103\101\040\061\060\036\027\015" --"\060\066\061\060\061\063\061\060\062\065\060\071\132\027\015\061" --"\066\061\060\061\063\061\060\062\065\060\071\132\060\113\061\013" --"\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006" --"\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123" --"\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003" --"\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141" --"\163\163\040\062\040\103\101\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\213\074\007\105\330\366" --"\337\346\307\312\272\215\103\305\107\215\260\132\301\070\333\222" --"\204\034\257\023\324\017\157\066\106\040\304\056\314\161\160\064" --"\242\064\323\067\056\330\335\072\167\057\300\353\051\350\134\322" --"\265\251\221\064\207\042\131\376\314\333\347\231\257\226\301\250" --"\307\100\335\245\025\214\156\310\174\227\003\313\346\040\362\327" --"\227\137\061\241\057\067\322\276\356\276\251\255\250\114\236\041" --"\146\103\073\250\274\363\011\243\070\325\131\044\301\302\107\166" --"\261\210\134\202\073\273\053\246\004\327\214\007\217\315\325\101" --"\035\360\256\270\051\054\224\122\140\064\224\073\332\340\070\321" --"\235\063\076\025\364\223\062\305\000\332\265\051\146\016\072\170" --"\017\041\122\137\002\345\222\173\045\323\222\036\057\025\235\201" --"\344\235\216\350\357\211\316\024\114\124\035\034\201\022\115\160" --"\250\276\020\005\027\176\037\321\270\127\125\355\315\273\122\302" --"\260\036\170\302\115\066\150\313\126\046\301\122\301\275\166\367" --"\130\325\162\176\037\104\166\273\000\211\035\026\235\121\065\357" --"\115\302\126\357\153\340\214\073\015\351\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\035\006\003\125\035\016\004\026\004\024\077" --"\215\232\131\213\374\173\173\234\243\257\070\260\071\355\220\161" --"\200\326\310\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\025\032\176\023\212\271\350\007\243" --"\113\047\062\262\100\221\362\041\321\144\205\276\143\152\322\317" --"\201\302\025\325\172\176\014\051\254\067\036\034\174\166\122\225" --"\332\265\177\043\241\051\167\145\311\062\235\250\056\126\253\140" --"\166\316\026\264\215\177\170\300\325\231\121\203\177\136\331\276" --"\014\250\120\355\042\307\255\005\114\166\373\355\356\036\107\144" --"\366\367\047\175\134\050\017\105\305\134\142\136\246\232\221\221" --"\267\123\027\056\334\255\140\235\226\144\071\275\147\150\262\256" --"\005\313\115\347\137\037\127\206\325\040\234\050\373\157\023\070" --"\365\366\021\222\366\175\231\136\037\014\350\253\104\044\051\162" --"\100\075\066\122\257\214\130\220\163\301\354\141\054\171\241\354" --"\207\265\077\332\115\331\041\000\060\336\220\332\016\323\032\110" --"\251\076\205\013\024\213\214\274\101\236\152\367\016\160\300\065" --"\367\071\242\135\146\320\173\131\237\250\107\022\232\047\043\244" --"\055\216\047\203\222\040\241\327\025\177\361\056\030\356\364\110" --"\177\057\177\361\241\030\265\241\013\224\240\142\040\062\234\035" --"\366\324\357\277\114\210\150" --, (PRUint32)855 } --}; --static const NSSItem nss_builtins_items_265 [] = { -+static const NSSItem nss_builtins_items_237 [] = { - { (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 *)"Buypass Class 2 CA 1", (PRUint32)21 }, -- { (void *)"\240\241\253\220\311\374\204\173\073\022\141\350\227\175\137\323" --"\042\141\323\314" --, (PRUint32)20 }, -- { (void *)"\270\010\232\360\003\314\033\015\310\154\013\166\241\165\144\043" --, (PRUint32)16 }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\062\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -+ { (void *)"Entrust.net 2048 2029", (PRUint32)22 }, -+ { (void *)"\120\060\006\011\035\227\324\365\256\071\367\313\347\222\175\175" -+"\145\055\064\061" -+, (PRUint32)20 }, -+ { (void *)"\356\051\061\274\062\176\232\346\350\265\367\121\264\064\161\220" -+, (PRUint32)16 }, -+ { (void *)"\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156" -+"\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125" -+"\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056" -+"\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143" -+"\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151" -+"\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006" -+"\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105" -+"\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164" -+"\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164" -+"\162\165\163\164\056\156\145\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\050\062\060\064\070\051" -+, (PRUint32)183 }, -+ { (void *)"\002\004\070\143\336\370" -+, (PRUint32)6 }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_266 [] = { -+static const NSSItem nss_builtins_items_238 [] = { - { (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 *)"Buypass Class 3 CA 1", (PRUint32)21 }, -+ { (void *)"Entrust.net 2048 2030", (PRUint32)22 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\063\040\103\101\040\061" --, (PRUint32)77 }, -+ { (void *)"\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123" -+"\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165" -+"\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004" -+"\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165" -+"\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162" -+"\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051" -+"\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111" -+"\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162" -+"\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060" -+"\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107" -+"\062" -+, (PRUint32)193 }, - { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\063\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"\002\001\002" --, (PRUint32)3 }, -- { (void *)"\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\002" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035" --"\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163" --"\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060" --"\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040" --"\103\154\141\163\163\040\063\040\103\101\040\061\060\036\027\015" --"\060\065\060\065\060\071\061\064\061\063\060\063\132\027\015\061" --"\065\060\065\060\071\061\064\061\063\060\063\132\060\113\061\013" --"\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006" --"\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123" --"\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003" --"\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141" --"\163\163\040\063\040\103\101\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\244\216\327\164\331\051" --"\144\336\137\037\207\200\221\352\116\071\346\031\306\104\013\200" --"\325\013\257\123\007\213\022\275\346\147\360\002\261\211\366\140" --"\212\304\133\260\102\321\300\041\250\313\341\233\357\144\121\266" --"\247\317\025\365\164\200\150\004\220\240\130\242\346\164\246\123" --"\123\125\110\143\077\222\126\335\044\116\216\370\272\053\377\363" --"\064\212\236\050\327\064\237\254\057\326\017\361\244\057\275\122" --"\262\111\205\155\071\065\360\104\060\223\106\044\363\266\347\123" --"\373\274\141\257\251\243\024\373\302\027\027\204\154\340\174\210" --"\370\311\034\127\054\360\075\176\224\274\045\223\204\350\232\000" --"\232\105\005\102\127\200\364\116\316\331\256\071\366\310\123\020" --"\014\145\072\107\173\140\302\326\372\221\311\306\161\154\275\221" --"\207\074\221\206\111\253\363\017\240\154\046\166\136\034\254\233" --"\161\345\215\274\233\041\036\234\326\070\176\044\200\025\061\202" --"\226\261\111\323\142\067\133\210\014\012\142\064\376\247\110\176" --"\231\261\060\213\220\067\225\034\250\037\245\054\215\364\125\310" --"\333\335\131\012\302\255\170\240\364\213\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\035\006\003\125\035\016\004\026\004\024\070" --"\024\346\310\360\251\244\003\364\116\076\042\243\133\362\326\340" --"\255\100\164\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\001\147\243\214\311\045\075\023\143" --"\135\026\157\354\241\076\011\134\221\025\052\052\331\200\041\117" --"\005\334\273\245\211\253\023\063\052\236\070\267\214\157\002\162" --"\143\307\163\167\036\011\006\272\073\050\173\244\107\311\141\153" --"\010\010\040\374\212\005\212\037\274\272\306\302\376\317\156\354" --"\023\063\161\147\056\151\372\251\054\077\146\300\022\131\115\013" --"\124\002\222\204\273\333\022\357\203\160\160\170\310\123\372\337" --"\306\306\377\334\210\057\007\300\111\235\062\127\140\323\362\366" --"\231\051\137\347\252\001\314\254\063\250\034\012\273\221\304\003" --"\240\157\266\064\371\206\323\263\166\124\230\364\112\201\263\123" --"\235\115\100\354\345\167\023\105\257\133\252\037\330\057\114\202" --"\173\376\052\304\130\273\117\374\236\375\003\145\032\052\016\303" --"\245\040\026\224\153\171\246\242\022\264\273\032\244\043\172\137" --"\360\256\204\044\344\363\053\373\212\044\243\047\230\145\332\060" --"\165\166\374\031\221\350\333\353\233\077\062\277\100\227\007\046" --"\272\314\363\224\205\112\172\047\223\317\220\102\324\270\133\026" --"\246\347\313\100\003\335\171" --, (PRUint32)855 } --}; --static const NSSItem nss_builtins_items_267 [] = { -+ { (void *)"\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123" -+"\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165" -+"\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004" -+"\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165" -+"\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162" -+"\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051" -+"\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111" -+"\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162" -+"\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060" -+"\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107" -+"\062" -+, (PRUint32)193 }, -+ { (void *)"\002\004\112\123\214\050" -+, (PRUint32)6 }, -+ { (void *)"\060\202\004\076\060\202\003\046\240\003\002\001\002\002\004\112" -+"\123\214\050\060\015\006\011\052\206\110\206\367\015\001\001\013" -+"\005\000\060\201\276\061\013\060\011\006\003\125\004\006\023\002" -+"\125\123\061\026\060\024\006\003\125\004\012\023\015\105\156\164" -+"\162\165\163\164\054\040\111\156\143\056\061\050\060\046\006\003" -+"\125\004\013\023\037\123\145\145\040\167\167\167\056\145\156\164" -+"\162\165\163\164\056\156\145\164\057\154\145\147\141\154\055\164" -+"\145\162\155\163\061\071\060\067\006\003\125\004\013\023\060\050" -+"\143\051\040\062\060\060\071\040\105\156\164\162\165\163\164\054" -+"\040\111\156\143\056\040\055\040\146\157\162\040\141\165\164\150" -+"\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061" -+"\062\060\060\006\003\125\004\003\023\051\105\156\164\162\165\163" -+"\164\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\055" -+"\040\107\062\060\036\027\015\060\071\060\067\060\067\061\067\062" -+"\065\065\064\132\027\015\063\060\061\062\060\067\061\067\065\065" -+"\065\064\132\060\201\276\061\013\060\011\006\003\125\004\006\023" -+"\002\125\123\061\026\060\024\006\003\125\004\012\023\015\105\156" -+"\164\162\165\163\164\054\040\111\156\143\056\061\050\060\046\006" -+"\003\125\004\013\023\037\123\145\145\040\167\167\167\056\145\156" -+"\164\162\165\163\164\056\156\145\164\057\154\145\147\141\154\055" -+"\164\145\162\155\163\061\071\060\067\006\003\125\004\013\023\060" -+"\050\143\051\040\062\060\060\071\040\105\156\164\162\165\163\164" -+"\054\040\111\156\143\056\040\055\040\146\157\162\040\141\165\164" -+"\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171" -+"\061\062\060\060\006\003\125\004\003\023\051\105\156\164\162\165" -+"\163\164\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" -+"\055\040\107\062\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\204\266\162\333\236\014\153\342\231\351" -+"\060\001\247\166\352\062\270\225\101\032\311\332\141\116\130\162" -+"\317\376\366\202\171\277\163\141\006\012\245\047\330\263\137\323" -+"\105\116\034\162\326\116\062\362\162\212\017\367\203\031\320\152" -+"\200\200\000\105\036\260\307\347\232\277\022\127\047\034\243\150" -+"\057\012\207\275\152\153\016\136\145\363\034\167\325\324\205\215" -+"\160\041\264\263\062\347\213\242\325\206\071\002\261\270\322\107" -+"\316\344\311\111\304\073\247\336\373\124\175\127\276\360\350\156" -+"\302\171\262\072\013\125\342\120\230\026\062\023\134\057\170\126" -+"\301\302\224\263\362\132\344\047\232\237\044\327\306\354\320\233" -+"\045\202\343\314\302\304\105\305\214\227\172\006\153\052\021\237" -+"\251\012\156\110\073\157\333\324\021\031\102\367\217\007\277\365" -+"\123\137\234\076\364\027\054\346\151\254\116\062\114\142\167\352" -+"\267\350\345\273\064\274\031\213\256\234\121\347\267\176\265\123" -+"\261\063\042\345\155\317\160\074\032\372\342\233\147\266\203\364" -+"\215\245\257\142\114\115\340\130\254\144\064\022\003\370\266\215" -+"\224\143\044\244\161\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\152\162\046\172\320\036" -+"\357\175\347\073\151\121\324\154\215\237\220\022\146\253\060\015" -+"\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202\001" -+"\001\000\171\237\035\226\306\266\171\077\042\215\207\323\207\003" -+"\004\140\152\153\232\056\131\211\163\021\254\103\321\365\023\377" -+"\215\071\053\300\362\275\117\160\214\251\057\352\027\304\013\124" -+"\236\324\033\226\230\063\074\250\255\142\242\000\166\253\131\151" -+"\156\006\035\176\304\271\104\215\230\257\022\324\141\333\012\031" -+"\106\107\363\353\367\143\301\100\005\100\245\322\267\364\265\232" -+"\066\277\251\210\166\210\004\125\004\053\234\207\177\032\067\074" -+"\176\055\245\032\330\324\211\136\312\275\254\075\154\330\155\257" -+"\325\363\166\017\315\073\210\070\042\235\154\223\232\304\075\277" -+"\202\033\145\077\246\017\135\252\374\345\262\025\312\265\255\306" -+"\274\075\320\204\350\352\006\162\260\115\071\062\170\277\076\021" -+"\234\013\244\235\232\041\363\360\233\013\060\170\333\301\334\207" -+"\103\376\274\143\232\312\305\302\034\311\307\215\377\073\022\130" -+"\010\346\266\075\354\172\054\116\373\203\226\316\014\074\151\207" -+"\124\163\244\163\302\223\377\121\020\254\025\124\001\330\374\005" -+"\261\211\241\177\164\203\232\111\327\334\116\173\212\110\157\213" -+"\105\366" -+, (PRUint32)1090 } -+}; -+static const NSSItem nss_builtins_items_239 [] = { - { (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 *)"Buypass Class 3 CA 1", (PRUint32)21 }, -- { (void *)"\141\127\072\021\337\016\330\176\325\222\145\042\352\320\126\327" --"\104\263\043\161" --, (PRUint32)20 }, -- { (void *)"\337\074\163\131\201\347\071\120\201\004\114\064\242\313\263\173" --, (PRUint32)16 }, -- { (void *)"\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061" --"\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163" --"\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035" --"\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163" --"\040\103\154\141\163\163\040\063\040\103\101\040\061" --, (PRUint32)77 }, -- { (void *)"\002\001\002" --, (PRUint32)3 }, -+ { (void *)"Entrust.net 2048 2030", (PRUint32)22 }, -+ { (void *)"\214\364\047\375\171\014\072\321\146\006\215\350\036\127\357\273" -+"\223\042\162\324" -+, (PRUint32)20 }, -+ { (void *)"\113\342\311\221\226\145\014\364\016\132\223\222\240\012\376\262" -+, (PRUint32)16 }, -+ { (void *)"\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123" -+"\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165" -+"\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004" -+"\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165" -+"\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162" -+"\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051" -+"\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111" -+"\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162" -+"\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060" -+"\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107" -+"\062" -+, (PRUint32)193 }, -+ { (void *)"\002\004\112\123\214\050" -+, (PRUint32)6 }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_268 [] = { -+static const NSSItem nss_builtins_items_240 [] = { - { (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 *)"EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1", (PRUint32)48 }, -+ { (void *)"Thawte Premium Server primary 1024 2021", (PRUint32)40 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102" --"\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162" --"\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141" --"\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060" --"\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151" --"\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145" --"\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151" --"\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023" --"\002\124\122" --, (PRUint32)131 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102" --"\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162" --"\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141" --"\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060" --"\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151" --"\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145" --"\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151" --"\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023" --"\002\124\122" --, (PRUint32)131 }, -- { (void *)"\002\010\114\257\163\102\034\216\164\002" --, (PRUint32)10 }, -- { (void *)"\060\202\005\347\060\202\003\317\240\003\002\001\002\002\010\114" --"\257\163\102\034\216\164\002\060\015\006\011\052\206\110\206\367" --"\015\001\001\005\005\000\060\201\200\061\070\060\066\006\003\125" --"\004\003\014\057\105\102\107\040\105\154\145\153\164\162\157\156" --"\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172" --"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261" --"\163\304\261\061\067\060\065\006\003\125\004\012\014\056\105\102" --"\107\040\102\151\154\151\305\237\151\155\040\124\145\153\156\157" --"\154\157\152\151\154\145\162\151\040\166\145\040\110\151\172\155" --"\145\164\154\145\162\151\040\101\056\305\236\056\061\013\060\011" --"\006\003\125\004\006\023\002\124\122\060\036\027\015\060\066\060" --"\070\061\067\060\060\062\061\060\071\132\027\015\061\066\060\070" --"\061\064\060\060\063\061\060\071\132\060\201\200\061\070\060\066" --"\006\003\125\004\003\014\057\105\102\107\040\105\154\145\153\164" --"\162\157\156\151\153\040\123\145\162\164\151\146\151\153\141\040" --"\110\151\172\155\145\164\040\123\141\304\237\154\141\171\304\261" --"\143\304\261\163\304\261\061\067\060\065\006\003\125\004\012\014" --"\056\105\102\107\040\102\151\154\151\305\237\151\155\040\124\145" --"\153\156\157\154\157\152\151\154\145\162\151\040\166\145\040\110" --"\151\172\155\145\164\154\145\162\151\040\101\056\305\236\056\061" --"\013\060\011\006\003\125\004\006\023\002\124\122\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\356\240\204" --"\141\320\072\152\146\020\062\330\061\070\177\247\247\345\375\241" --"\341\373\227\167\270\161\226\350\023\226\106\203\117\266\362\137" --"\162\126\156\023\140\245\001\221\342\133\305\315\127\037\167\143" --"\121\377\057\075\333\271\077\252\251\065\347\171\320\365\320\044" --"\266\041\352\353\043\224\376\051\277\373\211\221\014\144\232\005" --"\112\053\314\014\356\361\075\233\202\151\244\114\370\232\157\347" --"\042\332\020\272\137\222\374\030\047\012\250\252\104\372\056\054" --"\264\373\106\232\010\003\203\162\253\210\344\152\162\311\345\145" --"\037\156\052\017\235\263\350\073\344\014\156\172\332\127\375\327" --"\353\171\213\136\040\006\323\166\013\154\002\225\243\226\344\313" --"\166\121\321\050\235\241\032\374\104\242\115\314\172\166\250\015" --"\075\277\027\117\042\210\120\375\256\266\354\220\120\112\133\237" --"\225\101\252\312\017\262\112\376\200\231\116\243\106\025\253\370" --"\163\102\152\302\146\166\261\012\046\025\335\223\222\354\333\251" --"\137\124\042\122\221\160\135\023\352\110\354\156\003\154\331\335" --"\154\374\353\015\003\377\246\203\022\233\361\251\223\017\305\046" --"\114\061\262\143\231\141\162\347\052\144\231\322\270\351\165\342" --"\174\251\251\232\032\252\303\126\333\020\232\074\203\122\266\173" --"\226\267\254\207\167\250\271\362\147\013\224\103\263\257\076\163" --"\372\102\066\261\045\305\012\061\046\067\126\147\272\243\013\175" --"\326\367\211\315\147\241\267\072\036\146\117\366\240\125\024\045" --"\114\054\063\015\246\101\214\275\004\061\152\020\162\012\235\016" --"\056\166\275\136\363\121\211\213\250\077\125\163\277\333\072\306" --"\044\005\226\222\110\252\113\215\052\003\345\127\221\020\364\152" --"\050\025\156\107\167\204\134\121\164\237\031\351\346\036\143\026" --"\071\343\021\025\343\130\032\104\275\313\304\154\146\327\204\006" --"\337\060\364\067\242\103\042\171\322\020\154\337\273\346\023\021" --"\374\235\204\012\023\173\360\073\320\374\243\012\327\211\352\226" --"\176\215\110\205\036\144\137\333\124\242\254\325\172\002\171\153" --"\322\212\360\147\332\145\162\015\024\160\344\351\216\170\217\062" --"\164\174\127\362\326\326\364\066\211\033\370\051\154\213\271\366" --"\227\321\244\056\252\276\013\031\302\105\351\160\135\002\003\000" --"\235\331\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\035\006\003\125\035\016\004\026" --"\004\024\347\316\306\117\374\026\147\226\372\112\243\007\301\004" --"\247\313\152\336\332\107\060\037\006\003\125\035\043\004\030\060" --"\026\200\024\347\316\306\117\374\026\147\226\372\112\243\007\301" --"\004\247\313\152\336\332\107\060\015\006\011\052\206\110\206\367" --"\015\001\001\005\005\000\003\202\002\001\000\233\230\232\135\276" --"\363\050\043\166\306\154\367\177\346\100\236\300\066\334\225\015" --"\035\255\025\305\066\330\325\071\357\362\036\042\136\263\202\264" --"\135\273\114\032\312\222\015\337\107\044\036\263\044\332\221\210" --"\351\203\160\335\223\327\351\272\263\337\026\132\076\336\340\310" --"\373\323\375\154\051\370\025\106\240\150\046\314\223\122\256\202" --"\001\223\220\312\167\312\115\111\357\342\132\331\052\275\060\316" --"\114\262\201\266\060\316\131\117\332\131\035\152\172\244\105\260" --"\202\046\201\206\166\365\365\020\000\270\356\263\011\350\117\207" --"\002\007\256\044\134\360\137\254\012\060\314\212\100\240\163\004" --"\301\373\211\044\366\232\034\134\267\074\012\147\066\005\010\061" --"\263\257\330\001\150\052\340\170\217\164\336\270\121\244\214\154" --"\040\075\242\373\263\324\011\375\173\302\200\252\223\154\051\230" --"\041\250\273\026\363\251\022\137\164\265\207\230\362\225\046\337" --"\064\357\212\123\221\210\135\032\224\243\077\174\042\370\327\210" --"\272\246\214\226\250\075\122\064\142\237\000\036\124\125\102\147" --"\306\115\106\217\273\024\105\075\012\226\026\216\020\241\227\231" --"\325\323\060\205\314\336\264\162\267\274\212\074\030\051\150\375" --"\334\161\007\356\044\071\152\372\355\245\254\070\057\371\036\020" --"\016\006\161\032\020\114\376\165\176\377\036\127\071\102\312\327" --"\341\025\241\126\125\131\033\321\243\257\021\330\116\303\245\053" --"\357\220\277\300\354\202\023\133\215\326\162\054\223\116\217\152" --"\051\337\205\074\323\015\340\242\030\022\314\125\057\107\267\247" --"\233\002\376\101\366\210\114\155\332\251\001\107\203\144\047\142" --"\020\202\326\022\173\136\003\037\064\251\311\221\376\257\135\155" --"\206\047\267\043\252\165\030\312\040\347\260\017\327\211\016\246" --"\147\042\143\364\203\101\053\006\113\273\130\325\321\327\267\271" --"\020\143\330\211\112\264\252\335\026\143\365\156\276\140\241\370" --"\355\350\326\220\117\032\306\305\240\051\323\247\041\250\365\132" --"\074\367\307\111\242\041\232\112\225\122\040\226\162\232\146\313" --"\367\322\206\103\174\042\276\226\371\275\001\250\107\335\345\073" --"\100\371\165\053\233\053\106\144\206\215\036\364\217\373\007\167" --"\320\352\111\242\034\215\122\024\246\012\223" --, (PRUint32)1515 } --}; --static const NSSItem nss_builtins_items_269 [] = { -- { (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 *)"EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1", (PRUint32)48 }, -- { (void *)"\214\226\272\353\335\053\007\007\110\356\060\062\146\240\363\230" --"\156\174\256\130" --, (PRUint32)20 }, -- { (void *)"\054\040\046\235\313\032\112\000\205\265\267\132\256\302\001\067" --, (PRUint32)16 }, -- { (void *)"\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102" --"\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162" --"\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141" --"\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060" --"\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151" --"\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145" --"\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151" --"\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023" --"\002\124\122" --, (PRUint32)131 }, -- { (void *)"\002\010\114\257\163\102\034\216\164\002" --, (PRUint32)10 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_270 [] = { -- { (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 *)"certSIGN ROOT CA", (PRUint32)17 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061" --"\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111" --"\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162" --"\164\123\111\107\116\040\122\117\117\124\040\103\101" --, (PRUint32)61 }, -+ { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" -+"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" -+"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" -+"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" -+"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" -+"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" -+"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" -+"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" -+"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" -+"\155" -+, (PRUint32)209 }, - { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061" --"\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111" --"\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162" --"\164\123\111\107\116\040\122\117\117\124\040\103\101" --, (PRUint32)61 }, -- { (void *)"\002\006\040\006\005\026\160\002" --, (PRUint32)8 }, -- { (void *)"\060\202\003\070\060\202\002\040\240\003\002\001\002\002\006\040" --"\006\005\026\160\002\060\015\006\011\052\206\110\206\367\015\001" --"\001\005\005\000\060\073\061\013\060\011\006\003\125\004\006\023" --"\002\122\117\061\021\060\017\006\003\125\004\012\023\010\143\145" --"\162\164\123\111\107\116\061\031\060\027\006\003\125\004\013\023" --"\020\143\145\162\164\123\111\107\116\040\122\117\117\124\040\103" --"\101\060\036\027\015\060\066\060\067\060\064\061\067\062\060\060" --"\064\132\027\015\063\061\060\067\060\064\061\067\062\060\060\064" --"\132\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117" --"\061\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123" --"\111\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145" --"\162\164\123\111\107\116\040\122\117\117\124\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\267" --"\063\271\176\310\045\112\216\265\333\264\050\033\252\127\220\350" --"\321\042\323\144\272\323\223\350\324\254\206\141\100\152\140\127" --"\150\124\204\115\274\152\124\002\005\377\337\233\232\052\256\135" --"\007\217\112\303\050\177\357\373\053\372\171\361\307\255\360\020" --"\123\044\220\213\146\311\250\210\253\257\132\243\000\351\276\272" --"\106\356\133\163\173\054\027\202\201\136\142\054\241\002\145\263" --"\275\305\053\000\176\304\374\003\063\127\015\355\342\372\316\135" --"\105\326\070\315\065\266\262\301\320\234\201\112\252\344\262\001" --"\134\035\217\137\231\304\261\255\333\210\041\353\220\010\202\200" --"\363\060\243\103\346\220\202\256\125\050\111\355\133\327\251\020" --"\070\016\376\217\114\133\233\106\352\101\365\260\010\164\303\320" --"\210\063\266\174\327\164\337\334\204\321\103\016\165\071\241\045" --"\100\050\352\170\313\016\054\056\071\235\214\213\156\026\034\057" --"\046\202\020\342\343\145\224\012\004\300\136\367\135\133\370\020" --"\342\320\272\172\113\373\336\067\000\000\032\133\050\343\322\234" --"\163\076\062\207\230\241\311\121\057\327\336\254\063\263\117\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\306\060\035\006\003\125\035\016" --"\004\026\004\024\340\214\233\333\045\111\263\361\174\206\326\262" --"\102\207\013\320\153\240\331\344\060\015\006\011\052\206\110\206" --"\367\015\001\001\005\005\000\003\202\001\001\000\076\322\034\211" --"\056\065\374\370\165\335\346\177\145\210\364\162\114\311\054\327" --"\062\116\363\335\031\171\107\275\216\073\133\223\017\120\111\044" --"\023\153\024\006\162\357\011\323\241\241\343\100\204\311\347\030" --"\062\164\074\110\156\017\237\113\324\367\036\323\223\206\144\124" --"\227\143\162\120\325\125\317\372\040\223\002\242\233\303\043\223" --"\116\026\125\166\240\160\171\155\315\041\037\317\057\055\274\031" --"\343\210\061\370\131\032\201\011\310\227\246\164\307\140\304\133" --"\314\127\216\262\165\375\033\002\011\333\131\157\162\223\151\367" --"\061\101\326\210\070\277\207\262\275\026\171\371\252\344\276\210" --"\045\335\141\047\043\034\265\061\007\004\066\264\032\220\275\240" --"\164\161\120\211\155\274\024\343\017\206\256\361\253\076\307\240" --"\011\314\243\110\321\340\333\144\347\222\265\317\257\162\103\160" --"\213\371\303\204\074\023\252\176\222\233\127\123\223\372\160\302" --"\221\016\061\371\233\147\135\351\226\070\136\137\263\163\116\210" --"\025\147\336\236\166\020\142\040\276\125\151\225\103\000\071\115" --"\366\356\260\132\116\111\104\124\130\137\102\203" --, (PRUint32)828 } --}; --static const NSSItem nss_builtins_items_271 [] = { -- { (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 *)"certSIGN ROOT CA", (PRUint32)17 }, -- { (void *)"\372\267\356\066\227\046\142\373\055\260\052\366\277\003\375\350" --"\174\113\057\233" --, (PRUint32)20 }, -- { (void *)"\030\230\300\326\351\072\374\371\260\365\014\367\113\001\104\027" --, (PRUint32)16 }, -- { (void *)"\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061" --"\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111" --"\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162" --"\164\123\111\107\116\040\122\117\117\124\040\103\101" --, (PRUint32)61 }, -- { (void *)"\002\006\040\006\005\026\160\002" --, (PRUint32)8 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+ { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" -+"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" -+"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" -+"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" -+"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" -+"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" -+"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" -+"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" -+"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" -+"\155" -+, (PRUint32)209 }, -+ { (void *)"\002\020\066\022\042\226\305\343\070\245\040\241\322\137\114\327" -+"\011\124" -+, (PRUint32)18 }, -+ { (void *)"\060\202\003\066\060\202\002\237\240\003\002\001\002\002\020\066" -+"\022\042\226\305\343\070\245\040\241\322\137\114\327\011\124\060" -+"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\201" -+"\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025" -+"\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156" -+"\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023\011" -+"\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003\125" -+"\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163\165" -+"\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125\004" -+"\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156" -+"\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151" -+"\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141" -+"\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162\166" -+"\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206\367" -+"\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163\145" -+"\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155\060" -+"\036\027\015\071\066\060\070\060\061\060\060\060\060\060\060\132" -+"\027\015\062\061\060\061\060\061\062\063\065\071\065\071\132\060" -+"\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061" -+"\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162" -+"\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023" -+"\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003" -+"\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163" -+"\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125" -+"\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157" -+"\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163" -+"\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150" -+"\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162" -+"\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206" -+"\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163" -+"\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155" -+"\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\322\066\066" -+"\152\213\327\302\133\236\332\201\101\142\217\070\356\111\004\125" -+"\326\320\357\034\033\225\026\107\357\030\110\065\072\122\364\053" -+"\152\006\217\073\057\352\126\343\257\206\215\236\027\367\236\264" -+"\145\165\002\115\357\313\011\242\041\121\330\233\320\147\320\272" -+"\015\222\006\024\163\324\223\313\227\052\000\234\134\116\014\274" -+"\372\025\122\374\362\104\156\332\021\112\156\010\237\057\055\343" -+"\371\252\072\206\163\266\106\123\130\310\211\005\275\203\021\270" -+"\163\077\252\007\215\364\102\115\347\100\235\034\067\002\003\001" -+"\000\001\243\023\060\021\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\145\220\254\210\017\126" -+"\331\346\060\064\324\046\307\320\120\361\222\336\153\324\071\210" -+"\011\042\306\246\143\203\003\367\231\167\330\262\345\030\270\135" -+"\143\363\324\163\373\154\234\231\170\361\113\170\175\031\044\303" -+"\053\002\204\370\274\042\331\212\042\327\240\374\161\354\221\207" -+"\040\361\270\354\261\345\125\200\254\075\122\310\071\016\302\360" -+"\300\005\117\326\202\165\214\275\137\322\334\166\232\005\022\311" -+"\257\162\303\334\045\176\244\115\216\027\245\340\207\177\341\232" -+"\132\341\140\334\144\043\074\102\056\115" -+, (PRUint32)826 } - }; --static const NSSItem nss_builtins_items_272 [] = { -- { (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 *)"CNNIC ROOT", (PRUint32)11 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061" --"\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061" --"\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040" --"\122\117\117\124" --, (PRUint32)52 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061" --"\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061" --"\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040" --"\122\117\117\124" --, (PRUint32)52 }, -- { (void *)"\002\004\111\063\000\001" --, (PRUint32)6 }, -- { (void *)"\060\202\003\125\060\202\002\075\240\003\002\001\002\002\004\111" --"\063\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\060\062\061\013\060\011\006\003\125\004\006\023\002\103" --"\116\061\016\060\014\006\003\125\004\012\023\005\103\116\116\111" --"\103\061\023\060\021\006\003\125\004\003\023\012\103\116\116\111" --"\103\040\122\117\117\124\060\036\027\015\060\067\060\064\061\066" --"\060\067\060\071\061\064\132\027\015\062\067\060\064\061\066\060" --"\067\060\071\061\064\132\060\062\061\013\060\011\006\003\125\004" --"\006\023\002\103\116\061\016\060\014\006\003\125\004\012\023\005" --"\103\116\116\111\103\061\023\060\021\006\003\125\004\003\023\012" --"\103\116\116\111\103\040\122\117\117\124\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\323\065\367\077\163" --"\167\255\350\133\163\027\302\321\157\355\125\274\156\352\350\244" --"\171\262\154\303\243\357\341\237\261\073\110\205\365\232\134\041" --"\042\020\054\305\202\316\332\343\232\156\067\341\207\054\334\271" --"\014\132\272\210\125\337\375\252\333\037\061\352\001\361\337\071" --"\001\301\023\375\110\122\041\304\125\337\332\330\263\124\166\272" --"\164\261\267\175\327\300\350\366\131\305\115\310\275\255\037\024" --"\332\337\130\104\045\062\031\052\307\176\176\216\256\070\260\060" --"\173\107\162\011\061\360\060\333\303\033\166\051\273\151\166\116" --"\127\371\033\144\242\223\126\267\157\231\156\333\012\004\234\021" --"\343\200\037\313\143\224\020\012\251\341\144\202\061\371\214\047" --"\355\246\231\000\366\160\223\030\370\241\064\206\243\335\172\302" --"\030\171\366\172\145\065\317\220\353\275\063\223\237\123\253\163" --"\073\346\233\064\040\057\035\357\251\035\143\032\240\200\333\003" --"\057\371\046\032\206\322\215\273\251\276\122\072\207\147\110\015" --"\277\264\240\330\046\276\043\137\163\067\177\046\346\222\004\243" --"\177\317\040\247\267\363\072\312\313\231\313\002\003\001\000\001" --"\243\163\060\161\060\021\006\011\140\206\110\001\206\370\102\001" --"\001\004\004\003\002\000\007\060\037\006\003\125\035\043\004\030" --"\060\026\200\024\145\362\061\255\052\367\367\335\122\226\012\307" --"\002\301\016\357\246\325\073\021\060\017\006\003\125\035\023\001" --"\001\377\004\005\060\003\001\001\377\060\013\006\003\125\035\017" --"\004\004\003\002\001\376\060\035\006\003\125\035\016\004\026\004" --"\024\145\362\061\255\052\367\367\335\122\226\012\307\002\301\016" --"\357\246\325\073\021\060\015\006\011\052\206\110\206\367\015\001" --"\001\005\005\000\003\202\001\001\000\113\065\356\314\344\256\277" --"\303\156\255\237\225\073\113\077\133\036\337\127\051\242\131\312" --"\070\342\271\032\377\236\346\156\062\335\036\256\352\065\267\365" --"\223\221\116\332\102\341\303\027\140\120\362\321\134\046\271\202" --"\267\352\155\344\234\204\347\003\171\027\257\230\075\224\333\307" --"\272\000\347\270\277\001\127\301\167\105\062\014\073\361\264\034" --"\010\260\375\121\240\241\335\232\035\023\066\232\155\267\307\074" --"\271\341\305\331\027\372\203\325\075\025\240\074\273\036\013\342" --"\310\220\077\250\206\014\374\371\213\136\205\313\117\133\113\142" --"\021\107\305\105\174\005\057\101\261\236\020\151\033\231\226\340" --"\125\171\373\116\206\231\270\224\332\206\070\152\223\243\347\313" --"\156\345\337\352\041\125\211\234\175\175\177\230\365\000\211\356" --"\343\204\300\134\226\265\305\106\352\106\340\205\125\266\033\311" --"\022\326\301\315\315\200\363\002\001\074\310\151\313\105\110\143" --"\330\224\320\354\205\016\073\116\021\145\364\202\214\246\075\256" --"\056\042\224\011\310\134\352\074\201\135\026\052\003\227\026\125" --"\011\333\212\101\202\236\146\233\021" --, (PRUint32)857 } --}; --static const NSSItem nss_builtins_items_273 [] = { -+static const NSSItem nss_builtins_items_241 [] = { - { (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 *)"CNNIC ROOT", (PRUint32)11 }, -- { (void *)"\213\257\114\233\035\360\052\222\367\332\022\216\271\033\254\364" --"\230\140\113\157" --, (PRUint32)20 }, -- { (void *)"\041\274\202\253\111\304\023\073\113\262\053\134\153\220\234\031" --, (PRUint32)16 }, -- { (void *)"\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061" --"\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061" --"\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040" --"\122\117\117\124" --, (PRUint32)52 }, -- { (void *)"\002\004\111\063\000\001" --, (PRUint32)6 }, -+ { (void *)"Thawte Premium Server primary 1024 2021", (PRUint32)40 }, -+ { (void *)"\340\253\005\224\040\162\124\223\005\140\142\002\066\160\367\315" -+"\056\374\146\146" -+, (PRUint32)20 }, -+ { (void *)"\246\153\140\220\043\233\077\055\273\230\157\326\247\031\015\106" -+, (PRUint32)16 }, -+ { (void *)"\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101" -+"\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145" -+"\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007" -+"\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006" -+"\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156" -+"\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003" -+"\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151" -+"\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151" -+"\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124" -+"\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145" -+"\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110" -+"\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055" -+"\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157" -+"\155" -+, (PRUint32)209 }, -+ { (void *)"\002\020\066\022\042\226\305\343\070\245\040\241\322\137\114\327" -+"\011\124" -+, (PRUint32)18 }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_274 [] = { -+static const NSSItem nss_builtins_items_242 [] = { - { (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 *)"ApplicationCA - Japanese Government", (PRUint32)36 }, -+ { (void *)"IPS Global CA Root 2048 2029", (PRUint32)29 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145" --"\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060" --"\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164" --"\151\157\156\103\101" --, (PRUint32)69 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145" --"\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060" --"\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164" --"\151\157\156\103\101" --, (PRUint32)69 }, -- { (void *)"\002\001\061" -+ { (void *)"\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123" -+"\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151" -+"\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162" -+"\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123" -+"\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\163\056\154\056\040\151\160" -+"\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160" -+"\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160" -+"\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157" -+"\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011" -+"\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143" -+"\141\056\143\157\155" -+, (PRUint32)181 }, -+ { (void *)"0", (PRUint32)2 }, -+ { (void *)"\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123" -+"\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151" -+"\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162" -+"\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123" -+"\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\163\056\154\056\040\151\160" -+"\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160" -+"\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160" -+"\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157" -+"\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011" -+"\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143" -+"\141\056\143\157\155" -+, (PRUint32)181 }, -+ { (void *)"\002\001\000" - , (PRUint32)3 }, -- { (void *)"\060\202\003\240\060\202\002\210\240\003\002\001\002\002\001\061" -+ { (void *)"\060\202\006\007\060\202\004\357\240\003\002\001\002\002\001\000" - "\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061\034" --"\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145\163" --"\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060\024" --"\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164\151" --"\157\156\103\101\060\036\027\015\060\067\061\062\061\062\061\065" --"\060\060\060\060\132\027\015\061\067\061\062\061\062\061\065\060" --"\060\060\060\132\060\103\061\013\060\011\006\003\125\004\006\023" --"\002\112\120\061\034\060\032\006\003\125\004\012\023\023\112\141" --"\160\141\156\145\163\145\040\107\157\166\145\162\156\155\145\156" --"\164\061\026\060\024\006\003\125\004\013\023\015\101\160\160\154" --"\151\143\141\164\151\157\156\103\101\060\202\001\042\060\015\006" -+"\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123\061" -+"\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151\144" -+"\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162\151" -+"\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123\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\163\056\154\056\040\151\160\163" -+"\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160\163" -+"\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160\163" -+"\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157\157" -+"\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011\001" -+"\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143\141" -+"\056\143\157\155\060\036\027\015\060\071\060\071\060\067\061\064" -+"\063\070\064\064\132\027\015\062\071\061\062\062\065\061\064\063" -+"\070\064\064\132\060\201\262\061\013\060\011\006\003\125\004\006" -+"\023\002\105\123\061\017\060\015\006\003\125\004\010\023\006\115" -+"\141\144\162\151\144\061\017\060\015\006\003\125\004\007\023\006" -+"\115\141\144\162\151\144\061\057\060\055\006\003\125\004\012\023" -+"\046\111\120\123\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\163\056\154" -+"\056\040\151\160\163\103\101\061\016\060\014\006\003\125\004\013" -+"\023\005\151\160\163\103\101\061\035\060\033\006\003\125\004\003" -+"\023\024\151\160\163\103\101\040\107\154\157\142\141\154\040\103" -+"\101\040\122\157\157\164\061\041\060\037\006\011\052\206\110\206" -+"\367\015\001\011\001\026\022\147\154\157\142\141\154\060\061\100" -+"\151\160\163\143\141\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\247\155\340\164\116\207" --"\217\245\006\336\150\242\333\206\231\113\144\015\161\360\012\005" --"\233\216\252\341\314\056\322\152\073\301\172\264\227\141\215\212" --"\276\306\232\234\006\264\206\121\344\067\016\164\170\176\137\212" --"\177\224\244\327\107\010\375\120\132\126\344\150\254\050\163\240" --"\173\351\177\030\222\100\117\055\235\365\256\104\110\163\066\006" --"\236\144\054\073\064\043\333\134\046\344\161\171\217\324\156\171" --"\042\271\223\301\312\315\301\126\355\210\152\327\240\071\041\004" --"\127\054\242\365\274\107\101\117\136\064\042\225\265\037\051\155" --"\136\112\363\115\162\276\101\126\040\207\374\351\120\107\327\060" --"\024\356\134\214\125\272\131\215\207\374\043\336\223\320\004\214" --"\375\357\155\275\320\172\311\245\072\152\162\063\306\112\015\005" --"\027\052\055\173\261\247\330\326\360\276\364\077\352\016\050\155" --"\101\141\043\166\170\303\270\145\244\363\132\256\314\302\252\331" --"\347\130\336\266\176\235\205\156\237\052\012\157\237\003\051\060" --"\227\050\035\274\267\317\124\051\116\121\061\371\047\266\050\046" --"\376\242\143\346\101\026\360\063\230\107\002\003\001\000\001\243" --"\201\236\060\201\233\060\035\006\003\125\035\016\004\026\004\024" --"\124\132\313\046\077\161\314\224\106\015\226\123\352\153\110\320" --"\223\376\102\165\060\016\006\003\125\035\017\001\001\377\004\004" --"\003\002\001\006\060\131\006\003\125\035\021\004\122\060\120\244" --"\116\060\114\061\013\060\011\006\003\125\004\006\023\002\112\120" --"\061\030\060\026\006\003\125\004\012\014\017\346\227\245\346\234" --"\254\345\233\275\346\224\277\345\272\234\061\043\060\041\006\003" --"\125\004\013\014\032\343\202\242\343\203\227\343\203\252\343\202" --"\261\343\203\274\343\202\267\343\203\247\343\203\263\103\101\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" --"\202\001\001\000\071\152\104\166\167\070\072\354\243\147\106\017" --"\371\213\006\250\373\152\220\061\316\176\354\332\321\211\174\172" --"\353\056\014\275\231\062\347\260\044\326\303\377\365\262\210\011" --"\207\054\343\124\341\243\246\262\010\013\300\205\250\310\322\234" --"\161\366\035\237\140\374\070\063\023\341\236\334\013\137\332\026" --"\120\051\173\057\160\221\017\231\272\064\064\215\225\164\305\176" --"\170\251\146\135\275\312\041\167\102\020\254\146\046\075\336\221" --"\253\375\025\360\157\355\154\137\020\370\363\026\366\003\212\217" --"\247\022\021\014\313\375\077\171\301\234\375\142\356\243\317\124" --"\014\321\053\137\027\076\343\076\277\300\053\076\011\233\376\210" --"\246\176\264\222\027\374\043\224\201\275\156\247\305\214\302\353" --"\021\105\333\370\101\311\226\166\352\160\137\171\022\153\344\243" --"\007\132\005\357\047\111\317\041\237\212\114\011\160\146\251\046" --"\301\053\021\116\063\322\016\374\326\154\322\016\062\144\150\377" --"\255\005\170\137\003\035\250\343\220\254\044\340\017\100\247\113" --"\256\213\050\267\202\312\030\007\346\267\133\164\351\040\031\177" --"\262\033\211\124" --, (PRUint32)932 } --}; --static const NSSItem nss_builtins_items_275 [] = { -- { (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 *)"ApplicationCA - Japanese Government", (PRUint32)36 }, -- { (void *)"\177\212\260\317\320\121\207\152\146\363\066\017\107\310\215\214" --"\323\065\374\164" --, (PRUint32)20 }, -- { (void *)"\176\043\116\133\247\245\264\045\351\000\007\164\021\142\256\326" --, (PRUint32)16 }, -- { (void *)"\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145" --"\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060" --"\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164" --"\151\157\156\103\101" --, (PRUint32)69 }, -- { (void *)"\002\001\061" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_276 [] = { -- { (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 Primary Certification Authority - G3", (PRUint32)46 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063" --, (PRUint32)155 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063" --, (PRUint32)155 }, -- { (void *)"\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030" --"\017\037" --, (PRUint32)18 }, -- { (void *)"\060\202\003\376\060\202\002\346\240\003\002\001\002\002\020\025" --"\254\156\224\031\262\171\113\101\366\047\251\303\030\017\037\060" --"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201" --"\230\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\071\060\067\006\003\125\004\013\023" --"\060\050\143\051\040\062\060\060\070\040\107\145\157\124\162\165" --"\163\164\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\066\060\064\006\003\125\004\003\023\055\107\145\157\124" --"\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063\060\036\027\015\060\070\060" --"\064\060\062\060\060\060\060\060\060\132\027\015\063\067\061\062" --"\060\061\062\063\065\071\065\071\132\060\201\230\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\071\060\067\006\003\125\004\013\023\060\050\143\051\040" --"\062\060\060\070\040\107\145\157\124\162\165\163\164\040\111\156" --"\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151" --"\172\145\144\040\165\163\145\040\157\156\154\171\061\066\060\064" --"\006\003\125\004\003\023\055\107\145\157\124\162\165\163\164\040" --"\120\162\151\155\141\162\171\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" --"\055\040\107\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\334\342\136\142\130\035\063\127\071\062\063" --"\372\353\313\207\214\247\324\112\335\006\210\352\144\216\061\230" --"\245\070\220\036\230\317\056\143\053\360\106\274\104\262\211\241" --"\300\050\014\111\160\041\225\237\144\300\246\223\022\002\145\046" --"\206\306\245\211\360\372\327\204\240\160\257\117\032\227\077\006" --"\104\325\311\353\162\020\175\344\061\050\373\034\141\346\050\007" --"\104\163\222\042\151\247\003\210\154\235\143\310\122\332\230\047" --"\347\010\114\160\076\264\311\022\301\305\147\203\135\063\363\003" --"\021\354\152\320\123\342\321\272\066\140\224\200\273\141\143\154" --"\133\027\176\337\100\224\036\253\015\302\041\050\160\210\377\326" --"\046\154\154\140\004\045\116\125\176\175\357\277\224\110\336\267" --"\035\335\160\215\005\137\210\245\233\362\302\356\352\321\100\101" --"\155\142\070\035\126\006\305\003\107\121\040\031\374\173\020\013" --"\016\142\256\166\125\277\137\167\276\076\111\001\123\075\230\045" --"\003\166\044\132\035\264\333\211\352\171\345\266\263\073\077\272" --"\114\050\101\177\006\254\152\216\301\320\366\005\035\175\346\102" --"\206\343\245\325\107\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\304\171\312\216\241\116" --"\003\035\034\334\153\333\061\133\224\076\077\060\177\055\060\015" --"\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202\001" --"\001\000\055\305\023\317\126\200\173\172\170\275\237\256\054\231" --"\347\357\332\337\224\136\011\151\247\347\156\150\214\275\162\276" --"\107\251\016\227\022\270\112\361\144\323\071\337\045\064\324\301" --"\315\116\201\360\017\004\304\044\263\064\226\306\246\252\060\337" --"\150\141\163\327\371\216\205\211\357\016\136\225\050\112\052\047" --"\217\020\216\056\174\206\304\002\236\332\014\167\145\016\104\015" --"\222\375\375\263\026\066\372\021\015\035\214\016\007\211\152\051" --"\126\367\162\364\335\025\234\167\065\146\127\253\023\123\330\216" --"\301\100\305\327\023\026\132\162\307\267\151\001\304\172\261\203" --"\001\150\175\215\101\241\224\030\301\045\134\374\360\376\203\002" --"\207\174\015\015\317\056\010\134\112\100\015\076\354\201\141\346" --"\044\333\312\340\016\055\007\262\076\126\334\215\365\101\205\007" --"\110\233\014\013\313\111\077\175\354\267\375\313\215\147\211\032" --"\253\355\273\036\243\000\010\010\027\052\202\134\061\135\106\212" --"\055\017\206\233\164\331\105\373\324\100\261\172\252\150\055\206" --"\262\231\042\341\301\053\307\234\370\363\137\250\202\022\353\031" --"\021\055" --, (PRUint32)1026 } --}; --static const NSSItem nss_builtins_items_277 [] = { -- { (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 Primary Certification Authority - G3", (PRUint32)46 }, -- { (void *)"\003\236\355\270\013\347\240\074\151\123\211\073\040\322\331\062" --"\072\114\052\375" --, (PRUint32)20 }, -- { (void *)"\265\350\064\066\311\020\104\130\110\160\155\056\203\324\270\005" --, (PRUint32)16 }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063" --, (PRUint32)155 }, -- { (void *)"\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030" --"\017\037" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+"\000\060\202\001\012\002\202\001\001\000\247\357\314\200\060\260" -+"\221\044\117\260\150\370\303\312\055\025\070\125\130\202\342\070" -+"\143\260\367\243\222\157\203\270\260\136\260\214\254\124\261\167" -+"\320\120\340\227\263\220\255\212\263\037\071\053\105\126\367\252" -+"\342\337\174\262\354\157\123\057\232\313\320\346\146\313\311\023" -+"\350\162\342\264\315\061\127\207\022\265\223\350\372\162\316\352" -+"\107\362\214\264\260\143\327\004\000\267\144\066\071\227\350\225" -+"\361\210\371\161\015\003\047\214\141\317\010\203\226\117\203\305" -+"\116\350\134\370\006\160\361\002\252\034\036\251\310\252\176\347" -+"\135\315\215\074\024\157\147\320\033\251\043\110\213\041\050\072" -+"\212\114\346\021\061\371\041\056\262\147\146\306\051\156\224\223" -+"\317\100\226\374\260\075\277\262\264\223\277\126\161\266\245\101" -+"\207\260\130\265\131\043\050\111\270\230\371\120\036\055\025\050" -+"\013\114\254\111\321\204\251\233\232\347\162\124\267\070\320\333" -+"\311\376\251\163\325\155\020\315\216\165\353\376\227\375\200\074" -+"\374\264\330\110\364\231\106\013\210\024\244\266\056\333\114\140" -+"\364\041\301\154\200\225\024\325\257\325\002\003\001\000\001\243" -+"\202\002\044\060\202\002\040\060\035\006\003\125\035\016\004\026" -+"\004\024\025\246\226\200\261\025\113\061\303\302\234\366\347\023" -+"\013\113\363\030\315\206\060\201\337\006\003\125\035\043\004\201" -+"\327\060\201\324\200\024\025\246\226\200\261\025\113\061\303\302" -+"\234\366\347\023\013\113\363\030\315\206\241\201\270\244\201\265" -+"\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123" -+"\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151" -+"\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162" -+"\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123" -+"\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\163\056\154\056\040\151\160" -+"\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160" -+"\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160" -+"\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157" -+"\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011" -+"\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143" -+"\141\056\143\157\155\202\001\000\060\014\006\003\125\035\023\004" -+"\005\060\003\001\001\377\060\013\006\003\125\035\017\004\004\003" -+"\002\001\006\060\107\006\003\125\035\045\004\100\060\076\006\010" -+"\053\006\001\005\005\007\003\001\006\010\053\006\001\005\005\007" -+"\003\002\006\010\053\006\001\005\005\007\003\003\006\010\053\006" -+"\001\005\005\007\003\004\006\010\053\006\001\005\005\007\003\010" -+"\006\012\053\006\001\004\001\202\067\012\003\004\060\035\006\003" -+"\125\035\021\004\026\060\024\201\022\147\154\157\142\141\154\060" -+"\061\100\151\160\163\143\141\056\143\157\155\060\035\006\003\125" -+"\035\022\004\026\060\024\201\022\147\154\157\142\141\154\060\061" -+"\100\151\160\163\143\141\056\143\157\155\060\101\006\003\125\035" -+"\037\004\072\060\070\060\066\240\064\240\062\206\060\150\164\164" -+"\160\072\057\057\143\162\154\147\154\157\142\141\154\060\061\056" -+"\151\160\163\143\141\056\143\157\155\057\143\162\154\057\143\162" -+"\154\147\154\157\142\141\154\060\061\056\143\162\154\060\070\006" -+"\010\053\006\001\005\005\007\001\001\004\054\060\052\060\050\006" -+"\010\053\006\001\005\005\007\060\001\206\034\150\164\164\160\072" -+"\057\057\143\162\154\147\154\157\142\141\154\060\061\056\151\160" -+"\163\143\141\056\143\157\155\060\015\006\011\052\206\110\206\367" -+"\015\001\001\005\005\000\003\202\001\001\000\030\364\256\376\200" -+"\017\216\301\167\157\242\132\107\110\237\043\125\241\123\153\371" -+"\135\247\060\245\044\276\103\057\370\301\321\127\371\076\054\200" -+"\045\314\106\251\066\363\111\133\035\366\174\327\143\263\115\076" -+"\170\366\247\264\002\167\370\171\015\076\152\313\030\140\270\375" -+"\000\257\014\335\124\343\124\217\042\075\363\020\157\021\015\265" -+"\036\172\215\047\314\010\270\133\303\270\032\137\053\247\140\077" -+"\000\034\367\017\134\102\146\144\236\207\022\200\160\211\340\372" -+"\127\050\016\116\037\020\057\331\005\200\266\200\057\034\151\360" -+"\366\266\145\064\005\157\312\331\076\370\324\135\067\062\307\270" -+"\053\314\377\163\223\000\161\340\001\310\252\103\275\251\361\316" -+"\372\200\371\361\103\022\221\246\145\345\140\007\115\107\272\053" -+"\057\004\366\112\205\051\210\145\020\311\262\123\142\234\154\233" -+"\140\134\032\033\323\256\305\035\162\231\006\377\005\314\206\046" -+"\163\264\324\124\005\335\036\153\000\073\267\211\350\343\221\002" -+"\040\022\353\357\351\376\012\051\043\201\043\243\000\332\160\314" -+"\222\137\067\043\320\034\173\065\134\003\172" -+, (PRUint32)1547 } - }; --static const NSSItem nss_builtins_items_278 [] = { -- { (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 Primary Root CA - G2", (PRUint32)28 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013" --"\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164" --"\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167" --"\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040" --"\103\101\040\055\040\107\062" --, (PRUint32)135 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013" --"\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164" --"\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167" --"\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040" --"\103\101\040\055\040\107\062" --, (PRUint32)135 }, -- { (void *)"\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256" --"\327\126" --, (PRUint32)18 }, -- { (void *)"\060\202\002\210\060\202\002\015\240\003\002\001\002\002\020\065" --"\374\046\134\331\204\117\311\075\046\075\127\233\256\327\126\060" --"\012\006\010\052\206\110\316\075\004\003\003\060\201\204\061\013" --"\060\011\006\003\125\004\006\023\002\125\123\061\025\060\023\006" --"\003\125\004\012\023\014\164\150\141\167\164\145\054\040\111\156" --"\143\056\061\070\060\066\006\003\125\004\013\023\057\050\143\051" --"\040\062\060\060\067\040\164\150\141\167\164\145\054\040\111\156" --"\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151" --"\172\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042" --"\006\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162" --"\151\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040" --"\107\062\060\036\027\015\060\067\061\061\060\065\060\060\060\060" --"\060\060\132\027\015\063\070\060\061\061\070\062\063\065\071\065" --"\071\132\060\201\204\061\013\060\011\006\003\125\004\006\023\002" --"\125\123\061\025\060\023\006\003\125\004\012\023\014\164\150\141" --"\167\164\145\054\040\111\156\143\056\061\070\060\066\006\003\125" --"\004\013\023\057\050\143\051\040\062\060\060\067\040\164\150\141" --"\167\164\145\054\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\044\060\042\006\003\125\004\003\023\033\164\150" --"\141\167\164\145\040\120\162\151\155\141\162\171\040\122\157\157" --"\164\040\103\101\040\055\040\107\062\060\166\060\020\006\007\052" --"\206\110\316\075\002\001\006\005\053\201\004\000\042\003\142\000" --"\004\242\325\234\202\173\225\235\361\122\170\207\376\212\026\277" --"\005\346\337\243\002\117\015\007\306\000\121\272\014\002\122\055" --"\042\244\102\071\304\376\217\352\311\301\276\324\115\377\237\172" --"\236\342\261\174\232\255\247\206\011\163\207\321\347\232\343\172" --"\245\252\156\373\272\263\160\300\147\210\242\065\324\243\232\261" --"\375\255\302\357\061\372\250\271\363\373\010\306\221\321\373\051" --"\225\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\232\330\000\060\000\347\153\177\205\030\356\213\266\316\212" --"\014\370\021\341\273\060\012\006\010\052\206\110\316\075\004\003" --"\003\003\151\000\060\146\002\061\000\335\370\340\127\107\133\247" --"\346\012\303\275\365\200\212\227\065\015\033\211\074\124\206\167" --"\050\312\241\364\171\336\265\346\070\260\360\145\160\214\177\002" --"\124\302\277\377\330\241\076\331\317\002\061\000\304\215\224\374" --"\334\123\322\334\235\170\026\037\025\063\043\123\122\343\132\061" --"\135\235\312\256\275\023\051\104\015\047\133\250\347\150\234\022" --"\367\130\077\056\162\002\127\243\217\241\024\056" --, (PRUint32)652 } --}; --static const NSSItem nss_builtins_items_279 [] = { -+static const NSSItem nss_builtins_items_243 [] = { - { (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 Primary Root CA - G2", (PRUint32)28 }, -- { (void *)"\252\333\274\042\043\217\304\001\241\047\273\070\335\364\035\333" --"\010\236\360\022" --, (PRUint32)20 }, -- { (void *)"\164\235\352\140\044\304\375\042\123\076\314\072\162\331\051\117" --, (PRUint32)16 }, -- { (void *)"\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013" --"\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164" --"\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167" --"\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040" --"\103\101\040\055\040\107\062" --, (PRUint32)135 }, -- { (void *)"\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256" --"\327\126" --, (PRUint32)18 }, -+ { (void *)"IPS Global CA Root 2048 2029", (PRUint32)29 }, -+ { (void *)"\074\161\327\016\065\245\332\250\262\343\201\055\303\147\164\027" -+"\365\231\015\363" -+, (PRUint32)20 }, -+ { (void *)"\045\052\306\305\211\150\071\371\125\162\002\026\136\243\236\322" -+, (PRUint32)16 }, -+ { (void *)"\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123" -+"\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151" -+"\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162" -+"\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123" -+"\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\163\056\154\056\040\151\160" -+"\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160" -+"\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160" -+"\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157" -+"\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011" -+"\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143" -+"\141\056\143\157\155" -+, (PRUint32)181 }, -+ { (void *)"\002\001\000" -+, (PRUint32)3 }, - { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_280 [] = { -- { (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 Primary Root CA - G3", (PRUint32)28 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013" --"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" --"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040" --"\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143" --"\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172" --"\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006" --"\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151" --"\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107" --"\063" --, (PRUint32)177 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013" --"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" --"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040" --"\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143" --"\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172" --"\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006" --"\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151" --"\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107" --"\063" --, (PRUint32)177 }, -- { (void *)"\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367" --"\220\373" --, (PRUint32)18 }, -- { (void *)"\060\202\004\052\060\202\003\022\240\003\002\001\002\002\020\140" --"\001\227\267\106\247\352\264\264\232\326\113\057\367\220\373\060" --"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201" --"\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061\025" --"\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145\054" --"\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023\037" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156\061" --"\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062\060" --"\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056\040" --"\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144" --"\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003\125" --"\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155\141" --"\162\171\040\122\157\157\164\040\103\101\040\055\040\107\063\060" --"\036\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132" --"\027\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060" --"\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145" --"\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023" --"\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123" --"\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156" --"\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062" --"\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056" --"\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145" --"\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003" --"\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155" --"\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107\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\262\277\047\054\373\333\330\133\335\170\173\033\236\167\146" --"\201\313\076\274\174\256\363\246\047\232\064\243\150\061\161\070" --"\063\142\344\363\161\146\171\261\251\145\243\245\213\325\217\140" --"\055\077\102\314\252\153\062\300\043\313\054\101\335\344\337\374" --"\141\234\342\163\262\042\225\021\103\030\137\304\266\037\127\154" --"\012\005\130\042\310\066\114\072\174\245\321\317\206\257\210\247" --"\104\002\023\164\161\163\012\102\131\002\370\033\024\153\102\337" --"\157\137\272\153\202\242\235\133\347\112\275\036\001\162\333\113" --"\164\350\073\177\177\175\037\004\264\046\233\340\264\132\254\107" --"\075\125\270\327\260\046\122\050\001\061\100\146\330\331\044\275" --"\366\052\330\354\041\111\134\233\366\172\351\177\125\065\176\226" --"\153\215\223\223\047\313\222\273\352\254\100\300\237\302\370\200" --"\317\135\364\132\334\316\164\206\246\076\154\013\123\312\275\222" --"\316\031\006\162\346\014\134\070\151\307\004\326\274\154\316\133" --"\366\367\150\234\334\045\025\110\210\241\351\251\370\230\234\340" --"\363\325\061\050\141\021\154\147\226\215\071\231\313\302\105\044" --"\071\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\255\154\252\224\140\234\355\344\377\372" --"\076\012\164\053\143\003\367\266\131\277\060\015\006\011\052\206" --"\110\206\367\015\001\001\013\005\000\003\202\001\001\000\032\100" --"\330\225\145\254\011\222\211\306\071\364\020\345\251\016\146\123" --"\135\170\336\372\044\221\273\347\104\121\337\306\026\064\012\357" --"\152\104\121\352\053\007\212\003\172\303\353\077\012\054\122\026" --"\240\053\103\271\045\220\077\160\251\063\045\155\105\032\050\073" --"\047\317\252\303\051\102\033\337\073\114\300\063\064\133\101\210" --"\277\153\053\145\257\050\357\262\365\303\252\146\316\173\126\356" --"\267\310\313\147\301\311\234\032\030\270\304\303\111\003\361\140" --"\016\120\315\106\305\363\167\171\367\266\025\340\070\333\307\057" --"\050\240\014\077\167\046\164\331\045\022\332\061\332\032\036\334" --"\051\101\221\042\074\151\247\273\002\362\266\134\047\003\211\364" --"\006\352\233\344\162\202\343\241\011\301\351\000\031\323\076\324" --"\160\153\272\161\246\252\130\256\364\273\351\154\266\357\207\314" --"\233\273\377\071\346\126\141\323\012\247\304\134\114\140\173\005" --"\167\046\172\277\330\007\122\054\142\367\160\143\331\071\274\157" --"\034\302\171\334\166\051\257\316\305\054\144\004\136\210\066\156" --"\061\324\100\032\142\064\066\077\065\001\256\254\143\240" --, (PRUint32)1070 } --}; --static const NSSItem nss_builtins_items_281 [] = { -- { (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 Primary Root CA - G3", (PRUint32)28 }, -- { (void *)"\361\213\123\215\033\351\003\266\246\360\126\103\133\027\025\211" --"\312\363\153\362" --, (PRUint32)20 }, -- { (void *)"\373\033\135\103\212\224\315\104\306\166\362\103\113\107\347\061" --, (PRUint32)16 }, -- { (void *)"\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164" --"\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013" --"\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040" --"\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157" --"\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040" --"\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143" --"\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172" --"\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006" --"\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151" --"\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107" --"\063" --, (PRUint32)177 }, -- { (void *)"\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367" --"\220\373" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_282 [] = { -- { (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 Primary Certification Authority - G2", (PRUint32)46 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062" --, (PRUint32)155 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062" --, (PRUint32)155 }, -- { (void *)"\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076" --"\303\153" --, (PRUint32)18 }, -- { (void *)"\060\202\002\256\060\202\002\065\240\003\002\001\002\002\020\074" --"\262\364\110\012\000\342\376\353\044\073\136\140\076\303\153\060" --"\012\006\010\052\206\110\316\075\004\003\003\060\201\230\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\071\060\067\006\003\125\004\013\023\060\050\143" --"\051\040\062\060\060\067\040\107\145\157\124\162\165\163\164\040" --"\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157" --"\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\066" --"\060\064\006\003\125\004\003\023\055\107\145\157\124\162\165\163" --"\164\040\120\162\151\155\141\162\171\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\055\040\107\062\060\036\027\015\060\067\061\061\060\065" --"\060\060\060\060\060\060\132\027\015\063\070\060\061\061\070\062" --"\063\065\071\065\071\132\060\201\230\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\071" --"\060\067\006\003\125\004\013\023\060\050\143\051\040\062\060\060" --"\067\040\107\145\157\124\162\165\163\164\040\111\156\143\056\040" --"\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144" --"\040\165\163\145\040\157\156\154\171\061\066\060\064\006\003\125" --"\004\003\023\055\107\145\157\124\162\165\163\164\040\120\162\151" --"\155\141\162\171\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\055\040\107" --"\062\060\166\060\020\006\007\052\206\110\316\075\002\001\006\005" --"\053\201\004\000\042\003\142\000\004\025\261\350\375\003\025\103" --"\345\254\353\207\067\021\142\357\322\203\066\122\175\105\127\013" --"\112\215\173\124\073\072\156\137\025\002\300\120\246\317\045\057" --"\175\312\110\270\307\120\143\034\052\041\010\174\232\066\330\013" --"\376\321\046\305\130\061\060\050\045\363\135\135\243\270\266\245" --"\264\222\355\154\054\237\353\335\103\211\242\074\113\110\221\035" --"\120\354\046\337\326\140\056\275\041\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\137\065\127\121\125\373" --"\045\262\255\003\151\374\001\243\372\276\021\125\325\060\012\006" --"\010\052\206\110\316\075\004\003\003\003\147\000\060\144\002\060" --"\144\226\131\246\350\011\336\213\272\372\132\210\210\360\037\221" --"\323\106\250\362\112\114\002\143\373\154\137\070\333\056\101\223" --"\251\016\346\235\334\061\034\262\240\247\030\034\171\341\307\066" --"\002\060\072\126\257\232\164\154\366\373\203\340\063\323\010\137" --"\241\234\302\133\237\106\326\266\313\221\006\143\242\006\347\063" --"\254\076\250\201\022\320\313\272\320\222\013\266\236\226\252\004" --"\017\212" --, (PRUint32)690 } --}; --static const NSSItem nss_builtins_items_283 [] = { -- { (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 Primary Certification Authority - G2", (PRUint32)46 }, -- { (void *)"\215\027\204\325\067\363\003\175\354\160\376\127\213\121\232\231" --"\346\020\327\260" --, (PRUint32)20 }, -- { (void *)"\001\136\330\153\275\157\075\216\241\061\370\022\340\230\163\152" --, (PRUint32)16 }, -- { (void *)"\060\201\230\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\071\060\067\006\003\125\004" --"\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124" --"\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040" --"\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157" --"\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145" --"\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062" --, (PRUint32)155 }, -- { (void *)"\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076" --"\303\153" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_284 [] = { -- { (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 *)"VeriSign Universal Root Certification Authority", (PRUint32)48 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023" --"\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162" --"\163\141\154\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" --, (PRUint32)192 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023" --"\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162" --"\163\141\154\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" --, (PRUint32)192 }, -- { (void *)"\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032" --"\305\035" --, (PRUint32)18 }, -- { (void *)"\060\202\004\271\060\202\003\241\240\003\002\001\002\002\020\100" --"\032\304\144\041\263\023\041\003\016\273\344\022\032\305\035\060" --"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201" --"\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027" --"\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147" --"\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013" --"\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164" --"\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004" --"\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151" --"\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162" --"\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040" --"\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126" --"\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141" --"\154\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\060\036" --"\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132\027" --"\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060\201" --"\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027" --"\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147" --"\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013" --"\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164" --"\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004" --"\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151" --"\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162" --"\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040" --"\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126" --"\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141" --"\154\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\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\307" --"\141\067\136\261\001\064\333\142\327\025\233\377\130\132\214\043" --"\043\326\140\216\221\327\220\230\203\172\346\130\031\070\214\305" --"\366\345\144\205\264\242\161\373\355\275\271\332\315\115\000\264" --"\310\055\163\245\307\151\161\225\037\071\074\262\104\007\234\350" --"\016\372\115\112\304\041\337\051\141\217\062\042\141\202\305\207" --"\037\156\214\174\137\026\040\121\104\321\160\117\127\352\343\034" --"\343\314\171\356\130\330\016\302\263\105\223\300\054\347\232\027" --"\053\173\000\067\172\101\063\170\341\063\342\363\020\032\177\207" --"\054\276\366\365\367\102\342\345\277\207\142\211\137\000\113\337" --"\305\335\344\165\104\062\101\072\036\161\156\151\313\013\165\106" --"\010\321\312\322\053\225\320\317\373\271\100\153\144\214\127\115" --"\374\023\021\171\204\355\136\124\366\064\237\010\001\363\020\045" --"\006\027\112\332\361\035\172\146\153\230\140\146\244\331\357\322" --"\056\202\361\360\357\011\352\104\311\025\152\342\003\156\063\323" --"\254\237\125\000\307\366\010\152\224\271\137\334\340\063\361\204" --"\140\371\133\047\021\264\374\026\362\273\126\152\200\045\215\002" --"\003\001\000\001\243\201\262\060\201\257\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\155\006\010\053" --"\006\001\005\005\007\001\014\004\141\060\137\241\135\240\133\060" --"\131\060\127\060\125\026\011\151\155\141\147\145\057\147\151\146" --"\060\041\060\037\060\007\006\005\053\016\003\002\032\004\024\217" --"\345\323\032\206\254\215\216\153\303\317\200\152\324\110\030\054" --"\173\031\056\060\045\026\043\150\164\164\160\072\057\057\154\157" --"\147\157\056\166\145\162\151\163\151\147\156\056\143\157\155\057" --"\166\163\154\157\147\157\056\147\151\146\060\035\006\003\125\035" --"\016\004\026\004\024\266\167\372\151\110\107\237\123\022\325\302" --"\352\007\062\166\007\321\227\007\031\060\015\006\011\052\206\110" --"\206\367\015\001\001\013\005\000\003\202\001\001\000\112\370\370" --"\260\003\346\054\147\173\344\224\167\143\314\156\114\371\175\016" --"\015\334\310\271\065\271\160\117\143\372\044\372\154\203\214\107" --"\235\073\143\363\232\371\166\062\225\221\261\167\274\254\232\276" --"\261\344\061\041\306\201\225\126\132\016\261\302\324\261\246\131" --"\254\361\143\313\270\114\035\131\220\112\357\220\026\050\037\132" --"\256\020\373\201\120\070\014\154\314\361\075\303\365\143\343\263" --"\343\041\311\044\071\351\375\025\146\106\364\033\021\320\115\163" --"\243\175\106\371\075\355\250\137\142\324\361\077\370\340\164\127" --"\053\030\235\201\264\304\050\332\224\227\245\160\353\254\035\276" --"\007\021\360\325\333\335\345\214\360\325\062\260\203\346\127\342" --"\217\277\276\241\252\277\075\035\265\324\070\352\327\260\134\072" --"\117\152\077\217\300\146\154\143\252\351\331\244\026\364\201\321" --"\225\024\016\175\315\225\064\331\322\217\160\163\201\173\234\176" --"\275\230\141\330\105\207\230\220\305\353\206\060\306\065\277\360" --"\377\303\125\210\203\113\357\005\222\006\161\362\270\230\223\267" --"\354\315\202\141\361\070\346\117\227\230\052\132\215" --, (PRUint32)1213 } --}; --static const NSSItem nss_builtins_items_285 [] = { -- { (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 *)"VeriSign Universal Root Certification Authority", (PRUint32)48 }, -- { (void *)"\066\171\312\065\146\207\162\060\115\060\245\373\207\073\017\247" --"\173\267\015\124" --, (PRUint32)20 }, -- { (void *)"\216\255\265\001\252\115\201\344\214\035\321\341\024\000\225\031" --, (PRUint32)16 }, -- { (void *)"\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023" --"\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162" --"\163\141\154\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" --, (PRUint32)192 }, -- { (void *)"\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032" --"\305\035" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_286 [] = { -- { (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 *)"VeriSign Class 3 Public Primary Certification Authority - G4", (PRUint32)61 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023" --"\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040" --"\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171" --"\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\055\040\107\064" --, (PRUint32)205 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023" --"\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040" --"\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171" --"\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\055\040\107\064" --, (PRUint32)205 }, -- { (void *)"\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207" --"\254\263" --, (PRUint32)18 }, -- { (void *)"\060\202\003\204\060\202\003\012\240\003\002\001\002\002\020\057" --"\200\376\043\214\016\042\017\110\147\022\050\221\207\254\263\060" --"\012\006\010\052\206\110\316\075\004\003\003\060\201\312\061\013" --"\060\011\006\003\125\004\006\023\002\125\123\061\027\060\025\006" --"\003\125\004\012\023\016\126\145\162\151\123\151\147\156\054\040" --"\111\156\143\056\061\037\060\035\006\003\125\004\013\023\026\126" --"\145\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145" --"\164\167\157\162\153\061\072\060\070\006\003\125\004\013\023\061" --"\050\143\051\040\062\060\060\067\040\126\145\162\151\123\151\147" --"\156\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165" --"\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154" --"\171\061\105\060\103\006\003\125\004\003\023\074\126\145\162\151" --"\123\151\147\156\040\103\154\141\163\163\040\063\040\120\165\142" --"\154\151\143\040\120\162\151\155\141\162\171\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\055\040\107\064\060\036\027\015\060\067\061\061" --"\060\065\060\060\060\060\060\060\132\027\015\063\070\060\061\061" --"\070\062\063\065\071\065\071\132\060\201\312\061\013\060\011\006" --"\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004" --"\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143" --"\056\061\037\060\035\006\003\125\004\013\023\026\126\145\162\151" --"\123\151\147\156\040\124\162\165\163\164\040\116\145\164\167\157" --"\162\153\061\072\060\070\006\003\125\004\013\023\061\050\143\051" --"\040\062\060\060\067\040\126\145\162\151\123\151\147\156\054\040" --"\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157" --"\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\105" --"\060\103\006\003\125\004\003\023\074\126\145\162\151\123\151\147" --"\156\040\103\154\141\163\163\040\063\040\120\165\142\154\151\143" --"\040\120\162\151\155\141\162\171\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\055\040\107\064\060\166\060\020\006\007\052\206\110\316\075" --"\002\001\006\005\053\201\004\000\042\003\142\000\004\247\126\172" --"\174\122\332\144\233\016\055\134\330\136\254\222\075\376\001\346" --"\031\112\075\024\003\113\372\140\047\040\331\203\211\151\372\124" --"\306\232\030\136\125\052\144\336\006\366\215\112\073\255\020\074" --"\145\075\220\210\004\211\340\060\141\263\256\135\001\247\173\336" --"\174\262\276\312\145\141\000\206\256\332\217\173\320\211\255\115" --"\035\131\232\101\261\274\107\200\334\236\142\303\371\243\201\262" --"\060\201\257\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\155\006\010\053\006\001\005\005\007\001\014" --"\004\141\060\137\241\135\240\133\060\131\060\127\060\125\026\011" --"\151\155\141\147\145\057\147\151\146\060\041\060\037\060\007\006" --"\005\053\016\003\002\032\004\024\217\345\323\032\206\254\215\216" --"\153\303\317\200\152\324\110\030\054\173\031\056\060\045\026\043" --"\150\164\164\160\072\057\057\154\157\147\157\056\166\145\162\151" --"\163\151\147\156\056\143\157\155\057\166\163\154\157\147\157\056" --"\147\151\146\060\035\006\003\125\035\016\004\026\004\024\263\026" --"\221\375\356\246\156\344\265\056\111\217\207\170\201\200\354\345" --"\261\265\060\012\006\010\052\206\110\316\075\004\003\003\003\150" --"\000\060\145\002\060\146\041\014\030\046\140\132\070\173\126\102" --"\340\247\374\066\204\121\221\040\054\166\115\103\075\304\035\204" --"\043\320\254\326\174\065\006\316\315\151\275\220\015\333\154\110" --"\102\035\016\252\102\002\061\000\234\075\110\071\043\071\130\032" --"\025\022\131\152\236\357\325\131\262\035\122\054\231\161\315\307" --"\051\337\033\052\141\173\161\321\336\363\300\345\015\072\112\252" --"\055\247\330\206\052\335\056\020" --, (PRUint32)904 } --}; --static const NSSItem nss_builtins_items_287 [] = { -- { (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 *)"VeriSign Class 3 Public Primary Certification Authority - G4", (PRUint32)61 }, -- { (void *)"\042\325\330\337\217\002\061\321\215\367\235\267\317\212\055\144" --"\311\077\154\072" --, (PRUint32)20 }, -- { (void *)"\072\122\341\347\375\157\072\343\157\363\157\231\033\371\042\101" --, (PRUint32)16 }, -- { (void *)"\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123" --"\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123" --"\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125" --"\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165" --"\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003" --"\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145" --"\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106" --"\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163" --"\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023" --"\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040" --"\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171" --"\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\055\040\107\064" --, (PRUint32)205 }, -- { (void *)"\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207" --"\254\263" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_288 [] = { -- { (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 *)"NetLock Arany (Class Gold) FÅ‘tanúsítvány", (PRUint32)45 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145" --"\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003" --"\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303" --"\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164" --"\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143" --"\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145" --"\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141" --"\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303" --"\272\163\303\255\164\166\303\241\156\171" --, (PRUint32)170 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145" --"\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003" --"\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303" --"\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164" --"\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143" --"\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145" --"\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141" --"\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303" --"\272\163\303\255\164\166\303\241\156\171" --, (PRUint32)170 }, -- { (void *)"\002\006\111\101\054\344\000\020" --, (PRUint32)8 }, -- { (void *)"\060\202\004\025\060\202\002\375\240\003\002\001\002\002\006\111" --"\101\054\344\000\020\060\015\006\011\052\206\110\206\367\015\001" --"\001\013\005\000\060\201\247\061\013\060\011\006\003\125\004\006" --"\023\002\110\125\061\021\060\017\006\003\125\004\007\014\010\102" --"\165\144\141\160\145\163\164\061\025\060\023\006\003\125\004\012" --"\014\014\116\145\164\114\157\143\153\040\113\146\164\056\061\067" --"\060\065\006\003\125\004\013\014\056\124\141\156\303\272\163\303" --"\255\164\166\303\241\156\171\153\151\141\144\303\263\153\040\050" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\051\061\065\060\063\006\003\125\004\003" --"\014\054\116\145\164\114\157\143\153\040\101\162\141\156\171\040" --"\050\103\154\141\163\163\040\107\157\154\144\051\040\106\305\221" --"\164\141\156\303\272\163\303\255\164\166\303\241\156\171\060\036" --"\027\015\060\070\061\062\061\061\061\065\060\070\062\061\132\027" --"\015\062\070\061\062\060\066\061\065\060\070\062\061\132\060\201" --"\247\061\013\060\011\006\003\125\004\006\023\002\110\125\061\021" --"\060\017\006\003\125\004\007\014\010\102\165\144\141\160\145\163" --"\164\061\025\060\023\006\003\125\004\012\014\014\116\145\164\114" --"\157\143\153\040\113\146\164\056\061\067\060\065\006\003\125\004" --"\013\014\056\124\141\156\303\272\163\303\255\164\166\303\241\156" --"\171\153\151\141\144\303\263\153\040\050\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163" --"\051\061\065\060\063\006\003\125\004\003\014\054\116\145\164\114" --"\157\143\153\040\101\162\141\156\171\040\050\103\154\141\163\163" --"\040\107\157\154\144\051\040\106\305\221\164\141\156\303\272\163" --"\303\255\164\166\303\241\156\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\304\044\136\163\276\113\155" --"\024\303\241\364\343\227\220\156\322\060\105\036\074\356\147\331" --"\144\340\032\212\177\312\060\312\203\343\040\301\343\364\072\323" --"\224\137\032\174\133\155\277\060\117\204\047\366\237\037\111\274" --"\306\231\012\220\362\017\365\177\103\204\067\143\121\213\172\245" --"\160\374\172\130\315\216\233\355\303\106\154\204\160\135\332\363" --"\001\220\043\374\116\060\251\176\341\047\143\347\355\144\074\240" --"\270\311\063\143\376\026\220\377\260\270\375\327\250\300\300\224" --"\103\013\266\325\131\246\236\126\320\044\037\160\171\257\333\071" --"\124\015\145\165\331\025\101\224\001\257\136\354\366\215\361\377" --"\255\144\376\040\232\327\134\353\376\246\037\010\144\243\213\166" --"\125\255\036\073\050\140\056\207\045\350\252\257\037\306\144\106" --"\040\267\160\177\074\336\110\333\226\123\267\071\167\344\032\342" --"\307\026\204\166\227\133\057\273\031\025\205\370\151\205\365\231" --"\247\251\362\064\247\251\266\246\003\374\157\206\075\124\174\166" --"\004\233\153\371\100\135\000\064\307\056\231\165\235\345\210\003" --"\252\115\370\003\322\102\166\300\033\002\003\000\250\213\243\105" --"\060\103\060\022\006\003\125\035\023\001\001\377\004\010\060\006" --"\001\001\377\002\001\004\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\314\372\147\223\360\266\270\320\245\300\036\363\123\375\214" --"\123\337\203\327\226\060\015\006\011\052\206\110\206\367\015\001" --"\001\013\005\000\003\202\001\001\000\253\177\356\034\026\251\234" --"\074\121\000\240\300\021\010\005\247\231\346\157\001\210\124\141" --"\156\361\271\030\255\112\255\376\201\100\043\224\057\373\165\174" --"\057\050\113\142\044\201\202\013\365\141\361\034\156\270\141\070" --"\353\201\372\142\241\073\132\142\323\224\145\304\341\346\155\202" --"\370\057\045\160\262\041\046\301\162\121\037\214\054\303\204\220" --"\303\132\217\272\317\364\247\145\245\353\230\321\373\005\262\106" --"\165\025\043\152\157\205\143\060\200\360\325\236\037\051\034\302" --"\154\260\120\131\135\220\133\073\250\015\060\317\277\175\177\316" --"\361\235\203\275\311\106\156\040\246\371\141\121\272\041\057\173" --"\276\245\025\143\241\324\225\207\361\236\271\363\211\363\075\205" --"\270\270\333\276\265\271\051\371\332\067\005\000\111\224\003\204" --"\104\347\277\103\061\317\165\213\045\321\364\246\144\365\222\366" --"\253\005\353\075\351\245\013\066\142\332\314\006\137\066\213\266" --"\136\061\270\052\373\136\366\161\337\104\046\236\304\346\015\221" --"\264\056\165\225\200\121\152\113\060\246\260\142\241\223\361\233" --"\330\316\304\143\165\077\131\107\261" --, (PRUint32)1049 } --}; --static const NSSItem nss_builtins_items_289 [] = { -- { (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 *)"NetLock Arany (Class Gold) FÅ‘tanúsítvány", (PRUint32)45 }, -- { (void *)"\006\010\077\131\077\025\241\004\240\151\244\153\251\003\320\006" --"\267\227\011\221" --, (PRUint32)20 }, -- { (void *)"\305\241\267\377\163\335\326\327\064\062\030\337\374\074\255\210" --, (PRUint32)16 }, -- { (void *)"\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145" --"\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003" --"\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303" --"\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164" --"\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143" --"\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145" --"\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141" --"\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303" --"\272\163\303\255\164\166\303\241\156\171" --, (PRUint32)170 }, -- { (void *)"\002\006\111\101\054\344\000\020" --, (PRUint32)8 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_290 [] = { -- { (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 *)"Staat der Nederlanden Root CA - G2", (PRUint32)35 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061" --"\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040" --"\122\157\157\164\040\103\101\040\055\040\107\062" --, (PRUint32)92 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061" --"\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040" --"\122\157\157\164\040\103\101\040\055\040\107\062" --, (PRUint32)92 }, -- { (void *)"\002\004\000\230\226\214" --, (PRUint32)6 }, -- { (void *)"\060\202\005\312\060\202\003\262\240\003\002\001\002\002\004\000" --"\230\226\214\060\015\006\011\052\206\110\206\367\015\001\001\013" --"\005\000\060\132\061\013\060\011\006\003\125\004\006\023\002\116" --"\114\061\036\060\034\006\003\125\004\012\014\025\123\164\141\141" --"\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145" --"\156\061\053\060\051\006\003\125\004\003\014\042\123\164\141\141" --"\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145" --"\156\040\122\157\157\164\040\103\101\040\055\040\107\062\060\036" --"\027\015\060\070\060\063\062\066\061\061\061\070\061\067\132\027" --"\015\062\060\060\063\062\065\061\061\060\063\061\060\132\060\132" --"\061\013\060\011\006\003\125\004\006\023\002\116\114\061\036\060" --"\034\006\003\125\004\012\014\025\123\164\141\141\164\040\144\145" --"\162\040\116\145\144\145\162\154\141\156\144\145\156\061\053\060" --"\051\006\003\125\004\003\014\042\123\164\141\141\164\040\144\145" --"\162\040\116\145\144\145\162\154\141\156\144\145\156\040\122\157" --"\157\164\040\103\101\040\055\040\107\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\305\131\347\157\165" --"\252\076\113\234\265\270\254\236\013\344\371\331\312\253\135\217" --"\265\071\020\202\327\257\121\340\073\341\000\110\152\317\332\341" --"\006\103\021\231\252\024\045\022\255\042\350\000\155\103\304\251" --"\270\345\037\211\113\147\275\141\110\357\375\322\340\140\210\345" --"\271\030\140\050\303\167\053\255\260\067\252\067\336\144\131\052" --"\106\127\344\113\271\370\067\174\325\066\347\200\301\266\363\324" --"\147\233\226\350\316\327\306\012\123\320\153\111\226\363\243\013" --"\005\167\110\367\045\345\160\254\060\024\040\045\343\177\165\132" --"\345\110\370\116\173\003\007\004\372\202\141\207\156\360\073\304" --"\244\307\320\365\164\076\245\135\032\010\362\233\045\322\366\254" --"\004\046\076\125\072\142\050\245\173\262\060\257\370\067\302\321" --"\272\326\070\375\364\357\111\060\067\231\046\041\110\205\001\251" --"\345\026\347\334\220\125\337\017\350\070\315\231\067\041\117\135" --"\365\042\157\152\305\022\026\140\027\125\362\145\146\246\247\060" --"\221\070\301\070\035\206\004\204\272\032\045\170\136\235\257\314" --"\120\140\326\023\207\122\355\143\037\155\145\175\302\025\030\164" --"\312\341\176\144\051\214\162\330\026\023\175\013\111\112\361\050" --"\033\040\164\153\305\075\335\260\252\110\011\075\056\202\224\315" --"\032\145\331\053\210\232\231\274\030\176\237\356\175\146\174\076" --"\275\224\270\201\316\315\230\060\170\301\157\147\320\276\137\340" --"\150\355\336\342\261\311\054\131\170\222\252\337\053\140\143\362" --"\345\136\271\343\312\372\177\120\206\076\242\064\030\014\011\150" --"\050\021\034\344\341\271\134\076\107\272\062\077\030\314\133\204" --"\365\363\153\164\304\162\164\341\343\213\240\112\275\215\146\057" --"\352\255\065\332\040\323\210\202\141\360\022\042\266\274\320\325" --"\244\354\257\124\210\045\044\074\247\155\261\162\051\077\076\127" --"\246\177\125\257\156\046\306\376\347\314\100\134\121\104\201\012" --"\170\336\112\316\125\277\035\325\331\267\126\357\360\166\377\013" --"\171\265\257\275\373\251\151\221\106\227\150\200\024\066\035\263" --"\177\273\051\230\066\245\040\372\202\140\142\063\244\354\326\272" --"\007\247\156\305\317\024\246\347\326\222\064\330\201\365\374\035" --"\135\252\134\036\366\243\115\073\270\367\071\002\003\001\000\001" --"\243\201\227\060\201\224\060\017\006\003\125\035\023\001\001\377" --"\004\005\060\003\001\001\377\060\122\006\003\125\035\040\004\113" --"\060\111\060\107\006\004\125\035\040\000\060\077\060\075\006\010" --"\053\006\001\005\005\007\002\001\026\061\150\164\164\160\072\057" --"\057\167\167\167\056\160\153\151\157\166\145\162\150\145\151\144" --"\056\156\154\057\160\157\154\151\143\151\145\163\057\162\157\157" --"\164\055\160\157\154\151\143\171\055\107\062\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\221\150\062\207\025\035\211\342\265\361" --"\254\066\050\064\215\013\174\142\210\353\060\015\006\011\052\206" --"\110\206\367\015\001\001\013\005\000\003\202\002\001\000\250\101" --"\112\147\052\222\201\202\120\156\341\327\330\263\071\073\363\002" --"\025\011\120\121\357\055\275\044\173\210\206\073\371\264\274\222" --"\011\226\271\366\300\253\043\140\006\171\214\021\116\121\322\171" --"\200\063\373\235\110\276\354\101\103\201\037\176\107\100\034\345" --"\172\010\312\252\213\165\255\024\304\302\350\146\074\202\007\247" --"\346\047\202\133\030\346\017\156\331\120\076\212\102\030\051\306" --"\264\126\374\126\020\240\005\027\275\014\043\177\364\223\355\234" --"\032\121\276\335\105\101\277\221\044\264\037\214\351\137\317\173" --"\041\231\237\225\237\071\072\106\034\154\371\315\173\234\220\315" --"\050\251\307\251\125\273\254\142\064\142\065\023\113\024\072\125" --"\203\271\206\215\222\246\306\364\007\045\124\314\026\127\022\112" --"\202\170\310\024\331\027\202\046\055\135\040\037\171\256\376\324" --"\160\026\026\225\203\330\065\071\377\122\135\165\034\026\305\023" --"\125\317\107\314\165\145\122\112\336\360\260\247\344\012\226\013" --"\373\255\302\342\045\204\262\335\344\275\176\131\154\233\360\360" --"\330\347\312\362\351\227\070\176\211\276\314\373\071\027\141\077" --"\162\333\072\221\330\145\001\031\035\255\120\244\127\012\174\113" --"\274\234\161\163\052\105\121\031\205\314\216\375\107\247\164\225" --"\035\250\321\257\116\027\261\151\046\302\252\170\127\133\305\115" --"\247\345\236\005\027\224\312\262\137\240\111\030\215\064\351\046" --"\154\110\036\252\150\222\005\341\202\163\132\233\334\007\133\010" --"\155\175\235\327\215\041\331\374\024\040\252\302\105\337\077\347" --"\000\262\121\344\302\370\005\271\171\032\214\064\363\236\133\344" --"\067\133\153\112\337\054\127\212\100\132\066\272\335\165\104\010" --"\067\102\160\014\376\334\136\041\240\243\212\300\220\234\150\332" --"\120\346\105\020\107\170\266\116\322\145\311\303\067\337\341\102" --"\143\260\127\067\105\055\173\212\234\277\005\352\145\125\063\367" --"\071\020\305\050\052\041\172\033\212\304\044\371\077\025\310\232" --"\025\040\365\125\142\226\355\155\223\120\274\344\252\170\255\331" --"\313\012\145\207\246\146\301\304\201\243\167\072\130\036\013\356" --"\203\213\235\036\322\122\244\314\035\157\260\230\155\224\061\265" --"\370\161\012\334\271\374\175\062\140\346\353\257\212\001" --, (PRUint32)1486 } --}; --static const NSSItem nss_builtins_items_291 [] = { -- { (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 *)"Staat der Nederlanden Root CA - G2", (PRUint32)35 }, -- { (void *)"\131\257\202\171\221\206\307\264\165\007\313\317\003\127\106\353" --"\004\335\267\026" --, (PRUint32)20 }, -- { (void *)"\174\245\017\370\133\232\175\155\060\256\124\132\343\102\242\212" --, (PRUint32)16 }, -- { (void *)"\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061" --"\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061" --"\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040" --"\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040" --"\122\157\157\164\040\103\101\040\055\040\107\062" --, (PRUint32)92 }, -- { (void *)"\002\004\000\230\226\214" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_292 [] = { -- { (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 *)"CA Disig", (PRUint32)9 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061" --"\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163" --"\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104" --"\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125" --"\004\003\023\010\103\101\040\104\151\163\151\147" --, (PRUint32)76 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061" --"\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163" --"\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104" --"\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125" --"\004\003\023\010\103\101\040\104\151\163\151\147" --, (PRUint32)76 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)"\060\202\004\017\060\202\002\367\240\003\002\001\002\002\001\001" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061\023" --"\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163\154" --"\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104\151" --"\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125\004" --"\003\023\010\103\101\040\104\151\163\151\147\060\036\027\015\060" --"\066\060\063\062\062\060\061\063\071\063\064\132\027\015\061\066" --"\060\063\062\062\060\061\063\071\063\064\132\060\112\061\013\060" --"\011\006\003\125\004\006\023\002\123\113\061\023\060\021\006\003" --"\125\004\007\023\012\102\162\141\164\151\163\154\141\166\141\061" --"\023\060\021\006\003\125\004\012\023\012\104\151\163\151\147\040" --"\141\056\163\056\061\021\060\017\006\003\125\004\003\023\010\103" --"\101\040\104\151\163\151\147\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\366\061\301\175\210\375\231" --"\001\251\330\173\362\161\165\361\061\306\363\165\146\372\121\050" --"\106\204\227\170\064\274\154\374\274\105\131\210\046\030\112\304" --"\067\037\241\112\104\275\343\161\004\365\104\027\342\077\374\110" --"\130\157\134\236\172\011\272\121\067\042\043\146\103\041\260\074" --"\144\242\370\152\025\016\077\353\121\341\124\251\335\006\231\327" --"\232\074\124\213\071\003\077\017\305\316\306\353\203\162\002\250" --"\037\161\363\055\370\165\010\333\142\114\350\372\316\371\347\152" --"\037\266\153\065\202\272\342\217\026\222\175\005\014\154\106\003" --"\135\300\355\151\277\072\301\212\240\350\216\331\271\105\050\207" --"\010\354\264\312\025\276\202\335\265\104\213\055\255\206\014\150" --"\142\155\205\126\362\254\024\143\072\306\321\231\254\064\170\126" --"\113\317\266\255\077\214\212\327\004\345\343\170\114\365\206\252" --"\365\217\372\075\154\161\243\055\312\147\353\150\173\156\063\251" --"\014\202\050\250\114\152\041\100\025\040\014\046\133\203\302\251" --"\026\025\300\044\202\135\053\026\255\312\143\366\164\000\260\337" --"\103\304\020\140\126\147\143\105\002\003\001\000\001\243\201\377" --"\060\201\374\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\215" --"\262\111\150\235\162\010\045\271\300\047\365\120\223\126\110\106" --"\161\371\217\060\016\006\003\125\035\017\001\001\377\004\004\003" --"\002\001\006\060\066\006\003\125\035\021\004\057\060\055\201\023" --"\143\141\157\160\145\162\141\164\157\162\100\144\151\163\151\147" --"\056\163\153\206\026\150\164\164\160\072\057\057\167\167\167\056" --"\144\151\163\151\147\056\163\153\057\143\141\060\146\006\003\125" --"\035\037\004\137\060\135\060\055\240\053\240\051\206\047\150\164" --"\164\160\072\057\057\167\167\167\056\144\151\163\151\147\056\163" --"\153\057\143\141\057\143\162\154\057\143\141\137\144\151\163\151" --"\147\056\143\162\154\060\054\240\052\240\050\206\046\150\164\164" --"\160\072\057\057\143\141\056\144\151\163\151\147\056\163\153\057" --"\143\141\057\143\162\154\057\143\141\137\144\151\163\151\147\056" --"\143\162\154\060\032\006\003\125\035\040\004\023\060\021\060\017" --"\006\015\053\201\036\221\223\346\012\000\000\000\001\001\001\060" --"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202" --"\001\001\000\135\064\164\141\114\257\073\330\377\237\155\130\066" --"\034\075\013\201\015\022\053\106\020\200\375\347\074\047\320\172" --"\310\251\266\176\164\060\063\243\072\212\173\164\300\171\171\102" --"\223\155\377\261\051\024\202\253\041\214\057\027\371\077\046\057" --"\365\131\306\357\200\006\267\232\111\051\354\316\176\161\074\152" --"\020\101\300\366\323\232\262\174\132\221\234\300\254\133\310\115" --"\136\367\341\123\377\103\167\374\236\113\147\154\327\363\203\321" --"\240\340\177\045\337\270\230\013\232\062\070\154\060\240\363\377" --"\010\025\063\367\120\112\173\076\243\076\040\251\334\057\126\200" --"\012\355\101\120\260\311\364\354\262\343\046\104\000\016\157\236" --"\006\274\042\226\123\160\145\304\120\012\106\153\244\057\047\201" --"\022\047\023\137\020\241\166\316\212\173\067\352\303\071\141\003" --"\225\230\072\347\154\210\045\010\374\171\150\015\207\175\142\370" --"\264\137\373\305\330\114\275\130\274\077\103\133\324\036\001\115" --"\074\143\276\043\357\214\315\132\120\270\150\124\371\012\231\063" --"\021\000\341\236\302\106\167\202\365\131\006\214\041\114\207\011" --"\315\345\250" --, (PRUint32)1043 } --}; --static const NSSItem nss_builtins_items_293 [] = { -- { (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 *)"CA Disig", (PRUint32)9 }, -- { (void *)"\052\310\325\213\127\316\277\057\111\257\362\374\166\217\121\024" --"\142\220\172\101" --, (PRUint32)20 }, -- { (void *)"\077\105\226\071\342\120\207\367\273\376\230\014\074\040\230\346" --, (PRUint32)16 }, -- { (void *)"\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061" --"\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163" --"\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104" --"\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125" --"\004\003\023\010\103\101\040\104\151\163\151\147" --, (PRUint32)76 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_294 [] = { -- { (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 *)"Juur-SK", (PRUint32)8 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011" --"\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011" --"\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125" --"\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163" --"\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060" --"\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113" --, (PRUint32)95 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011" --"\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011" --"\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125" --"\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163" --"\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060" --"\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113" --, (PRUint32)95 }, -- { (void *)"\002\004\073\216\113\374" --, (PRUint32)6 }, -- { (void *)"\060\202\004\346\060\202\003\316\240\003\002\001\002\002\004\073" --"\216\113\374\060\015\006\011\052\206\110\206\367\015\001\001\005" --"\005\000\060\135\061\030\060\026\006\011\052\206\110\206\367\015" --"\001\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013" --"\060\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006" --"\003\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151" --"\164\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061" --"\020\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123" --"\113\060\036\027\015\060\061\060\070\063\060\061\064\062\063\060" --"\061\132\027\015\061\066\060\070\062\066\061\064\062\063\060\061" --"\132\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001" --"\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060" --"\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003" --"\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164" --"\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020" --"\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113" --"\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\201\161\066\076\063\007\326\343\060\215\023\176\167\062\106" --"\313\317\031\262\140\061\106\227\206\364\230\106\244\302\145\105" --"\317\323\100\174\343\132\042\250\020\170\063\314\210\261\323\201" --"\112\366\142\027\173\137\115\012\056\320\317\213\043\356\117\002" --"\116\273\353\016\312\275\030\143\350\200\034\215\341\034\215\075" --"\340\377\133\137\352\144\345\227\350\077\231\177\014\012\011\063" --"\000\032\123\247\041\341\070\113\326\203\033\255\257\144\302\371" --"\034\172\214\146\110\115\146\037\030\012\342\076\273\037\007\145" --"\223\205\271\032\260\271\304\373\015\021\366\365\326\371\033\307" --"\054\053\267\030\121\376\340\173\366\250\110\257\154\073\117\057" --"\357\370\321\107\036\046\127\360\121\035\063\226\377\357\131\075" --"\332\115\321\025\064\307\352\077\026\110\173\221\034\200\103\017" --"\075\270\005\076\321\263\225\315\330\312\017\302\103\147\333\267" --"\223\340\042\202\056\276\365\150\050\203\271\301\073\151\173\040" --"\332\116\234\155\341\272\315\217\172\154\260\011\042\327\213\013" --"\333\034\325\132\046\133\015\300\352\345\140\320\237\376\065\337" --"\077\002\003\001\000\001\243\202\001\254\060\202\001\250\060\017" --"\006\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060" --"\202\001\026\006\003\125\035\040\004\202\001\015\060\202\001\011" --"\060\202\001\005\006\012\053\006\001\004\001\316\037\001\001\001" --"\060\201\366\060\201\320\006\010\053\006\001\005\005\007\002\002" --"\060\201\303\036\201\300\000\123\000\145\000\145\000\040\000\163" --"\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141" --"\000\141\000\164\000\040\000\157\000\156\000\040\000\166\000\344" --"\000\154\000\152\000\141\000\163\000\164\000\141\000\164\000\165" --"\000\144\000\040\000\101\000\123\000\055\000\151\000\163\000\040" --"\000\123\000\145\000\162\000\164\000\151\000\146\000\151\000\164" --"\000\163\000\145\000\145\000\162\000\151\000\155\000\151\000\163" --"\000\153\000\145\000\163\000\153\000\165\000\163\000\040\000\141" --"\000\154\000\141\000\155\000\055\000\123\000\113\000\040\000\163" --"\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141" --"\000\141\000\164\000\151\000\144\000\145\000\040\000\153\000\151" --"\000\156\000\156\000\151\000\164\000\141\000\155\000\151\000\163" --"\000\145\000\153\000\163\060\041\006\010\053\006\001\005\005\007" --"\002\001\026\025\150\164\164\160\072\057\057\167\167\167\056\163" --"\153\056\145\145\057\143\160\163\057\060\053\006\003\125\035\037" --"\004\044\060\042\060\040\240\036\240\034\206\032\150\164\164\160" --"\072\057\057\167\167\167\056\163\153\056\145\145\057\152\165\165" --"\162\057\143\162\154\057\060\035\006\003\125\035\016\004\026\004" --"\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030\077" --"\157\357\351\175\276\060\037\006\003\125\035\043\004\030\060\026" --"\200\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030" --"\077\157\357\351\175\276\060\016\006\003\125\035\017\001\001\377" --"\004\004\003\002\001\346\060\015\006\011\052\206\110\206\367\015" --"\001\001\005\005\000\003\202\001\001\000\173\301\030\224\123\242" --"\011\363\376\046\147\232\120\344\303\005\057\053\065\170\221\114" --"\174\250\021\021\171\114\111\131\254\310\367\205\145\134\106\273" --"\073\020\240\002\257\315\117\265\314\066\052\354\135\376\357\240" --"\221\311\266\223\157\174\200\124\354\307\010\160\015\216\373\202" --"\354\052\140\170\151\066\066\321\305\234\213\151\265\100\310\224" --"\145\167\362\127\041\146\073\316\205\100\266\063\143\032\277\171" --"\036\374\134\035\323\035\223\033\213\014\135\205\275\231\060\062" --"\030\011\221\122\351\174\241\272\377\144\222\232\354\376\065\356" --"\214\057\256\374\040\206\354\112\336\033\170\062\067\246\201\322" --"\235\257\132\022\026\312\231\133\374\157\155\016\305\240\036\206" --"\311\221\320\134\230\202\137\143\014\212\132\253\330\225\246\314" --"\313\212\326\277\144\113\216\312\212\262\260\351\041\062\236\252" --"\250\205\230\064\201\071\041\073\250\072\122\062\075\366\153\067" --"\206\006\132\025\230\334\360\021\146\376\064\040\267\003\364\101" --"\020\175\071\204\171\226\162\143\266\226\002\345\153\271\255\031" --"\115\273\306\104\333\066\313\052\234\216" --, (PRUint32)1258 } --}; --static const NSSItem nss_builtins_items_295 [] = { -- { (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 *)"Juur-SK", (PRUint32)8 }, -- { (void *)"\100\235\113\331\027\265\134\047\266\233\144\313\230\042\104\015" --"\315\011\270\211" --, (PRUint32)20 }, -- { (void *)"\252\216\135\331\370\333\012\130\267\215\046\207\154\202\065\125" --, (PRUint32)16 }, -- { (void *)"\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011" --"\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011" --"\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125" --"\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163" --"\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060" --"\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113" --, (PRUint32)95 }, -- { (void *)"\002\004\073\216\113\374" --, (PRUint32)6 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_296 [] = { -- { (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 *)"Hongkong Post Root CA 1", (PRUint32)24 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061" --"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157" --"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003" --"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040" --"\122\157\157\164\040\103\101\040\061" --, (PRUint32)73 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061" --"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157" --"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003" --"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040" --"\122\157\157\164\040\103\101\040\061" --, (PRUint32)73 }, -- { (void *)"\002\002\003\350" --, (PRUint32)4 }, -- { (void *)"\060\202\003\060\060\202\002\030\240\003\002\001\002\002\002\003" --"\350\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000" --"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061" --"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157" --"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003" --"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040" --"\122\157\157\164\040\103\101\040\061\060\036\027\015\060\063\060" --"\065\061\065\060\065\061\063\061\064\132\027\015\062\063\060\065" --"\061\065\060\064\065\062\062\071\132\060\107\061\013\060\011\006" --"\003\125\004\006\023\002\110\113\061\026\060\024\006\003\125\004" --"\012\023\015\110\157\156\147\153\157\156\147\040\120\157\163\164" --"\061\040\060\036\006\003\125\004\003\023\027\110\157\156\147\153" --"\157\156\147\040\120\157\163\164\040\122\157\157\164\040\103\101" --"\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\254\377\070\266\351\146\002\111\343\242\264\341\220" --"\371\100\217\171\371\342\275\171\376\002\275\356\044\222\035\042" --"\366\332\205\162\151\376\327\077\011\324\335\221\265\002\234\320" --"\215\132\341\125\303\120\206\271\051\046\302\343\331\240\361\151" --"\003\050\040\200\105\042\055\126\247\073\124\225\126\042\131\037" --"\050\337\037\040\075\155\242\066\276\043\240\261\156\265\261\047" --"\077\071\123\011\352\253\152\350\164\262\302\145\134\216\277\174" --"\303\170\204\315\236\026\374\365\056\117\040\052\010\237\167\363" --"\305\036\304\232\122\146\036\110\136\343\020\006\217\042\230\341" --"\145\216\033\135\043\146\073\270\245\062\121\310\206\252\241\251" --"\236\177\166\224\302\246\154\267\101\360\325\310\006\070\346\324" --"\014\342\363\073\114\155\120\214\304\203\047\301\023\204\131\075" --"\236\165\164\266\330\002\136\072\220\172\300\102\066\162\354\152" --"\115\334\357\304\000\337\023\030\127\137\046\170\310\326\012\171" --"\167\277\367\257\267\166\271\245\013\204\027\135\020\352\157\341" --"\253\225\021\137\155\074\243\134\115\203\133\362\263\031\212\200" --"\213\013\207\002\003\001\000\001\243\046\060\044\060\022\006\003" --"\125\035\023\001\001\377\004\010\060\006\001\001\377\002\001\003" --"\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\306" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003" --"\202\001\001\000\016\106\325\074\256\342\207\331\136\201\213\002" --"\230\101\010\214\114\274\332\333\356\047\033\202\347\152\105\354" --"\026\213\117\205\240\363\262\160\275\132\226\272\312\156\155\356" --"\106\213\156\347\052\056\226\263\031\063\353\264\237\250\262\067" --"\356\230\250\227\266\056\266\147\047\324\246\111\375\034\223\145" --"\166\236\102\057\334\042\154\232\117\362\132\025\071\261\161\327" --"\053\121\350\155\034\230\300\331\052\364\241\202\173\325\311\101" --"\242\043\001\164\070\125\213\017\271\056\147\242\040\004\067\332" --"\234\013\323\027\041\340\217\227\171\064\157\204\110\002\040\063" --"\033\346\064\104\237\221\160\364\200\136\204\103\302\051\322\154" --"\022\024\344\141\215\254\020\220\236\204\120\273\360\226\157\105" --"\237\212\363\312\154\117\372\021\072\025\025\106\303\315\037\203" --"\133\055\101\022\355\120\147\101\023\075\041\253\224\212\252\116" --"\174\301\261\373\247\326\265\047\057\227\253\156\340\035\342\321" --"\034\054\037\104\342\374\276\221\241\234\373\326\051\123\163\206" --"\237\123\330\103\016\135\326\143\202\161\035\200\164\312\366\342" --"\002\153\331\132" --, (PRUint32)820 } --}; --static const NSSItem nss_builtins_items_297 [] = { -- { (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 *)"Hongkong Post Root CA 1", (PRUint32)24 }, -- { (void *)"\326\332\250\040\215\011\322\025\115\044\265\057\313\064\156\262" --"\130\262\212\130" --, (PRUint32)20 }, -- { (void *)"\250\015\157\071\170\271\103\155\167\102\155\230\132\314\043\312" --, (PRUint32)16 }, -- { (void *)"\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061" --"\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157" --"\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003" --"\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040" --"\122\157\157\164\040\103\101\040\061" --, (PRUint32)73 }, -- { (void *)"\002\002\003\350" --, (PRUint32)4 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_298 [] = { -- { (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 *)"SecureSign RootCA11", (PRUint32)20 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032" --"\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147" --"\156\040\122\157\157\164\103\101\061\061" --, (PRUint32)90 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032" --"\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147" --"\156\040\122\157\157\164\103\101\061\061" --, (PRUint32)90 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)"\060\202\003\155\060\202\002\125\240\003\002\001\002\002\001\001" --"\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060" --"\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061\053" --"\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040\103" --"\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145\162" --"\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032\006" --"\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147\156" --"\040\122\157\157\164\103\101\061\061\060\036\027\015\060\071\060" --"\064\060\070\060\064\065\066\064\067\132\027\015\062\071\060\064" --"\060\070\060\064\065\066\064\067\132\060\130\061\013\060\011\006" --"\003\125\004\006\023\002\112\120\061\053\060\051\006\003\125\004" --"\012\023\042\112\141\160\141\156\040\103\145\162\164\151\146\151" --"\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163\054" --"\040\111\156\143\056\061\034\060\032\006\003\125\004\003\023\023" --"\123\145\143\165\162\145\123\151\147\156\040\122\157\157\164\103" --"\101\061\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\375\167\252\245\034\220\005\073\313\114\233\063" --"\213\132\024\105\244\347\220\026\321\337\127\322\041\020\244\027" --"\375\337\254\326\037\247\344\333\174\367\354\337\270\003\332\224" --"\130\375\135\162\174\214\077\137\001\147\164\025\226\343\002\074" --"\207\333\256\313\001\216\302\363\146\306\205\105\364\002\306\072" --"\265\142\262\257\372\234\277\244\346\324\200\060\230\363\015\266" --"\223\217\251\324\330\066\362\260\374\212\312\054\241\025\063\225" --"\061\332\300\033\362\356\142\231\206\143\077\277\335\223\052\203" --"\250\166\271\023\037\267\316\116\102\205\217\042\347\056\032\362" --"\225\011\262\005\265\104\116\167\241\040\275\251\362\116\012\175" --"\120\255\365\005\015\105\117\106\161\375\050\076\123\373\004\330" --"\055\327\145\035\112\033\372\317\073\260\061\232\065\156\310\213" --"\006\323\000\221\362\224\010\145\114\261\064\006\000\172\211\342" --"\360\307\003\131\317\325\326\350\247\062\263\346\230\100\206\305" --"\315\047\022\213\314\173\316\267\021\074\142\140\007\043\076\053" --"\100\156\224\200\011\155\266\263\157\167\157\065\010\120\373\002" --"\207\305\076\211\002\003\001\000\001\243\102\060\100\060\035\006" --"\003\125\035\016\004\026\004\024\133\370\115\117\262\245\206\324" --"\072\322\361\143\232\240\276\011\366\127\267\336\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\015\006" --"\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001" --"\000\240\241\070\026\146\056\247\126\037\041\234\006\372\035\355" --"\271\042\305\070\046\330\116\117\354\243\177\171\336\106\041\241" --"\207\167\217\007\010\232\262\244\305\257\017\062\230\013\174\146" --"\051\266\233\175\045\122\111\103\253\114\056\053\156\172\160\257" --"\026\016\343\002\154\373\102\346\030\235\105\330\125\310\350\073" --"\335\347\341\364\056\013\034\064\134\154\130\112\373\214\210\120" --"\137\225\034\277\355\253\042\265\145\263\205\272\236\017\270\255" --"\345\172\033\212\120\072\035\275\015\274\173\124\120\013\271\102" --"\257\125\240\030\201\255\145\231\357\276\344\234\277\304\205\253" --"\101\262\124\157\334\045\315\355\170\342\216\014\215\011\111\335" --"\143\173\132\151\226\002\041\250\275\122\131\351\175\065\313\310" --"\122\312\177\201\376\331\153\323\367\021\355\045\337\370\347\371" --"\244\372\162\227\204\123\015\245\320\062\030\121\166\131\024\154" --"\017\353\354\137\200\214\165\103\203\303\205\230\377\114\236\055" --"\015\344\167\203\223\116\265\226\007\213\050\023\233\214\031\215" --"\101\047\111\100\356\336\346\043\104\071\334\241\042\326\272\003" --"\362" --, (PRUint32)881 } --}; --static const NSSItem nss_builtins_items_299 [] = { -- { (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 *)"SecureSign RootCA11", (PRUint32)20 }, -- { (void *)"\073\304\237\110\370\363\163\240\234\036\275\370\133\261\303\145" --"\307\330\021\263" --, (PRUint32)20 }, -- { (void *)"\267\122\164\342\222\264\200\223\362\165\344\314\327\362\352\046" --, (PRUint32)16 }, -- { (void *)"\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061" --"\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040" --"\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145" --"\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032" --"\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147" --"\156\040\122\157\157\164\103\101\061\061" --, (PRUint32)90 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_300 [] = { -- { (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 *)"ACEDICOM Root", (PRUint32)14 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105" --"\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003" --"\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004" --"\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125" --"\004\006\023\002\105\123" --, (PRUint32)70 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105" --"\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003" --"\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004" --"\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125" --"\004\006\023\002\105\123" --, (PRUint32)70 }, -- { (void *)"\002\010\141\215\307\206\073\001\202\005" --, (PRUint32)10 }, -- { (void *)"\060\202\005\265\060\202\003\235\240\003\002\001\002\002\010\141" --"\215\307\206\073\001\202\005\060\015\006\011\052\206\110\206\367" --"\015\001\001\005\005\000\060\104\061\026\060\024\006\003\125\004" --"\003\014\015\101\103\105\104\111\103\117\115\040\122\157\157\164" --"\061\014\060\012\006\003\125\004\013\014\003\120\113\111\061\017" --"\060\015\006\003\125\004\012\014\006\105\104\111\103\117\115\061" --"\013\060\011\006\003\125\004\006\023\002\105\123\060\036\027\015" --"\060\070\060\064\061\070\061\066\062\064\062\062\132\027\015\062" --"\070\060\064\061\063\061\066\062\064\062\062\132\060\104\061\026" --"\060\024\006\003\125\004\003\014\015\101\103\105\104\111\103\117" --"\115\040\122\157\157\164\061\014\060\012\006\003\125\004\013\014" --"\003\120\113\111\061\017\060\015\006\003\125\004\012\014\006\105" --"\104\111\103\117\115\061\013\060\011\006\003\125\004\006\023\002" --"\105\123\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\377\222\225\341\150\006\166\264\054\310\130\110\312" --"\375\200\124\051\125\143\044\377\220\145\233\020\165\173\303\152" --"\333\142\002\001\362\030\206\265\174\132\070\261\344\130\271\373" --"\323\330\055\237\275\062\067\277\054\025\155\276\265\364\041\322" --"\023\221\331\007\255\001\005\326\363\275\167\316\137\102\201\012" --"\371\152\343\203\000\250\053\056\125\023\143\201\312\107\034\173" --"\134\026\127\172\033\203\140\004\072\076\145\303\315\001\336\336" --"\244\326\014\272\216\336\331\004\356\027\126\042\233\217\143\375" --"\115\026\013\267\173\167\214\371\045\265\321\155\231\022\056\117" --"\032\270\346\352\004\222\256\075\021\271\121\102\075\207\260\061" --"\205\257\171\132\234\376\347\116\136\222\117\103\374\253\072\255" --"\245\022\046\146\271\342\014\327\230\316\324\130\245\225\100\012" --"\267\104\235\023\164\053\302\245\353\042\025\230\020\330\213\305" --"\004\237\035\217\140\345\006\033\233\317\271\171\240\075\242\043" --"\077\102\077\153\372\034\003\173\060\215\316\154\300\277\346\033" --"\137\277\147\270\204\031\325\025\357\173\313\220\066\061\142\311" --"\274\002\253\106\137\233\376\032\150\224\064\075\220\216\255\366" --"\344\035\011\177\112\210\070\077\276\147\375\064\226\365\035\274" --"\060\164\313\070\356\325\154\253\324\374\364\000\267\000\133\205" --"\062\026\166\063\351\330\243\231\235\005\000\252\026\346\363\201" --"\175\157\175\252\206\155\255\025\164\323\304\242\161\252\364\024" --"\175\347\062\270\037\274\325\361\116\275\157\027\002\071\327\016" --"\225\102\072\307\000\076\351\046\143\021\352\013\321\112\377\030" --"\235\262\327\173\057\072\331\226\373\350\036\222\256\023\125\310" --"\331\047\366\334\110\033\260\044\301\205\343\167\235\232\244\363" --"\014\021\035\015\310\264\024\356\265\202\127\011\277\040\130\177" --"\057\042\043\330\160\313\171\154\311\113\362\251\052\310\374\207" --"\053\327\032\120\370\047\350\057\103\343\072\275\330\127\161\375" --"\316\246\122\133\371\335\115\355\345\366\157\211\355\273\223\234" --"\166\041\165\360\222\114\051\367\057\234\001\056\376\120\106\236" --"\144\014\024\263\007\133\305\302\163\154\361\007\134\105\044\024" --"\065\256\203\361\152\115\211\172\372\263\330\055\146\360\066\207" --"\365\053\123\002\003\001\000\001\243\201\252\060\201\247\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\246\263\341\053" --"\053\111\266\327\163\241\252\224\365\001\347\163\145\114\254\120" --"\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\206" --"\060\035\006\003\125\035\016\004\026\004\024\246\263\341\053\053" --"\111\266\327\163\241\252\224\365\001\347\163\145\114\254\120\060" --"\104\006\003\125\035\040\004\075\060\073\060\071\006\004\125\035" --"\040\000\060\061\060\057\006\010\053\006\001\005\005\007\002\001" --"\026\043\150\164\164\160\072\057\057\141\143\145\144\151\143\157" --"\155\056\145\144\151\143\157\155\147\162\157\165\160\056\143\157" --"\155\057\144\157\143\060\015\006\011\052\206\110\206\367\015\001" --"\001\005\005\000\003\202\002\001\000\316\054\013\122\121\142\046" --"\175\014\047\203\217\305\366\332\240\150\173\117\222\136\352\244" --"\163\062\021\123\104\262\104\313\235\354\017\171\102\263\020\246" --"\307\015\235\313\266\372\077\072\174\352\277\210\123\033\074\367" --"\202\372\005\065\063\341\065\250\127\300\347\375\215\117\077\223" --"\062\117\170\146\003\167\007\130\351\225\310\176\076\320\171\000" --"\214\362\033\121\063\233\274\224\351\072\173\156\122\055\062\236" --"\043\244\105\373\266\056\023\260\213\030\261\335\316\325\035\247" --"\102\177\125\276\373\133\273\107\324\374\044\315\004\256\226\005" --"\025\326\254\316\060\363\312\013\305\272\342\042\340\246\255\042" --"\344\002\356\164\021\177\114\377\170\035\065\332\346\002\064\353" --"\030\022\141\167\006\011\026\143\352\030\255\242\207\037\362\307" --"\200\011\011\165\116\020\250\217\075\206\270\165\021\300\044\142" --"\212\226\173\112\105\351\354\131\305\276\153\203\346\341\350\254" --"\265\060\036\376\005\007\200\371\341\043\015\120\217\005\230\377" --"\054\137\350\073\266\255\317\201\265\041\207\312\010\052\043\047" --"\060\040\053\317\355\224\133\254\262\172\322\307\050\241\212\013" --"\233\115\112\054\155\205\077\011\162\074\147\342\331\334\007\272" --"\353\145\173\132\001\143\326\220\133\117\027\146\075\177\013\031" --"\243\223\143\020\122\052\237\024\026\130\342\334\245\364\241\026" --"\213\016\221\213\201\312\233\131\372\330\153\221\007\145\125\137" --"\122\037\257\072\373\220\335\151\245\133\234\155\016\054\266\372" --"\316\254\245\174\062\112\147\100\334\060\064\043\335\327\004\043" --"\146\360\374\125\200\247\373\146\031\202\065\147\142\160\071\136" --"\157\307\352\220\100\104\010\036\270\262\326\333\356\131\247\015" --"\030\171\064\274\124\030\136\123\312\064\121\355\105\012\346\216" --"\307\202\066\076\247\070\143\251\060\054\027\020\140\222\237\125" --"\207\022\131\020\302\017\147\151\021\314\116\036\176\112\232\255" --"\257\100\250\165\254\126\220\164\270\240\234\245\171\157\334\351" --"\032\310\151\005\351\272\372\003\263\174\344\340\116\302\316\235" --"\350\266\106\015\156\176\127\072\147\224\302\313\037\234\167\112" --"\147\116\151\206\103\223\070\373\266\333\117\203\221\324\140\176" --"\113\076\053\070\007\125\230\136\244" --, (PRUint32)1465 } --}; --static const NSSItem nss_builtins_items_301 [] = { -- { (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 *)"ACEDICOM Root", (PRUint32)14 }, -- { (void *)"\340\264\062\056\262\366\245\150\266\124\123\204\110\030\112\120" --"\066\207\103\204" --, (PRUint32)20 }, -- { (void *)"\102\201\240\342\034\343\125\020\336\125\211\102\145\226\042\346" --, (PRUint32)16 }, -- { (void *)"\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105" --"\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003" --"\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004" --"\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125" --"\004\006\023\002\105\123" --, (PRUint32)70 }, -- { (void *)"\002\010\141\215\307\206\073\001\202\005" --, (PRUint32)10 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_302 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 1 Public Primary Certification Authority", (PRUint32)56 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"\002\020\077\151\036\201\234\360\232\112\363\163\377\271\110\242" --"\344\335" --, (PRUint32)18 }, -- { (void *)"\060\202\002\074\060\202\001\245\002\020\077\151\036\201\234\360" --"\232\112\363\163\377\271\110\242\344\335\060\015\006\011\052\206" --"\110\206\367\015\001\001\005\005\000\060\137\061\013\060\011\006" --"\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004" --"\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143" --"\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141\163" --"\163\040\061\040\120\165\142\154\151\143\040\120\162\151\155\141" --"\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157\156" --"\040\101\165\164\150\157\162\151\164\171\060\036\027\015\071\066" --"\060\061\062\071\060\060\060\060\060\060\132\027\015\062\070\060" --"\070\060\062\062\063\065\071\065\071\132\060\137\061\013\060\011" --"\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125" --"\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156" --"\143\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141" --"\163\163\040\061\040\120\165\142\154\151\143\040\120\162\151\155" --"\141\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157" --"\156\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\345\031\277\155\243\126\141\055" --"\231\110\161\366\147\336\271\215\353\267\236\206\200\012\221\016" --"\372\070\045\257\106\210\202\345\163\250\240\233\044\135\015\037" --"\314\145\156\014\260\320\126\204\030\207\232\006\233\020\241\163" --"\337\264\130\071\153\156\301\366\025\325\250\250\077\252\022\006" --"\215\061\254\177\260\064\327\217\064\147\210\011\315\024\021\342" --"\116\105\126\151\037\170\002\200\332\334\107\221\051\273\066\311" --"\143\134\305\340\327\055\207\173\241\267\062\260\173\060\272\052" --"\057\061\252\356\243\147\332\333\002\003\001\000\001\060\015\006" --"\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000" --"\130\025\051\071\074\167\243\332\134\045\003\174\140\372\356\011" --"\231\074\047\020\160\310\014\011\346\263\207\317\012\342\030\226" --"\065\142\314\277\233\047\171\211\137\311\304\011\364\316\265\035" --"\337\052\275\345\333\206\234\150\045\345\060\174\266\211\025\376" --"\147\321\255\341\120\254\074\174\142\113\217\272\204\327\022\025" --"\033\037\312\135\017\301\122\224\052\021\231\332\173\317\014\066" --"\023\325\065\334\020\031\131\352\224\301\000\277\165\217\331\372" --"\375\166\004\333\142\273\220\152\003\331\106\065\331\370\174\133" --, (PRUint32)576 } --}; --static const NSSItem nss_builtins_items_303 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 1 Public Primary Certification Authority", (PRUint32)56 }, -- { (void *)"\316\152\144\243\011\344\057\273\331\205\034\105\076\144\011\352" --"\350\175\140\361" --, (PRUint32)20 }, -- { (void *)"\206\254\336\053\305\155\303\331\214\050\210\323\215\026\023\036" --, (PRUint32)16 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"\002\020\077\151\036\201\234\360\232\112\363\163\377\271\110\242" --"\344\335" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_304 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 3 Public Primary Certification Authority", (PRUint32)56 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"\002\020\074\221\061\313\037\366\320\033\016\232\270\320\104\277" --"\022\276" --, (PRUint32)18 }, -- { (void *)"\060\202\002\074\060\202\001\245\002\020\074\221\061\313\037\366" --"\320\033\016\232\270\320\104\277\022\276\060\015\006\011\052\206" --"\110\206\367\015\001\001\005\005\000\060\137\061\013\060\011\006" --"\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004" --"\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143" --"\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141\163" --"\163\040\063\040\120\165\142\154\151\143\040\120\162\151\155\141" --"\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157\156" --"\040\101\165\164\150\157\162\151\164\171\060\036\027\015\071\066" --"\060\061\062\071\060\060\060\060\060\060\132\027\015\062\070\060" --"\070\060\062\062\063\065\071\065\071\132\060\137\061\013\060\011" --"\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125" --"\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156" --"\143\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141" --"\163\163\040\063\040\120\165\142\154\151\143\040\120\162\151\155" --"\141\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157" --"\156\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\134\131\236\362\033\212\001" --"\024\264\020\337\004\100\333\343\127\257\152\105\100\217\204\014" --"\013\321\063\331\331\021\317\356\002\130\037\045\367\052\250\104" --"\005\252\354\003\037\170\177\236\223\271\232\000\252\043\175\326" --"\254\205\242\143\105\307\162\047\314\364\114\306\165\161\322\071" --"\357\117\102\360\165\337\012\220\306\216\040\157\230\017\370\254" --"\043\137\160\051\066\244\311\206\347\261\232\040\313\123\245\205" --"\347\075\276\175\232\376\044\105\063\334\166\025\355\017\242\161" --"\144\114\145\056\201\150\105\247\002\003\001\000\001\060\015\006" --"\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000" --"\020\162\122\251\005\024\031\062\010\101\360\305\153\012\314\176" --"\017\041\031\315\344\147\334\137\251\033\346\312\350\163\235\042" --"\330\230\156\163\003\141\221\305\174\260\105\100\156\104\235\215" --"\260\261\226\164\141\055\015\251\105\322\244\222\052\326\232\165" --"\227\156\077\123\375\105\231\140\035\250\053\114\371\136\247\011" --"\330\165\060\327\322\145\140\075\147\326\110\125\165\151\077\221" --"\365\110\013\107\151\042\151\202\226\276\311\310\070\206\112\172" --"\054\163\031\110\151\116\153\174\145\277\017\374\160\316\210\220" --, (PRUint32)576 } --}; --static const NSSItem nss_builtins_items_305 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Verisign Class 3 Public Primary Certification Authority", (PRUint32)56 }, -- { (void *)"\241\333\143\223\221\157\027\344\030\125\011\100\004\025\307\002" --"\100\260\256\153" --, (PRUint32)20 }, -- { (void *)"\357\132\361\063\357\361\315\273\121\002\356\022\024\113\226\304" --, (PRUint32)16 }, -- { (void *)"\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061" --"\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151" --"\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004" --"\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151" --"\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146" --"\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164" --"\171" --, (PRUint32)97 }, -- { (void *)"\002\020\074\221\061\313\037\366\320\033\016\232\270\320\104\277" --"\022\276" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_306 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Microsec e-Szigno Root CA 2009", (PRUint32)31 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151" --"\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006" --"\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145" --"\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040" --"\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015" --"\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147" --"\156\157\056\150\165" --, (PRUint32)133 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151" --"\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006" --"\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145" --"\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040" --"\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015" --"\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147" --"\156\157\056\150\165" --, (PRUint32)133 }, -- { (void *)"\002\011\000\302\176\103\004\116\107\077\031" --, (PRUint32)11 }, -- { (void *)"\060\202\004\012\060\202\002\362\240\003\002\001\002\002\011\000" --"\302\176\103\004\116\107\077\031\060\015\006\011\052\206\110\206" --"\367\015\001\001\013\005\000\060\201\202\061\013\060\011\006\003" --"\125\004\006\023\002\110\125\061\021\060\017\006\003\125\004\007" --"\014\010\102\165\144\141\160\145\163\164\061\026\060\024\006\003" --"\125\004\012\014\015\115\151\143\162\157\163\145\143\040\114\164" --"\144\056\061\047\060\045\006\003\125\004\003\014\036\115\151\143" --"\162\157\163\145\143\040\145\055\123\172\151\147\156\157\040\122" --"\157\157\164\040\103\101\040\062\060\060\071\061\037\060\035\006" --"\011\052\206\110\206\367\015\001\011\001\026\020\151\156\146\157" --"\100\145\055\163\172\151\147\156\157\056\150\165\060\036\027\015" --"\060\071\060\066\061\066\061\061\063\060\061\070\132\027\015\062" --"\071\061\062\063\060\061\061\063\060\061\070\132\060\201\202\061" --"\013\060\011\006\003\125\004\006\023\002\110\125\061\021\060\017" --"\006\003\125\004\007\014\010\102\165\144\141\160\145\163\164\061" --"\026\060\024\006\003\125\004\012\014\015\115\151\143\162\157\163" --"\145\143\040\114\164\144\056\061\047\060\045\006\003\125\004\003" --"\014\036\115\151\143\162\157\163\145\143\040\145\055\123\172\151" --"\147\156\157\040\122\157\157\164\040\103\101\040\062\060\060\071" --"\061\037\060\035\006\011\052\206\110\206\367\015\001\011\001\026" --"\020\151\156\146\157\100\145\055\163\172\151\147\156\157\056\150" --"\165\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\351\370\217\363\143\255\332\206\330\247\340\102\373\317" --"\221\336\246\046\370\231\245\143\160\255\233\256\312\063\100\175" --"\155\226\156\241\016\104\356\341\023\235\224\102\122\232\275\165" --"\205\164\054\250\016\035\223\266\030\267\214\054\250\317\373\134" --"\161\271\332\354\376\350\176\217\344\057\035\262\250\165\207\330" --"\267\241\345\073\317\231\112\106\320\203\031\175\300\241\022\034" --"\225\155\112\364\330\307\245\115\063\056\205\071\100\165\176\024" --"\174\200\022\230\120\307\101\147\270\240\200\141\124\246\154\116" --"\037\340\235\016\007\351\311\272\063\347\376\300\125\050\054\002" --"\200\247\031\365\236\334\125\123\003\227\173\007\110\377\231\373" --"\067\212\044\304\131\314\120\020\143\216\252\251\032\260\204\032" --"\206\371\137\273\261\120\156\244\321\012\314\325\161\176\037\247" --"\033\174\365\123\156\042\137\313\053\346\324\174\135\256\326\302" --"\306\114\345\005\001\331\355\127\374\301\043\171\374\372\310\044" --"\203\225\363\265\152\121\001\320\167\326\351\022\241\371\032\203" --"\373\202\033\271\260\227\364\166\006\063\103\111\240\377\013\265" --"\372\265\002\003\001\000\001\243\201\200\060\176\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\313\017\306\337\102\103\314\075" --"\313\265\110\043\241\032\172\246\052\273\064\150\060\037\006\003" --"\125\035\043\004\030\060\026\200\024\313\017\306\337\102\103\314" --"\075\313\265\110\043\241\032\172\246\052\273\064\150\060\033\006" --"\003\125\035\021\004\024\060\022\201\020\151\156\146\157\100\145" --"\055\163\172\151\147\156\157\056\150\165\060\015\006\011\052\206" --"\110\206\367\015\001\001\013\005\000\003\202\001\001\000\311\321" --"\016\136\056\325\314\263\174\076\313\374\075\377\015\050\225\223" --"\004\310\277\332\315\171\270\103\220\360\244\276\357\362\357\041" --"\230\274\324\324\135\006\366\356\102\354\060\154\240\252\251\312" --"\361\257\212\372\077\013\163\152\076\352\056\100\176\037\256\124" --"\141\171\353\056\010\067\327\043\363\214\237\276\035\261\341\244" --"\165\333\240\342\124\024\261\272\034\051\244\030\366\022\272\242" --"\024\024\343\061\065\310\100\377\267\340\005\166\127\301\034\131" --"\362\370\277\344\355\045\142\134\204\360\176\176\037\263\276\371" --"\267\041\021\314\003\001\126\160\247\020\222\036\033\064\201\036" --"\255\234\032\303\004\074\355\002\141\326\036\006\363\137\072\207" --"\362\053\361\105\207\345\075\254\321\307\127\204\275\153\256\334" --"\330\371\266\033\142\160\013\075\066\311\102\362\062\327\172\141" --"\346\322\333\075\317\310\251\311\233\334\333\130\104\327\157\070" --"\257\177\170\323\243\255\032\165\272\034\301\066\174\217\036\155" --"\034\303\165\106\256\065\005\246\366\134\075\041\356\126\360\311" --"\202\042\055\172\124\253\160\303\175\042\145\202\160\226" --, (PRUint32)1038 } --}; --static const NSSItem nss_builtins_items_307 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"Microsec e-Szigno Root CA 2009", (PRUint32)31 }, -- { (void *)"\211\337\164\376\134\364\017\112\200\371\343\067\175\124\332\221" --"\341\001\061\216" --, (PRUint32)20 }, -- { (void *)"\370\111\364\003\274\104\055\203\276\110\151\175\051\144\374\261" --, (PRUint32)16 }, -- { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125" --"\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160" --"\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151" --"\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006" --"\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145" --"\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040" --"\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015" --"\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147" --"\156\157\056\150\165" --, (PRUint32)133 }, -- { (void *)"\002\011\000\302\176\103\004\116\107\077\031" --, (PRUint32)11 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_308 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi", (PRUint32)52 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061" --"\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162" --"\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156" --"\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125" --"\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040" --"\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151" --"\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154" --"\141\171\151\143\151\163\151" --, (PRUint32)119 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061" --"\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162" --"\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156" --"\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125" --"\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040" --"\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151" --"\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154" --"\141\171\151\143\151\163\151" --, (PRUint32)119 }, -- { (void *)"\002\020\104\231\215\074\300\003\047\275\234\166\225\271\352\333" --"\254\265" --, (PRUint32)18 }, -- { (void *)"\060\202\003\266\060\202\002\236\240\003\002\001\002\002\020\104" --"\231\215\074\300\003\047\275\234\166\225\271\352\333\254\265\060" --"\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\165" --"\061\013\060\011\006\003\125\004\006\023\002\124\122\061\050\060" --"\046\006\003\125\004\012\023\037\105\154\145\153\164\162\157\156" --"\151\153\040\102\151\154\147\151\040\107\165\166\145\156\154\151" --"\147\151\040\101\056\123\056\061\074\060\072\006\003\125\004\003" --"\023\063\145\055\107\165\166\145\156\040\113\157\153\040\105\154" --"\145\153\164\162\157\156\151\153\040\123\145\162\164\151\146\151" --"\153\141\040\110\151\172\155\145\164\040\123\141\147\154\141\171" --"\151\143\151\163\151\060\036\027\015\060\067\060\061\060\064\061" --"\061\063\062\064\070\132\027\015\061\067\060\061\060\064\061\061" --"\063\062\064\070\132\060\165\061\013\060\011\006\003\125\004\006" --"\023\002\124\122\061\050\060\046\006\003\125\004\012\023\037\105" --"\154\145\153\164\162\157\156\151\153\040\102\151\154\147\151\040" --"\107\165\166\145\156\154\151\147\151\040\101\056\123\056\061\074" --"\060\072\006\003\125\004\003\023\063\145\055\107\165\166\145\156" --"\040\113\157\153\040\105\154\145\153\164\162\157\156\151\153\040" --"\123\145\162\164\151\146\151\153\141\040\110\151\172\155\145\164" --"\040\123\141\147\154\141\171\151\143\151\163\151\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\303\022\040" --"\236\260\136\000\145\215\116\106\273\200\134\351\054\006\227\325" --"\363\162\311\160\271\347\113\145\200\301\113\276\176\074\327\124" --"\061\224\336\325\022\272\123\026\002\352\130\143\357\133\330\363" --"\355\052\032\252\161\110\243\334\020\055\137\137\353\134\113\234" --"\226\010\102\045\050\021\314\212\132\142\001\120\325\353\011\123" --"\057\370\303\217\376\263\374\375\235\242\343\137\175\276\355\013" --"\340\140\353\151\354\063\355\330\215\373\022\111\203\000\311\213" --"\227\214\073\163\052\062\263\022\367\271\115\362\364\115\155\307" --"\346\326\046\067\010\362\331\375\153\134\243\345\110\134\130\274" --"\102\276\003\132\201\272\034\065\014\000\323\365\043\176\161\060" --"\010\046\070\334\045\021\107\055\363\272\043\020\245\277\274\002" --"\367\103\136\307\376\260\067\120\231\173\017\223\316\346\103\054" --"\303\176\015\362\034\103\146\140\313\141\061\107\207\243\117\256" --"\275\126\154\114\274\274\370\005\312\144\364\351\064\241\054\265" --"\163\341\302\076\350\310\311\064\045\010\134\363\355\246\307\224" --"\237\255\210\103\045\327\341\071\140\376\254\071\131\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\237\356\104\263\224\325\372\221\117\056\331\125\232\004" --"\126\333\055\304\333\245\060\015\006\011\052\206\110\206\367\015" --"\001\001\005\005\000\003\202\001\001\000\177\137\271\123\133\143" --"\075\165\062\347\372\304\164\032\313\106\337\106\151\034\122\317" --"\252\117\302\150\353\377\200\251\121\350\075\142\167\211\075\012" --"\165\071\361\156\135\027\207\157\150\005\301\224\154\331\135\337" --"\332\262\131\313\245\020\212\312\314\071\315\237\353\116\336\122" --"\377\014\360\364\222\251\362\154\123\253\233\322\107\240\037\164" --"\367\233\232\361\057\025\237\172\144\060\030\007\074\052\017\147" --"\312\374\017\211\141\235\145\245\074\345\274\023\133\010\333\343" --"\377\355\273\006\273\152\006\261\172\117\145\306\202\375\036\234" --"\213\265\015\356\110\273\270\275\252\010\264\373\243\174\313\237" --"\315\220\166\134\206\226\170\127\012\146\371\130\032\235\375\227" --"\051\140\336\021\246\220\034\031\034\356\001\226\042\064\064\056" --"\221\371\267\304\047\321\173\346\277\373\200\104\132\026\345\353" --"\340\324\012\070\274\344\221\343\325\353\134\301\254\337\033\152" --"\174\236\345\165\322\266\227\207\333\314\207\053\103\072\204\010" --"\257\253\074\333\367\074\146\061\206\260\235\123\171\355\370\043" --"\336\102\343\055\202\361\017\345\372\227" --, (PRUint32)954 } --}; --static const NSSItem nss_builtins_items_309 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi", (PRUint32)52 }, -- { (void *)"\335\341\322\251\001\200\056\035\207\136\204\263\200\176\113\261" --"\375\231\101\064" --, (PRUint32)20 }, -- { (void *)"\075\101\051\313\036\252\021\164\315\135\260\142\257\260\103\133" --, (PRUint32)16 }, -- { (void *)"\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061" --"\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162" --"\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156" --"\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125" --"\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040" --"\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151" --"\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154" --"\141\171\151\143\151\163\151" --, (PRUint32)119 }, -- { (void *)"\002\020\104\231\215\074\300\003\047\275\234\166\225\271\352\333" --"\254\265" --, (PRUint32)18 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trust_unknown, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_310 [] = { -- { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"GlobalSign Root CA - R3", (PRUint32)24 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157" --"\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040" --"\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107" --"\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125" --"\004\003\023\012\107\154\157\142\141\154\123\151\147\156" --, (PRUint32)78 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157" --"\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040" --"\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107" --"\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125" --"\004\003\023\012\107\154\157\142\141\154\123\151\147\156" --, (PRUint32)78 }, -- { (void *)"\002\013\004\000\000\000\000\001\041\130\123\010\242" --, (PRUint32)13 }, -- { (void *)"\060\202\003\137\060\202\002\107\240\003\002\001\002\002\013\004" --"\000\000\000\000\001\041\130\123\010\242\060\015\006\011\052\206" --"\110\206\367\015\001\001\013\005\000\060\114\061\040\060\036\006" --"\003\125\004\013\023\027\107\154\157\142\141\154\123\151\147\156" --"\040\122\157\157\164\040\103\101\040\055\040\122\063\061\023\060" --"\021\006\003\125\004\012\023\012\107\154\157\142\141\154\123\151" --"\147\156\061\023\060\021\006\003\125\004\003\023\012\107\154\157" --"\142\141\154\123\151\147\156\060\036\027\015\060\071\060\063\061" --"\070\061\060\060\060\060\060\132\027\015\062\071\060\063\061\070" --"\061\060\060\060\060\060\132\060\114\061\040\060\036\006\003\125" --"\004\013\023\027\107\154\157\142\141\154\123\151\147\156\040\122" --"\157\157\164\040\103\101\040\055\040\122\063\061\023\060\021\006" --"\003\125\004\012\023\012\107\154\157\142\141\154\123\151\147\156" --"\061\023\060\021\006\003\125\004\003\023\012\107\154\157\142\141" --"\154\123\151\147\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\314\045\166\220\171\006\170\042\026\365" --"\300\203\266\204\312\050\236\375\005\166\021\305\255\210\162\374" --"\106\002\103\307\262\212\235\004\137\044\313\056\113\341\140\202" --"\106\341\122\253\014\201\107\160\154\335\144\321\353\365\054\243" --"\017\202\075\014\053\256\227\327\266\024\206\020\171\273\073\023" --"\200\167\214\010\341\111\322\152\142\057\037\136\372\226\150\337" --"\211\047\225\070\237\006\327\076\311\313\046\131\015\163\336\260" --"\310\351\046\016\203\025\306\357\133\213\322\004\140\312\111\246" --"\050\366\151\073\366\313\310\050\221\345\235\212\141\127\067\254" --"\164\024\334\164\340\072\356\162\057\056\234\373\320\273\277\365" --"\075\000\341\006\063\350\202\053\256\123\246\072\026\163\214\335" --"\101\016\040\072\300\264\247\241\351\262\117\220\056\062\140\351" --"\127\313\271\004\222\150\150\345\070\046\140\165\262\237\167\377" --"\221\024\357\256\040\111\374\255\100\025\110\321\002\061\141\031" --"\136\270\227\357\255\167\267\144\232\172\277\137\301\023\357\233" --"\142\373\015\154\340\124\151\026\251\003\332\156\351\203\223\161" --"\166\306\151\205\202\027\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\217\360\113\177\250" --"\056\105\044\256\115\120\372\143\232\213\336\342\335\033\274\060" --"\015\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202" --"\001\001\000\113\100\333\300\120\252\376\310\014\357\367\226\124" --"\105\111\273\226\000\011\101\254\263\023\206\206\050\007\063\312" --"\153\346\164\271\272\000\055\256\244\012\323\365\361\361\017\212" --"\277\163\147\112\203\307\104\173\170\340\257\156\154\157\003\051" --"\216\063\071\105\303\216\344\271\127\154\252\374\022\226\354\123" --"\306\055\344\044\154\271\224\143\373\334\123\150\147\126\076\203" --"\270\317\065\041\303\311\150\376\316\332\302\123\252\314\220\212" --"\351\360\135\106\214\225\335\172\130\050\032\057\035\336\315\000" --"\067\101\217\355\104\155\327\123\050\227\176\363\147\004\036\025" --"\327\212\226\264\323\336\114\047\244\114\033\163\163\166\364\027" --"\231\302\037\172\016\343\055\010\255\012\034\054\377\074\253\125" --"\016\017\221\176\066\353\303\127\111\276\341\056\055\174\140\213" --"\303\101\121\023\043\235\316\367\062\153\224\001\250\231\347\054" --"\063\037\072\073\045\322\206\100\316\073\054\206\170\311\141\057" --"\024\272\356\333\125\157\337\204\356\005\011\115\275\050\330\162" --"\316\323\142\120\145\036\353\222\227\203\061\331\263\265\312\107" --"\130\077\137" --, (PRUint32)867 } --}; --static const NSSItem nss_builtins_items_311 [] = { -- { (void *)&cko_netscape_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, -- { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"GlobalSign Root CA - R3", (PRUint32)24 }, -- { (void *)"\326\233\126\021\110\360\034\167\305\105\170\301\011\046\337\133" --"\205\151\166\255" --, (PRUint32)20 }, -- { (void *)"\305\337\270\111\312\005\023\125\356\055\272\032\303\076\260\050" --, (PRUint32)16 }, -- { (void *)"\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157" --"\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040" --"\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107" --"\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125" --"\004\003\023\012\107\154\157\142\141\154\123\151\147\156" --, (PRUint32)78 }, -- { (void *)"\002\013\004\000\000\000\000\001\041\130\123\010\242" --, (PRUint32)13 }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_netscape_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; - -@@ -21112,79 +16685,11 @@ nss_builtins_data[] = { - { 11, nss_builtins_types_240, nss_builtins_items_240, {NULL} }, - { 13, nss_builtins_types_241, nss_builtins_items_241, {NULL} }, - { 11, nss_builtins_types_242, nss_builtins_items_242, {NULL} }, -- { 13, nss_builtins_types_243, nss_builtins_items_243, {NULL} }, -- { 11, nss_builtins_types_244, nss_builtins_items_244, {NULL} }, -- { 13, nss_builtins_types_245, nss_builtins_items_245, {NULL} }, -- { 11, nss_builtins_types_246, nss_builtins_items_246, {NULL} }, -- { 13, nss_builtins_types_247, nss_builtins_items_247, {NULL} }, -- { 11, nss_builtins_types_248, nss_builtins_items_248, {NULL} }, -- { 13, nss_builtins_types_249, nss_builtins_items_249, {NULL} }, -- { 11, nss_builtins_types_250, nss_builtins_items_250, {NULL} }, -- { 13, nss_builtins_types_251, nss_builtins_items_251, {NULL} }, -- { 11, nss_builtins_types_252, nss_builtins_items_252, {NULL} }, -- { 13, nss_builtins_types_253, nss_builtins_items_253, {NULL} }, -- { 11, nss_builtins_types_254, nss_builtins_items_254, {NULL} }, -- { 13, nss_builtins_types_255, nss_builtins_items_255, {NULL} }, -- { 11, nss_builtins_types_256, nss_builtins_items_256, {NULL} }, -- { 13, nss_builtins_types_257, nss_builtins_items_257, {NULL} }, -- { 11, nss_builtins_types_258, nss_builtins_items_258, {NULL} }, -- { 13, nss_builtins_types_259, nss_builtins_items_259, {NULL} }, -- { 11, nss_builtins_types_260, nss_builtins_items_260, {NULL} }, -- { 13, nss_builtins_types_261, nss_builtins_items_261, {NULL} }, -- { 11, nss_builtins_types_262, nss_builtins_items_262, {NULL} }, -- { 13, nss_builtins_types_263, nss_builtins_items_263, {NULL} }, -- { 11, nss_builtins_types_264, nss_builtins_items_264, {NULL} }, -- { 13, nss_builtins_types_265, nss_builtins_items_265, {NULL} }, -- { 11, nss_builtins_types_266, nss_builtins_items_266, {NULL} }, -- { 13, nss_builtins_types_267, nss_builtins_items_267, {NULL} }, -- { 11, nss_builtins_types_268, nss_builtins_items_268, {NULL} }, -- { 13, nss_builtins_types_269, nss_builtins_items_269, {NULL} }, -- { 11, nss_builtins_types_270, nss_builtins_items_270, {NULL} }, -- { 13, nss_builtins_types_271, nss_builtins_items_271, {NULL} }, -- { 11, nss_builtins_types_272, nss_builtins_items_272, {NULL} }, -- { 13, nss_builtins_types_273, nss_builtins_items_273, {NULL} }, -- { 11, nss_builtins_types_274, nss_builtins_items_274, {NULL} }, -- { 13, nss_builtins_types_275, nss_builtins_items_275, {NULL} }, -- { 11, nss_builtins_types_276, nss_builtins_items_276, {NULL} }, -- { 13, nss_builtins_types_277, nss_builtins_items_277, {NULL} }, -- { 11, nss_builtins_types_278, nss_builtins_items_278, {NULL} }, -- { 13, nss_builtins_types_279, nss_builtins_items_279, {NULL} }, -- { 11, nss_builtins_types_280, nss_builtins_items_280, {NULL} }, -- { 13, nss_builtins_types_281, nss_builtins_items_281, {NULL} }, -- { 11, nss_builtins_types_282, nss_builtins_items_282, {NULL} }, -- { 13, nss_builtins_types_283, nss_builtins_items_283, {NULL} }, -- { 11, nss_builtins_types_284, nss_builtins_items_284, {NULL} }, -- { 13, nss_builtins_types_285, nss_builtins_items_285, {NULL} }, -- { 11, nss_builtins_types_286, nss_builtins_items_286, {NULL} }, -- { 13, nss_builtins_types_287, nss_builtins_items_287, {NULL} }, -- { 11, nss_builtins_types_288, nss_builtins_items_288, {NULL} }, -- { 13, nss_builtins_types_289, nss_builtins_items_289, {NULL} }, -- { 11, nss_builtins_types_290, nss_builtins_items_290, {NULL} }, -- { 13, nss_builtins_types_291, nss_builtins_items_291, {NULL} }, -- { 11, nss_builtins_types_292, nss_builtins_items_292, {NULL} }, -- { 13, nss_builtins_types_293, nss_builtins_items_293, {NULL} }, -- { 11, nss_builtins_types_294, nss_builtins_items_294, {NULL} }, -- { 13, nss_builtins_types_295, nss_builtins_items_295, {NULL} }, -- { 11, nss_builtins_types_296, nss_builtins_items_296, {NULL} }, -- { 13, nss_builtins_types_297, nss_builtins_items_297, {NULL} }, -- { 11, nss_builtins_types_298, nss_builtins_items_298, {NULL} }, -- { 13, nss_builtins_types_299, nss_builtins_items_299, {NULL} }, -- { 11, nss_builtins_types_300, nss_builtins_items_300, {NULL} }, -- { 13, nss_builtins_types_301, nss_builtins_items_301, {NULL} }, -- { 11, nss_builtins_types_302, nss_builtins_items_302, {NULL} }, -- { 13, nss_builtins_types_303, nss_builtins_items_303, {NULL} }, -- { 11, nss_builtins_types_304, nss_builtins_items_304, {NULL} }, -- { 13, nss_builtins_types_305, nss_builtins_items_305, {NULL} }, -- { 11, nss_builtins_types_306, nss_builtins_items_306, {NULL} }, -- { 13, nss_builtins_types_307, nss_builtins_items_307, {NULL} }, -- { 11, nss_builtins_types_308, nss_builtins_items_308, {NULL} }, -- { 13, nss_builtins_types_309, nss_builtins_items_309, {NULL} }, -- { 11, nss_builtins_types_310, nss_builtins_items_310, {NULL} }, -- { 13, nss_builtins_types_311, nss_builtins_items_311, {NULL} } -+ { 13, nss_builtins_types_243, nss_builtins_items_243, {NULL} } - }; - const PRUint32 - #ifdef DEBUG -- nss_builtins_nObjects = 311+1; -+ nss_builtins_nObjects = 243+1; - #else -- nss_builtins_nObjects = 311; -+ nss_builtins_nObjects = 243; - #endif /* DEBUG */ -diff -prauN nss-3.12.8.prepatch/mozilla/security/nss/lib/ckfw/builtins/certdata.txt nss-3.12.8/mozilla/security/nss/lib/ckfw/builtins/certdata.txt ---- nss-3.12.8.prepatch/mozilla/security/nss/lib/ckfw/builtins/certdata.txt 2011-08-30 18:02:26.450122000 +0000 -+++ nss-3.12.8/mozilla/security/nss/lib/ckfw/builtins/certdata.txt 2011-08-30 18:03:33.620122001 +0000 -@@ -34,7 +34,7 @@ - # the terms of any one of the MPL, the GPL or the LGPL. - # - # ***** END LICENSE BLOCK ***** --CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.64.2.1 $ $Date: 2010/08/27 15:46:44 $" -+CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.53 $ $Date: 2009/05/21 19:50:28 $" - - # - # certdata.txt -@@ -103,96 +103,6 @@ CKA_MODIFIABLE CK_BBOOL CK_FALSE - CKA_LABEL UTF8 "Mozilla Builtin Roots" - - # --# Certificate "GTE CyberTrust 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 Root CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\105\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\034\060\032\006\003\125 --\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165 --\163\164\040\122\157\157\164 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\105\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\034\060\032\006\003\125 --\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165 --\163\164\040\122\157\157\164 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\002\001\243 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\001\372\060\202\001\143\002\002\001\243\060\015\006\011 --\052\206\110\206\367\015\001\001\004\005\000\060\105\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\034\060\032\006\003\125\004\003\023\023\107 --\124\105\040\103\171\142\145\162\124\162\165\163\164\040\122\157 --\157\164\060\036\027\015\071\066\060\062\062\063\062\063\060\061 --\060\060\132\027\015\060\066\060\062\062\063\062\063\065\071\060 --\060\132\060\105\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\034\060\032\006 --\003\125\004\003\023\023\107\124\105\040\103\171\142\145\162\124 --\162\165\163\164\040\122\157\157\164\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\346\117\272\333\230\174\161\174\257 --\104\267\323\017\106\331\144\345\223\301\102\216\307\272\111\215 --\065\055\172\347\213\275\345\005\061\131\306\261\057\012\014\373 --\237\247\077\242\011\146\204\126\036\067\051\033\207\351\176\014 --\312\232\237\245\177\365\025\224\243\325\242\106\202\330\150\114 --\321\067\025\006\150\257\275\370\260\263\360\051\365\225\132\011 --\026\141\167\012\042\045\324\117\105\252\307\275\345\226\337\371 --\324\250\216\102\314\044\300\036\221\047\112\265\155\006\200\143 --\071\304\242\136\070\003\002\003\001\000\001\060\015\006\011\052 --\206\110\206\367\015\001\001\004\005\000\003\201\201\000\022\263 --\165\306\137\035\341\141\125\200\000\324\201\113\173\061\017\043 --\143\347\075\363\003\371\364\066\250\273\331\343\245\227\115\352 --\053\051\340\326\152\163\201\346\300\211\243\323\361\340\245\245 --\042\067\232\143\302\110\040\264\333\162\343\310\366\331\174\276 --\261\257\123\332\024\264\041\270\326\325\226\343\376\116\014\131 --\142\266\232\112\371\102\335\214\157\201\251\161\377\364\012\162 --\155\155\104\016\235\363\164\164\250\325\064\111\351\136\236\351 --\264\172\341\345\132\037\204\060\234\323\237\245\045\330 --END -- --# Trust for Certificate "GTE CyberTrust 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 Root CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\220\336\336\236\114\116\237\157\330\206\027\127\235\323\221\274 --\145\246\211\144 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\304\327\360\262\243\305\175\141\147\360\004\315\103\323\272\130 --END --CKA_ISSUER MULTILINE_OCTAL --\060\105\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\034\060\032\006\003\125 --\004\003\023\023\107\124\105\040\103\171\142\145\162\124\162\165 --\163\164\040\122\157\157\164 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\002\001\243 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "GTE CyberTrust Global Root" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -295,6 +205,275 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE -+ -+# -+# Certificate "Thawte Personal Basic 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 "Thawte Personal Basic CA" -+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 -+CKA_SUBJECT MULTILINE_OCTAL -+\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151 -+\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015 -+\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141 -+\163\151\143\100\164\150\141\167\164\145\056\143\157\155 -+END -+CKA_ID UTF8 "0" -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151 -+\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015 -+\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141 -+\163\151\143\100\164\150\141\167\164\145\056\143\157\155 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\001\000 -+END -+CKA_VALUE MULTILINE_OCTAL -+\060\202\003\041\060\202\002\212\240\003\002\001\002\002\001\000 -+\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060 -+\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101\061 -+\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 -+\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023 -+\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003 -+\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156\163 -+\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023 -+\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123 -+\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156 -+\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167\164 -+\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151\143 -+\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015\001 -+\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141\163 -+\151\143\100\164\150\141\167\164\145\056\143\157\155\060\036\027 -+\015\071\066\060\061\060\061\060\060\060\060\060\060\132\027\015 -+\062\060\061\062\063\061\062\063\065\071\065\071\132\060\201\313 -+\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025\060 -+\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156\040 -+\103\141\160\145\061\022\060\020\006\003\125\004\007\023\011\103 -+\141\160\145\040\124\157\167\156\061\032\060\030\006\003\125\004 -+\012\023\021\124\150\141\167\164\145\040\103\157\156\163\165\154 -+\164\151\156\147\061\050\060\046\006\003\125\004\013\023\037\103 -+\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145\162 -+\166\151\143\145\163\040\104\151\166\151\163\151\157\156\061\041 -+\060\037\006\003\125\004\003\023\030\124\150\141\167\164\145\040 -+\120\145\162\163\157\156\141\154\040\102\141\163\151\143\040\103 -+\101\061\050\060\046\006\011\052\206\110\206\367\015\001\011\001 -+\026\031\160\145\162\163\157\156\141\154\055\142\141\163\151\143 -+\100\164\150\141\167\164\145\056\143\157\155\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\274\274\223\123\155\300\120\117 -+\202\025\346\110\224\065\246\132\276\157\102\372\017\107\356\167 -+\165\162\335\215\111\233\226\127\240\170\324\312\077\121\263\151 -+\013\221\166\027\042\007\227\152\304\121\223\113\340\215\357\067 -+\225\241\014\115\332\064\220\035\027\211\227\340\065\070\127\112 -+\300\364\010\160\351\074\104\173\120\176\141\232\220\343\043\323 -+\210\021\106\047\365\013\007\016\273\335\321\177\040\012\210\271 -+\126\013\056\034\200\332\361\343\236\051\357\024\275\012\104\373 -+\033\133\030\321\277\043\223\041\002\003\001\000\001\243\023\060 -+\021\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\201\201\000\055\342\231\153\260\075\172\211\327\131\242 -+\224\001\037\053\335\022\113\123\302\255\177\252\247\000\134\221 -+\100\127\045\112\070\252\204\160\271\331\200\017\245\173\134\373 -+\163\306\275\327\212\141\134\003\343\055\047\250\027\340\204\205 -+\102\334\136\233\306\267\262\155\273\164\257\344\077\313\247\267 -+\260\340\135\276\170\203\045\224\322\333\201\017\171\007\155\117 -+\364\071\025\132\122\001\173\336\062\326\115\070\366\022\134\006 -+\120\337\005\133\275\024\113\241\337\051\272\073\101\215\367\143 -+\126\241\337\042\261 -+END -+ -+# Trust for Certificate "Thawte Personal Basic 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 "Thawte Personal Basic CA" -+CKA_CERT_SHA1_HASH MULTILINE_OCTAL -+\100\347\214\035\122\075\034\331\225\117\254\032\032\263\275\074 -+\272\241\133\374 -+END -+CKA_CERT_MD5_HASH MULTILINE_OCTAL -+\346\013\322\311\312\055\210\333\032\161\016\113\170\353\002\101 -+END -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\313\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\102\141\163\151 -+\143\040\103\101\061\050\060\046\006\011\052\206\110\206\367\015 -+\001\011\001\026\031\160\145\162\163\157\156\141\154\055\142\141 -+\163\151\143\100\164\150\141\167\164\145\056\143\157\155 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\001\000 -+END -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+ -+# -+# Certificate "Thawte Personal 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 "Thawte Personal Premium CA" -+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 -+CKA_SUBJECT MULTILINE_OCTAL -+\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155 -+\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206 -+\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055 -+\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143 -+\157\155 -+END -+CKA_ID UTF8 "0" -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155 -+\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206 -+\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055 -+\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143 -+\157\155 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\001\000 -+END -+CKA_VALUE MULTILINE_OCTAL -+\060\202\003\051\060\202\002\222\240\003\002\001\002\002\001\000 -+\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060 -+\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101\061 -+\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 -+\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023 -+\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006\003 -+\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156\163 -+\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013\023 -+\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123 -+\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156 -+\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167\164 -+\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155\151 -+\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206\367 -+\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055\160 -+\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143\157 -+\155\060\036\027\015\071\066\060\061\060\061\060\060\060\060\060 -+\060\132\027\015\062\060\061\062\063\061\062\063\065\071\065\071 -+\132\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132 -+\101\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164 -+\145\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004 -+\007\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030 -+\006\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157 -+\156\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004 -+\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156 -+\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151 -+\157\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141 -+\167\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145 -+\155\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110 -+\206\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154 -+\055\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056 -+\143\157\155\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\146\331\370\007\104\317\271\214\056\360\241\357\023\105\154 -+\005\337\336\047\026\121\066\101\021\154\154\073\355\376\020\175 -+\022\236\345\233\102\232\376\140\061\303\146\267\163\072\110\256 -+\116\320\062\067\224\210\265\015\266\331\363\362\104\331\325\210 -+\022\335\166\115\362\032\374\157\043\036\172\361\330\230\105\116 -+\007\020\357\026\102\320\103\165\155\112\336\342\252\311\061\377 -+\037\000\160\174\146\317\020\045\010\272\372\356\000\351\106\003 -+\146\047\021\025\073\252\133\362\230\335\066\102\262\332\210\165 -+\002\003\001\000\001\243\023\060\021\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\201\201\000\151\066\211 -+\367\064\052\063\162\057\155\073\324\042\262\270\157\232\305\066 -+\146\016\033\074\241\261\165\132\346\375\065\323\370\250\362\007 -+\157\205\147\216\336\053\271\342\027\260\072\240\360\016\242\000 -+\232\337\363\024\025\156\273\310\205\132\230\200\371\377\276\164 -+\035\075\363\376\060\045\321\067\064\147\372\245\161\171\060\141 -+\051\162\300\340\054\114\373\126\344\072\250\157\345\062\131\122 -+\333\165\050\120\131\014\370\013\031\344\254\331\257\226\215\057 -+\120\333\007\303\352\037\253\063\340\365\053\061\211 -+END -+ -+# Trust for Certificate "Thawte Personal 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 "Thawte Personal Premium CA" -+CKA_CERT_SHA1_HASH MULTILINE_OCTAL -+\066\206\065\143\375\121\050\307\276\246\360\005\317\351\264\066 -+\150\010\154\316 -+END -+CKA_CERT_MD5_HASH MULTILINE_OCTAL -+\072\262\336\042\232\040\223\111\371\355\310\322\212\347\150\015 -+END -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\317\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\032\060\030\006 -+\003\125\004\012\023\021\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\061\050\060\046\006\003\125\004\013 -+\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 -+\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 -+\156\061\043\060\041\006\003\125\004\003\023\032\124\150\141\167 -+\164\145\040\120\145\162\163\157\156\141\154\040\120\162\145\155 -+\151\165\155\040\103\101\061\052\060\050\006\011\052\206\110\206 -+\367\015\001\011\001\026\033\160\145\162\163\157\156\141\154\055 -+\160\162\145\155\151\165\155\100\164\150\141\167\164\145\056\143 -+\157\155 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\001\000 -+END -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -564,170 +743,34 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # --# Certificate "Thawte Premium Server CA" -+# Certificate "Equifax Secure 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 "Thawte Premium Server CA" -+CKA_LABEL UTF8 "Equifax Secure CA" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 --\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 --\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 --\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 --\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 --\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 --\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 --\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 --\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 --\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 --\155 -+\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151 -+\146\141\170\040\123\145\143\165\162\145\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\316\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 --\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 --\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 --\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 --\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 --\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 --\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 --\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 --\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 --\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 --\155 -+\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151 -+\146\141\170\040\123\145\143\165\162\145\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 --\002\001\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\047\060\202\002\220\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\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061 --\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 --\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023 --\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003 --\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163 --\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125 --\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157 --\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163 --\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150 --\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162 --\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206 --\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163 --\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155 --\060\036\027\015\071\066\060\070\060\061\060\060\060\060\060\060 --\132\027\015\062\060\061\062\063\061\062\063\065\071\065\071\132 --\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 --\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 --\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 --\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 --\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 --\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 --\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 --\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 --\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 --\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 --\155\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\322\066 --\066\152\213\327\302\133\236\332\201\101\142\217\070\356\111\004 --\125\326\320\357\034\033\225\026\107\357\030\110\065\072\122\364 --\053\152\006\217\073\057\352\126\343\257\206\215\236\027\367\236 --\264\145\165\002\115\357\313\011\242\041\121\330\233\320\147\320 --\272\015\222\006\024\163\324\223\313\227\052\000\234\134\116\014 --\274\372\025\122\374\362\104\156\332\021\112\156\010\237\057\055 --\343\371\252\072\206\163\266\106\123\130\310\211\005\275\203\021 --\270\163\077\252\007\215\364\102\115\347\100\235\034\067\002\003 --\001\000\001\243\023\060\021\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\201\201\000\046\110\054\026\302 --\130\372\350\026\164\014\252\252\137\124\077\362\327\311\170\140 --\136\136\156\067\143\042\167\066\176\262\027\304\064\271\365\010 --\205\374\311\001\070\377\115\276\362\026\102\103\347\273\132\106 --\373\301\306\021\037\361\112\260\050\106\311\303\304\102\175\274 --\372\253\131\156\325\267\121\210\021\343\244\205\031\153\202\114 --\244\014\022\255\351\244\256\077\361\303\111\145\232\214\305\310 --\076\045\267\224\231\273\222\062\161\007\360\206\136\355\120\047 --\246\015\246\043\371\273\313\246\007\024\102 --END -- --# Trust for Certificate "Thawte Premium 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 "Thawte Premium Server CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\142\177\215\170\047\145\143\231\322\175\177\220\104\311\376\263 --\363\076\372\232 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\006\237\151\171\026\146\220\002\033\214\214\242\303\007\157\072 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 --\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 --\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 --\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 --\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 --\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 --\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 --\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 --\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 --\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 --\155 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Equifax Secure 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 Secure CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151 --\146\141\170\040\123\145\143\165\162\145\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\116\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\055\060\053\006\003\125\004\013\023\044\105\161\165\151 --\146\141\170\040\123\145\143\165\162\145\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 --\002\004\065\336\364\317 -+\002\004\065\336\364\317 - END - CKA_VALUE MULTILINE_OCTAL - \060\202\003\040\060\202\002\211\240\003\002\001\002\002\004\065 -@@ -918,7 +961,7 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # - # Certificate "Digital Signature Trust Co. Global CA 3" -@@ -1027,7 +1070,7 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # - # Certificate "Verisign Class 1 Public Primary Certification Authority" -@@ -1334,7 +1377,7 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # - # Certificate "Verisign Class 1 Public Primary Certification Authority - G2" -@@ -1736,139 +1779,6 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Verisign Class 4 Public Primary Certification Authority - G2" --# --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 "Verisign Class 4 Public Primary Certification Authority - G2" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125 --\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154 --\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013 --\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145 --\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164 --\167\157\162\153 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125 --\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154 --\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013 --\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145 --\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164 --\167\157\162\153 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\062\210\216\232\322\365\353\023\107\370\177\304\040\067 --\045\370 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\002\060\202\002\153\002\020\062\210\216\232\322\365 --\353\023\107\370\177\304\040\067\045\370\060\015\006\011\052\206 --\110\206\367\015\001\001\005\005\000\060\201\301\061\013\060\011 --\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125 --\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156 --\143\056\061\074\060\072\006\003\125\004\013\023\063\103\154\141 --\163\163\040\064\040\120\165\142\154\151\143\040\120\162\151\155 --\141\162\171\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\055\040\107\062 --\061\072\060\070\006\003\125\004\013\023\061\050\143\051\040\061 --\071\071\070\040\126\145\162\151\123\151\147\156\054\040\111\156 --\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151 --\172\145\144\040\165\163\145\040\157\156\154\171\061\037\060\035 --\006\003\125\004\013\023\026\126\145\162\151\123\151\147\156\040 --\124\162\165\163\164\040\116\145\164\167\157\162\153\060\036\027 --\015\071\070\060\065\061\070\060\060\060\060\060\060\132\027\015 --\062\070\060\070\060\061\062\063\065\071\065\071\132\060\201\301 --\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027\060 --\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147\156 --\054\040\111\156\143\056\061\074\060\072\006\003\125\004\013\023 --\063\103\154\141\163\163\040\064\040\120\165\142\154\151\143\040 --\120\162\151\155\141\162\171\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 --\055\040\107\062\061\072\060\070\006\003\125\004\013\023\061\050 --\143\051\040\061\071\071\070\040\126\145\162\151\123\151\147\156 --\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165\164 --\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171 --\061\037\060\035\006\003\125\004\013\023\026\126\145\162\151\123 --\151\147\156\040\124\162\165\163\164\040\116\145\164\167\157\162 --\153\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\272\360 --\344\317\371\304\256\205\124\271\007\127\371\217\305\177\150\021 --\370\304\027\260\104\334\343\060\163\325\052\142\052\270\320\314 --\034\355\050\133\176\275\152\334\263\221\044\312\101\142\074\374 --\002\001\277\034\026\061\224\005\227\166\156\242\255\275\141\027 --\154\116\060\206\360\121\067\052\120\307\250\142\201\334\133\112 --\252\301\240\264\156\353\057\345\127\305\261\053\100\160\333\132 --\115\241\216\037\275\003\037\330\003\324\217\114\231\161\274\342 --\202\314\130\350\230\072\206\323\206\070\363\000\051\037\002\003 --\001\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\003\201\201\000\205\214\022\301\247\271\120\025\172\313 --\076\254\270\103\212\334\252\335\024\272\211\201\176\001\074\043 --\161\041\210\057\202\334\143\372\002\105\254\105\131\327\052\130 --\104\133\267\237\201\073\222\150\075\342\067\044\365\173\154\217 --\166\065\226\011\250\131\235\271\316\043\253\164\326\203\375\062 --\163\047\330\151\076\103\164\366\256\305\211\232\347\123\174\351 --\173\366\113\363\301\145\203\336\215\212\234\074\210\215\071\131 --\374\252\077\042\215\241\301\146\120\201\162\114\355\042\144\117 --\117\312\200\221\266\051 --END -- --# Trust for Certificate "Verisign Class 4 Public Primary Certification Authority - G2" --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 "Verisign Class 4 Public Primary Certification Authority - G2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\013\167\276\273\313\172\242\107\005\336\314\017\275\152\002\374 --\172\275\233\122 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\046\155\054\031\230\266\160\150\070\120\124\031\354\220\064\140 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\301\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\074\060\072\006\003\125 --\004\013\023\063\103\154\141\163\163\040\064\040\120\165\142\154 --\151\143\040\120\162\151\155\141\162\171\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\055\040\107\062\061\072\060\070\006\003\125\004\013 --\023\061\050\143\051\040\061\071\071\070\040\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\037\060\035\006\003\125\004\013\023\026\126\145 --\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145\164 --\167\157\162\153 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\062\210\216\232\322\365\353\023\107\370\177\304\040\067 --\045\370 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "GlobalSign Root CA" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -3079,7 +2989,7 @@ END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_TRUE - - # - # Certificate "Entrust.net Secure Server CA" -@@ -3242,168 +3152,6 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Entrust.net Secure Personal 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 "Entrust.net Secure Personal CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165 --\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024 --\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164 --\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057 --\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162 --\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056 --\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061 --\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040 --\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003 --\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154 --\151\145\156\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 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165 --\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024 --\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164 --\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057 --\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162 --\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056 --\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061 --\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040 --\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003 --\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154 --\151\145\156\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\003\221\356 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\355\060\202\004\126\240\003\002\001\002\002\004\070 --\003\221\356\060\015\006\011\052\206\110\206\367\015\001\001\004 --\005\000\060\201\311\061\013\060\011\006\003\125\004\006\023\002 --\125\123\061\024\060\022\006\003\125\004\012\023\013\105\156\164 --\162\165\163\164\056\156\145\164\061\110\060\106\006\003\125\004 --\013\024\077\167\167\167\056\145\156\164\162\165\163\164\056\156 --\145\164\057\103\154\151\145\156\164\137\103\101\137\111\156\146 --\157\057\103\120\123\040\151\156\143\157\162\160\056\040\142\171 --\040\162\145\146\056\040\154\151\155\151\164\163\040\154\151\141 --\142\056\061\045\060\043\006\003\125\004\013\023\034\050\143\051 --\040\061\071\071\071\040\105\156\164\162\165\163\164\056\156\145 --\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125 --\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040 --\103\154\151\145\156\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\060\036 --\027\015\071\071\061\060\061\062\061\071\062\064\063\060\132\027 --\015\061\071\061\060\061\062\061\071\065\064\063\060\132\060\201 --\311\061\013\060\011\006\003\125\004\006\023\002\125\123\061\024 --\060\022\006\003\125\004\012\023\013\105\156\164\162\165\163\164 --\056\156\145\164\061\110\060\106\006\003\125\004\013\024\077\167 --\167\167\056\145\156\164\162\165\163\164\056\156\145\164\057\103 --\154\151\145\156\164\137\103\101\137\111\156\146\157\057\103\120 --\123\040\151\156\143\157\162\160\056\040\142\171\040\162\145\146 --\056\040\154\151\155\151\164\163\040\154\151\141\142\056\061\045 --\060\043\006\003\125\004\013\023\034\050\143\051\040\061\071\071 --\071\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151 --\155\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052 --\105\156\164\162\165\163\164\056\156\145\164\040\103\154\151\145 --\156\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\060\201\235\060\015\006 --\011\052\206\110\206\367\015\001\001\001\005\000\003\201\213\000 --\060\201\207\002\201\201\000\310\072\231\136\061\027\337\254\047 --\157\220\173\344\031\377\105\243\064\302\333\301\250\117\360\150 --\352\204\375\237\165\171\317\301\212\121\224\257\307\127\003\107 --\144\236\255\202\033\132\332\177\067\170\107\273\067\230\022\226 --\316\306\023\175\357\322\014\060\121\251\071\236\125\370\373\261 --\347\060\336\203\262\272\076\361\325\211\073\073\205\272\252\164 --\054\376\077\061\156\257\221\225\156\006\324\007\115\113\054\126 --\107\030\004\122\332\016\020\223\277\143\220\233\341\337\214\346 --\002\244\346\117\136\367\213\002\001\003\243\202\001\340\060\202 --\001\334\060\021\006\011\140\206\110\001\206\370\102\001\001\004 --\004\003\002\000\007\060\202\001\042\006\003\125\035\037\004\202 --\001\031\060\202\001\025\060\201\344\240\201\341\240\201\336\244 --\201\333\060\201\330\061\013\060\011\006\003\125\004\006\023\002 --\125\123\061\024\060\022\006\003\125\004\012\023\013\105\156\164 --\162\165\163\164\056\156\145\164\061\110\060\106\006\003\125\004 --\013\024\077\167\167\167\056\145\156\164\162\165\163\164\056\156 --\145\164\057\103\154\151\145\156\164\137\103\101\137\111\156\146 --\157\057\103\120\123\040\151\156\143\157\162\160\056\040\142\171 --\040\162\145\146\056\040\154\151\155\151\164\163\040\154\151\141 --\142\056\061\045\060\043\006\003\125\004\013\023\034\050\143\051 --\040\061\071\071\071\040\105\156\164\162\165\163\164\056\156\145 --\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125 --\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040 --\103\154\151\145\156\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\061\015 --\060\013\006\003\125\004\003\023\004\103\122\114\061\060\054\240 --\052\240\050\206\046\150\164\164\160\072\057\057\167\167\167\056 --\145\156\164\162\165\163\164\056\156\145\164\057\103\122\114\057 --\103\154\151\145\156\164\061\056\143\162\154\060\053\006\003\125 --\035\020\004\044\060\042\200\017\061\071\071\071\061\060\061\062 --\061\071\062\064\063\060\132\201\017\062\060\061\071\061\060\061 --\062\061\071\062\064\063\060\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\304\373\234\051\173\227\315\114\226\374\356\133\263\312 --\231\164\213\225\352\114\060\035\006\003\125\035\016\004\026\004 --\024\304\373\234\051\173\227\315\114\226\374\356\133\263\312\231 --\164\213\225\352\114\060\014\006\003\125\035\023\004\005\060\003 --\001\001\377\060\031\006\011\052\206\110\206\366\175\007\101\000 --\004\014\060\012\033\004\126\064\056\060\003\002\004\220\060\015 --\006\011\052\206\110\206\367\015\001\001\004\005\000\003\201\201 --\000\077\256\212\361\327\146\003\005\236\076\372\352\034\106\273 --\244\133\217\170\232\022\110\231\371\364\065\336\014\066\007\002 --\153\020\072\211\024\201\234\061\246\174\262\101\262\152\347\007 --\001\241\113\371\237\045\073\226\312\231\303\076\241\121\034\363 --\303\056\104\367\260\147\106\252\222\345\073\332\034\031\024\070 --\060\325\342\242\061\045\056\361\354\105\070\355\370\006\130\003 --\163\142\260\020\061\217\100\277\144\340\134\076\305\117\037\332 --\022\103\377\114\346\006\046\250\233\031\252\104\074\166\262\134 --\354 --END -- --# Trust for Certificate "Entrust.net Secure Personal 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 "Entrust.net Secure Personal CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\332\171\301\161\021\120\302\064\071\252\053\013\014\142\375\125 --\262\371\365\200 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\014\101\057\023\133\240\124\365\226\146\055\176\315\016\003\364 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\311\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\024\060\022\006\003\125\004\012\023\013\105\156\164\162\165 --\163\164\056\156\145\164\061\110\060\106\006\003\125\004\013\024 --\077\167\167\167\056\145\156\164\162\165\163\164\056\156\145\164 --\057\103\154\151\145\156\164\137\103\101\137\111\156\146\157\057 --\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162 --\145\146\056\040\154\151\155\151\164\163\040\154\151\141\142\056 --\061\045\060\043\006\003\125\004\013\023\034\050\143\051\040\061 --\071\071\071\040\105\156\164\162\165\163\164\056\156\145\164\040 --\114\151\155\151\164\145\144\061\063\060\061\006\003\125\004\003 --\023\052\105\156\164\162\165\163\164\056\156\145\164\040\103\154 --\151\145\156\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\003\221\356 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "Entrust.net Premium 2048 Secure Server CA" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -3875,288 +3623,35 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Equifax Secure eBusiness CA 2" -+# 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 "Equifax Secure eBusiness CA 2" -+CKA_LABEL UTF8 "AddTrust Low-Value Services Root" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141 --\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004 --\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162 --\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062 -+\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 -+\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024 -+\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164 -+\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101 -+\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040 -+\103\101\040\122\157\157\164 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141 --\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004 --\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162 --\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062 -+\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 -+\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024 -+\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164 -+\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101 -+\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040 -+\103\101\040\122\157\157\164 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\067\160\317\265 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\040\060\202\002\211\240\003\002\001\002\002\004\067 --\160\317\265\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\060\116\061\013\060\011\006\003\125\004\006\023\002\125 --\123\061\027\060\025\006\003\125\004\012\023\016\105\161\165\151 --\146\141\170\040\123\145\143\165\162\145\061\046\060\044\006\003 --\125\004\013\023\035\105\161\165\151\146\141\170\040\123\145\143 --\165\162\145\040\145\102\165\163\151\156\145\163\163\040\103\101 --\055\062\060\036\027\015\071\071\060\066\062\063\061\062\061\064 --\064\065\132\027\015\061\071\060\066\062\063\061\062\061\064\064 --\065\132\060\116\061\013\060\011\006\003\125\004\006\023\002\125 --\123\061\027\060\025\006\003\125\004\012\023\016\105\161\165\151 --\146\141\170\040\123\145\143\165\162\145\061\046\060\044\006\003 --\125\004\013\023\035\105\161\165\151\146\141\170\040\123\145\143 --\165\162\145\040\145\102\165\163\151\156\145\163\163\040\103\101 --\055\062\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\344 --\071\071\223\036\122\006\033\050\066\370\262\243\051\305\355\216 --\262\021\275\376\353\347\264\164\302\217\377\005\347\331\235\006 --\277\022\310\077\016\362\326\321\044\262\021\336\321\163\011\212 --\324\261\054\230\011\015\036\120\106\262\203\246\105\215\142\150 --\273\205\033\040\160\062\252\100\315\246\226\137\304\161\067\077 --\004\363\267\101\044\071\007\032\036\056\141\130\240\022\013\345 --\245\337\305\253\352\067\161\314\034\310\067\072\271\227\122\247 --\254\305\152\044\224\116\234\173\317\300\152\326\337\041\275\002 --\003\001\000\001\243\202\001\011\060\202\001\005\060\160\006\003 --\125\035\037\004\151\060\147\060\145\240\143\240\141\244\137\060 --\135\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027 --\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141\170 --\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004\013 --\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162\145 --\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062\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\071\060 --\066\062\063\061\062\061\064\064\065\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\120\236\013\352\257\136\271\040\110\246\120\152 --\313\375\330\040\172\247\202\166\060\035\006\003\125\035\016\004 --\026\004\024\120\236\013\352\257\136\271\040\110\246\120\152\313 --\375\330\040\172\247\202\166\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\014\206\202\255\350\116\032\365\216\211\047\342 --\065\130\075\051\264\007\217\066\120\225\277\156\301\236\353\304 --\220\262\205\250\273\267\102\340\017\007\071\337\373\236\220\262 --\321\301\076\123\237\003\104\260\176\113\364\157\344\174\037\347 --\342\261\344\270\232\357\303\275\316\336\013\062\064\331\336\050 --\355\063\153\304\324\327\075\022\130\253\175\011\055\313\160\365 --\023\212\224\241\047\244\326\160\305\155\224\265\311\175\235\240 --\322\306\010\111\331\146\233\246\323\364\013\334\305\046\127\341 --\221\060\352\315 --END -- --# Trust for Certificate "Equifax Secure eBusiness CA 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 "Equifax Secure eBusiness CA 2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\071\117\366\205\013\006\276\122\345\030\126\314\020\341\200\350 --\202\263\205\314 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\252\277\277\144\227\332\230\035\157\306\010\072\225\160\063\312 --END --CKA_ISSUER MULTILINE_OCTAL --\060\116\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\105\161\165\151\146\141 --\170\040\123\145\143\165\162\145\061\046\060\044\006\003\125\004 --\013\023\035\105\161\165\151\146\141\170\040\123\145\143\165\162 --\145\040\145\102\165\163\151\156\145\163\163\040\103\101\055\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\067\160\317\265 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "beTRUSTed 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 "beTRUSTed Root 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\127\127\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\003\023\022\142\145 --\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163 --\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125 --\123\124\145\144\040\122\157\157\164\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\127\127\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\003\023\022\142\145 --\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163 --\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125 --\123\124\145\144\040\122\157\157\164\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\071\117\175\207 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\054\060\202\004\024\240\003\002\001\002\002\004\071 --\117\175\207\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\060\132\061\013\060\011\006\003\125\004\006\023\002\127 --\127\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\003\023\022 --\142\145\124\122\125\123\124\145\144\040\122\157\157\164\040\103 --\101\163\061\032\060\030\006\003\125\004\003\023\021\142\145\124 --\122\125\123\124\145\144\040\122\157\157\164\040\103\101\060\036 --\027\015\060\060\060\066\062\060\061\064\062\061\060\064\132\027 --\015\061\060\060\066\062\060\061\063\062\061\060\064\132\060\132 --\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145\124\122 --\125\123\124\145\144\040\122\157\157\164\040\103\101\163\061\032 --\060\030\006\003\125\004\003\023\021\142\145\124\122\125\123\124 --\145\144\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\324\264\163\172\023 --\012\070\125\001\276\211\126\341\224\236\324\276\132\353\112\064 --\165\033\141\051\304\341\255\010\140\041\170\110\377\264\320\372 --\136\101\215\141\104\207\350\355\311\130\372\374\223\232\337\117 --\352\076\065\175\370\063\172\346\361\327\315\157\111\113\075\117 --\055\156\016\203\072\030\170\167\243\317\347\364\115\163\330\232 --\073\032\035\276\225\123\317\040\227\302\317\076\044\122\154\014 --\216\145\131\305\161\377\142\011\217\252\305\217\314\140\240\163 --\112\327\070\077\025\162\277\242\227\267\160\350\257\342\176\026 --\006\114\365\252\144\046\162\007\045\255\065\374\030\261\046\327 --\330\377\031\016\203\033\214\334\170\105\147\064\075\364\257\034 --\215\344\155\153\355\040\263\147\232\264\141\313\027\157\211\065 --\377\347\116\300\062\022\347\356\354\337\377\227\060\164\355\215 --\107\216\353\264\303\104\346\247\114\177\126\103\350\270\274\266 --\276\372\203\227\346\273\373\304\266\223\276\031\030\076\214\201 --\271\163\210\026\364\226\103\234\147\163\027\220\330\011\156\143 --\254\112\266\043\304\001\241\255\244\344\305\002\003\001\000\001 --\243\202\001\370\060\202\001\364\060\017\006\003\125\035\023\001 --\001\377\004\005\060\003\001\001\377\060\202\001\131\006\003\125 --\035\040\004\202\001\120\060\202\001\114\060\202\001\110\006\012 --\053\006\001\004\001\261\076\001\000\000\060\202\001\070\060\202 --\001\001\006\010\053\006\001\005\005\007\002\002\060\201\364\032 --\201\361\122\145\154\151\141\156\143\145\040\157\156\040\164\150 --\151\163\040\143\145\162\164\151\146\151\143\141\164\145\040\142 --\171\040\141\156\171\040\160\141\162\164\171\040\141\163\163\165 --\155\145\163\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\141\156\144\040 --\143\145\162\164\151\146\151\143\141\164\151\157\156\040\160\162 --\141\143\164\151\143\145\040\163\164\141\164\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\142\145\124\122\125\123\124\145 --\144\047\163\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\124\122\125\123 --\124\145\144\056\143\157\155\057\166\141\165\154\164\057\164\145 --\162\155\163\060\061\006\010\053\006\001\005\005\007\002\001\026 --\045\150\164\164\160\163\072\057\057\167\167\167\056\142\145\124 --\122\125\123\124\145\144\056\143\157\155\057\166\141\165\154\164 --\057\164\145\162\155\163\060\064\006\003\125\035\037\004\055\060 --\053\060\051\240\047\240\045\244\043\060\041\061\022\060\020\006 --\003\125\004\012\023\011\142\145\124\122\125\123\124\145\144\061 --\013\060\011\006\003\125\004\006\023\002\127\127\060\035\006\003 --\125\035\016\004\026\004\024\052\271\233\151\056\073\233\330\315 --\336\052\061\004\064\153\312\007\030\253\147\060\037\006\003\125 --\035\043\004\030\060\026\200\024\052\271\233\151\056\073\233\330 --\315\336\052\061\004\064\153\312\007\030\253\147\060\016\006\003 --\125\035\017\001\001\377\004\004\003\002\001\376\060\015\006\011 --\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001\000 --\171\141\333\243\136\156\026\261\352\166\121\371\313\025\233\313 --\151\276\346\201\153\237\050\037\145\076\335\021\205\222\324\350 --\101\277\176\063\275\043\347\361\040\277\244\264\246\031\001\306 --\214\215\065\174\145\244\117\011\244\326\330\043\025\005\023\247 --\103\171\257\333\243\016\233\173\170\032\363\004\206\132\306\366 --\214\040\107\070\111\120\006\235\162\147\072\360\230\003\255\226 --\147\104\374\077\020\015\206\115\344\000\073\051\173\316\073\073 --\231\206\141\045\100\204\334\023\142\267\372\312\131\326\003\036 --\326\123\001\315\155\114\150\125\100\341\356\153\307\052\000\000 --\110\202\263\012\001\303\140\052\014\367\202\065\356\110\206\226 --\344\164\324\075\352\001\161\272\004\165\100\247\251\177\071\071 --\232\125\227\051\145\256\031\125\045\005\162\107\323\350\030\334 --\270\351\257\103\163\001\022\164\243\341\134\137\025\135\044\363 --\371\344\364\266\147\147\022\347\144\042\212\366\245\101\246\034 --\266\140\143\105\212\020\264\272\106\020\256\101\127\145\154\077 --\043\020\077\041\020\131\267\344\100\335\046\014\043\366\252\256 --END -- --# Trust for Certificate "beTRUSTed 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 "beTRUSTed Root CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\133\315\315\314\146\366\334\344\104\037\343\175\134\303\023\114 --\106\364\160\070 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\205\312\166\132\033\321\150\042\334\242\043\022\312\306\200\064 --END --CKA_ISSUER MULTILINE_OCTAL --\060\132\061\013\060\011\006\003\125\004\006\023\002\127\127\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\003\023\022\142\145 --\124\122\125\123\124\145\144\040\122\157\157\164\040\103\101\163 --\061\032\060\030\006\003\125\004\003\023\021\142\145\124\122\125 --\123\124\145\144\040\122\157\157\164\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\071\117\175\207 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# 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 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 --\024\060\022\006\003\125\004\012\023\013\101\144\144\124\162\165 --\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024 --\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164 --\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101 --\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040 --\103\101\040\122\157\157\164 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\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 --\163\164\040\101\102\061\035\060\033\006\003\125\004\013\023\024 --\101\144\144\124\162\165\163\164\040\124\124\120\040\116\145\164 --\167\157\162\153\061\041\060\037\006\003\125\004\003\023\030\101 --\144\144\124\162\165\163\164\040\103\154\141\163\163\040\061\040 --\103\101\040\122\157\157\164 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 -+\002\001\001 - END - CKA_VALUE MULTILINE_OCTAL - \060\202\004\030\060\202\003\000\240\003\002\001\002\002\001\001 -@@ -4654,424 +4149,6 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Thawte Time Stamping 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 "Thawte Time Stamping CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007 --\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060 --\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035 --\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060 --\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124 --\151\155\145\163\164\141\155\160\151\156\147\040\103\101 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007 --\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060 --\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035 --\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060 --\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124 --\151\155\145\163\164\141\155\160\151\156\147\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\000 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\002\241\060\202\002\012\240\003\002\001\002\002\001\000 --\060\015\006\011\052\206\110\206\367\015\001\001\004\005\000\060 --\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101\061 --\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 --\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007\023 --\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060\015 --\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035\060 --\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040\103 --\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060\035 --\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124\151 --\155\145\163\164\141\155\160\151\156\147\040\103\101\060\036\027 --\015\071\067\060\061\060\061\060\060\060\060\060\060\132\027\015 --\062\060\061\062\063\061\062\063\065\071\065\071\132\060\201\213 --\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025\060 --\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156\040 --\103\141\160\145\061\024\060\022\006\003\125\004\007\023\013\104 --\165\162\142\141\156\166\151\154\154\145\061\017\060\015\006\003 --\125\004\012\023\006\124\150\141\167\164\145\061\035\060\033\006 --\003\125\004\013\023\024\124\150\141\167\164\145\040\103\145\162 --\164\151\146\151\143\141\164\151\157\156\061\037\060\035\006\003 --\125\004\003\023\026\124\150\141\167\164\145\040\124\151\155\145 --\163\164\141\155\160\151\156\147\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\326\053\130\170\141\105\206\123 --\352\064\173\121\234\355\260\346\056\030\016\376\340\137\250\047 --\323\264\311\340\174\131\116\026\016\163\124\140\301\177\366\237 --\056\351\072\205\044\025\074\333\107\004\143\303\236\304\224\032 --\132\337\114\172\363\331\103\035\074\020\172\171\045\333\220\376 --\360\121\347\060\326\101\000\375\237\050\337\171\276\224\273\235 --\266\024\343\043\205\327\251\101\340\114\244\171\260\053\032\213 --\362\370\073\212\076\105\254\161\222\000\264\220\101\230\373\137 --\355\372\267\056\212\370\210\067\002\003\001\000\001\243\023\060 --\021\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\201\201\000\147\333\342\302\346\207\075\100\203\206\067 --\065\175\037\316\232\303\014\146\040\250\272\252\004\211\206\302 --\365\020\010\015\277\313\242\005\212\320\115\066\076\364\327\357 --\151\306\136\344\260\224\157\112\271\347\336\133\210\266\173\333 --\343\047\345\166\303\360\065\301\313\265\047\233\063\171\334\220 --\246\000\236\167\372\374\315\047\224\102\026\234\323\034\150\354 --\277\134\335\345\251\173\020\012\062\164\124\023\061\213\205\003 --\204\221\267\130\001\060\024\070\257\050\312\374\261\120\031\031 --\011\254\211\111\323 --END -- --# Trust for Certificate "Thawte Time Stamping 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 "Thawte Time Stamping CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\276\066\244\126\057\262\356\005\333\263\323\043\043\255\364\105 --\010\116\326\126 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\177\146\172\161\323\353\151\170\040\232\121\024\235\203\332\040 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\213\061\013\060\011\006\003\125\004\006\023\002\132\101 --\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 --\162\156\040\103\141\160\145\061\024\060\022\006\003\125\004\007 --\023\013\104\165\162\142\141\156\166\151\154\154\145\061\017\060 --\015\006\003\125\004\012\023\006\124\150\141\167\164\145\061\035 --\060\033\006\003\125\004\013\023\024\124\150\141\167\164\145\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\061\037\060 --\035\006\003\125\004\003\023\026\124\150\141\167\164\145\040\124 --\151\155\145\163\164\141\155\160\151\156\147\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Entrust.net Global 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 "Entrust.net Global Secure Server CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125 --\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157 --\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155 --\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003 --\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156 --\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145 --\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162 --\165\163\164\056\156\145\164\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 --\151\157\156\040\101\165\164\150\157\162\151\164\171 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125 --\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157 --\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155 --\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003 --\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156 --\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145 --\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162 --\165\163\164\056\156\145\164\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 --\151\157\156\040\101\165\164\150\157\162\151\164\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\233\021\074 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\225\060\202\003\376\240\003\002\001\002\002\004\070 --\233\021\074\060\015\006\011\052\206\110\206\367\015\001\001\004 --\005\000\060\201\272\061\024\060\022\006\003\125\004\012\023\013 --\105\156\164\162\165\163\164\056\156\145\164\061\077\060\075\006 --\003\125\004\013\024\066\167\167\167\056\145\156\164\162\165\163 --\164\056\156\145\164\057\123\123\114\137\103\120\123\040\151\156 --\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154 --\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043 --\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040 --\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151 --\164\145\144\061\072\060\070\006\003\125\004\003\023\061\105\156 --\164\162\165\163\164\056\156\145\164\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\151\157\156\040\101\165\164\150\157\162\151\164\171\060 --\036\027\015\060\060\060\062\060\064\061\067\062\060\060\060\132 --\027\015\062\060\060\062\060\064\061\067\065\060\060\060\132\060 --\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156\164 --\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125\004 --\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056\156 --\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157\162 --\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155\151 --\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003\125 --\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156\164 --\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145\144 --\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162\165 --\163\164\056\156\145\164\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\151 --\157\156\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\307\301\137\116\161\361\316 --\360\140\206\017\322\130\177\323\063\227\055\027\242\165\060\265 --\226\144\046\057\150\303\104\253\250\165\346\000\147\064\127\236 --\145\307\042\233\163\346\323\335\010\016\067\125\252\045\106\201 --\154\275\376\250\366\165\127\127\214\220\154\112\303\076\213\113 --\103\012\311\021\126\232\232\047\042\231\317\125\236\141\331\002 --\342\174\266\174\070\007\334\343\177\117\232\271\003\101\200\266 --\165\147\023\013\237\350\127\066\310\135\000\066\336\146\024\332 --\156\166\037\117\067\214\202\023\211\002\003\001\000\001\243\202 --\001\244\060\202\001\240\060\021\006\011\140\206\110\001\206\370 --\102\001\001\004\004\003\002\000\007\060\201\343\006\003\125\035 --\037\004\201\333\060\201\330\060\201\325\240\201\322\240\201\317 --\244\201\314\060\201\311\061\024\060\022\006\003\125\004\012\023 --\013\105\156\164\162\165\163\164\056\156\145\164\061\077\060\075 --\006\003\125\004\013\024\066\167\167\167\056\145\156\164\162\165 --\163\164\056\156\145\164\057\123\123\114\137\103\120\123\040\151 --\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050 --\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060 --\043\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060 --\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155 --\151\164\145\144\061\072\060\070\006\003\125\004\003\023\061\105 --\156\164\162\165\163\164\056\156\145\164\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\151\157\156\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 --\053\006\003\125\035\020\004\044\060\042\200\017\062\060\060\060 --\060\062\060\064\061\067\062\060\060\060\132\201\017\062\060\062 --\060\060\062\060\064\061\067\065\060\060\060\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\313\154\300\153\343\273\076\313\374\042 --\234\376\373\213\222\234\260\362\156\042\060\035\006\003\125\035 --\016\004\026\004\024\313\154\300\153\343\273\076\313\374\042\234 --\376\373\213\222\234\260\362\156\042\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\065\056\060\072\064 --\056\060\003\002\004\220\060\015\006\011\052\206\110\206\367\015 --\001\001\004\005\000\003\201\201\000\142\333\201\221\316\310\232 --\167\102\057\354\275\047\243\123\017\120\033\352\116\222\360\251 --\257\251\240\272\110\141\313\357\311\006\357\037\325\364\356\337 --\126\055\346\312\152\031\163\252\123\276\222\263\120\002\266\205 --\046\162\143\330\165\120\142\165\024\267\263\120\032\077\312\021 --\000\013\205\105\151\155\266\245\256\121\341\112\334\202\077\154 --\214\064\262\167\153\331\002\366\177\016\352\145\004\361\315\124 --\312\272\311\314\340\204\367\310\076\021\227\323\140\011\030\274 --\005\377\154\211\063\360\354\025\017 --END -- --# Trust for Certificate "Entrust.net Global 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 "Entrust.net Global Secure Server CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\211\071\127\156\027\215\367\005\170\017\314\136\310\117\204\366 --\045\072\110\223 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\235\146\152\314\377\325\365\103\264\277\214\026\321\053\250\231 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\272\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\077\060\075\006\003\125 --\004\013\024\066\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\123\123\114\137\103\120\123\040\151\156\143\157 --\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151\155 --\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006\003 --\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105\156 --\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164\145 --\144\061\072\060\070\006\003\125\004\003\023\061\105\156\164\162 --\165\163\164\056\156\145\164\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 --\151\157\156\040\101\165\164\150\157\162\151\164\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\233\021\074 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Entrust.net Global Secure Personal 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 "Entrust.net Global Secure Personal CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 --\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143 --\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 --\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 --\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105 --\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 --\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 --\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 --\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143 --\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 --\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 --\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105 --\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 --\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 --\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\236\366\344 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\203\060\202\003\354\240\003\002\001\002\002\004\070 --\236\366\344\060\015\006\011\052\206\110\206\367\015\001\001\004 --\005\000\060\201\264\061\024\060\022\006\003\125\004\012\023\013 --\105\156\164\162\165\163\164\056\156\145\164\061\100\060\076\006 --\003\125\004\013\024\067\167\167\167\056\145\156\164\162\165\163 --\164\056\156\145\164\057\107\103\103\101\137\103\120\123\040\151 --\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050 --\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060 --\043\006\003\125\004\013\023\034\050\143\051\040\062\060\060\060 --\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155 --\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052\105 --\156\164\162\165\163\164\056\156\145\164\040\103\154\151\145\156 --\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\060\036\027\015\060\060\060 --\062\060\067\061\066\061\066\064\060\132\027\015\062\060\060\062 --\060\067\061\066\064\066\064\060\132\060\201\264\061\024\060\022 --\006\003\125\004\012\023\013\105\156\164\162\165\163\164\056\156 --\145\164\061\100\060\076\006\003\125\004\013\024\067\167\167\167 --\056\145\156\164\162\165\163\164\056\156\145\164\057\107\103\103 --\101\137\103\120\123\040\151\156\143\157\162\160\056\040\142\171 --\040\162\145\146\056\040\050\154\151\155\151\164\163\040\154\151 --\141\142\056\051\061\045\060\043\006\003\125\004\013\023\034\050 --\143\051\040\062\060\060\060\040\105\156\164\162\165\163\164\056 --\156\145\164\040\114\151\155\151\164\145\144\061\063\060\061\006 --\003\125\004\003\023\052\105\156\164\162\165\163\164\056\156\145 --\164\040\103\154\151\145\156\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 --\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\223\164\264 --\266\344\305\113\326\241\150\177\142\325\354\367\121\127\263\162 --\112\230\365\320\211\311\255\143\315\115\065\121\152\204\324\255 --\311\150\171\157\270\353\021\333\207\256\134\044\121\023\361\124 --\045\204\257\051\053\237\343\200\342\331\313\335\306\105\111\064 --\210\220\136\001\227\357\352\123\246\335\374\301\336\113\052\045 --\344\351\065\372\125\005\006\345\211\172\352\244\021\127\073\374 --\174\075\066\315\147\065\155\244\251\045\131\275\146\365\371\047 --\344\225\147\326\077\222\200\136\362\064\175\053\205\002\003\001 --\000\001\243\202\001\236\060\202\001\232\060\021\006\011\140\206 --\110\001\206\370\102\001\001\004\004\003\002\000\007\060\201\335 --\006\003\125\035\037\004\201\325\060\201\322\060\201\317\240\201 --\314\240\201\311\244\201\306\060\201\303\061\024\060\022\006\003 --\125\004\012\023\013\105\156\164\162\165\163\164\056\156\145\164 --\061\100\060\076\006\003\125\004\013\024\067\167\167\167\056\145 --\156\164\162\165\163\164\056\156\145\164\057\107\103\103\101\137 --\103\120\123\040\151\156\143\157\162\160\056\040\142\171\040\162 --\145\146\056\040\050\154\151\155\151\164\163\040\154\151\141\142 --\056\051\061\045\060\043\006\003\125\004\013\023\034\050\143\051 --\040\062\060\060\060\040\105\156\164\162\165\163\164\056\156\145 --\164\040\114\151\155\151\164\145\144\061\063\060\061\006\003\125 --\004\003\023\052\105\156\164\162\165\163\164\056\156\145\164\040 --\103\154\151\145\156\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\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\060\060\062 --\060\067\061\066\061\066\064\060\132\201\017\062\060\062\060\060 --\062\060\067\061\066\064\066\064\060\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\204\213\164\375\305\215\300\377\047\155\040\067 --\105\174\376\055\316\272\323\175\060\035\006\003\125\035\016\004 --\026\004\024\204\213\164\375\305\215\300\377\047\155\040\067\105 --\174\376\055\316\272\323\175\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\065\056\060\072\064\056\060 --\003\002\004\220\060\015\006\011\052\206\110\206\367\015\001\001 --\004\005\000\003\201\201\000\116\157\065\200\073\321\212\365\016 --\247\040\313\055\145\125\320\222\364\347\204\265\006\046\203\022 --\204\013\254\073\262\104\356\275\317\100\333\040\016\272\156\024 --\352\060\340\073\142\174\177\213\153\174\112\247\325\065\074\276 --\250\134\352\113\273\223\216\200\146\253\017\051\375\115\055\277 --\032\233\012\220\305\253\332\321\263\206\324\057\044\122\134\172 --\155\306\362\376\345\115\032\060\214\220\362\272\327\112\076\103 --\176\324\310\120\032\207\370\117\201\307\166\013\204\072\162\235 --\316\145\146\227\256\046\136 --END -- --# Trust for Certificate "Entrust.net Global Secure Personal 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 "Entrust.net Global Secure Personal CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\317\164\277\377\233\206\201\133\010\063\124\100\066\076\207\266 --\266\360\277\163 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\232\167\031\030\355\226\317\337\033\267\016\365\215\271\210\056 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 --\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 --\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 --\156\145\164\057\107\103\103\101\137\103\120\123\040\151\156\143 --\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 --\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 --\003\125\004\013\023\034\050\143\051\040\062\060\060\060\040\105 --\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 --\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 --\162\165\163\164\056\156\145\164\040\103\154\151\145\156\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\070\236\366\344 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "Entrust Root Certification Authority" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -5523,500 +4600,30 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "beTRUSTed Root CA-Baltimore Implementation" -+# 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 "beTRUSTed Root CA-Baltimore Implementation" -+CKA_LABEL UTF8 "RSA Security 2048 v3" - 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 -+\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\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\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 --\002\004\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_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 --\002\004\074\265\075\106 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# 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 --\002\004\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_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 --\002\004\074\265\117\100 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# 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 --\002\020\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_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 --\002\020\073\131\307\173\315\133\127\236\275\067\122\254\166\264 --\252\032 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# 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 --\002\020\012\001\001\001\000\000\002\174\000\000\000\012\000\000 --\000\002 -+\002\020\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 -@@ -6763,9 +5370,9 @@ CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\020\104\276\014\213\120\000\044\264\021\323\066\060\113\300 - \063\167 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -8171,9 +6778,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -8395,9 +7002,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -8619,9 +7226,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -8844,9 +7451,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -9069,241 +7676,9 @@ END - CKA_SERIAL_NUMBER MULTILINE_OCTAL - \002\001\000 - END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "IPS Timestamping 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 "IPS Timestamping root" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105 --\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143 --\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011 --\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125 --\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164 --\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166 --\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125 --\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163 --\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060 --\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023 --\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155 --\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062 --\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151 --\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151 --\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151 --\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011 --\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056 --\145\163 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105 --\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143 --\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011 --\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125 --\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164 --\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166 --\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125 --\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163 --\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060 --\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023 --\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155 --\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062 --\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151 --\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151 --\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151 --\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011 --\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056 --\145\163 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\000 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\010\070\060\202\007\241\240\003\002\001\002\002\001\000 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105\123 --\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143\145 --\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011\102 --\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125\004 --\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164\040 --\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166\151 --\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125\004 --\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163\056 --\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060\071 --\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023\053 --\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155\160 --\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151\157 --\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062\006 --\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151\155 --\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011\001 --\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056\145 --\163\060\036\027\015\060\061\061\062\062\071\060\061\061\060\061 --\070\132\027\015\062\065\061\062\062\067\060\061\061\060\061\070 --\132\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002 --\105\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162 --\143\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023 --\011\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003 --\125\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145 --\164\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162 --\166\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003 --\125\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160 --\163\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066 --\060\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013 --\023\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141 --\155\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164 --\151\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060 --\062\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124 --\151\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164 --\151\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162 --\151\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001 --\011\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163 --\056\145\163\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 --\274\270\356\126\245\232\214\346\066\311\302\142\240\146\201\215 --\032\325\172\322\163\237\016\204\144\272\225\264\220\247\170\257 --\312\376\124\141\133\316\262\040\127\001\256\104\222\103\020\070 --\021\367\150\374\027\100\245\150\047\062\073\304\247\346\102\161 --\305\231\357\166\377\053\225\044\365\111\222\030\150\312\000\265 --\244\132\057\156\313\326\033\054\015\124\147\153\172\051\241\130 --\253\242\132\000\326\133\273\030\302\337\366\036\023\126\166\233 --\245\150\342\230\316\306\003\212\064\333\114\203\101\246\251\243 --\002\003\001\000\001\243\202\004\200\060\202\004\174\060\035\006 --\003\125\035\016\004\026\004\024\213\320\020\120\011\201\362\235 --\011\325\016\140\170\003\042\242\077\310\312\146\060\202\001\120 --\006\003\125\035\043\004\202\001\107\060\202\001\103\200\024\213 --\320\020\120\011\201\362\235\011\325\016\140\170\003\042\242\077 --\310\312\146\241\202\001\046\244\202\001\042\060\202\001\036\061 --\013\060\011\006\003\125\004\006\023\002\105\123\061\022\060\020 --\006\003\125\004\010\023\011\102\141\162\143\145\154\157\156\141 --\061\022\060\020\006\003\125\004\007\023\011\102\141\162\143\145 --\154\157\156\141\061\056\060\054\006\003\125\004\012\023\045\111 --\120\123\040\111\156\164\145\162\156\145\164\040\160\165\142\154 --\151\163\150\151\156\147\040\123\145\162\166\151\143\145\163\040 --\163\056\154\056\061\053\060\051\006\003\125\004\012\024\042\151 --\160\163\100\155\141\151\154\056\151\160\163\056\145\163\040\103 --\056\111\056\106\056\040\040\102\055\066\060\071\062\071\064\065 --\062\061\064\060\062\006\003\125\004\013\023\053\111\120\123\040 --\103\101\040\124\151\155\145\163\164\141\155\160\151\156\147\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\101\165 --\164\150\157\162\151\164\171\061\064\060\062\006\003\125\004\003 --\023\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141 --\155\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164 --\151\157\156\040\101\165\164\150\157\162\151\164\171\061\036\060 --\034\006\011\052\206\110\206\367\015\001\011\001\026\017\151\160 --\163\100\155\141\151\154\056\151\160\163\056\145\163\202\001\000 --\060\014\006\003\125\035\023\004\005\060\003\001\001\377\060\014 --\006\003\125\035\017\004\005\003\003\007\377\200\060\153\006\003 --\125\035\045\004\144\060\142\006\010\053\006\001\005\005\007\003 --\001\006\010\053\006\001\005\005\007\003\002\006\010\053\006\001 --\005\005\007\003\003\006\010\053\006\001\005\005\007\003\004\006 --\010\053\006\001\005\005\007\003\010\006\012\053\006\001\004\001 --\202\067\002\001\025\006\012\053\006\001\004\001\202\067\002\001 --\026\006\012\053\006\001\004\001\202\067\012\003\001\006\012\053 --\006\001\004\001\202\067\012\003\004\060\021\006\011\140\206\110 --\001\206\370\102\001\001\004\004\003\002\000\007\060\032\006\003 --\125\035\021\004\023\060\021\201\017\151\160\163\100\155\141\151 --\154\056\151\160\163\056\145\163\060\032\006\003\125\035\022\004 --\023\060\021\201\017\151\160\163\100\155\141\151\154\056\151\160 --\163\056\145\163\060\107\006\011\140\206\110\001\206\370\102\001 --\015\004\072\026\070\124\151\155\145\163\164\141\155\160\151\156 --\147\040\103\101\040\103\145\162\164\151\146\151\143\141\164\145 --\040\151\163\163\165\145\144\040\142\171\040\150\164\164\160\072 --\057\057\167\167\167\056\151\160\163\056\145\163\057\060\051\006 --\011\140\206\110\001\206\370\102\001\002\004\034\026\032\150\164 --\164\160\072\057\057\167\167\167\056\151\160\163\056\145\163\057 --\151\160\163\062\060\060\062\057\060\100\006\011\140\206\110\001 --\206\370\102\001\004\004\063\026\061\150\164\164\160\072\057\057 --\167\167\167\056\151\160\163\056\145\163\057\151\160\163\062\060 --\060\062\057\151\160\163\062\060\060\062\124\151\155\145\163\164 --\141\155\160\151\156\147\056\143\162\154\060\105\006\011\140\206 --\110\001\206\370\102\001\003\004\070\026\066\150\164\164\160\072 --\057\057\167\167\167\056\151\160\163\056\145\163\057\151\160\163 --\062\060\060\062\057\162\145\166\157\143\141\164\151\157\156\124 --\151\155\145\163\164\141\155\160\151\156\147\056\150\164\155\154 --\077\060\102\006\011\140\206\110\001\206\370\102\001\007\004\065 --\026\063\150\164\164\160\072\057\057\167\167\167\056\151\160\163 --\056\145\163\057\151\160\163\062\060\060\062\057\162\145\156\145 --\167\141\154\124\151\155\145\163\164\141\155\160\151\156\147\056 --\150\164\155\154\077\060\100\006\011\140\206\110\001\206\370\102 --\001\010\004\063\026\061\150\164\164\160\072\057\057\167\167\167 --\056\151\160\163\056\145\163\057\151\160\163\062\060\060\062\057 --\160\157\154\151\143\171\124\151\155\145\163\164\141\155\160\151 --\156\147\056\150\164\155\154\060\177\006\003\125\035\037\004\170 --\060\166\060\067\240\065\240\063\206\061\150\164\164\160\072\057 --\057\167\167\167\056\151\160\163\056\145\163\057\151\160\163\062 --\060\060\062\057\151\160\163\062\060\060\062\124\151\155\145\163 --\164\141\155\160\151\156\147\056\143\162\154\060\073\240\071\240 --\067\206\065\150\164\164\160\072\057\057\167\167\167\142\141\143 --\153\056\151\160\163\056\145\163\057\151\160\163\062\060\060\062 --\057\151\160\163\062\060\060\062\124\151\155\145\163\164\141\155 --\160\151\156\147\056\143\162\154\060\057\006\010\053\006\001\005 --\005\007\001\001\004\043\060\041\060\037\006\010\053\006\001\005 --\005\007\060\001\206\023\150\164\164\160\072\057\057\157\143\163 --\160\056\151\160\163\056\145\163\057\060\015\006\011\052\206\110 --\206\367\015\001\001\005\005\000\003\201\201\000\145\272\301\314 --\000\032\225\221\312\351\154\072\277\072\036\024\010\174\373\203 --\356\153\142\121\323\063\221\265\140\171\176\004\330\135\171\067 --\350\303\133\260\304\147\055\150\132\262\137\016\012\372\315\077 --\072\105\241\352\066\317\046\036\247\021\050\305\224\217\204\114 --\123\010\305\223\263\374\342\177\365\215\363\261\251\205\137\210 --\336\221\226\356\027\133\256\245\352\160\145\170\054\041\144\001 --\225\316\316\114\076\120\364\266\131\313\143\215\266\275\030\324 --\207\112\137\334\357\351\126\360\012\014\350\165 --END -- --# Trust for Certificate "IPS Timestamping 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 "IPS Timestamping root" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\226\231\134\167\021\350\345\055\371\343\113\354\354\147\323\313 --\361\266\304\322 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\056\003\375\305\365\327\053\224\144\301\276\211\061\361\026\233 --END --CKA_ISSUER MULTILINE_OCTAL --\060\202\001\036\061\013\060\011\006\003\125\004\006\023\002\105 --\123\061\022\060\020\006\003\125\004\010\023\011\102\141\162\143 --\145\154\157\156\141\061\022\060\020\006\003\125\004\007\023\011 --\102\141\162\143\145\154\157\156\141\061\056\060\054\006\003\125 --\004\012\023\045\111\120\123\040\111\156\164\145\162\156\145\164 --\040\160\165\142\154\151\163\150\151\156\147\040\123\145\162\166 --\151\143\145\163\040\163\056\154\056\061\053\060\051\006\003\125 --\004\012\024\042\151\160\163\100\155\141\151\154\056\151\160\163 --\056\145\163\040\103\056\111\056\106\056\040\040\102\055\066\060 --\071\062\071\064\065\062\061\064\060\062\006\003\125\004\013\023 --\053\111\120\123\040\103\101\040\124\151\155\145\163\164\141\155 --\160\151\156\147\040\103\145\162\164\151\146\151\143\141\164\151 --\157\156\040\101\165\164\150\157\162\151\164\171\061\064\060\062 --\006\003\125\004\003\023\053\111\120\123\040\103\101\040\124\151 --\155\145\163\164\141\155\160\151\156\147\040\103\145\162\164\151 --\146\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151 --\164\171\061\036\060\034\006\011\052\206\110\206\367\015\001\011 --\001\026\017\151\160\163\100\155\141\151\154\056\151\160\163\056 --\145\163 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\000 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # -@@ -15535,161 +13910,6 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "DigiNotar 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 "DigiNotar Root 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\116\114\061 --\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157 --\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151 --\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061 --\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021 --\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156 --\154 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061 --\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157 --\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151 --\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061 --\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021 --\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156 --\154 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\014\166\332\234\221\014\116\054\236\376\025\320\130\223 --\074\114 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\212\060\202\003\162\240\003\002\001\002\002\020\014 --\166\332\234\221\014\116\054\236\376\025\320\130\223\074\114\060 --\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\137 --\061\013\060\011\006\003\125\004\006\023\002\116\114\061\022\060 --\020\006\003\125\004\012\023\011\104\151\147\151\116\157\164\141 --\162\061\032\060\030\006\003\125\004\003\023\021\104\151\147\151 --\116\157\164\141\162\040\122\157\157\164\040\103\101\061\040\060 --\036\006\011\052\206\110\206\367\015\001\011\001\026\021\151\156 --\146\157\100\144\151\147\151\156\157\164\141\162\056\156\154\060 --\036\027\015\060\067\060\065\061\066\061\067\061\071\063\066\132 --\027\015\062\065\060\063\063\061\061\070\061\071\062\061\132\060 --\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061\022 --\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157\164 --\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151\147 --\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061\040 --\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021\151 --\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156\154 --\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\254\260\130\301\000\275\330\041\010\013\053\232\376\156\126 --\060\005\237\033\167\220\020\101\134\303\015\207\021\167\216\201 --\361\312\174\351\214\152\355\070\164\065\273\332\337\371\273\300 --\011\067\264\226\163\201\175\063\032\230\071\367\223\157\225\177 --\075\271\261\165\207\272\121\110\350\213\160\076\225\004\305\330 --\266\303\026\331\210\260\261\207\035\160\332\206\264\017\024\213 --\172\317\020\321\164\066\242\022\173\167\206\112\171\346\173\337 --\002\021\150\245\116\206\256\064\130\233\044\023\170\126\042\045 --\036\001\213\113\121\161\373\202\314\131\226\151\210\132\150\123 --\305\271\015\002\067\313\113\274\146\112\220\176\052\013\005\007 --\355\026\137\125\220\165\330\106\311\033\203\342\010\276\361\043 --\314\231\035\326\052\017\203\040\025\130\047\202\056\372\342\042 --\302\111\261\271\001\201\152\235\155\235\100\167\150\166\116\041 --\052\155\204\100\205\116\166\231\174\202\363\363\267\002\131\324 --\046\001\033\216\337\255\123\006\321\256\030\335\342\262\072\313 --\327\210\070\216\254\133\051\271\031\323\230\371\030\003\317\110 --\202\206\146\013\033\151\017\311\353\070\210\172\046\032\005\114 --\222\327\044\324\226\362\254\122\055\243\107\325\122\366\077\376 --\316\204\006\160\246\252\076\242\362\266\126\064\030\127\242\344 --\201\155\347\312\360\152\323\307\221\153\002\203\101\174\025\357 --\153\232\144\136\343\320\074\345\261\353\173\135\206\373\313\346 --\167\111\315\243\145\334\367\271\234\270\344\013\137\223\317\314 --\060\032\062\034\316\034\143\225\245\371\352\341\164\213\236\351 --\053\251\060\173\240\030\037\016\030\013\345\133\251\323\321\154 --\036\007\147\217\221\113\251\212\274\322\146\252\223\001\210\262 --\221\372\061\134\325\246\301\122\010\011\315\012\143\242\323\042 --\246\350\241\331\071\006\227\365\156\215\002\220\214\024\173\077 --\200\315\033\234\272\304\130\162\043\257\266\126\237\306\172\102 --\063\051\007\077\202\311\346\037\005\015\315\114\050\066\213\323 --\310\076\034\306\210\357\136\356\211\144\351\035\353\332\211\176 --\062\246\151\321\335\314\210\237\321\320\311\146\041\334\006\147 --\305\224\172\232\155\142\114\175\314\340\144\200\262\236\107\216 --\243\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\210\150\277\340\216\065\304\073\070\153 --\142\367\050\073\204\201\310\014\327\115\060\015\006\011\052\206 --\110\206\367\015\001\001\005\005\000\003\202\002\001\000\073\002 --\215\313\074\060\350\156\240\255\362\163\263\137\236\045\023\004 --\005\323\366\343\213\273\013\171\316\123\336\344\226\305\321\257 --\163\274\325\303\320\100\125\174\100\177\315\033\137\011\325\362 --\174\237\150\035\273\135\316\172\071\302\214\326\230\173\305\203 --\125\250\325\175\100\312\340\036\367\211\136\143\135\241\023\302 --\135\212\266\212\174\000\363\043\303\355\205\137\161\166\360\150 --\143\252\105\041\071\110\141\170\066\334\361\103\223\324\045\307 --\362\200\145\341\123\002\165\121\374\172\072\357\067\253\204\050 --\127\014\330\324\324\231\126\154\343\242\376\131\204\264\061\350 --\063\370\144\224\224\121\227\253\071\305\113\355\332\335\200\013 --\157\174\051\015\304\216\212\162\015\347\123\024\262\140\101\075 --\204\221\061\150\075\047\104\333\345\336\364\372\143\105\310\114 --\076\230\365\077\101\272\116\313\067\015\272\146\230\361\335\313 --\237\134\367\124\066\202\153\054\274\023\141\227\102\370\170\273 --\314\310\242\237\312\360\150\275\153\035\262\337\215\157\007\235 --\332\216\147\307\107\036\312\271\277\052\102\221\267\143\123\146 --\361\102\243\341\364\132\115\130\153\265\344\244\063\255\134\160 --\035\334\340\362\353\163\024\221\232\003\301\352\000\145\274\007 --\374\317\022\021\042\054\256\240\275\072\340\242\052\330\131\351 --\051\323\030\065\244\254\021\137\031\265\265\033\377\042\112\134 --\306\172\344\027\357\040\251\247\364\077\255\212\247\232\004\045 --\235\016\312\067\346\120\375\214\102\051\004\232\354\271\317\113 --\162\275\342\010\066\257\043\057\142\345\312\001\323\160\333\174 --\202\043\054\026\061\014\306\066\007\220\172\261\037\147\130\304 --\073\130\131\211\260\214\214\120\263\330\206\313\150\243\304\012 --\347\151\113\040\316\301\036\126\113\225\251\043\150\330\060\330 --\303\353\260\125\121\315\345\375\053\270\365\273\021\237\123\124 --\366\064\031\214\171\011\066\312\141\027\045\027\013\202\230\163 --\014\167\164\303\325\015\307\250\022\114\307\247\124\161\107\056 --\054\032\175\311\343\053\073\110\336\047\204\247\143\066\263\175 --\217\240\144\071\044\015\075\173\207\257\146\134\164\033\113\163 --\262\345\214\360\206\231\270\345\305\337\204\301\267\353 --END -- --# Trust for Certificate "DigiNotar 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 "DigiNotar Root CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\300\140\355\104\313\330\201\275\016\370\154\013\242\207\335\317 --\201\147\107\214 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\172\171\124\115\007\222\073\133\377\101\360\016\307\071\242\230 --END --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\116\114\061 --\022\060\020\006\003\125\004\012\023\011\104\151\147\151\116\157 --\164\141\162\061\032\060\030\006\003\125\004\003\023\021\104\151 --\147\151\116\157\164\141\162\040\122\157\157\164\040\103\101\061 --\040\060\036\006\011\052\206\110\206\367\015\001\011\001\026\021 --\151\156\146\157\100\144\151\147\151\156\157\164\141\162\056\156 --\154 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\014\166\332\234\221\014\116\054\236\376\025\320\130\223 --\074\114 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "Network Solutions Certificate Authority" - # - CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -@@ -17057,13 +15277,13 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "AC Raiz Certicamara S.A." -+# Certificate "AC Ra+¡z Certic+ímara S.A." - # - 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 "AC Ra\xC3\xADz Certic\xC3\xA1mara S.A." -+CKA_LABEL UTF8 "AC Ra+¡z Certic+ímara S.A." - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL - \060\173\061\013\060\011\006\003\125\004\006\023\002\103\117\061 -@@ -17196,12 +15416,12 @@ CKA_VALUE MULTILINE_OCTAL - \005\211\374\170\326\134\054\046\103\251 - END - --# Trust for Certificate "AC Raiz Certicamara S.A." -+# Trust for Certificate "AC Ra+¡z Certic+ímara S.A." - 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 "AC Ra\xC3\xADz Certic\xC3\xA1mara S.A." -+CKA_LABEL UTF8 "AC Ra+¡z Certic+ímara S.A." - CKA_CERT_SHA1_HASH MULTILINE_OCTAL - \313\241\305\370\260\343\136\270\271\105\022\323\371\064\242\351 - \006\020\323\066 -@@ -18114,3397 +16334,613 @@ CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETS - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "ePKI Root Certification Authority" -+# Certificate "Entrust.net 2048 2029" - # - 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 "ePKI Root Certification Authority" -+CKA_LABEL UTF8 "Entrust.net 2048 2029" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061 --\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150 --\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040 --\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145 --\120\113\111\040\122\157\157\164\040\103\145\162\164\151\146\151 -+\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 -+\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 -+\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 -+\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143 -+\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 -+\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 -+\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105 -+\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 -+\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 -+\162\165\163\164\056\156\145\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\050\062\060\064\070\051 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061 --\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150 --\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040 --\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145 --\120\113\111\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322 --\274\235 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\260\060\202\003\230\240\003\002\001\002\002\020\025 --\310\275\145\107\134\257\270\227\000\136\344\006\322\274\235\060 --\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\136 --\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060 --\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141 --\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164 --\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113 --\111\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\060\036 --\027\015\060\064\061\062\062\060\060\062\063\061\062\067\132\027 --\015\063\064\061\062\062\060\060\062\063\061\062\067\132\060\136 --\061\013\060\011\006\003\125\004\006\023\002\124\127\061\043\060 --\041\006\003\125\004\012\014\032\103\150\165\156\147\150\167\141 --\040\124\145\154\145\143\157\155\040\103\157\056\054\040\114\164 --\144\056\061\052\060\050\006\003\125\004\013\014\041\145\120\113 --\111\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\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\341 --\045\017\356\215\333\210\063\165\147\315\255\037\175\072\116\155 --\235\323\057\024\363\143\164\313\001\041\152\067\352\204\120\007 --\113\046\133\011\103\154\041\236\152\310\325\003\365\140\151\217 --\314\360\042\344\037\347\367\152\042\061\267\054\025\362\340\376 --\000\152\103\377\207\145\306\265\032\301\247\114\155\042\160\041 --\212\061\362\227\164\211\011\022\046\034\236\312\331\022\242\225 --\074\332\351\147\277\010\240\144\343\326\102\267\105\357\227\364 --\366\365\327\265\112\025\002\130\175\230\130\113\140\274\315\327 --\015\232\023\063\123\321\141\371\172\325\327\170\263\232\063\367 --\000\206\316\035\115\224\070\257\250\354\170\121\160\212\134\020 --\203\121\041\367\021\075\064\206\136\345\110\315\227\201\202\065 --\114\031\354\145\366\153\305\005\241\356\107\023\326\263\041\047 --\224\020\012\331\044\073\272\276\104\023\106\060\077\227\074\330 --\327\327\152\356\073\070\343\053\324\227\016\271\033\347\007\111 --\177\067\052\371\167\170\317\124\355\133\106\235\243\200\016\221 --\103\301\326\133\137\024\272\237\246\215\044\107\100\131\277\162 --\070\262\066\154\067\377\231\321\135\016\131\012\253\151\367\300 --\262\004\105\172\124\000\256\276\123\366\265\347\341\370\074\243 --\061\322\251\376\041\122\144\305\246\147\360\165\007\006\224\024 --\201\125\306\047\344\001\217\027\301\152\161\327\276\113\373\224 --\130\175\176\021\063\261\102\367\142\154\030\326\317\011\150\076 --\177\154\366\036\217\142\255\245\143\333\011\247\037\042\102\101 --\036\157\231\212\076\327\371\077\100\172\171\260\245\001\222\322 --\235\075\010\025\245\020\001\055\263\062\166\250\225\015\263\172 --\232\373\007\020\170\021\157\341\217\307\272\017\045\032\164\052 --\345\034\230\101\231\337\041\207\350\225\006\152\012\263\152\107 --\166\145\366\072\317\217\142\027\031\173\012\050\315\032\322\203 --\036\041\307\054\277\276\377\141\150\267\147\033\273\170\115\215 --\316\147\345\344\301\216\267\043\146\342\235\220\165\064\230\251 --\066\053\212\232\224\271\235\354\314\212\261\370\045\211\134\132 --\266\057\214\037\155\171\044\247\122\150\303\204\065\342\146\215 --\143\016\045\115\325\031\262\346\171\067\247\042\235\124\061\002 --\003\001\000\001\243\152\060\150\060\035\006\003\125\035\016\004 --\026\004\024\036\014\367\266\147\362\341\222\046\011\105\300\125 --\071\056\167\077\102\112\242\060\014\006\003\125\035\023\004\005 --\060\003\001\001\377\060\071\006\004\147\052\007\000\004\061\060 --\057\060\055\002\001\000\060\011\006\005\053\016\003\002\032\005 --\000\060\007\006\005\147\052\003\000\000\004\024\105\260\302\307 --\012\126\174\356\133\170\014\225\371\030\123\301\246\034\330\020 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003 --\202\002\001\000\011\263\203\123\131\001\076\225\111\271\361\201 --\272\371\166\040\043\265\047\140\164\324\152\231\064\136\154\000 --\123\331\237\362\246\261\044\007\104\152\052\306\245\216\170\022 --\350\107\331\130\033\023\052\136\171\233\237\012\052\147\246\045 --\077\006\151\126\163\303\212\146\110\373\051\201\127\164\006\312 --\234\352\050\350\070\147\046\053\361\325\265\077\145\223\370\066 --\135\216\215\215\100\040\207\031\352\357\047\300\075\264\071\017 --\045\173\150\120\164\125\234\014\131\175\132\075\101\224\045\122 --\010\340\107\054\025\061\031\325\277\007\125\306\273\022\265\227 --\364\137\203\205\272\161\301\331\154\201\021\166\012\012\260\277 --\202\227\367\352\075\372\372\354\055\251\050\224\073\126\335\322 --\121\056\256\300\275\010\025\214\167\122\064\226\326\233\254\323 --\035\216\141\017\065\173\233\256\071\151\013\142\140\100\040\066 --\217\257\373\066\356\055\010\112\035\270\277\233\134\370\352\245 --\033\240\163\246\330\370\156\340\063\004\137\150\252\047\207\355 --\331\301\220\234\355\275\343\152\065\257\143\337\253\030\331\272 --\346\351\112\352\120\212\017\141\223\036\342\055\031\342\060\224 --\065\222\135\016\266\007\257\031\200\217\107\220\121\113\056\115 --\335\205\342\322\012\122\012\027\232\374\032\260\120\002\345\001 --\243\143\067\041\114\104\304\233\121\231\021\016\163\234\006\217 --\124\056\247\050\136\104\071\207\126\055\067\275\205\104\224\341 --\014\113\054\234\303\222\205\064\141\313\017\270\233\112\103\122 --\376\064\072\175\270\351\051\334\166\251\310\060\370\024\161\200 --\306\036\066\110\164\042\101\134\207\202\350\030\161\213\101\211 --\104\347\176\130\133\250\270\215\023\351\247\154\303\107\355\263 --\032\235\142\256\215\202\352\224\236\335\131\020\303\255\335\342 --\115\343\061\325\307\354\350\362\260\376\222\036\026\012\032\374 --\331\363\370\047\266\311\276\035\264\154\144\220\177\364\344\304 --\133\327\067\256\102\016\335\244\032\157\174\210\124\305\026\156 --\341\172\150\056\370\072\277\015\244\074\211\073\170\247\116\143 --\203\004\041\010\147\215\362\202\111\320\133\375\261\315\017\203 --\204\324\076\040\205\367\112\075\053\234\375\052\012\011\115\352 --\201\370\021\234 --END -- --# Trust for Certificate "ePKI Root Certification Authority" --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 "ePKI Root Certification Authority" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\147\145\015\361\176\216\176\133\202\100\244\364\126\113\317\342 --\075\151\306\360 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\033\056\000\312\046\006\220\075\255\376\157\025\150\323\153\263 --END --CKA_ISSUER MULTILINE_OCTAL --\060\136\061\013\060\011\006\003\125\004\006\023\002\124\127\061 --\043\060\041\006\003\125\004\012\014\032\103\150\165\156\147\150 --\167\141\040\124\145\154\145\143\157\155\040\103\157\056\054\040 --\114\164\144\056\061\052\060\050\006\003\125\004\013\014\041\145 --\120\113\111\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\025\310\275\145\107\134\257\270\227\000\136\344\006\322 --\274\235 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "TUBITAK UEKAE Kok Sertifika Hizmet Saglayicisi - Surum 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 "T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124 --\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172 --\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006 --\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102 --\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157 --\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155 --\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304 --\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125 --\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153 --\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101 --\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151 --\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043 --\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145 --\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153 --\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303 --\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303 --\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172 --\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261 --\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124 --\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172 --\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006 --\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102 --\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157 --\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155 --\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304 --\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125 --\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153 --\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101 --\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151 --\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043 --\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145 --\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153 --\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303 --\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303 --\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172 --\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261 --\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\021 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\027\060\202\003\377\240\003\002\001\002\002\001\021 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122 --\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145 --\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003 --\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151 --\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154 --\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141 --\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260 --\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154 --\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040 --\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162 --\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164 --\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060 --\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162 --\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145 --\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234 --\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266 --\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155 --\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163 --\304\261\040\055\040\123\303\274\162\303\274\155\040\063\060\036 --\027\015\060\067\060\070\062\064\061\061\063\067\060\067\132\027 --\015\061\067\060\070\062\061\061\061\063\067\060\067\132\060\202 --\001\053\061\013\060\011\006\003\125\004\006\023\002\124\122\061 --\030\060\026\006\003\125\004\007\014\017\107\145\142\172\145\040 --\055\040\113\157\143\141\145\154\151\061\107\060\105\006\003\125 --\004\012\014\076\124\303\274\162\153\151\171\145\040\102\151\154 --\151\155\163\145\154\040\166\145\040\124\145\153\156\157\154\157 --\152\151\153\040\101\162\141\305\237\164\304\261\162\155\141\040 --\113\165\162\165\155\165\040\055\040\124\303\234\102\304\260\124 --\101\113\061\110\060\106\006\003\125\004\013\014\077\125\154\165 --\163\141\154\040\105\154\145\153\164\162\157\156\151\153\040\166 --\145\040\113\162\151\160\164\157\154\157\152\151\040\101\162\141 --\305\237\164\304\261\162\155\141\040\105\156\163\164\151\164\303 --\274\163\303\274\040\055\040\125\105\113\101\105\061\043\060\041 --\006\003\125\004\013\014\032\113\141\155\165\040\123\145\162\164 --\151\146\151\153\141\163\171\157\156\040\115\145\162\153\145\172 --\151\061\112\060\110\006\003\125\004\003\014\101\124\303\234\102 --\304\260\124\101\113\040\125\105\113\101\105\040\113\303\266\153 --\040\123\145\162\164\151\146\151\153\141\040\110\151\172\155\145 --\164\040\123\141\304\237\154\141\171\304\261\143\304\261\163\304 --\261\040\055\040\123\303\274\162\303\274\155\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\212\155 --\113\377\020\210\072\303\366\176\224\350\352\040\144\160\256\041 --\201\276\072\173\074\333\361\035\122\177\131\372\363\042\114\225 --\240\220\274\110\116\021\253\373\267\265\215\172\203\050\214\046 --\106\330\116\225\100\207\141\237\305\236\155\201\207\127\154\212 --\073\264\146\352\314\100\374\343\252\154\262\313\001\333\062\277 --\322\353\205\317\241\015\125\303\133\070\127\160\270\165\306\171 --\321\024\060\355\033\130\133\153\357\065\362\241\041\116\305\316 --\174\231\137\154\271\270\042\223\120\247\315\114\160\152\276\152 --\005\177\023\234\053\036\352\376\107\316\004\245\157\254\223\056 --\174\053\237\236\171\023\221\350\352\236\312\070\165\216\142\260 --\225\223\052\345\337\351\136\227\156\040\137\137\204\172\104\071 --\031\100\034\272\125\053\373\060\262\201\357\204\343\334\354\230 --\070\071\003\205\010\251\124\003\005\051\360\311\217\213\352\013 --\206\145\031\021\323\351\011\043\336\150\223\003\311\066\034\041 --\156\316\214\146\361\231\060\330\327\263\303\035\370\201\056\250 --\275\202\013\146\376\202\313\341\340\032\202\303\100\201\002\003 --\001\000\001\243\102\060\100\060\035\006\003\125\035\016\004\026 --\004\024\275\210\207\311\217\366\244\012\013\252\353\305\376\221 --\043\235\253\112\212\062\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\015\006\011\052\206\110\206\367 --\015\001\001\005\005\000\003\202\001\001\000\035\174\372\111\217 --\064\351\267\046\222\026\232\005\164\347\113\320\155\071\154\303 --\046\366\316\270\061\274\304\337\274\052\370\067\221\030\334\004 --\310\144\231\053\030\155\200\003\131\311\256\370\130\320\076\355 --\303\043\237\151\074\206\070\034\236\357\332\047\170\321\204\067 --\161\212\074\113\071\317\176\105\006\326\055\330\212\115\170\022 --\326\255\302\323\313\322\320\101\363\046\066\112\233\225\154\014 --\356\345\321\103\047\146\301\210\367\172\263\040\154\352\260\151 --\053\307\040\350\014\003\304\101\005\231\342\077\344\153\370\240 --\206\201\307\204\306\037\325\113\201\022\262\026\041\054\023\241 --\200\262\136\014\112\023\236\040\330\142\100\253\220\352\144\112 --\057\254\015\001\022\171\105\250\057\207\031\150\310\342\205\307 --\060\262\165\371\070\077\262\300\223\264\153\342\003\104\316\147 --\240\337\211\326\255\214\166\243\023\303\224\141\053\153\331\154 --\301\007\012\042\007\205\154\205\044\106\251\276\077\213\170\204 --\202\176\044\014\235\375\201\067\343\045\250\355\066\116\225\054 --\311\234\220\332\354\251\102\074\255\266\002 --END -- --# Trust for Certificate "TUBITAK UEKAE Kok Sertifika Hizmet Saglayicisi - Surum 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 "T\xc3\x9c\x42\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1 - S\xC3\xBCr\xC3\xBCm 3" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\033\113\071\141\046\047\153\144\221\242\150\155\327\002\103\041 --\055\037\035\226 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\355\101\365\214\120\305\053\234\163\346\356\154\353\302\250\046 --END --CKA_ISSUER MULTILINE_OCTAL --\060\202\001\053\061\013\060\011\006\003\125\004\006\023\002\124 --\122\061\030\060\026\006\003\125\004\007\014\017\107\145\142\172 --\145\040\055\040\113\157\143\141\145\154\151\061\107\060\105\006 --\003\125\004\012\014\076\124\303\274\162\153\151\171\145\040\102 --\151\154\151\155\163\145\154\040\166\145\040\124\145\153\156\157 --\154\157\152\151\153\040\101\162\141\305\237\164\304\261\162\155 --\141\040\113\165\162\165\155\165\040\055\040\124\303\234\102\304 --\260\124\101\113\061\110\060\106\006\003\125\004\013\014\077\125 --\154\165\163\141\154\040\105\154\145\153\164\162\157\156\151\153 --\040\166\145\040\113\162\151\160\164\157\154\157\152\151\040\101 --\162\141\305\237\164\304\261\162\155\141\040\105\156\163\164\151 --\164\303\274\163\303\274\040\055\040\125\105\113\101\105\061\043 --\060\041\006\003\125\004\013\014\032\113\141\155\165\040\123\145 --\162\164\151\146\151\153\141\163\171\157\156\040\115\145\162\153 --\145\172\151\061\112\060\110\006\003\125\004\003\014\101\124\303 --\234\102\304\260\124\101\113\040\125\105\113\101\105\040\113\303 --\266\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172 --\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261 --\163\304\261\040\055\040\123\303\274\162\303\274\155\040\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\021 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Buypass Class 2 CA 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 "Buypass Class 2 CA 1" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\062\040\103\101\040\061 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\062\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\001 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035 --\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163 --\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060 --\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040 --\103\154\141\163\163\040\062\040\103\101\040\061\060\036\027\015 --\060\066\061\060\061\063\061\060\062\065\060\071\132\027\015\061 --\066\061\060\061\063\061\060\062\065\060\071\132\060\113\061\013 --\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006 --\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123 --\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003 --\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141 --\163\163\040\062\040\103\101\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\213\074\007\105\330\366 --\337\346\307\312\272\215\103\305\107\215\260\132\301\070\333\222 --\204\034\257\023\324\017\157\066\106\040\304\056\314\161\160\064 --\242\064\323\067\056\330\335\072\167\057\300\353\051\350\134\322 --\265\251\221\064\207\042\131\376\314\333\347\231\257\226\301\250 --\307\100\335\245\025\214\156\310\174\227\003\313\346\040\362\327 --\227\137\061\241\057\067\322\276\356\276\251\255\250\114\236\041 --\146\103\073\250\274\363\011\243\070\325\131\044\301\302\107\166 --\261\210\134\202\073\273\053\246\004\327\214\007\217\315\325\101 --\035\360\256\270\051\054\224\122\140\064\224\073\332\340\070\321 --\235\063\076\025\364\223\062\305\000\332\265\051\146\016\072\170 --\017\041\122\137\002\345\222\173\045\323\222\036\057\025\235\201 --\344\235\216\350\357\211\316\024\114\124\035\034\201\022\115\160 --\250\276\020\005\027\176\037\321\270\127\125\355\315\273\122\302 --\260\036\170\302\115\066\150\313\126\046\301\122\301\275\166\367 --\130\325\162\176\037\104\166\273\000\211\035\026\235\121\065\357 --\115\302\126\357\153\340\214\073\015\351\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\035\006\003\125\035\016\004\026\004\024\077 --\215\232\131\213\374\173\173\234\243\257\070\260\071\355\220\161 --\200\326\310\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\025\032\176\023\212\271\350\007\243 --\113\047\062\262\100\221\362\041\321\144\205\276\143\152\322\317 --\201\302\025\325\172\176\014\051\254\067\036\034\174\166\122\225 --\332\265\177\043\241\051\167\145\311\062\235\250\056\126\253\140 --\166\316\026\264\215\177\170\300\325\231\121\203\177\136\331\276 --\014\250\120\355\042\307\255\005\114\166\373\355\356\036\107\144 --\366\367\047\175\134\050\017\105\305\134\142\136\246\232\221\221 --\267\123\027\056\334\255\140\235\226\144\071\275\147\150\262\256 --\005\313\115\347\137\037\127\206\325\040\234\050\373\157\023\070 --\365\366\021\222\366\175\231\136\037\014\350\253\104\044\051\162 --\100\075\066\122\257\214\130\220\163\301\354\141\054\171\241\354 --\207\265\077\332\115\331\041\000\060\336\220\332\016\323\032\110 --\251\076\205\013\024\213\214\274\101\236\152\367\016\160\300\065 --\367\071\242\135\146\320\173\131\237\250\107\022\232\047\043\244 --\055\216\047\203\222\040\241\327\025\177\361\056\030\356\364\110 --\177\057\177\361\241\030\265\241\013\224\240\142\040\062\234\035 --\366\324\357\277\114\210\150 --END -- --# Trust for Certificate "Buypass Class 2 CA 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 "Buypass Class 2 CA 1" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\240\241\253\220\311\374\204\173\073\022\141\350\227\175\137\323 --\042\141\323\314 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\270\010\232\360\003\314\033\015\310\154\013\166\241\165\144\043 --END --CKA_ISSUER MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\062\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Buypass Class 3 CA 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 "Buypass Class 3 CA 1" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\063\040\103\101\040\061 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\063\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\002 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\123\060\202\002\073\240\003\002\001\002\002\001\002 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061\035 --\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163\163 --\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035\060 --\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163\040 --\103\154\141\163\163\040\063\040\103\101\040\061\060\036\027\015 --\060\065\060\065\060\071\061\064\061\063\060\063\132\027\015\061 --\065\060\065\060\071\061\064\061\063\060\063\132\060\113\061\013 --\060\011\006\003\125\004\006\023\002\116\117\061\035\060\033\006 --\003\125\004\012\014\024\102\165\171\160\141\163\163\040\101\123 --\055\071\070\063\061\066\063\063\062\067\061\035\060\033\006\003 --\125\004\003\014\024\102\165\171\160\141\163\163\040\103\154\141 --\163\163\040\063\040\103\101\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\244\216\327\164\331\051 --\144\336\137\037\207\200\221\352\116\071\346\031\306\104\013\200 --\325\013\257\123\007\213\022\275\346\147\360\002\261\211\366\140 --\212\304\133\260\102\321\300\041\250\313\341\233\357\144\121\266 --\247\317\025\365\164\200\150\004\220\240\130\242\346\164\246\123 --\123\125\110\143\077\222\126\335\044\116\216\370\272\053\377\363 --\064\212\236\050\327\064\237\254\057\326\017\361\244\057\275\122 --\262\111\205\155\071\065\360\104\060\223\106\044\363\266\347\123 --\373\274\141\257\251\243\024\373\302\027\027\204\154\340\174\210 --\370\311\034\127\054\360\075\176\224\274\045\223\204\350\232\000 --\232\105\005\102\127\200\364\116\316\331\256\071\366\310\123\020 --\014\145\072\107\173\140\302\326\372\221\311\306\161\154\275\221 --\207\074\221\206\111\253\363\017\240\154\046\166\136\034\254\233 --\161\345\215\274\233\041\036\234\326\070\176\044\200\025\061\202 --\226\261\111\323\142\067\133\210\014\012\142\064\376\247\110\176 --\231\261\060\213\220\067\225\034\250\037\245\054\215\364\125\310 --\333\335\131\012\302\255\170\240\364\213\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\035\006\003\125\035\016\004\026\004\024\070 --\024\346\310\360\251\244\003\364\116\076\042\243\133\362\326\340 --\255\100\164\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\001\147\243\214\311\045\075\023\143 --\135\026\157\354\241\076\011\134\221\025\052\052\331\200\041\117 --\005\334\273\245\211\253\023\063\052\236\070\267\214\157\002\162 --\143\307\163\167\036\011\006\272\073\050\173\244\107\311\141\153 --\010\010\040\374\212\005\212\037\274\272\306\302\376\317\156\354 --\023\063\161\147\056\151\372\251\054\077\146\300\022\131\115\013 --\124\002\222\204\273\333\022\357\203\160\160\170\310\123\372\337 --\306\306\377\334\210\057\007\300\111\235\062\127\140\323\362\366 --\231\051\137\347\252\001\314\254\063\250\034\012\273\221\304\003 --\240\157\266\064\371\206\323\263\166\124\230\364\112\201\263\123 --\235\115\100\354\345\167\023\105\257\133\252\037\330\057\114\202 --\173\376\052\304\130\273\117\374\236\375\003\145\032\052\016\303 --\245\040\026\224\153\171\246\242\022\264\273\032\244\043\172\137 --\360\256\204\044\344\363\053\373\212\044\243\047\230\145\332\060 --\165\166\374\031\221\350\333\353\233\077\062\277\100\227\007\046 --\272\314\363\224\205\112\172\047\223\317\220\102\324\270\133\026 --\246\347\313\100\003\335\171 --END -- --# Trust for Certificate "Buypass Class 3 CA 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 "Buypass Class 3 CA 1" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\141\127\072\021\337\016\330\176\325\222\145\042\352\320\126\327 --\104\263\043\161 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\337\074\163\131\201\347\071\120\201\004\114\064\242\313\263\173 --END --CKA_ISSUER MULTILINE_OCTAL --\060\113\061\013\060\011\006\003\125\004\006\023\002\116\117\061 --\035\060\033\006\003\125\004\012\014\024\102\165\171\160\141\163 --\163\040\101\123\055\071\070\063\061\066\063\063\062\067\061\035 --\060\033\006\003\125\004\003\014\024\102\165\171\160\141\163\163 --\040\103\154\141\163\163\040\063\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\002 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "EBG Elektronik Sertifika Hizmet Saglayicisi" --# --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 "EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102 --\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162 --\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141 --\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060 --\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151 --\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145 --\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151 --\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023 --\002\124\122 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102 --\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162 --\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141 --\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060 --\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151 --\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145 --\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151 --\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023 --\002\124\122 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\010\114\257\163\102\034\216\164\002 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\347\060\202\003\317\240\003\002\001\002\002\010\114 --\257\163\102\034\216\164\002\060\015\006\011\052\206\110\206\367 --\015\001\001\005\005\000\060\201\200\061\070\060\066\006\003\125 --\004\003\014\057\105\102\107\040\105\154\145\153\164\162\157\156 --\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172 --\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261 --\163\304\261\061\067\060\065\006\003\125\004\012\014\056\105\102 --\107\040\102\151\154\151\305\237\151\155\040\124\145\153\156\157 --\154\157\152\151\154\145\162\151\040\166\145\040\110\151\172\155 --\145\164\154\145\162\151\040\101\056\305\236\056\061\013\060\011 --\006\003\125\004\006\023\002\124\122\060\036\027\015\060\066\060 --\070\061\067\060\060\062\061\060\071\132\027\015\061\066\060\070 --\061\064\060\060\063\061\060\071\132\060\201\200\061\070\060\066 --\006\003\125\004\003\014\057\105\102\107\040\105\154\145\153\164 --\162\157\156\151\153\040\123\145\162\164\151\146\151\153\141\040 --\110\151\172\155\145\164\040\123\141\304\237\154\141\171\304\261 --\143\304\261\163\304\261\061\067\060\065\006\003\125\004\012\014 --\056\105\102\107\040\102\151\154\151\305\237\151\155\040\124\145 --\153\156\157\154\157\152\151\154\145\162\151\040\166\145\040\110 --\151\172\155\145\164\154\145\162\151\040\101\056\305\236\056\061 --\013\060\011\006\003\125\004\006\023\002\124\122\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\356\240\204 --\141\320\072\152\146\020\062\330\061\070\177\247\247\345\375\241 --\341\373\227\167\270\161\226\350\023\226\106\203\117\266\362\137 --\162\126\156\023\140\245\001\221\342\133\305\315\127\037\167\143 --\121\377\057\075\333\271\077\252\251\065\347\171\320\365\320\044 --\266\041\352\353\043\224\376\051\277\373\211\221\014\144\232\005 --\112\053\314\014\356\361\075\233\202\151\244\114\370\232\157\347 --\042\332\020\272\137\222\374\030\047\012\250\252\104\372\056\054 --\264\373\106\232\010\003\203\162\253\210\344\152\162\311\345\145 --\037\156\052\017\235\263\350\073\344\014\156\172\332\127\375\327 --\353\171\213\136\040\006\323\166\013\154\002\225\243\226\344\313 --\166\121\321\050\235\241\032\374\104\242\115\314\172\166\250\015 --\075\277\027\117\042\210\120\375\256\266\354\220\120\112\133\237 --\225\101\252\312\017\262\112\376\200\231\116\243\106\025\253\370 --\163\102\152\302\146\166\261\012\046\025\335\223\222\354\333\251 --\137\124\042\122\221\160\135\023\352\110\354\156\003\154\331\335 --\154\374\353\015\003\377\246\203\022\233\361\251\223\017\305\046 --\114\061\262\143\231\141\162\347\052\144\231\322\270\351\165\342 --\174\251\251\232\032\252\303\126\333\020\232\074\203\122\266\173 --\226\267\254\207\167\250\271\362\147\013\224\103\263\257\076\163 --\372\102\066\261\045\305\012\061\046\067\126\147\272\243\013\175 --\326\367\211\315\147\241\267\072\036\146\117\366\240\125\024\045 --\114\054\063\015\246\101\214\275\004\061\152\020\162\012\235\016 --\056\166\275\136\363\121\211\213\250\077\125\163\277\333\072\306 --\044\005\226\222\110\252\113\215\052\003\345\127\221\020\364\152 --\050\025\156\107\167\204\134\121\164\237\031\351\346\036\143\026 --\071\343\021\025\343\130\032\104\275\313\304\154\146\327\204\006 --\337\060\364\067\242\103\042\171\322\020\154\337\273\346\023\021 --\374\235\204\012\023\173\360\073\320\374\243\012\327\211\352\226 --\176\215\110\205\036\144\137\333\124\242\254\325\172\002\171\153 --\322\212\360\147\332\145\162\015\024\160\344\351\216\170\217\062 --\164\174\127\362\326\326\364\066\211\033\370\051\154\213\271\366 --\227\321\244\056\252\276\013\031\302\105\351\160\135\002\003\000 --\235\331\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\035\006\003\125\035\016\004\026 --\004\024\347\316\306\117\374\026\147\226\372\112\243\007\301\004 --\247\313\152\336\332\107\060\037\006\003\125\035\043\004\030\060 --\026\200\024\347\316\306\117\374\026\147\226\372\112\243\007\301 --\004\247\313\152\336\332\107\060\015\006\011\052\206\110\206\367 --\015\001\001\005\005\000\003\202\002\001\000\233\230\232\135\276 --\363\050\043\166\306\154\367\177\346\100\236\300\066\334\225\015 --\035\255\025\305\066\330\325\071\357\362\036\042\136\263\202\264 --\135\273\114\032\312\222\015\337\107\044\036\263\044\332\221\210 --\351\203\160\335\223\327\351\272\263\337\026\132\076\336\340\310 --\373\323\375\154\051\370\025\106\240\150\046\314\223\122\256\202 --\001\223\220\312\167\312\115\111\357\342\132\331\052\275\060\316 --\114\262\201\266\060\316\131\117\332\131\035\152\172\244\105\260 --\202\046\201\206\166\365\365\020\000\270\356\263\011\350\117\207 --\002\007\256\044\134\360\137\254\012\060\314\212\100\240\163\004 --\301\373\211\044\366\232\034\134\267\074\012\147\066\005\010\061 --\263\257\330\001\150\052\340\170\217\164\336\270\121\244\214\154 --\040\075\242\373\263\324\011\375\173\302\200\252\223\154\051\230 --\041\250\273\026\363\251\022\137\164\265\207\230\362\225\046\337 --\064\357\212\123\221\210\135\032\224\243\077\174\042\370\327\210 --\272\246\214\226\250\075\122\064\142\237\000\036\124\125\102\147 --\306\115\106\217\273\024\105\075\012\226\026\216\020\241\227\231 --\325\323\060\205\314\336\264\162\267\274\212\074\030\051\150\375 --\334\161\007\356\044\071\152\372\355\245\254\070\057\371\036\020 --\016\006\161\032\020\114\376\165\176\377\036\127\071\102\312\327 --\341\025\241\126\125\131\033\321\243\257\021\330\116\303\245\053 --\357\220\277\300\354\202\023\133\215\326\162\054\223\116\217\152 --\051\337\205\074\323\015\340\242\030\022\314\125\057\107\267\247 --\233\002\376\101\366\210\114\155\332\251\001\107\203\144\047\142 --\020\202\326\022\173\136\003\037\064\251\311\221\376\257\135\155 --\206\047\267\043\252\165\030\312\040\347\260\017\327\211\016\246 --\147\042\143\364\203\101\053\006\113\273\130\325\321\327\267\271 --\020\143\330\211\112\264\252\335\026\143\365\156\276\140\241\370 --\355\350\326\220\117\032\306\305\240\051\323\247\041\250\365\132 --\074\367\307\111\242\041\232\112\225\122\040\226\162\232\146\313 --\367\322\206\103\174\042\276\226\371\275\001\250\107\335\345\073 --\100\371\165\053\233\053\106\144\206\215\036\364\217\373\007\167 --\320\352\111\242\034\215\122\024\246\012\223 --END -- --# Trust for Certificate "EBG Elektronik Sertifika Hizmet Saglayicisi" --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 "EBG Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xc4\xb1\x63\xc4\xb1s\xc4\xb1" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\214\226\272\353\335\053\007\007\110\356\060\062\146\240\363\230 --\156\174\256\130 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\054\040\046\235\313\032\112\000\205\265\267\132\256\302\001\067 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\200\061\070\060\066\006\003\125\004\003\014\057\105\102 --\107\040\105\154\145\153\164\162\157\156\151\153\040\123\145\162 --\164\151\146\151\153\141\040\110\151\172\155\145\164\040\123\141 --\304\237\154\141\171\304\261\143\304\261\163\304\261\061\067\060 --\065\006\003\125\004\012\014\056\105\102\107\040\102\151\154\151 --\305\237\151\155\040\124\145\153\156\157\154\157\152\151\154\145 --\162\151\040\166\145\040\110\151\172\155\145\164\154\145\162\151 --\040\101\056\305\236\056\061\013\060\011\006\003\125\004\006\023 --\002\124\122 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\010\114\257\163\102\034\216\164\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "certSIGN 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 "certSIGN ROOT CA" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061 --\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111 --\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162 --\164\123\111\107\116\040\122\117\117\124\040\103\101 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061 --\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111 --\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162 --\164\123\111\107\116\040\122\117\117\124\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\006\040\006\005\026\160\002 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\070\060\202\002\040\240\003\002\001\002\002\006\040 --\006\005\026\160\002\060\015\006\011\052\206\110\206\367\015\001 --\001\005\005\000\060\073\061\013\060\011\006\003\125\004\006\023 --\002\122\117\061\021\060\017\006\003\125\004\012\023\010\143\145 --\162\164\123\111\107\116\061\031\060\027\006\003\125\004\013\023 --\020\143\145\162\164\123\111\107\116\040\122\117\117\124\040\103 --\101\060\036\027\015\060\066\060\067\060\064\061\067\062\060\060 --\064\132\027\015\063\061\060\067\060\064\061\067\062\060\060\064 --\132\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117 --\061\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123 --\111\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145 --\162\164\123\111\107\116\040\122\117\117\124\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\267 --\063\271\176\310\045\112\216\265\333\264\050\033\252\127\220\350 --\321\042\323\144\272\323\223\350\324\254\206\141\100\152\140\127 --\150\124\204\115\274\152\124\002\005\377\337\233\232\052\256\135 --\007\217\112\303\050\177\357\373\053\372\171\361\307\255\360\020 --\123\044\220\213\146\311\250\210\253\257\132\243\000\351\276\272 --\106\356\133\163\173\054\027\202\201\136\142\054\241\002\145\263 --\275\305\053\000\176\304\374\003\063\127\015\355\342\372\316\135 --\105\326\070\315\065\266\262\301\320\234\201\112\252\344\262\001 --\134\035\217\137\231\304\261\255\333\210\041\353\220\010\202\200 --\363\060\243\103\346\220\202\256\125\050\111\355\133\327\251\020 --\070\016\376\217\114\133\233\106\352\101\365\260\010\164\303\320 --\210\063\266\174\327\164\337\334\204\321\103\016\165\071\241\045 --\100\050\352\170\313\016\054\056\071\235\214\213\156\026\034\057 --\046\202\020\342\343\145\224\012\004\300\136\367\135\133\370\020 --\342\320\272\172\113\373\336\067\000\000\032\133\050\343\322\234 --\163\076\062\207\230\241\311\121\057\327\336\254\063\263\117\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\306\060\035\006\003\125\035\016 --\004\026\004\024\340\214\233\333\045\111\263\361\174\206\326\262 --\102\207\013\320\153\240\331\344\060\015\006\011\052\206\110\206 --\367\015\001\001\005\005\000\003\202\001\001\000\076\322\034\211 --\056\065\374\370\165\335\346\177\145\210\364\162\114\311\054\327 --\062\116\363\335\031\171\107\275\216\073\133\223\017\120\111\044 --\023\153\024\006\162\357\011\323\241\241\343\100\204\311\347\030 --\062\164\074\110\156\017\237\113\324\367\036\323\223\206\144\124 --\227\143\162\120\325\125\317\372\040\223\002\242\233\303\043\223 --\116\026\125\166\240\160\171\155\315\041\037\317\057\055\274\031 --\343\210\061\370\131\032\201\011\310\227\246\164\307\140\304\133 --\314\127\216\262\165\375\033\002\011\333\131\157\162\223\151\367 --\061\101\326\210\070\277\207\262\275\026\171\371\252\344\276\210 --\045\335\141\047\043\034\265\061\007\004\066\264\032\220\275\240 --\164\161\120\211\155\274\024\343\017\206\256\361\253\076\307\240 --\011\314\243\110\321\340\333\144\347\222\265\317\257\162\103\160 --\213\371\303\204\074\023\252\176\222\233\127\123\223\372\160\302 --\221\016\061\371\233\147\135\351\226\070\136\137\263\163\116\210 --\025\147\336\236\166\020\142\040\276\125\151\225\103\000\071\115 --\366\356\260\132\116\111\104\124\130\137\102\203 --END -- --# Trust for Certificate "certSIGN 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 "certSIGN ROOT CA" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\372\267\356\066\227\046\142\373\055\260\052\366\277\003\375\350 --\174\113\057\233 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\030\230\300\326\351\072\374\371\260\365\014\367\113\001\104\027 --END --CKA_ISSUER MULTILINE_OCTAL --\060\073\061\013\060\011\006\003\125\004\006\023\002\122\117\061 --\021\060\017\006\003\125\004\012\023\010\143\145\162\164\123\111 --\107\116\061\031\060\027\006\003\125\004\013\023\020\143\145\162 --\164\123\111\107\116\040\122\117\117\124\040\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\006\040\006\005\026\160\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "CNNIC 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 "CNNIC ROOT" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061 --\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061 --\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040 --\122\117\117\124 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061 --\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061 --\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040 --\122\117\117\124 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\111\063\000\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\125\060\202\002\075\240\003\002\001\002\002\004\111 --\063\000\001\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\060\062\061\013\060\011\006\003\125\004\006\023\002\103 --\116\061\016\060\014\006\003\125\004\012\023\005\103\116\116\111 --\103\061\023\060\021\006\003\125\004\003\023\012\103\116\116\111 --\103\040\122\117\117\124\060\036\027\015\060\067\060\064\061\066 --\060\067\060\071\061\064\132\027\015\062\067\060\064\061\066\060 --\067\060\071\061\064\132\060\062\061\013\060\011\006\003\125\004 --\006\023\002\103\116\061\016\060\014\006\003\125\004\012\023\005 --\103\116\116\111\103\061\023\060\021\006\003\125\004\003\023\012 --\103\116\116\111\103\040\122\117\117\124\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\323\065\367\077\163 --\167\255\350\133\163\027\302\321\157\355\125\274\156\352\350\244 --\171\262\154\303\243\357\341\237\261\073\110\205\365\232\134\041 --\042\020\054\305\202\316\332\343\232\156\067\341\207\054\334\271 --\014\132\272\210\125\337\375\252\333\037\061\352\001\361\337\071 --\001\301\023\375\110\122\041\304\125\337\332\330\263\124\166\272 --\164\261\267\175\327\300\350\366\131\305\115\310\275\255\037\024 --\332\337\130\104\045\062\031\052\307\176\176\216\256\070\260\060 --\173\107\162\011\061\360\060\333\303\033\166\051\273\151\166\116 --\127\371\033\144\242\223\126\267\157\231\156\333\012\004\234\021 --\343\200\037\313\143\224\020\012\251\341\144\202\061\371\214\047 --\355\246\231\000\366\160\223\030\370\241\064\206\243\335\172\302 --\030\171\366\172\145\065\317\220\353\275\063\223\237\123\253\163 --\073\346\233\064\040\057\035\357\251\035\143\032\240\200\333\003 --\057\371\046\032\206\322\215\273\251\276\122\072\207\147\110\015 --\277\264\240\330\046\276\043\137\163\067\177\046\346\222\004\243 --\177\317\040\247\267\363\072\312\313\231\313\002\003\001\000\001 --\243\163\060\161\060\021\006\011\140\206\110\001\206\370\102\001 --\001\004\004\003\002\000\007\060\037\006\003\125\035\043\004\030 --\060\026\200\024\145\362\061\255\052\367\367\335\122\226\012\307 --\002\301\016\357\246\325\073\021\060\017\006\003\125\035\023\001 --\001\377\004\005\060\003\001\001\377\060\013\006\003\125\035\017 --\004\004\003\002\001\376\060\035\006\003\125\035\016\004\026\004 --\024\145\362\061\255\052\367\367\335\122\226\012\307\002\301\016 --\357\246\325\073\021\060\015\006\011\052\206\110\206\367\015\001 --\001\005\005\000\003\202\001\001\000\113\065\356\314\344\256\277 --\303\156\255\237\225\073\113\077\133\036\337\127\051\242\131\312 --\070\342\271\032\377\236\346\156\062\335\036\256\352\065\267\365 --\223\221\116\332\102\341\303\027\140\120\362\321\134\046\271\202 --\267\352\155\344\234\204\347\003\171\027\257\230\075\224\333\307 --\272\000\347\270\277\001\127\301\167\105\062\014\073\361\264\034 --\010\260\375\121\240\241\335\232\035\023\066\232\155\267\307\074 --\271\341\305\331\027\372\203\325\075\025\240\074\273\036\013\342 --\310\220\077\250\206\014\374\371\213\136\205\313\117\133\113\142 --\021\107\305\105\174\005\057\101\261\236\020\151\033\231\226\340 --\125\171\373\116\206\231\270\224\332\206\070\152\223\243\347\313 --\156\345\337\352\041\125\211\234\175\175\177\230\365\000\211\356 --\343\204\300\134\226\265\305\106\352\106\340\205\125\266\033\311 --\022\326\301\315\315\200\363\002\001\074\310\151\313\105\110\143 --\330\224\320\354\205\016\073\116\021\145\364\202\214\246\075\256 --\056\042\224\011\310\134\352\074\201\135\026\052\003\227\026\125 --\011\333\212\101\202\236\146\233\021 --END -- --# Trust for Certificate "CNNIC 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 "CNNIC ROOT" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\213\257\114\233\035\360\052\222\367\332\022\216\271\033\254\364 --\230\140\113\157 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\041\274\202\253\111\304\023\073\113\262\053\134\153\220\234\031 --END --CKA_ISSUER MULTILINE_OCTAL --\060\062\061\013\060\011\006\003\125\004\006\023\002\103\116\061 --\016\060\014\006\003\125\004\012\023\005\103\116\116\111\103\061 --\023\060\021\006\003\125\004\003\023\012\103\116\116\111\103\040 --\122\117\117\124 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\111\063\000\001 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "ApplicationCA - Japanese Government" --# --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 "ApplicationCA - Japanese Government" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145 --\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060 --\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164 --\151\157\156\103\101 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145 --\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060 --\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164 --\151\157\156\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\061 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\240\060\202\002\210\240\003\002\001\002\002\001\061 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061\034 --\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145\163 --\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060\024 --\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164\151 --\157\156\103\101\060\036\027\015\060\067\061\062\061\062\061\065 --\060\060\060\060\132\027\015\061\067\061\062\061\062\061\065\060 --\060\060\060\132\060\103\061\013\060\011\006\003\125\004\006\023 --\002\112\120\061\034\060\032\006\003\125\004\012\023\023\112\141 --\160\141\156\145\163\145\040\107\157\166\145\162\156\155\145\156 --\164\061\026\060\024\006\003\125\004\013\023\015\101\160\160\154 --\151\143\141\164\151\157\156\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\247\155\340\164\116\207 --\217\245\006\336\150\242\333\206\231\113\144\015\161\360\012\005 --\233\216\252\341\314\056\322\152\073\301\172\264\227\141\215\212 --\276\306\232\234\006\264\206\121\344\067\016\164\170\176\137\212 --\177\224\244\327\107\010\375\120\132\126\344\150\254\050\163\240 --\173\351\177\030\222\100\117\055\235\365\256\104\110\163\066\006 --\236\144\054\073\064\043\333\134\046\344\161\171\217\324\156\171 --\042\271\223\301\312\315\301\126\355\210\152\327\240\071\041\004 --\127\054\242\365\274\107\101\117\136\064\042\225\265\037\051\155 --\136\112\363\115\162\276\101\126\040\207\374\351\120\107\327\060 --\024\356\134\214\125\272\131\215\207\374\043\336\223\320\004\214 --\375\357\155\275\320\172\311\245\072\152\162\063\306\112\015\005 --\027\052\055\173\261\247\330\326\360\276\364\077\352\016\050\155 --\101\141\043\166\170\303\270\145\244\363\132\256\314\302\252\331 --\347\130\336\266\176\235\205\156\237\052\012\157\237\003\051\060 --\227\050\035\274\267\317\124\051\116\121\061\371\047\266\050\046 --\376\242\143\346\101\026\360\063\230\107\002\003\001\000\001\243 --\201\236\060\201\233\060\035\006\003\125\035\016\004\026\004\024 --\124\132\313\046\077\161\314\224\106\015\226\123\352\153\110\320 --\223\376\102\165\060\016\006\003\125\035\017\001\001\377\004\004 --\003\002\001\006\060\131\006\003\125\035\021\004\122\060\120\244 --\116\060\114\061\013\060\011\006\003\125\004\006\023\002\112\120 --\061\030\060\026\006\003\125\004\012\014\017\346\227\245\346\234 --\254\345\233\275\346\224\277\345\272\234\061\043\060\041\006\003 --\125\004\013\014\032\343\202\242\343\203\227\343\203\252\343\202 --\261\343\203\274\343\202\267\343\203\247\343\203\263\103\101\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 --\202\001\001\000\071\152\104\166\167\070\072\354\243\147\106\017 --\371\213\006\250\373\152\220\061\316\176\354\332\321\211\174\172 --\353\056\014\275\231\062\347\260\044\326\303\377\365\262\210\011 --\207\054\343\124\341\243\246\262\010\013\300\205\250\310\322\234 --\161\366\035\237\140\374\070\063\023\341\236\334\013\137\332\026 --\120\051\173\057\160\221\017\231\272\064\064\215\225\164\305\176 --\170\251\146\135\275\312\041\167\102\020\254\146\046\075\336\221 --\253\375\025\360\157\355\154\137\020\370\363\026\366\003\212\217 --\247\022\021\014\313\375\077\171\301\234\375\142\356\243\317\124 --\014\321\053\137\027\076\343\076\277\300\053\076\011\233\376\210 --\246\176\264\222\027\374\043\224\201\275\156\247\305\214\302\353 --\021\105\333\370\101\311\226\166\352\160\137\171\022\153\344\243 --\007\132\005\357\047\111\317\041\237\212\114\011\160\146\251\046 --\301\053\021\116\063\322\016\374\326\154\322\016\062\144\150\377 --\255\005\170\137\003\035\250\343\220\254\044\340\017\100\247\113 --\256\213\050\267\202\312\030\007\346\267\133\164\351\040\031\177 --\262\033\211\124 --END -- --# Trust for Certificate "ApplicationCA - Japanese Government" --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 "ApplicationCA - Japanese Government" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\177\212\260\317\320\121\207\152\146\363\066\017\107\310\215\214 --\323\065\374\164 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\176\043\116\133\247\245\264\045\351\000\007\164\021\142\256\326 --END --CKA_ISSUER MULTILINE_OCTAL --\060\103\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\034\060\032\006\003\125\004\012\023\023\112\141\160\141\156\145 --\163\145\040\107\157\166\145\162\156\155\145\156\164\061\026\060 --\024\006\003\125\004\013\023\015\101\160\160\154\151\143\141\164 --\151\157\156\103\101 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\061 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "GeoTrust Primary Certification Authority - G3" --# --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 Primary Certification Authority - G3" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030 --\017\037 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\376\060\202\002\346\240\003\002\001\002\002\020\025 --\254\156\224\031\262\171\113\101\366\047\251\303\030\017\037\060 --\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201 --\230\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\071\060\067\006\003\125\004\013\023 --\060\050\143\051\040\062\060\060\070\040\107\145\157\124\162\165 --\163\164\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\066\060\064\006\003\125\004\003\023\055\107\145\157\124 --\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063\060\036\027\015\060\070\060 --\064\060\062\060\060\060\060\060\060\132\027\015\063\067\061\062 --\060\061\062\063\065\071\065\071\132\060\201\230\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\071\060\067\006\003\125\004\013\023\060\050\143\051\040 --\062\060\060\070\040\107\145\157\124\162\165\163\164\040\111\156 --\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151 --\172\145\144\040\165\163\145\040\157\156\154\171\061\066\060\064 --\006\003\125\004\003\023\055\107\145\157\124\162\165\163\164\040 --\120\162\151\155\141\162\171\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 --\055\040\107\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\334\342\136\142\130\035\063\127\071\062\063 --\372\353\313\207\214\247\324\112\335\006\210\352\144\216\061\230 --\245\070\220\036\230\317\056\143\053\360\106\274\104\262\211\241 --\300\050\014\111\160\041\225\237\144\300\246\223\022\002\145\046 --\206\306\245\211\360\372\327\204\240\160\257\117\032\227\077\006 --\104\325\311\353\162\020\175\344\061\050\373\034\141\346\050\007 --\104\163\222\042\151\247\003\210\154\235\143\310\122\332\230\047 --\347\010\114\160\076\264\311\022\301\305\147\203\135\063\363\003 --\021\354\152\320\123\342\321\272\066\140\224\200\273\141\143\154 --\133\027\176\337\100\224\036\253\015\302\041\050\160\210\377\326 --\046\154\154\140\004\045\116\125\176\175\357\277\224\110\336\267 --\035\335\160\215\005\137\210\245\233\362\302\356\352\321\100\101 --\155\142\070\035\126\006\305\003\107\121\040\031\374\173\020\013 --\016\142\256\166\125\277\137\167\276\076\111\001\123\075\230\045 --\003\166\044\132\035\264\333\211\352\171\345\266\263\073\077\272 --\114\050\101\177\006\254\152\216\301\320\366\005\035\175\346\102 --\206\343\245\325\107\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\304\171\312\216\241\116 --\003\035\034\334\153\333\061\133\224\076\077\060\177\055\060\015 --\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202\001 --\001\000\055\305\023\317\126\200\173\172\170\275\237\256\054\231 --\347\357\332\337\224\136\011\151\247\347\156\150\214\275\162\276 --\107\251\016\227\022\270\112\361\144\323\071\337\045\064\324\301 --\315\116\201\360\017\004\304\044\263\064\226\306\246\252\060\337 --\150\141\163\327\371\216\205\211\357\016\136\225\050\112\052\047 --\217\020\216\056\174\206\304\002\236\332\014\167\145\016\104\015 --\222\375\375\263\026\066\372\021\015\035\214\016\007\211\152\051 --\126\367\162\364\335\025\234\167\065\146\127\253\023\123\330\216 --\301\100\305\327\023\026\132\162\307\267\151\001\304\172\261\203 --\001\150\175\215\101\241\224\030\301\045\134\374\360\376\203\002 --\207\174\015\015\317\056\010\134\112\100\015\076\354\201\141\346 --\044\333\312\340\016\055\007\262\076\126\334\215\365\101\205\007 --\110\233\014\013\313\111\077\175\354\267\375\313\215\147\211\032 --\253\355\273\036\243\000\010\010\027\052\202\134\061\135\106\212 --\055\017\206\233\164\331\105\373\324\100\261\172\252\150\055\206 --\262\231\042\341\301\053\307\234\370\363\137\250\202\022\353\031 --\021\055 --END -- --# Trust for Certificate "GeoTrust Primary Certification Authority - G3" --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 Primary Certification Authority - G3" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\003\236\355\270\013\347\240\074\151\123\211\073\040\322\331\062 --\072\114\052\375 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\265\350\064\066\311\020\104\130\110\160\155\056\203\324\270\005 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\070\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\025\254\156\224\031\262\171\113\101\366\047\251\303\030 --\017\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_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "thawte Primary Root CA - G2" --# --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 Primary Root CA - G2" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013 --\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164 --\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167 --\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040 --\103\101\040\055\040\107\062 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013 --\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164 --\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167 --\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040 --\103\101\040\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256 --\327\126 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\002\210\060\202\002\015\240\003\002\001\002\002\020\065 --\374\046\134\331\204\117\311\075\046\075\127\233\256\327\126\060 --\012\006\010\052\206\110\316\075\004\003\003\060\201\204\061\013 --\060\011\006\003\125\004\006\023\002\125\123\061\025\060\023\006 --\003\125\004\012\023\014\164\150\141\167\164\145\054\040\111\156 --\143\056\061\070\060\066\006\003\125\004\013\023\057\050\143\051 --\040\062\060\060\067\040\164\150\141\167\164\145\054\040\111\156 --\143\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151 --\172\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042 --\006\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162 --\151\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040 --\107\062\060\036\027\015\060\067\061\061\060\065\060\060\060\060 --\060\060\132\027\015\063\070\060\061\061\070\062\063\065\071\065 --\071\132\060\201\204\061\013\060\011\006\003\125\004\006\023\002 --\125\123\061\025\060\023\006\003\125\004\012\023\014\164\150\141 --\167\164\145\054\040\111\156\143\056\061\070\060\066\006\003\125 --\004\013\023\057\050\143\051\040\062\060\060\067\040\164\150\141 --\167\164\145\054\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\044\060\042\006\003\125\004\003\023\033\164\150 --\141\167\164\145\040\120\162\151\155\141\162\171\040\122\157\157 --\164\040\103\101\040\055\040\107\062\060\166\060\020\006\007\052 --\206\110\316\075\002\001\006\005\053\201\004\000\042\003\142\000 --\004\242\325\234\202\173\225\235\361\122\170\207\376\212\026\277 --\005\346\337\243\002\117\015\007\306\000\121\272\014\002\122\055 --\042\244\102\071\304\376\217\352\311\301\276\324\115\377\237\172 --\236\342\261\174\232\255\247\206\011\163\207\321\347\232\343\172 --\245\252\156\373\272\263\160\300\147\210\242\065\324\243\232\261 --\375\255\302\357\061\372\250\271\363\373\010\306\221\321\373\051 --\225\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\232\330\000\060\000\347\153\177\205\030\356\213\266\316\212 --\014\370\021\341\273\060\012\006\010\052\206\110\316\075\004\003 --\003\003\151\000\060\146\002\061\000\335\370\340\127\107\133\247 --\346\012\303\275\365\200\212\227\065\015\033\211\074\124\206\167 --\050\312\241\364\171\336\265\346\070\260\360\145\160\214\177\002 --\124\302\277\377\330\241\076\331\317\002\061\000\304\215\224\374 --\334\123\322\334\235\170\026\037\025\063\043\123\122\343\132\061 --\135\235\312\256\275\023\051\104\015\047\133\250\347\150\234\022 --\367\130\077\056\162\002\127\243\217\241\024\056 --END -- --# Trust for Certificate "thawte Primary Root CA - G2" --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 Primary Root CA - G2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\252\333\274\042\043\217\304\001\241\047\273\070\335\364\035\333 --\010\236\360\022 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\164\235\352\140\044\304\375\042\123\076\314\072\162\331\051\117 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\204\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\070\060\066\006\003\125\004\013 --\023\057\050\143\051\040\062\060\060\067\040\164\150\141\167\164 --\145\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\044\060\042\006\003\125\004\003\023\033\164\150\141\167 --\164\145\040\120\162\151\155\141\162\171\040\122\157\157\164\040 --\103\101\040\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\065\374\046\134\331\204\117\311\075\046\075\127\233\256 --\327\126 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "thawte Primary Root CA - G3" --# --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 Primary Root CA - G3" --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\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013 --\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 --\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 --\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040 --\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143 --\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172 --\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006 --\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151 --\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107 --\063 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013 --\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 --\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 --\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040 --\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143 --\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172 --\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006 --\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151 --\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107 --\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367 --\220\373 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\052\060\202\003\022\240\003\002\001\002\002\020\140 --\001\227\267\106\247\352\264\264\232\326\113\057\367\220\373\060 --\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201 --\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061\025 --\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145\054 --\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023\037 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156\061 --\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062\060 --\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056\040 --\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144 --\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003\125 --\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155\141 --\162\171\040\122\157\157\164\040\103\101\040\055\040\107\063\060 --\036\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132 --\027\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060 --\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164\145 --\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013\023 --\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123 --\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157\156 --\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040\062 --\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143\056 --\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145 --\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006\003 --\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151\155 --\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107\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\262\277\047\054\373\333\330\133\335\170\173\033\236\167\146 --\201\313\076\274\174\256\363\246\047\232\064\243\150\061\161\070 --\063\142\344\363\161\146\171\261\251\145\243\245\213\325\217\140 --\055\077\102\314\252\153\062\300\043\313\054\101\335\344\337\374 --\141\234\342\163\262\042\225\021\103\030\137\304\266\037\127\154 --\012\005\130\042\310\066\114\072\174\245\321\317\206\257\210\247 --\104\002\023\164\161\163\012\102\131\002\370\033\024\153\102\337 --\157\137\272\153\202\242\235\133\347\112\275\036\001\162\333\113 --\164\350\073\177\177\175\037\004\264\046\233\340\264\132\254\107 --\075\125\270\327\260\046\122\050\001\061\100\146\330\331\044\275 --\366\052\330\354\041\111\134\233\366\172\351\177\125\065\176\226 --\153\215\223\223\047\313\222\273\352\254\100\300\237\302\370\200 --\317\135\364\132\334\316\164\206\246\076\154\013\123\312\275\222 --\316\031\006\162\346\014\134\070\151\307\004\326\274\154\316\133 --\366\367\150\234\334\045\025\110\210\241\351\251\370\230\234\340 --\363\325\061\050\141\021\154\147\226\215\071\231\313\302\105\044 --\071\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\255\154\252\224\140\234\355\344\377\372 --\076\012\164\053\143\003\367\266\131\277\060\015\006\011\052\206 --\110\206\367\015\001\001\013\005\000\003\202\001\001\000\032\100 --\330\225\145\254\011\222\211\306\071\364\020\345\251\016\146\123 --\135\170\336\372\044\221\273\347\104\121\337\306\026\064\012\357 --\152\104\121\352\053\007\212\003\172\303\353\077\012\054\122\026 --\240\053\103\271\045\220\077\160\251\063\045\155\105\032\050\073 --\047\317\252\303\051\102\033\337\073\114\300\063\064\133\101\210 --\277\153\053\145\257\050\357\262\365\303\252\146\316\173\126\356 --\267\310\313\147\301\311\234\032\030\270\304\303\111\003\361\140 --\016\120\315\106\305\363\167\171\367\266\025\340\070\333\307\057 --\050\240\014\077\167\046\164\331\045\022\332\061\332\032\036\334 --\051\101\221\042\074\151\247\273\002\362\266\134\047\003\211\364 --\006\352\233\344\162\202\343\241\011\301\351\000\031\323\076\324 --\160\153\272\161\246\252\130\256\364\273\351\154\266\357\207\314 --\233\273\377\071\346\126\141\323\012\247\304\134\114\140\173\005 --\167\046\172\277\330\007\122\054\142\367\160\143\331\071\274\157 --\034\302\171\334\166\051\257\316\305\054\144\004\136\210\066\156 --\061\324\100\032\142\064\066\077\065\001\256\254\143\240 --END -- --# Trust for Certificate "thawte Primary Root CA - G3" --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 Primary Root CA - G3" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\361\213\123\215\033\351\003\266\246\360\126\103\133\027\025\211 --\312\363\153\362 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\373\033\135\103\212\224\315\104\306\166\362\103\113\107\347\061 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\256\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\025\060\023\006\003\125\004\012\023\014\164\150\141\167\164 --\145\054\040\111\156\143\056\061\050\060\046\006\003\125\004\013 --\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156\040 --\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151\157 --\156\061\070\060\066\006\003\125\004\013\023\057\050\143\051\040 --\062\060\060\070\040\164\150\141\167\164\145\054\040\111\156\143 --\056\040\055\040\106\157\162\040\141\165\164\150\157\162\151\172 --\145\144\040\165\163\145\040\157\156\154\171\061\044\060\042\006 --\003\125\004\003\023\033\164\150\141\167\164\145\040\120\162\151 --\155\141\162\171\040\122\157\157\164\040\103\101\040\055\040\107 --\063 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\140\001\227\267\106\247\352\264\264\232\326\113\057\367 --\220\373 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "GeoTrust Primary Certification Authority - G2" --# --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 Primary Certification Authority - G2" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076 --\303\153 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\002\256\060\202\002\065\240\003\002\001\002\002\020\074 --\262\364\110\012\000\342\376\353\044\073\136\140\076\303\153\060 --\012\006\010\052\206\110\316\075\004\003\003\060\201\230\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\071\060\067\006\003\125\004\013\023\060\050\143 --\051\040\062\060\060\067\040\107\145\157\124\162\165\163\164\040 --\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157 --\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\066 --\060\064\006\003\125\004\003\023\055\107\145\157\124\162\165\163 --\164\040\120\162\151\155\141\162\171\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\055\040\107\062\060\036\027\015\060\067\061\061\060\065 --\060\060\060\060\060\060\132\027\015\063\070\060\061\061\070\062 --\063\065\071\065\071\132\060\201\230\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\071 --\060\067\006\003\125\004\013\023\060\050\143\051\040\062\060\060 --\067\040\107\145\157\124\162\165\163\164\040\111\156\143\056\040 --\055\040\106\157\162\040\141\165\164\150\157\162\151\172\145\144 --\040\165\163\145\040\157\156\154\171\061\066\060\064\006\003\125 --\004\003\023\055\107\145\157\124\162\165\163\164\040\120\162\151 --\155\141\162\171\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\055\040\107 --\062\060\166\060\020\006\007\052\206\110\316\075\002\001\006\005 --\053\201\004\000\042\003\142\000\004\025\261\350\375\003\025\103 --\345\254\353\207\067\021\142\357\322\203\066\122\175\105\127\013 --\112\215\173\124\073\072\156\137\025\002\300\120\246\317\045\057 --\175\312\110\270\307\120\143\034\052\041\010\174\232\066\330\013 --\376\321\046\305\130\061\060\050\045\363\135\135\243\270\266\245 --\264\222\355\154\054\237\353\335\103\211\242\074\113\110\221\035 --\120\354\046\337\326\140\056\275\041\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\137\065\127\121\125\373 --\045\262\255\003\151\374\001\243\372\276\021\125\325\060\012\006 --\010\052\206\110\316\075\004\003\003\003\147\000\060\144\002\060 --\144\226\131\246\350\011\336\213\272\372\132\210\210\360\037\221 --\323\106\250\362\112\114\002\143\373\154\137\070\333\056\101\223 --\251\016\346\235\334\061\034\262\240\247\030\034\171\341\307\066 --\002\060\072\126\257\232\164\154\366\373\203\340\063\323\010\137 --\241\234\302\133\237\106\326\266\313\221\006\143\242\006\347\063 --\254\076\250\201\022\320\313\272\320\222\013\266\236\226\252\004 --\017\212 --END -- --# Trust for Certificate "GeoTrust Primary Certification Authority - G2" --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 Primary Certification Authority - G2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\215\027\204\325\067\363\003\175\354\160\376\127\213\121\232\231 --\346\020\327\260 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\001\136\330\153\275\157\075\216\241\061\370\022\340\230\163\152 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\230\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\071\060\067\006\003\125\004 --\013\023\060\050\143\051\040\062\060\060\067\040\107\145\157\124 --\162\165\163\164\040\111\156\143\056\040\055\040\106\157\162\040 --\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040\157 --\156\154\171\061\066\060\064\006\003\125\004\003\023\055\107\145 --\157\124\162\165\163\164\040\120\162\151\155\141\162\171\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\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\074\262\364\110\012\000\342\376\353\044\073\136\140\076 --\303\153 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "VeriSign Universal Root Certification Authority" --# --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 "VeriSign Universal Root Certification Authority" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023 --\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162 --\163\141\154\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 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023 --\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162 --\163\141\154\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032 --\305\035 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\271\060\202\003\241\240\003\002\001\002\002\020\100 --\032\304\144\041\263\023\041\003\016\273\344\022\032\305\035\060 --\015\006\011\052\206\110\206\367\015\001\001\013\005\000\060\201 --\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027 --\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147 --\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013 --\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164 --\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004 --\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151 --\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162 --\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040 --\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126 --\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141 --\154\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\060\036 --\027\015\060\070\060\064\060\062\060\060\060\060\060\060\132\027 --\015\063\067\061\062\060\061\062\063\065\071\065\071\132\060\201 --\275\061\013\060\011\006\003\125\004\006\023\002\125\123\061\027 --\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151\147 --\156\054\040\111\156\143\056\061\037\060\035\006\003\125\004\013 --\023\026\126\145\162\151\123\151\147\156\040\124\162\165\163\164 --\040\116\145\164\167\157\162\153\061\072\060\070\006\003\125\004 --\013\023\061\050\143\051\040\062\060\060\070\040\126\145\162\151 --\123\151\147\156\054\040\111\156\143\056\040\055\040\106\157\162 --\040\141\165\164\150\157\162\151\172\145\144\040\165\163\145\040 --\157\156\154\171\061\070\060\066\006\003\125\004\003\023\057\126 --\145\162\151\123\151\147\156\040\125\156\151\166\145\162\163\141 --\154\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\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\307 --\141\067\136\261\001\064\333\142\327\025\233\377\130\132\214\043 --\043\326\140\216\221\327\220\230\203\172\346\130\031\070\214\305 --\366\345\144\205\264\242\161\373\355\275\271\332\315\115\000\264 --\310\055\163\245\307\151\161\225\037\071\074\262\104\007\234\350 --\016\372\115\112\304\041\337\051\141\217\062\042\141\202\305\207 --\037\156\214\174\137\026\040\121\104\321\160\117\127\352\343\034 --\343\314\171\356\130\330\016\302\263\105\223\300\054\347\232\027 --\053\173\000\067\172\101\063\170\341\063\342\363\020\032\177\207 --\054\276\366\365\367\102\342\345\277\207\142\211\137\000\113\337 --\305\335\344\165\104\062\101\072\036\161\156\151\313\013\165\106 --\010\321\312\322\053\225\320\317\373\271\100\153\144\214\127\115 --\374\023\021\171\204\355\136\124\366\064\237\010\001\363\020\045 --\006\027\112\332\361\035\172\146\153\230\140\146\244\331\357\322 --\056\202\361\360\357\011\352\104\311\025\152\342\003\156\063\323 --\254\237\125\000\307\366\010\152\224\271\137\334\340\063\361\204 --\140\371\133\047\021\264\374\026\362\273\126\152\200\045\215\002 --\003\001\000\001\243\201\262\060\201\257\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\155\006\010\053 --\006\001\005\005\007\001\014\004\141\060\137\241\135\240\133\060 --\131\060\127\060\125\026\011\151\155\141\147\145\057\147\151\146 --\060\041\060\037\060\007\006\005\053\016\003\002\032\004\024\217 --\345\323\032\206\254\215\216\153\303\317\200\152\324\110\030\054 --\173\031\056\060\045\026\043\150\164\164\160\072\057\057\154\157 --\147\157\056\166\145\162\151\163\151\147\156\056\143\157\155\057 --\166\163\154\157\147\157\056\147\151\146\060\035\006\003\125\035 --\016\004\026\004\024\266\167\372\151\110\107\237\123\022\325\302 --\352\007\062\166\007\321\227\007\031\060\015\006\011\052\206\110 --\206\367\015\001\001\013\005\000\003\202\001\001\000\112\370\370 --\260\003\346\054\147\173\344\224\167\143\314\156\114\371\175\016 --\015\334\310\271\065\271\160\117\143\372\044\372\154\203\214\107 --\235\073\143\363\232\371\166\062\225\221\261\167\274\254\232\276 --\261\344\061\041\306\201\225\126\132\016\261\302\324\261\246\131 --\254\361\143\313\270\114\035\131\220\112\357\220\026\050\037\132 --\256\020\373\201\120\070\014\154\314\361\075\303\365\143\343\263 --\343\041\311\044\071\351\375\025\146\106\364\033\021\320\115\163 --\243\175\106\371\075\355\250\137\142\324\361\077\370\340\164\127 --\053\030\235\201\264\304\050\332\224\227\245\160\353\254\035\276 --\007\021\360\325\333\335\345\214\360\325\062\260\203\346\127\342 --\217\277\276\241\252\277\075\035\265\324\070\352\327\260\134\072 --\117\152\077\217\300\146\154\143\252\351\331\244\026\364\201\321 --\225\024\016\175\315\225\064\331\322\217\160\163\201\173\234\176 --\275\230\141\330\105\207\230\220\305\353\206\060\306\065\277\360 --\377\303\125\210\203\113\357\005\222\006\161\362\270\230\223\267 --\354\315\202\141\361\070\346\117\227\230\052\132\215 --END -- --# Trust for Certificate "VeriSign Universal Root Certification Authority" --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 "VeriSign Universal Root Certification Authority" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\066\171\312\065\146\207\162\060\115\060\245\373\207\073\017\247 --\173\267\015\124 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\216\255\265\001\252\115\201\344\214\035\321\341\024\000\225\031 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\275\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\070\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\070\060\066\006\003\125\004\003\023 --\057\126\145\162\151\123\151\147\156\040\125\156\151\166\145\162 --\163\141\154\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 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\100\032\304\144\041\263\023\041\003\016\273\344\022\032 --\305\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_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "VeriSign Class 3 Public Primary Certification Authority - G4" --# --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 "VeriSign Class 3 Public Primary Certification Authority - G4" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023 --\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040 --\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171 --\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\055\040\107\064 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023 --\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040 --\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171 --\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\055\040\107\064 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207 --\254\263 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\204\060\202\003\012\240\003\002\001\002\002\020\057 --\200\376\043\214\016\042\017\110\147\022\050\221\207\254\263\060 --\012\006\010\052\206\110\316\075\004\003\003\060\201\312\061\013 --\060\011\006\003\125\004\006\023\002\125\123\061\027\060\025\006 --\003\125\004\012\023\016\126\145\162\151\123\151\147\156\054\040 --\111\156\143\056\061\037\060\035\006\003\125\004\013\023\026\126 --\145\162\151\123\151\147\156\040\124\162\165\163\164\040\116\145 --\164\167\157\162\153\061\072\060\070\006\003\125\004\013\023\061 --\050\143\051\040\062\060\060\067\040\126\145\162\151\123\151\147 --\156\054\040\111\156\143\056\040\055\040\106\157\162\040\141\165 --\164\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154 --\171\061\105\060\103\006\003\125\004\003\023\074\126\145\162\151 --\123\151\147\156\040\103\154\141\163\163\040\063\040\120\165\142 --\154\151\143\040\120\162\151\155\141\162\171\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\055\040\107\064\060\036\027\015\060\067\061\061 --\060\065\060\060\060\060\060\060\132\027\015\063\070\060\061\061 --\070\062\063\065\071\065\071\132\060\201\312\061\013\060\011\006 --\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004 --\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143 --\056\061\037\060\035\006\003\125\004\013\023\026\126\145\162\151 --\123\151\147\156\040\124\162\165\163\164\040\116\145\164\167\157 --\162\153\061\072\060\070\006\003\125\004\013\023\061\050\143\051 --\040\062\060\060\067\040\126\145\162\151\123\151\147\156\054\040 --\111\156\143\056\040\055\040\106\157\162\040\141\165\164\150\157 --\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061\105 --\060\103\006\003\125\004\003\023\074\126\145\162\151\123\151\147 --\156\040\103\154\141\163\163\040\063\040\120\165\142\154\151\143 --\040\120\162\151\155\141\162\171\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\055\040\107\064\060\166\060\020\006\007\052\206\110\316\075 --\002\001\006\005\053\201\004\000\042\003\142\000\004\247\126\172 --\174\122\332\144\233\016\055\134\330\136\254\222\075\376\001\346 --\031\112\075\024\003\113\372\140\047\040\331\203\211\151\372\124 --\306\232\030\136\125\052\144\336\006\366\215\112\073\255\020\074 --\145\075\220\210\004\211\340\060\141\263\256\135\001\247\173\336 --\174\262\276\312\145\141\000\206\256\332\217\173\320\211\255\115 --\035\131\232\101\261\274\107\200\334\236\142\303\371\243\201\262 --\060\201\257\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\155\006\010\053\006\001\005\005\007\001\014 --\004\141\060\137\241\135\240\133\060\131\060\127\060\125\026\011 --\151\155\141\147\145\057\147\151\146\060\041\060\037\060\007\006 --\005\053\016\003\002\032\004\024\217\345\323\032\206\254\215\216 --\153\303\317\200\152\324\110\030\054\173\031\056\060\045\026\043 --\150\164\164\160\072\057\057\154\157\147\157\056\166\145\162\151 --\163\151\147\156\056\143\157\155\057\166\163\154\157\147\157\056 --\147\151\146\060\035\006\003\125\035\016\004\026\004\024\263\026 --\221\375\356\246\156\344\265\056\111\217\207\170\201\200\354\345 --\261\265\060\012\006\010\052\206\110\316\075\004\003\003\003\150 --\000\060\145\002\060\146\041\014\030\046\140\132\070\173\126\102 --\340\247\374\066\204\121\221\040\054\166\115\103\075\304\035\204 --\043\320\254\326\174\065\006\316\315\151\275\220\015\333\154\110 --\102\035\016\252\102\002\061\000\234\075\110\071\043\071\130\032 --\025\022\131\152\236\357\325\131\262\035\122\054\231\161\315\307 --\051\337\033\052\141\173\161\321\336\363\300\345\015\072\112\252 --\055\247\330\206\052\335\056\020 --END -- --# Trust for Certificate "VeriSign Class 3 Public Primary Certification Authority - G4" --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 "VeriSign Class 3 Public Primary Certification Authority - G4" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\042\325\330\337\217\002\061\321\215\367\235\267\317\212\055\144 --\311\077\154\072 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\072\122\341\347\375\157\072\343\157\363\157\231\033\371\042\101 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\312\061\013\060\011\006\003\125\004\006\023\002\125\123 --\061\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123 --\151\147\156\054\040\111\156\143\056\061\037\060\035\006\003\125 --\004\013\023\026\126\145\162\151\123\151\147\156\040\124\162\165 --\163\164\040\116\145\164\167\157\162\153\061\072\060\070\006\003 --\125\004\013\023\061\050\143\051\040\062\060\060\067\040\126\145 --\162\151\123\151\147\156\054\040\111\156\143\056\040\055\040\106 --\157\162\040\141\165\164\150\157\162\151\172\145\144\040\165\163 --\145\040\157\156\154\171\061\105\060\103\006\003\125\004\003\023 --\074\126\145\162\151\123\151\147\156\040\103\154\141\163\163\040 --\063\040\120\165\142\154\151\143\040\120\162\151\155\141\162\171 --\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\055\040\107\064 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\057\200\376\043\214\016\042\017\110\147\022\050\221\207 --\254\263 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "NetLock Arany (Class Gold) FÅ‘tanúsítvány" --# --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 "NetLock Arany (Class Gold) FÅ‘tanúsítvány" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145 --\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003 --\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303 --\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164 --\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143 --\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145 --\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141 --\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303 --\272\163\303\255\164\166\303\241\156\171 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145 --\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003 --\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303 --\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164 --\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143 --\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145 --\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141 --\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303 --\272\163\303\255\164\166\303\241\156\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\006\111\101\054\344\000\020 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\025\060\202\002\375\240\003\002\001\002\002\006\111 --\101\054\344\000\020\060\015\006\011\052\206\110\206\367\015\001 --\001\013\005\000\060\201\247\061\013\060\011\006\003\125\004\006 --\023\002\110\125\061\021\060\017\006\003\125\004\007\014\010\102 --\165\144\141\160\145\163\164\061\025\060\023\006\003\125\004\012 --\014\014\116\145\164\114\157\143\153\040\113\146\164\056\061\067 --\060\065\006\003\125\004\013\014\056\124\141\156\303\272\163\303 --\255\164\166\303\241\156\171\153\151\141\144\303\263\153\040\050 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\051\061\065\060\063\006\003\125\004\003 --\014\054\116\145\164\114\157\143\153\040\101\162\141\156\171\040 --\050\103\154\141\163\163\040\107\157\154\144\051\040\106\305\221 --\164\141\156\303\272\163\303\255\164\166\303\241\156\171\060\036 --\027\015\060\070\061\062\061\061\061\065\060\070\062\061\132\027 --\015\062\070\061\062\060\066\061\065\060\070\062\061\132\060\201 --\247\061\013\060\011\006\003\125\004\006\023\002\110\125\061\021 --\060\017\006\003\125\004\007\014\010\102\165\144\141\160\145\163 --\164\061\025\060\023\006\003\125\004\012\014\014\116\145\164\114 --\157\143\153\040\113\146\164\056\061\067\060\065\006\003\125\004 --\013\014\056\124\141\156\303\272\163\303\255\164\166\303\241\156 --\171\153\151\141\144\303\263\153\040\050\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163 --\051\061\065\060\063\006\003\125\004\003\014\054\116\145\164\114 --\157\143\153\040\101\162\141\156\171\040\050\103\154\141\163\163 --\040\107\157\154\144\051\040\106\305\221\164\141\156\303\272\163 --\303\255\164\166\303\241\156\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\304\044\136\163\276\113\155 --\024\303\241\364\343\227\220\156\322\060\105\036\074\356\147\331 --\144\340\032\212\177\312\060\312\203\343\040\301\343\364\072\323 --\224\137\032\174\133\155\277\060\117\204\047\366\237\037\111\274 --\306\231\012\220\362\017\365\177\103\204\067\143\121\213\172\245 --\160\374\172\130\315\216\233\355\303\106\154\204\160\135\332\363 --\001\220\043\374\116\060\251\176\341\047\143\347\355\144\074\240 --\270\311\063\143\376\026\220\377\260\270\375\327\250\300\300\224 --\103\013\266\325\131\246\236\126\320\044\037\160\171\257\333\071 --\124\015\145\165\331\025\101\224\001\257\136\354\366\215\361\377 --\255\144\376\040\232\327\134\353\376\246\037\010\144\243\213\166 --\125\255\036\073\050\140\056\207\045\350\252\257\037\306\144\106 --\040\267\160\177\074\336\110\333\226\123\267\071\167\344\032\342 --\307\026\204\166\227\133\057\273\031\025\205\370\151\205\365\231 --\247\251\362\064\247\251\266\246\003\374\157\206\075\124\174\166 --\004\233\153\371\100\135\000\064\307\056\231\165\235\345\210\003 --\252\115\370\003\322\102\166\300\033\002\003\000\250\213\243\105 --\060\103\060\022\006\003\125\035\023\001\001\377\004\010\060\006 --\001\001\377\002\001\004\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\314\372\147\223\360\266\270\320\245\300\036\363\123\375\214 --\123\337\203\327\226\060\015\006\011\052\206\110\206\367\015\001 --\001\013\005\000\003\202\001\001\000\253\177\356\034\026\251\234 --\074\121\000\240\300\021\010\005\247\231\346\157\001\210\124\141 --\156\361\271\030\255\112\255\376\201\100\043\224\057\373\165\174 --\057\050\113\142\044\201\202\013\365\141\361\034\156\270\141\070 --\353\201\372\142\241\073\132\142\323\224\145\304\341\346\155\202 --\370\057\045\160\262\041\046\301\162\121\037\214\054\303\204\220 --\303\132\217\272\317\364\247\145\245\353\230\321\373\005\262\106 --\165\025\043\152\157\205\143\060\200\360\325\236\037\051\034\302 --\154\260\120\131\135\220\133\073\250\015\060\317\277\175\177\316 --\361\235\203\275\311\106\156\040\246\371\141\121\272\041\057\173 --\276\245\025\143\241\324\225\207\361\236\271\363\211\363\075\205 --\270\270\333\276\265\271\051\371\332\067\005\000\111\224\003\204 --\104\347\277\103\061\317\165\213\045\321\364\246\144\365\222\366 --\253\005\353\075\351\245\013\066\142\332\314\006\137\066\213\266 --\136\061\270\052\373\136\366\161\337\104\046\236\304\346\015\221 --\264\056\165\225\200\121\152\113\060\246\260\142\241\223\361\233 --\330\316\304\143\165\077\131\107\261 --END -- --# Trust for Certificate "NetLock Arany (Class Gold) FÅ‘tanúsítvány" --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 "NetLock Arany (Class Gold) FÅ‘tanúsítvány" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\006\010\077\131\077\025\241\004\240\151\244\153\251\003\320\006 --\267\227\011\221 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\305\241\267\377\163\335\326\327\064\062\030\337\374\074\255\210 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\247\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\025\060\023\006\003\125\004\012\014\014\116\145 --\164\114\157\143\153\040\113\146\164\056\061\067\060\065\006\003 --\125\004\013\014\056\124\141\156\303\272\163\303\255\164\166\303 --\241\156\171\153\151\141\144\303\263\153\040\050\103\145\162\164 --\151\146\151\143\141\164\151\157\156\040\123\145\162\166\151\143 --\145\163\051\061\065\060\063\006\003\125\004\003\014\054\116\145 --\164\114\157\143\153\040\101\162\141\156\171\040\050\103\154\141 --\163\163\040\107\157\154\144\051\040\106\305\221\164\141\156\303 --\272\163\303\255\164\166\303\241\156\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\006\111\101\054\344\000\020 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Staat der Nederlanden Root CA - G2" --# --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 "Staat der Nederlanden Root CA - G2" --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\116\114\061 --\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061 --\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040 --\122\157\157\164\040\103\101\040\055\040\107\062 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061 --\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061 --\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040 --\122\157\157\164\040\103\101\040\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\000\230\226\214 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\312\060\202\003\262\240\003\002\001\002\002\004\000 --\230\226\214\060\015\006\011\052\206\110\206\367\015\001\001\013 --\005\000\060\132\061\013\060\011\006\003\125\004\006\023\002\116 --\114\061\036\060\034\006\003\125\004\012\014\025\123\164\141\141 --\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145 --\156\061\053\060\051\006\003\125\004\003\014\042\123\164\141\141 --\164\040\144\145\162\040\116\145\144\145\162\154\141\156\144\145 --\156\040\122\157\157\164\040\103\101\040\055\040\107\062\060\036 --\027\015\060\070\060\063\062\066\061\061\061\070\061\067\132\027 --\015\062\060\060\063\062\065\061\061\060\063\061\060\132\060\132 --\061\013\060\011\006\003\125\004\006\023\002\116\114\061\036\060 --\034\006\003\125\004\012\014\025\123\164\141\141\164\040\144\145 --\162\040\116\145\144\145\162\154\141\156\144\145\156\061\053\060 --\051\006\003\125\004\003\014\042\123\164\141\141\164\040\144\145 --\162\040\116\145\144\145\162\154\141\156\144\145\156\040\122\157 --\157\164\040\103\101\040\055\040\107\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\305\131\347\157\165 --\252\076\113\234\265\270\254\236\013\344\371\331\312\253\135\217 --\265\071\020\202\327\257\121\340\073\341\000\110\152\317\332\341 --\006\103\021\231\252\024\045\022\255\042\350\000\155\103\304\251 --\270\345\037\211\113\147\275\141\110\357\375\322\340\140\210\345 --\271\030\140\050\303\167\053\255\260\067\252\067\336\144\131\052 --\106\127\344\113\271\370\067\174\325\066\347\200\301\266\363\324 --\147\233\226\350\316\327\306\012\123\320\153\111\226\363\243\013 --\005\167\110\367\045\345\160\254\060\024\040\045\343\177\165\132 --\345\110\370\116\173\003\007\004\372\202\141\207\156\360\073\304 --\244\307\320\365\164\076\245\135\032\010\362\233\045\322\366\254 --\004\046\076\125\072\142\050\245\173\262\060\257\370\067\302\321 --\272\326\070\375\364\357\111\060\067\231\046\041\110\205\001\251 --\345\026\347\334\220\125\337\017\350\070\315\231\067\041\117\135 --\365\042\157\152\305\022\026\140\027\125\362\145\146\246\247\060 --\221\070\301\070\035\206\004\204\272\032\045\170\136\235\257\314 --\120\140\326\023\207\122\355\143\037\155\145\175\302\025\030\164 --\312\341\176\144\051\214\162\330\026\023\175\013\111\112\361\050 --\033\040\164\153\305\075\335\260\252\110\011\075\056\202\224\315 --\032\145\331\053\210\232\231\274\030\176\237\356\175\146\174\076 --\275\224\270\201\316\315\230\060\170\301\157\147\320\276\137\340 --\150\355\336\342\261\311\054\131\170\222\252\337\053\140\143\362 --\345\136\271\343\312\372\177\120\206\076\242\064\030\014\011\150 --\050\021\034\344\341\271\134\076\107\272\062\077\030\314\133\204 --\365\363\153\164\304\162\164\341\343\213\240\112\275\215\146\057 --\352\255\065\332\040\323\210\202\141\360\022\042\266\274\320\325 --\244\354\257\124\210\045\044\074\247\155\261\162\051\077\076\127 --\246\177\125\257\156\046\306\376\347\314\100\134\121\104\201\012 --\170\336\112\316\125\277\035\325\331\267\126\357\360\166\377\013 --\171\265\257\275\373\251\151\221\106\227\150\200\024\066\035\263 --\177\273\051\230\066\245\040\372\202\140\142\063\244\354\326\272 --\007\247\156\305\317\024\246\347\326\222\064\330\201\365\374\035 --\135\252\134\036\366\243\115\073\270\367\071\002\003\001\000\001 --\243\201\227\060\201\224\060\017\006\003\125\035\023\001\001\377 --\004\005\060\003\001\001\377\060\122\006\003\125\035\040\004\113 --\060\111\060\107\006\004\125\035\040\000\060\077\060\075\006\010 --\053\006\001\005\005\007\002\001\026\061\150\164\164\160\072\057 --\057\167\167\167\056\160\153\151\157\166\145\162\150\145\151\144 --\056\156\154\057\160\157\154\151\143\151\145\163\057\162\157\157 --\164\055\160\157\154\151\143\171\055\107\062\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\221\150\062\207\025\035\211\342\265\361 --\254\066\050\064\215\013\174\142\210\353\060\015\006\011\052\206 --\110\206\367\015\001\001\013\005\000\003\202\002\001\000\250\101 --\112\147\052\222\201\202\120\156\341\327\330\263\071\073\363\002 --\025\011\120\121\357\055\275\044\173\210\206\073\371\264\274\222 --\011\226\271\366\300\253\043\140\006\171\214\021\116\121\322\171 --\200\063\373\235\110\276\354\101\103\201\037\176\107\100\034\345 --\172\010\312\252\213\165\255\024\304\302\350\146\074\202\007\247 --\346\047\202\133\030\346\017\156\331\120\076\212\102\030\051\306 --\264\126\374\126\020\240\005\027\275\014\043\177\364\223\355\234 --\032\121\276\335\105\101\277\221\044\264\037\214\351\137\317\173 --\041\231\237\225\237\071\072\106\034\154\371\315\173\234\220\315 --\050\251\307\251\125\273\254\142\064\142\065\023\113\024\072\125 --\203\271\206\215\222\246\306\364\007\045\124\314\026\127\022\112 --\202\170\310\024\331\027\202\046\055\135\040\037\171\256\376\324 --\160\026\026\225\203\330\065\071\377\122\135\165\034\026\305\023 --\125\317\107\314\165\145\122\112\336\360\260\247\344\012\226\013 --\373\255\302\342\045\204\262\335\344\275\176\131\154\233\360\360 --\330\347\312\362\351\227\070\176\211\276\314\373\071\027\141\077 --\162\333\072\221\330\145\001\031\035\255\120\244\127\012\174\113 --\274\234\161\163\052\105\121\031\205\314\216\375\107\247\164\225 --\035\250\321\257\116\027\261\151\046\302\252\170\127\133\305\115 --\247\345\236\005\027\224\312\262\137\240\111\030\215\064\351\046 --\154\110\036\252\150\222\005\341\202\163\132\233\334\007\133\010 --\155\175\235\327\215\041\331\374\024\040\252\302\105\337\077\347 --\000\262\121\344\302\370\005\271\171\032\214\064\363\236\133\344 --\067\133\153\112\337\054\127\212\100\132\066\272\335\165\104\010 --\067\102\160\014\376\334\136\041\240\243\212\300\220\234\150\332 --\120\346\105\020\107\170\266\116\322\145\311\303\067\337\341\102 --\143\260\127\067\105\055\173\212\234\277\005\352\145\125\063\367 --\071\020\305\050\052\041\172\033\212\304\044\371\077\025\310\232 --\025\040\365\125\142\226\355\155\223\120\274\344\252\170\255\331 --\313\012\145\207\246\146\301\304\201\243\167\072\130\036\013\356 --\203\213\235\036\322\122\244\314\035\157\260\230\155\224\061\265 --\370\161\012\334\271\374\175\062\140\346\353\257\212\001 --END -- --# Trust for Certificate "Staat der Nederlanden Root CA - G2" --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 "Staat der Nederlanden Root CA - G2" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\131\257\202\171\221\206\307\264\165\007\313\317\003\127\106\353 --\004\335\267\026 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\174\245\017\370\133\232\175\155\060\256\124\132\343\102\242\212 --END --CKA_ISSUER MULTILINE_OCTAL --\060\132\061\013\060\011\006\003\125\004\006\023\002\116\114\061 --\036\060\034\006\003\125\004\012\014\025\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\061 --\053\060\051\006\003\125\004\003\014\042\123\164\141\141\164\040 --\144\145\162\040\116\145\144\145\162\154\141\156\144\145\156\040 --\122\157\157\164\040\103\101\040\055\040\107\062 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\000\230\226\214 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "CA Disig" --# --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 "CA Disig" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061 --\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163 --\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104 --\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125 --\004\003\023\010\103\101\040\104\151\163\151\147 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061 --\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163 --\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104 --\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125 --\004\003\023\010\103\101\040\104\151\163\151\147 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\017\060\202\002\367\240\003\002\001\002\002\001\001 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061\023 --\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163\154 --\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104\151 --\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125\004 --\003\023\010\103\101\040\104\151\163\151\147\060\036\027\015\060 --\066\060\063\062\062\060\061\063\071\063\064\132\027\015\061\066 --\060\063\062\062\060\061\063\071\063\064\132\060\112\061\013\060 --\011\006\003\125\004\006\023\002\123\113\061\023\060\021\006\003 --\125\004\007\023\012\102\162\141\164\151\163\154\141\166\141\061 --\023\060\021\006\003\125\004\012\023\012\104\151\163\151\147\040 --\141\056\163\056\061\021\060\017\006\003\125\004\003\023\010\103 --\101\040\104\151\163\151\147\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\366\061\301\175\210\375\231 --\001\251\330\173\362\161\165\361\061\306\363\165\146\372\121\050 --\106\204\227\170\064\274\154\374\274\105\131\210\046\030\112\304 --\067\037\241\112\104\275\343\161\004\365\104\027\342\077\374\110 --\130\157\134\236\172\011\272\121\067\042\043\146\103\041\260\074 --\144\242\370\152\025\016\077\353\121\341\124\251\335\006\231\327 --\232\074\124\213\071\003\077\017\305\316\306\353\203\162\002\250 --\037\161\363\055\370\165\010\333\142\114\350\372\316\371\347\152 --\037\266\153\065\202\272\342\217\026\222\175\005\014\154\106\003 --\135\300\355\151\277\072\301\212\240\350\216\331\271\105\050\207 --\010\354\264\312\025\276\202\335\265\104\213\055\255\206\014\150 --\142\155\205\126\362\254\024\143\072\306\321\231\254\064\170\126 --\113\317\266\255\077\214\212\327\004\345\343\170\114\365\206\252 --\365\217\372\075\154\161\243\055\312\147\353\150\173\156\063\251 --\014\202\050\250\114\152\041\100\025\040\014\046\133\203\302\251 --\026\025\300\044\202\135\053\026\255\312\143\366\164\000\260\337 --\103\304\020\140\126\147\143\105\002\003\001\000\001\243\201\377 --\060\201\374\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\215 --\262\111\150\235\162\010\045\271\300\047\365\120\223\126\110\106 --\161\371\217\060\016\006\003\125\035\017\001\001\377\004\004\003 --\002\001\006\060\066\006\003\125\035\021\004\057\060\055\201\023 --\143\141\157\160\145\162\141\164\157\162\100\144\151\163\151\147 --\056\163\153\206\026\150\164\164\160\072\057\057\167\167\167\056 --\144\151\163\151\147\056\163\153\057\143\141\060\146\006\003\125 --\035\037\004\137\060\135\060\055\240\053\240\051\206\047\150\164 --\164\160\072\057\057\167\167\167\056\144\151\163\151\147\056\163 --\153\057\143\141\057\143\162\154\057\143\141\137\144\151\163\151 --\147\056\143\162\154\060\054\240\052\240\050\206\046\150\164\164 --\160\072\057\057\143\141\056\144\151\163\151\147\056\163\153\057 --\143\141\057\143\162\154\057\143\141\137\144\151\163\151\147\056 --\143\162\154\060\032\006\003\125\035\040\004\023\060\021\060\017 --\006\015\053\201\036\221\223\346\012\000\000\000\001\001\001\060 --\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003\202 --\001\001\000\135\064\164\141\114\257\073\330\377\237\155\130\066 --\034\075\013\201\015\022\053\106\020\200\375\347\074\047\320\172 --\310\251\266\176\164\060\063\243\072\212\173\164\300\171\171\102 --\223\155\377\261\051\024\202\253\041\214\057\027\371\077\046\057 --\365\131\306\357\200\006\267\232\111\051\354\316\176\161\074\152 --\020\101\300\366\323\232\262\174\132\221\234\300\254\133\310\115 --\136\367\341\123\377\103\167\374\236\113\147\154\327\363\203\321 --\240\340\177\045\337\270\230\013\232\062\070\154\060\240\363\377 --\010\025\063\367\120\112\173\076\243\076\040\251\334\057\126\200 --\012\355\101\120\260\311\364\354\262\343\046\104\000\016\157\236 --\006\274\042\226\123\160\145\304\120\012\106\153\244\057\047\201 --\022\047\023\137\020\241\166\316\212\173\067\352\303\071\141\003 --\225\230\072\347\154\210\045\010\374\171\150\015\207\175\142\370 --\264\137\373\305\330\114\275\130\274\077\103\133\324\036\001\115 --\074\143\276\043\357\214\315\132\120\270\150\124\371\012\231\063 --\021\000\341\236\302\106\167\202\365\131\006\214\041\114\207\011 --\315\345\250 --END -- --# Trust for Certificate "CA Disig" --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 "CA Disig" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\052\310\325\213\127\316\277\057\111\257\362\374\166\217\121\024 --\142\220\172\101 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\077\105\226\071\342\120\207\367\273\376\230\014\074\040\230\346 --END --CKA_ISSUER MULTILINE_OCTAL --\060\112\061\013\060\011\006\003\125\004\006\023\002\123\113\061 --\023\060\021\006\003\125\004\007\023\012\102\162\141\164\151\163 --\154\141\166\141\061\023\060\021\006\003\125\004\012\023\012\104 --\151\163\151\147\040\141\056\163\056\061\021\060\017\006\003\125 --\004\003\023\010\103\101\040\104\151\163\151\147 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Juur-SK" --# --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 "Juur-SK" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011 --\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011 --\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125 --\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163 --\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060 --\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011 --\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011 --\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125 --\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163 --\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060 --\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\073\216\113\374 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\346\060\202\003\316\240\003\002\001\002\002\004\073 --\216\113\374\060\015\006\011\052\206\110\206\367\015\001\001\005 --\005\000\060\135\061\030\060\026\006\011\052\206\110\206\367\015 --\001\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013 --\060\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006 --\003\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151 --\164\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061 --\020\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123 --\113\060\036\027\015\060\061\060\070\063\060\061\064\062\063\060 --\061\132\027\015\061\066\060\070\062\066\061\064\062\063\060\061 --\132\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001 --\011\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060 --\011\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003 --\125\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164 --\163\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020 --\060\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113 --\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\201\161\066\076\063\007\326\343\060\215\023\176\167\062\106 --\313\317\031\262\140\061\106\227\206\364\230\106\244\302\145\105 --\317\323\100\174\343\132\042\250\020\170\063\314\210\261\323\201 --\112\366\142\027\173\137\115\012\056\320\317\213\043\356\117\002 --\116\273\353\016\312\275\030\143\350\200\034\215\341\034\215\075 --\340\377\133\137\352\144\345\227\350\077\231\177\014\012\011\063 --\000\032\123\247\041\341\070\113\326\203\033\255\257\144\302\371 --\034\172\214\146\110\115\146\037\030\012\342\076\273\037\007\145 --\223\205\271\032\260\271\304\373\015\021\366\365\326\371\033\307 --\054\053\267\030\121\376\340\173\366\250\110\257\154\073\117\057 --\357\370\321\107\036\046\127\360\121\035\063\226\377\357\131\075 --\332\115\321\025\064\307\352\077\026\110\173\221\034\200\103\017 --\075\270\005\076\321\263\225\315\330\312\017\302\103\147\333\267 --\223\340\042\202\056\276\365\150\050\203\271\301\073\151\173\040 --\332\116\234\155\341\272\315\217\172\154\260\011\042\327\213\013 --\333\034\325\132\046\133\015\300\352\345\140\320\237\376\065\337 --\077\002\003\001\000\001\243\202\001\254\060\202\001\250\060\017 --\006\003\125\035\023\001\001\377\004\005\060\003\001\001\377\060 --\202\001\026\006\003\125\035\040\004\202\001\015\060\202\001\011 --\060\202\001\005\006\012\053\006\001\004\001\316\037\001\001\001 --\060\201\366\060\201\320\006\010\053\006\001\005\005\007\002\002 --\060\201\303\036\201\300\000\123\000\145\000\145\000\040\000\163 --\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141 --\000\141\000\164\000\040\000\157\000\156\000\040\000\166\000\344 --\000\154\000\152\000\141\000\163\000\164\000\141\000\164\000\165 --\000\144\000\040\000\101\000\123\000\055\000\151\000\163\000\040 --\000\123\000\145\000\162\000\164\000\151\000\146\000\151\000\164 --\000\163\000\145\000\145\000\162\000\151\000\155\000\151\000\163 --\000\153\000\145\000\163\000\153\000\165\000\163\000\040\000\141 --\000\154\000\141\000\155\000\055\000\123\000\113\000\040\000\163 --\000\145\000\162\000\164\000\151\000\146\000\151\000\153\000\141 --\000\141\000\164\000\151\000\144\000\145\000\040\000\153\000\151 --\000\156\000\156\000\151\000\164\000\141\000\155\000\151\000\163 --\000\145\000\153\000\163\060\041\006\010\053\006\001\005\005\007 --\002\001\026\025\150\164\164\160\072\057\057\167\167\167\056\163 --\153\056\145\145\057\143\160\163\057\060\053\006\003\125\035\037 --\004\044\060\042\060\040\240\036\240\034\206\032\150\164\164\160 --\072\057\057\167\167\167\056\163\153\056\145\145\057\152\165\165 --\162\057\143\162\154\057\060\035\006\003\125\035\016\004\026\004 --\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030\077 --\157\357\351\175\276\060\037\006\003\125\035\043\004\030\060\026 --\200\024\004\252\172\107\243\344\211\257\032\317\012\100\247\030 --\077\157\357\351\175\276\060\016\006\003\125\035\017\001\001\377 --\004\004\003\002\001\346\060\015\006\011\052\206\110\206\367\015 --\001\001\005\005\000\003\202\001\001\000\173\301\030\224\123\242 --\011\363\376\046\147\232\120\344\303\005\057\053\065\170\221\114 --\174\250\021\021\171\114\111\131\254\310\367\205\145\134\106\273 --\073\020\240\002\257\315\117\265\314\066\052\354\135\376\357\240 --\221\311\266\223\157\174\200\124\354\307\010\160\015\216\373\202 --\354\052\140\170\151\066\066\321\305\234\213\151\265\100\310\224 --\145\167\362\127\041\146\073\316\205\100\266\063\143\032\277\171 --\036\374\134\035\323\035\223\033\213\014\135\205\275\231\060\062 --\030\011\221\122\351\174\241\272\377\144\222\232\354\376\065\356 --\214\057\256\374\040\206\354\112\336\033\170\062\067\246\201\322 --\235\257\132\022\026\312\231\133\374\157\155\016\305\240\036\206 --\311\221\320\134\230\202\137\143\014\212\132\253\330\225\246\314 --\313\212\326\277\144\113\216\312\212\262\260\351\041\062\236\252 --\250\205\230\064\201\071\041\073\250\072\122\062\075\366\153\067 --\206\006\132\025\230\334\360\021\146\376\064\040\267\003\364\101 --\020\175\071\204\171\226\162\143\266\226\002\345\153\271\255\031 --\115\273\306\104\333\066\313\052\234\216 --END -- --# Trust for Certificate "Juur-SK" --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 "Juur-SK" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\100\235\113\331\027\265\134\047\266\233\144\313\230\042\104\015 --\315\011\270\211 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\252\216\135\331\370\333\012\130\267\215\046\207\154\202\065\125 --END --CKA_ISSUER MULTILINE_OCTAL --\060\135\061\030\060\026\006\011\052\206\110\206\367\015\001\011 --\001\026\011\160\153\151\100\163\153\056\145\145\061\013\060\011 --\006\003\125\004\006\023\002\105\105\061\042\060\040\006\003\125 --\004\012\023\031\101\123\040\123\145\162\164\151\146\151\164\163 --\145\145\162\151\155\151\163\153\145\163\153\165\163\061\020\060 --\016\006\003\125\004\003\023\007\112\165\165\162\055\123\113 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\004\073\216\113\374 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Hongkong Post Root CA 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 "Hongkong Post Root CA 1" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061 --\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157 --\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003 --\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040 --\122\157\157\164\040\103\101\040\061 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061 --\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157 --\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003 --\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040 --\122\157\157\164\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\002\003\350 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\060\060\202\002\030\240\003\002\001\002\002\002\003 --\350\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000 --\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061 --\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157 --\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003 --\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040 --\122\157\157\164\040\103\101\040\061\060\036\027\015\060\063\060 --\065\061\065\060\065\061\063\061\064\132\027\015\062\063\060\065 --\061\065\060\064\065\062\062\071\132\060\107\061\013\060\011\006 --\003\125\004\006\023\002\110\113\061\026\060\024\006\003\125\004 --\012\023\015\110\157\156\147\153\157\156\147\040\120\157\163\164 --\061\040\060\036\006\003\125\004\003\023\027\110\157\156\147\153 --\157\156\147\040\120\157\163\164\040\122\157\157\164\040\103\101 --\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\254\377\070\266\351\146\002\111\343\242\264\341\220 --\371\100\217\171\371\342\275\171\376\002\275\356\044\222\035\042 --\366\332\205\162\151\376\327\077\011\324\335\221\265\002\234\320 --\215\132\341\125\303\120\206\271\051\046\302\343\331\240\361\151 --\003\050\040\200\105\042\055\126\247\073\124\225\126\042\131\037 --\050\337\037\040\075\155\242\066\276\043\240\261\156\265\261\047 --\077\071\123\011\352\253\152\350\164\262\302\145\134\216\277\174 --\303\170\204\315\236\026\374\365\056\117\040\052\010\237\167\363 --\305\036\304\232\122\146\036\110\136\343\020\006\217\042\230\341 --\145\216\033\135\043\146\073\270\245\062\121\310\206\252\241\251 --\236\177\166\224\302\246\154\267\101\360\325\310\006\070\346\324 --\014\342\363\073\114\155\120\214\304\203\047\301\023\204\131\075 --\236\165\164\266\330\002\136\072\220\172\300\102\066\162\354\152 --\115\334\357\304\000\337\023\030\127\137\046\170\310\326\012\171 --\167\277\367\257\267\166\271\245\013\204\027\135\020\352\157\341 --\253\225\021\137\155\074\243\134\115\203\133\362\263\031\212\200 --\213\013\207\002\003\001\000\001\243\046\060\044\060\022\006\003 --\125\035\023\001\001\377\004\010\060\006\001\001\377\002\001\003 --\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\306 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\003 --\202\001\001\000\016\106\325\074\256\342\207\331\136\201\213\002 --\230\101\010\214\114\274\332\333\356\047\033\202\347\152\105\354 --\026\213\117\205\240\363\262\160\275\132\226\272\312\156\155\356 --\106\213\156\347\052\056\226\263\031\063\353\264\237\250\262\067 --\356\230\250\227\266\056\266\147\047\324\246\111\375\034\223\145 --\166\236\102\057\334\042\154\232\117\362\132\025\071\261\161\327 --\053\121\350\155\034\230\300\331\052\364\241\202\173\325\311\101 --\242\043\001\164\070\125\213\017\271\056\147\242\040\004\067\332 --\234\013\323\027\041\340\217\227\171\064\157\204\110\002\040\063 --\033\346\064\104\237\221\160\364\200\136\204\103\302\051\322\154 --\022\024\344\141\215\254\020\220\236\204\120\273\360\226\157\105 --\237\212\363\312\154\117\372\021\072\025\025\106\303\315\037\203 --\133\055\101\022\355\120\147\101\023\075\041\253\224\212\252\116 --\174\301\261\373\247\326\265\047\057\227\253\156\340\035\342\321 --\034\054\037\104\342\374\276\221\241\234\373\326\051\123\163\206 --\237\123\330\103\016\135\326\143\202\161\035\200\164\312\366\342 --\002\153\331\132 --END -- --# Trust for Certificate "Hongkong Post Root CA 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 "Hongkong Post Root CA 1" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\326\332\250\040\215\011\322\025\115\044\265\057\313\064\156\262 --\130\262\212\130 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\250\015\157\071\170\271\103\155\167\102\155\230\132\314\043\312 --END --CKA_ISSUER MULTILINE_OCTAL --\060\107\061\013\060\011\006\003\125\004\006\023\002\110\113\061 --\026\060\024\006\003\125\004\012\023\015\110\157\156\147\153\157 --\156\147\040\120\157\163\164\061\040\060\036\006\003\125\004\003 --\023\027\110\157\156\147\153\157\156\147\040\120\157\163\164\040 --\122\157\157\164\040\103\101\040\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\002\003\350 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "SecureSign RootCA11" --# --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 "SecureSign RootCA11" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032 --\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147 --\156\040\122\157\157\164\103\101\061\061 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032 --\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147 --\156\040\122\157\157\164\103\101\061\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\003\155\060\202\002\125\240\003\002\001\002\002\001\001 --\060\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060 --\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061\053 --\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040\103 --\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145\162 --\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032\006 --\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147\156 --\040\122\157\157\164\103\101\061\061\060\036\027\015\060\071\060 --\064\060\070\060\064\065\066\064\067\132\027\015\062\071\060\064 --\060\070\060\064\065\066\064\067\132\060\130\061\013\060\011\006 --\003\125\004\006\023\002\112\120\061\053\060\051\006\003\125\004 --\012\023\042\112\141\160\141\156\040\103\145\162\164\151\146\151 --\143\141\164\151\157\156\040\123\145\162\166\151\143\145\163\054 --\040\111\156\143\056\061\034\060\032\006\003\125\004\003\023\023 --\123\145\143\165\162\145\123\151\147\156\040\122\157\157\164\103 --\101\061\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\375\167\252\245\034\220\005\073\313\114\233\063 --\213\132\024\105\244\347\220\026\321\337\127\322\041\020\244\027 --\375\337\254\326\037\247\344\333\174\367\354\337\270\003\332\224 --\130\375\135\162\174\214\077\137\001\147\164\025\226\343\002\074 --\207\333\256\313\001\216\302\363\146\306\205\105\364\002\306\072 --\265\142\262\257\372\234\277\244\346\324\200\060\230\363\015\266 --\223\217\251\324\330\066\362\260\374\212\312\054\241\025\063\225 --\061\332\300\033\362\356\142\231\206\143\077\277\335\223\052\203 --\250\166\271\023\037\267\316\116\102\205\217\042\347\056\032\362 --\225\011\262\005\265\104\116\167\241\040\275\251\362\116\012\175 --\120\255\365\005\015\105\117\106\161\375\050\076\123\373\004\330 --\055\327\145\035\112\033\372\317\073\260\061\232\065\156\310\213 --\006\323\000\221\362\224\010\145\114\261\064\006\000\172\211\342 --\360\307\003\131\317\325\326\350\247\062\263\346\230\100\206\305 --\315\047\022\213\314\173\316\267\021\074\142\140\007\043\076\053 --\100\156\224\200\011\155\266\263\157\167\157\065\010\120\373\002 --\207\305\076\211\002\003\001\000\001\243\102\060\100\060\035\006 --\003\125\035\016\004\026\004\024\133\370\115\117\262\245\206\324 --\072\322\361\143\232\240\276\011\366\127\267\336\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\015\006 --\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001 --\000\240\241\070\026\146\056\247\126\037\041\234\006\372\035\355 --\271\042\305\070\046\330\116\117\354\243\177\171\336\106\041\241 --\207\167\217\007\010\232\262\244\305\257\017\062\230\013\174\146 --\051\266\233\175\045\122\111\103\253\114\056\053\156\172\160\257 --\026\016\343\002\154\373\102\346\030\235\105\330\125\310\350\073 --\335\347\341\364\056\013\034\064\134\154\130\112\373\214\210\120 --\137\225\034\277\355\253\042\265\145\263\205\272\236\017\270\255 --\345\172\033\212\120\072\035\275\015\274\173\124\120\013\271\102 --\257\125\240\030\201\255\145\231\357\276\344\234\277\304\205\253 --\101\262\124\157\334\045\315\355\170\342\216\014\215\011\111\335 --\143\173\132\151\226\002\041\250\275\122\131\351\175\065\313\310 --\122\312\177\201\376\331\153\323\367\021\355\045\337\370\347\371 --\244\372\162\227\204\123\015\245\320\062\030\121\166\131\024\154 --\017\353\354\137\200\214\165\103\203\303\205\230\377\114\236\055 --\015\344\167\203\223\116\265\226\007\213\050\023\233\214\031\215 --\101\047\111\100\356\336\346\043\104\071\334\241\042\326\272\003 --\362 --END -- --# Trust for Certificate "SecureSign RootCA11" --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 "SecureSign RootCA11" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\073\304\237\110\370\363\163\240\234\036\275\370\133\261\303\145 --\307\330\021\263 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\267\122\164\342\222\264\200\223\362\165\344\314\327\362\352\046 --END --CKA_ISSUER MULTILINE_OCTAL --\060\130\061\013\060\011\006\003\125\004\006\023\002\112\120\061 --\053\060\051\006\003\125\004\012\023\042\112\141\160\141\156\040 --\103\145\162\164\151\146\151\143\141\164\151\157\156\040\123\145 --\162\166\151\143\145\163\054\040\111\156\143\056\061\034\060\032 --\006\003\125\004\003\023\023\123\145\143\165\162\145\123\151\147 --\156\040\122\157\157\164\103\101\061\061 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "ACEDICOM 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 "ACEDICOM Root" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105 --\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003 --\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004 --\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125 --\004\006\023\002\105\123 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105 --\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003 --\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004 --\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125 --\004\006\023\002\105\123 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\010\141\215\307\206\073\001\202\005 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\005\265\060\202\003\235\240\003\002\001\002\002\010\141 --\215\307\206\073\001\202\005\060\015\006\011\052\206\110\206\367 --\015\001\001\005\005\000\060\104\061\026\060\024\006\003\125\004 --\003\014\015\101\103\105\104\111\103\117\115\040\122\157\157\164 --\061\014\060\012\006\003\125\004\013\014\003\120\113\111\061\017 --\060\015\006\003\125\004\012\014\006\105\104\111\103\117\115\061 --\013\060\011\006\003\125\004\006\023\002\105\123\060\036\027\015 --\060\070\060\064\061\070\061\066\062\064\062\062\132\027\015\062 --\070\060\064\061\063\061\066\062\064\062\062\132\060\104\061\026 --\060\024\006\003\125\004\003\014\015\101\103\105\104\111\103\117 --\115\040\122\157\157\164\061\014\060\012\006\003\125\004\013\014 --\003\120\113\111\061\017\060\015\006\003\125\004\012\014\006\105 --\104\111\103\117\115\061\013\060\011\006\003\125\004\006\023\002 --\105\123\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\377\222\225\341\150\006\166\264\054\310\130\110\312 --\375\200\124\051\125\143\044\377\220\145\233\020\165\173\303\152 --\333\142\002\001\362\030\206\265\174\132\070\261\344\130\271\373 --\323\330\055\237\275\062\067\277\054\025\155\276\265\364\041\322 --\023\221\331\007\255\001\005\326\363\275\167\316\137\102\201\012 --\371\152\343\203\000\250\053\056\125\023\143\201\312\107\034\173 --\134\026\127\172\033\203\140\004\072\076\145\303\315\001\336\336 --\244\326\014\272\216\336\331\004\356\027\126\042\233\217\143\375 --\115\026\013\267\173\167\214\371\045\265\321\155\231\022\056\117 --\032\270\346\352\004\222\256\075\021\271\121\102\075\207\260\061 --\205\257\171\132\234\376\347\116\136\222\117\103\374\253\072\255 --\245\022\046\146\271\342\014\327\230\316\324\130\245\225\100\012 --\267\104\235\023\164\053\302\245\353\042\025\230\020\330\213\305 --\004\237\035\217\140\345\006\033\233\317\271\171\240\075\242\043 --\077\102\077\153\372\034\003\173\060\215\316\154\300\277\346\033 --\137\277\147\270\204\031\325\025\357\173\313\220\066\061\142\311 --\274\002\253\106\137\233\376\032\150\224\064\075\220\216\255\366 --\344\035\011\177\112\210\070\077\276\147\375\064\226\365\035\274 --\060\164\313\070\356\325\154\253\324\374\364\000\267\000\133\205 --\062\026\166\063\351\330\243\231\235\005\000\252\026\346\363\201 --\175\157\175\252\206\155\255\025\164\323\304\242\161\252\364\024 --\175\347\062\270\037\274\325\361\116\275\157\027\002\071\327\016 --\225\102\072\307\000\076\351\046\143\021\352\013\321\112\377\030 --\235\262\327\173\057\072\331\226\373\350\036\222\256\023\125\310 --\331\047\366\334\110\033\260\044\301\205\343\167\235\232\244\363 --\014\021\035\015\310\264\024\356\265\202\127\011\277\040\130\177 --\057\042\043\330\160\313\171\154\311\113\362\251\052\310\374\207 --\053\327\032\120\370\047\350\057\103\343\072\275\330\127\161\375 --\316\246\122\133\371\335\115\355\345\366\157\211\355\273\223\234 --\166\041\165\360\222\114\051\367\057\234\001\056\376\120\106\236 --\144\014\024\263\007\133\305\302\163\154\361\007\134\105\044\024 --\065\256\203\361\152\115\211\172\372\263\330\055\146\360\066\207 --\365\053\123\002\003\001\000\001\243\201\252\060\201\247\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\246\263\341\053 --\053\111\266\327\163\241\252\224\365\001\347\163\145\114\254\120 --\060\016\006\003\125\035\017\001\001\377\004\004\003\002\001\206 --\060\035\006\003\125\035\016\004\026\004\024\246\263\341\053\053 --\111\266\327\163\241\252\224\365\001\347\163\145\114\254\120\060 --\104\006\003\125\035\040\004\075\060\073\060\071\006\004\125\035 --\040\000\060\061\060\057\006\010\053\006\001\005\005\007\002\001 --\026\043\150\164\164\160\072\057\057\141\143\145\144\151\143\157 --\155\056\145\144\151\143\157\155\147\162\157\165\160\056\143\157 --\155\057\144\157\143\060\015\006\011\052\206\110\206\367\015\001 --\001\005\005\000\003\202\002\001\000\316\054\013\122\121\142\046 --\175\014\047\203\217\305\366\332\240\150\173\117\222\136\352\244 --\163\062\021\123\104\262\104\313\235\354\017\171\102\263\020\246 --\307\015\235\313\266\372\077\072\174\352\277\210\123\033\074\367 --\202\372\005\065\063\341\065\250\127\300\347\375\215\117\077\223 --\062\117\170\146\003\167\007\130\351\225\310\176\076\320\171\000 --\214\362\033\121\063\233\274\224\351\072\173\156\122\055\062\236 --\043\244\105\373\266\056\023\260\213\030\261\335\316\325\035\247 --\102\177\125\276\373\133\273\107\324\374\044\315\004\256\226\005 --\025\326\254\316\060\363\312\013\305\272\342\042\340\246\255\042 --\344\002\356\164\021\177\114\377\170\035\065\332\346\002\064\353 --\030\022\141\167\006\011\026\143\352\030\255\242\207\037\362\307 --\200\011\011\165\116\020\250\217\075\206\270\165\021\300\044\142 --\212\226\173\112\105\351\354\131\305\276\153\203\346\341\350\254 --\265\060\036\376\005\007\200\371\341\043\015\120\217\005\230\377 --\054\137\350\073\266\255\317\201\265\041\207\312\010\052\043\047 --\060\040\053\317\355\224\133\254\262\172\322\307\050\241\212\013 --\233\115\112\054\155\205\077\011\162\074\147\342\331\334\007\272 --\353\145\173\132\001\143\326\220\133\117\027\146\075\177\013\031 --\243\223\143\020\122\052\237\024\026\130\342\334\245\364\241\026 --\213\016\221\213\201\312\233\131\372\330\153\221\007\145\125\137 --\122\037\257\072\373\220\335\151\245\133\234\155\016\054\266\372 --\316\254\245\174\062\112\147\100\334\060\064\043\335\327\004\043 --\146\360\374\125\200\247\373\146\031\202\065\147\142\160\071\136 --\157\307\352\220\100\104\010\036\270\262\326\333\356\131\247\015 --\030\171\064\274\124\030\136\123\312\064\121\355\105\012\346\216 --\307\202\066\076\247\070\143\251\060\054\027\020\140\222\237\125 --\207\022\131\020\302\017\147\151\021\314\116\036\176\112\232\255 --\257\100\250\165\254\126\220\164\270\240\234\245\171\157\334\351 --\032\310\151\005\351\272\372\003\263\174\344\340\116\302\316\235 --\350\266\106\015\156\176\127\072\147\224\302\313\037\234\167\112 --\147\116\151\206\103\223\070\373\266\333\117\203\221\324\140\176 --\113\076\053\070\007\125\230\136\244 --END -- --# Trust for Certificate "ACEDICOM 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 "ACEDICOM Root" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\340\264\062\056\262\366\245\150\266\124\123\204\110\030\112\120 --\066\207\103\204 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\102\201\240\342\034\343\125\020\336\125\211\102\145\226\042\346 --END --CKA_ISSUER MULTILINE_OCTAL --\060\104\061\026\060\024\006\003\125\004\003\014\015\101\103\105 --\104\111\103\117\115\040\122\157\157\164\061\014\060\012\006\003 --\125\004\013\014\003\120\113\111\061\017\060\015\006\003\125\004 --\012\014\006\105\104\111\103\117\115\061\013\060\011\006\003\125 --\004\006\023\002\105\123 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\010\141\215\307\206\073\001\202\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 --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- -- --# --# Certificate "Verisign Class 1 Public Primary Certification Authority" --# --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 "Verisign Class 1 Public Primary Certification Authority" --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\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\077\151\036\201\234\360\232\112\363\163\377\271\110\242 --\344\335 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\002\074\060\202\001\245\002\020\077\151\036\201\234\360 --\232\112\363\163\377\271\110\242\344\335\060\015\006\011\052\206 --\110\206\367\015\001\001\005\005\000\060\137\061\013\060\011\006 --\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004 --\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143 --\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141\163 --\163\040\061\040\120\165\142\154\151\143\040\120\162\151\155\141 --\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157\156 --\040\101\165\164\150\157\162\151\164\171\060\036\027\015\071\066 --\060\061\062\071\060\060\060\060\060\060\132\027\015\062\070\060 --\070\060\062\062\063\065\071\065\071\132\060\137\061\013\060\011 --\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125 --\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156 --\143\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141 --\163\163\040\061\040\120\165\142\154\151\143\040\120\162\151\155 --\141\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157 --\156\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\345\031\277\155\243\126\141\055 --\231\110\161\366\147\336\271\215\353\267\236\206\200\012\221\016 --\372\070\045\257\106\210\202\345\163\250\240\233\044\135\015\037 --\314\145\156\014\260\320\126\204\030\207\232\006\233\020\241\163 --\337\264\130\071\153\156\301\366\025\325\250\250\077\252\022\006 --\215\061\254\177\260\064\327\217\064\147\210\011\315\024\021\342 --\116\105\126\151\037\170\002\200\332\334\107\221\051\273\066\311 --\143\134\305\340\327\055\207\173\241\267\062\260\173\060\272\052 --\057\061\252\356\243\147\332\333\002\003\001\000\001\060\015\006 --\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000 --\130\025\051\071\074\167\243\332\134\045\003\174\140\372\356\011 --\231\074\047\020\160\310\014\011\346\263\207\317\012\342\030\226 --\065\142\314\277\233\047\171\211\137\311\304\011\364\316\265\035 --\337\052\275\345\333\206\234\150\045\345\060\174\266\211\025\376 --\147\321\255\341\120\254\074\174\142\113\217\272\204\327\022\025 --\033\037\312\135\017\301\122\224\052\021\231\332\173\317\014\066 --\023\325\065\334\020\031\131\352\224\301\000\277\165\217\331\372 --\375\166\004\333\142\273\220\152\003\331\106\065\331\370\174\133 --END -- --# Trust for Certificate "Verisign Class 1 Public Primary Certification Authority" --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 "Verisign Class 1 Public Primary Certification Authority" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\316\152\144\243\011\344\057\273\331\205\034\105\076\144\011\352 --\350\175\140\361 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\206\254\336\053\305\155\303\331\214\050\210\323\215\026\023\036 --END --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\061\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\077\151\036\201\234\360\232\112\363\163\377\271\110\242 --\344\335 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# --# Certificate "Verisign Class 3 Public Primary Certification Authority" --# --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 "Verisign Class 3 Public Primary Certification Authority" --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\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 -+\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 -+\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 -+\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 -+\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143 -+\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 -+\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 -+\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105 -+\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 -+\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 -+\162\165\163\164\056\156\145\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\050\062\060\064\070\051 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\074\221\061\313\037\366\320\033\016\232\270\320\104\277 --\022\276 -+\002\004\070\143\336\370 - END - CKA_VALUE MULTILINE_OCTAL --\060\202\002\074\060\202\001\245\002\020\074\221\061\313\037\366 --\320\033\016\232\270\320\104\277\022\276\060\015\006\011\052\206 --\110\206\367\015\001\001\005\005\000\060\137\061\013\060\011\006 --\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125\004 --\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156\143 --\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141\163 --\163\040\063\040\120\165\142\154\151\143\040\120\162\151\155\141 --\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157\156 --\040\101\165\164\150\157\162\151\164\171\060\036\027\015\071\066 --\060\061\062\071\060\060\060\060\060\060\132\027\015\062\070\060 --\070\060\062\062\063\065\071\065\071\132\060\137\061\013\060\011 --\006\003\125\004\006\023\002\125\123\061\027\060\025\006\003\125 --\004\012\023\016\126\145\162\151\123\151\147\156\054\040\111\156 --\143\056\061\067\060\065\006\003\125\004\013\023\056\103\154\141 --\163\163\040\063\040\120\165\142\154\151\143\040\120\162\151\155 --\141\162\171\040\103\145\162\164\151\146\151\143\141\164\151\157 --\156\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\134\131\236\362\033\212\001 --\024\264\020\337\004\100\333\343\127\257\152\105\100\217\204\014 --\013\321\063\331\331\021\317\356\002\130\037\045\367\052\250\104 --\005\252\354\003\037\170\177\236\223\271\232\000\252\043\175\326 --\254\205\242\143\105\307\162\047\314\364\114\306\165\161\322\071 --\357\117\102\360\165\337\012\220\306\216\040\157\230\017\370\254 --\043\137\160\051\066\244\311\206\347\261\232\040\313\123\245\205 --\347\075\276\175\232\376\044\105\063\334\166\025\355\017\242\161 --\144\114\145\056\201\150\105\247\002\003\001\000\001\060\015\006 --\011\052\206\110\206\367\015\001\001\005\005\000\003\201\201\000 --\020\162\122\251\005\024\031\062\010\101\360\305\153\012\314\176 --\017\041\031\315\344\147\334\137\251\033\346\312\350\163\235\042 --\330\230\156\163\003\141\221\305\174\260\105\100\156\104\235\215 --\260\261\226\164\141\055\015\251\105\322\244\222\052\326\232\165 --\227\156\077\123\375\105\231\140\035\250\053\114\371\136\247\011 --\330\165\060\327\322\145\140\075\147\326\110\125\165\151\077\221 --\365\110\013\107\151\042\151\202\226\276\311\310\070\206\112\172 --\054\163\031\110\151\116\153\174\145\277\017\374\160\316\210\220 -+\060\202\004\052\060\202\003\022\240\003\002\001\002\002\004\070 -+\143\336\370\060\015\006\011\052\206\110\206\367\015\001\001\005 -+\005\000\060\201\264\061\024\060\022\006\003\125\004\012\023\013 -+\105\156\164\162\165\163\164\056\156\145\164\061\100\060\076\006 -+\003\125\004\013\024\067\167\167\167\056\145\156\164\162\165\163 -+\164\056\156\145\164\057\103\120\123\137\062\060\064\070\040\151 -+\156\143\157\162\160\056\040\142\171\040\162\145\146\056\040\050 -+\154\151\155\151\164\163\040\154\151\141\142\056\051\061\045\060 -+\043\006\003\125\004\013\023\034\050\143\051\040\061\071\071\071 -+\040\105\156\164\162\165\163\164\056\156\145\164\040\114\151\155 -+\151\164\145\144\061\063\060\061\006\003\125\004\003\023\052\105 -+\156\164\162\165\163\164\056\156\145\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\050\062\060\064\070\051\060\036\027\015\071\071\061 -+\062\062\064\061\067\065\060\065\061\132\027\015\062\071\060\067 -+\062\064\061\064\061\065\061\062\132\060\201\264\061\024\060\022 -+\006\003\125\004\012\023\013\105\156\164\162\165\163\164\056\156 -+\145\164\061\100\060\076\006\003\125\004\013\024\067\167\167\167 -+\056\145\156\164\162\165\163\164\056\156\145\164\057\103\120\123 -+\137\062\060\064\070\040\151\156\143\157\162\160\056\040\142\171 -+\040\162\145\146\056\040\050\154\151\155\151\164\163\040\154\151 -+\141\142\056\051\061\045\060\043\006\003\125\004\013\023\034\050 -+\143\051\040\061\071\071\071\040\105\156\164\162\165\163\164\056 -+\156\145\164\040\114\151\155\151\164\145\144\061\063\060\061\006 -+\003\125\004\003\023\052\105\156\164\162\165\163\164\056\156\145 -+\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\050\062\060\064\070\051 -+\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\115\113\251\022\206\262\352\243\040\007\025\026\144\052 -+\053\113\321\277\013\112\115\216\355\200\166\245\147\267\170\100 -+\300\163\102\310\150\300\333\123\053\335\136\270\166\230\065\223 -+\213\032\235\174\023\072\016\037\133\267\036\317\345\044\024\036 -+\261\201\251\215\175\270\314\153\113\003\361\002\014\334\253\245 -+\100\044\000\177\164\224\241\235\010\051\263\210\013\365\207\167 -+\235\125\315\344\303\176\327\152\144\253\205\024\206\225\133\227 -+\062\120\157\075\310\272\146\014\343\374\275\270\111\301\166\211 -+\111\031\375\300\250\275\211\243\147\057\306\237\274\161\031\140 -+\270\055\351\054\311\220\166\146\173\224\342\257\170\326\145\123 -+\135\074\326\234\262\317\051\003\371\057\244\120\262\324\110\316 -+\005\062\125\212\375\262\144\114\016\344\230\007\165\333\177\337 -+\271\010\125\140\205\060\051\371\173\110\244\151\206\343\065\077 -+\036\206\135\172\172\025\275\357\000\216\025\042\124\027\000\220 -+\046\223\274\016\111\150\221\277\370\107\323\235\225\102\301\016 -+\115\337\157\046\317\303\030\041\142\146\103\160\326\325\300\007 -+\341\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\125\344\201\321\021\200\276\330\211\271 -+\010\243\061\371\241\044\011\026\271\160\060\015\006\011\052\206 -+\110\206\367\015\001\001\005\005\000\003\202\001\001\000\073\233 -+\217\126\233\060\347\123\231\174\172\171\247\115\227\327\031\225 -+\220\373\006\037\312\063\174\106\143\217\226\146\044\372\100\033 -+\041\047\312\346\162\163\362\117\376\061\231\375\310\014\114\150 -+\123\306\200\202\023\230\372\266\255\332\135\075\361\316\156\366 -+\025\021\224\202\014\356\077\225\257\021\253\017\327\057\336\037 -+\003\217\127\054\036\311\273\232\032\104\225\353\030\117\246\037 -+\315\175\127\020\057\233\004\011\132\204\265\156\330\035\072\341 -+\326\236\321\154\171\136\171\034\024\305\343\320\114\223\073\145 -+\074\355\337\075\276\246\345\225\032\303\265\031\303\275\136\133 -+\273\377\043\357\150\031\313\022\223\047\134\003\055\157\060\320 -+\036\266\032\254\336\132\367\321\252\250\047\246\376\171\201\304 -+\171\231\063\127\272\022\260\251\340\102\154\223\312\126\336\376 -+\155\204\013\010\213\176\215\352\327\230\041\306\363\347\074\171 -+\057\136\234\321\114\025\215\341\354\042\067\314\232\103\013\227 -+\334\200\220\215\263\147\233\157\110\010\025\126\317\277\361\053 -+\174\136\232\166\351\131\220\305\174\203\065\021\145\121 - END - --# Trust for Certificate "Verisign Class 3 Public Primary Certification Authority" -+# Trust for Certificate "Entrust.net 2048 2029" - 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 "Verisign Class 3 Public Primary Certification Authority" -+CKA_LABEL UTF8 "Entrust.net 2048 2029" - CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\241\333\143\223\221\157\027\344\030\125\011\100\004\025\307\002 --\100\260\256\153 -+\120\060\006\011\035\227\324\365\256\071\367\313\347\222\175\175 -+\145\055\064\061 - END - CKA_CERT_MD5_HASH MULTILINE_OCTAL --\357\132\361\063\357\361\315\273\121\002\356\022\024\113\226\304 -+\356\051\061\274\062\176\232\346\350\265\367\121\264\064\161\220 - END - CKA_ISSUER MULTILINE_OCTAL --\060\137\061\013\060\011\006\003\125\004\006\023\002\125\123\061 --\027\060\025\006\003\125\004\012\023\016\126\145\162\151\123\151 --\147\156\054\040\111\156\143\056\061\067\060\065\006\003\125\004 --\013\023\056\103\154\141\163\163\040\063\040\120\165\142\154\151 --\143\040\120\162\151\155\141\162\171\040\103\145\162\164\151\146 --\151\143\141\164\151\157\156\040\101\165\164\150\157\162\151\164 --\171 -+\060\201\264\061\024\060\022\006\003\125\004\012\023\013\105\156 -+\164\162\165\163\164\056\156\145\164\061\100\060\076\006\003\125 -+\004\013\024\067\167\167\167\056\145\156\164\162\165\163\164\056 -+\156\145\164\057\103\120\123\137\062\060\064\070\040\151\156\143 -+\157\162\160\056\040\142\171\040\162\145\146\056\040\050\154\151 -+\155\151\164\163\040\154\151\141\142\056\051\061\045\060\043\006 -+\003\125\004\013\023\034\050\143\051\040\061\071\071\071\040\105 -+\156\164\162\165\163\164\056\156\145\164\040\114\151\155\151\164 -+\145\144\061\063\060\061\006\003\125\004\003\023\052\105\156\164 -+\162\165\163\164\056\156\145\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\050\062\060\064\070\051 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\074\221\061\313\037\366\320\033\016\232\270\320\104\277 --\022\276 -+\002\004\070\143\336\370 - END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "Microsec e-Szigno Root CA 2009" -+# Certificate "Entrust.net 2048 2030" - # - 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 "Microsec e-Szigno Root CA 2009" -+CKA_LABEL UTF8 "Entrust.net 2048 2030" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151 --\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006 --\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145 --\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040 --\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015 --\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147 --\156\157\056\150\165 -+\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123 -+\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165 -+\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004 -+\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165 -+\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162 -+\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051 -+\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111 -+\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162 -+\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060 -+\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107 -+\062 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151 --\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006 --\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145 --\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040 --\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015 --\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147 --\156\157\056\150\165 -+\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123 -+\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165 -+\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004 -+\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165 -+\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162 -+\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051 -+\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111 -+\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162 -+\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060 -+\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107 -+\062 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\011\000\302\176\103\004\116\107\077\031 -+\002\004\112\123\214\050 - END - CKA_VALUE MULTILINE_OCTAL --\060\202\004\012\060\202\002\362\240\003\002\001\002\002\011\000 --\302\176\103\004\116\107\077\031\060\015\006\011\052\206\110\206 --\367\015\001\001\013\005\000\060\201\202\061\013\060\011\006\003 --\125\004\006\023\002\110\125\061\021\060\017\006\003\125\004\007 --\014\010\102\165\144\141\160\145\163\164\061\026\060\024\006\003 --\125\004\012\014\015\115\151\143\162\157\163\145\143\040\114\164 --\144\056\061\047\060\045\006\003\125\004\003\014\036\115\151\143 --\162\157\163\145\143\040\145\055\123\172\151\147\156\157\040\122 --\157\157\164\040\103\101\040\062\060\060\071\061\037\060\035\006 --\011\052\206\110\206\367\015\001\011\001\026\020\151\156\146\157 --\100\145\055\163\172\151\147\156\157\056\150\165\060\036\027\015 --\060\071\060\066\061\066\061\061\063\060\061\070\132\027\015\062 --\071\061\062\063\060\061\061\063\060\061\070\132\060\201\202\061 --\013\060\011\006\003\125\004\006\023\002\110\125\061\021\060\017 --\006\003\125\004\007\014\010\102\165\144\141\160\145\163\164\061 --\026\060\024\006\003\125\004\012\014\015\115\151\143\162\157\163 --\145\143\040\114\164\144\056\061\047\060\045\006\003\125\004\003 --\014\036\115\151\143\162\157\163\145\143\040\145\055\123\172\151 --\147\156\157\040\122\157\157\164\040\103\101\040\062\060\060\071 --\061\037\060\035\006\011\052\206\110\206\367\015\001\011\001\026 --\020\151\156\146\157\100\145\055\163\172\151\147\156\157\056\150 --\165\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\351\370\217\363\143\255\332\206\330\247\340\102\373\317 --\221\336\246\046\370\231\245\143\160\255\233\256\312\063\100\175 --\155\226\156\241\016\104\356\341\023\235\224\102\122\232\275\165 --\205\164\054\250\016\035\223\266\030\267\214\054\250\317\373\134 --\161\271\332\354\376\350\176\217\344\057\035\262\250\165\207\330 --\267\241\345\073\317\231\112\106\320\203\031\175\300\241\022\034 --\225\155\112\364\330\307\245\115\063\056\205\071\100\165\176\024 --\174\200\022\230\120\307\101\147\270\240\200\141\124\246\154\116 --\037\340\235\016\007\351\311\272\063\347\376\300\125\050\054\002 --\200\247\031\365\236\334\125\123\003\227\173\007\110\377\231\373 --\067\212\044\304\131\314\120\020\143\216\252\251\032\260\204\032 --\206\371\137\273\261\120\156\244\321\012\314\325\161\176\037\247 --\033\174\365\123\156\042\137\313\053\346\324\174\135\256\326\302 --\306\114\345\005\001\331\355\127\374\301\043\171\374\372\310\044 --\203\225\363\265\152\121\001\320\167\326\351\022\241\371\032\203 --\373\202\033\271\260\227\364\166\006\063\103\111\240\377\013\265 --\372\265\002\003\001\000\001\243\201\200\060\176\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\313\017\306\337\102\103\314\075 --\313\265\110\043\241\032\172\246\052\273\064\150\060\037\006\003 --\125\035\043\004\030\060\026\200\024\313\017\306\337\102\103\314 --\075\313\265\110\043\241\032\172\246\052\273\064\150\060\033\006 --\003\125\035\021\004\024\060\022\201\020\151\156\146\157\100\145 --\055\163\172\151\147\156\157\056\150\165\060\015\006\011\052\206 --\110\206\367\015\001\001\013\005\000\003\202\001\001\000\311\321 --\016\136\056\325\314\263\174\076\313\374\075\377\015\050\225\223 --\004\310\277\332\315\171\270\103\220\360\244\276\357\362\357\041 --\230\274\324\324\135\006\366\356\102\354\060\154\240\252\251\312 --\361\257\212\372\077\013\163\152\076\352\056\100\176\037\256\124 --\141\171\353\056\010\067\327\043\363\214\237\276\035\261\341\244 --\165\333\240\342\124\024\261\272\034\051\244\030\366\022\272\242 --\024\024\343\061\065\310\100\377\267\340\005\166\127\301\034\131 --\362\370\277\344\355\045\142\134\204\360\176\176\037\263\276\371 --\267\041\021\314\003\001\126\160\247\020\222\036\033\064\201\036 --\255\234\032\303\004\074\355\002\141\326\036\006\363\137\072\207 --\362\053\361\105\207\345\075\254\321\307\127\204\275\153\256\334 --\330\371\266\033\142\160\013\075\066\311\102\362\062\327\172\141 --\346\322\333\075\317\310\251\311\233\334\333\130\104\327\157\070 --\257\177\170\323\243\255\032\165\272\034\301\066\174\217\036\155 --\034\303\165\106\256\065\005\246\366\134\075\041\356\126\360\311 --\202\042\055\172\124\253\160\303\175\042\145\202\160\226 -+\060\202\004\076\060\202\003\046\240\003\002\001\002\002\004\112 -+\123\214\050\060\015\006\011\052\206\110\206\367\015\001\001\013 -+\005\000\060\201\276\061\013\060\011\006\003\125\004\006\023\002 -+\125\123\061\026\060\024\006\003\125\004\012\023\015\105\156\164 -+\162\165\163\164\054\040\111\156\143\056\061\050\060\046\006\003 -+\125\004\013\023\037\123\145\145\040\167\167\167\056\145\156\164 -+\162\165\163\164\056\156\145\164\057\154\145\147\141\154\055\164 -+\145\162\155\163\061\071\060\067\006\003\125\004\013\023\060\050 -+\143\051\040\062\060\060\071\040\105\156\164\162\165\163\164\054 -+\040\111\156\143\056\040\055\040\146\157\162\040\141\165\164\150 -+\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171\061 -+\062\060\060\006\003\125\004\003\023\051\105\156\164\162\165\163 -+\164\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\055 -+\040\107\062\060\036\027\015\060\071\060\067\060\067\061\067\062 -+\065\065\064\132\027\015\063\060\061\062\060\067\061\067\065\065 -+\065\064\132\060\201\276\061\013\060\011\006\003\125\004\006\023 -+\002\125\123\061\026\060\024\006\003\125\004\012\023\015\105\156 -+\164\162\165\163\164\054\040\111\156\143\056\061\050\060\046\006 -+\003\125\004\013\023\037\123\145\145\040\167\167\167\056\145\156 -+\164\162\165\163\164\056\156\145\164\057\154\145\147\141\154\055 -+\164\145\162\155\163\061\071\060\067\006\003\125\004\013\023\060 -+\050\143\051\040\062\060\060\071\040\105\156\164\162\165\163\164 -+\054\040\111\156\143\056\040\055\040\146\157\162\040\141\165\164 -+\150\157\162\151\172\145\144\040\165\163\145\040\157\156\154\171 -+\061\062\060\060\006\003\125\004\003\023\051\105\156\164\162\165 -+\163\164\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 -+\055\040\107\062\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\204\266\162\333\236\014\153\342\231\351 -+\060\001\247\166\352\062\270\225\101\032\311\332\141\116\130\162 -+\317\376\366\202\171\277\163\141\006\012\245\047\330\263\137\323 -+\105\116\034\162\326\116\062\362\162\212\017\367\203\031\320\152 -+\200\200\000\105\036\260\307\347\232\277\022\127\047\034\243\150 -+\057\012\207\275\152\153\016\136\145\363\034\167\325\324\205\215 -+\160\041\264\263\062\347\213\242\325\206\071\002\261\270\322\107 -+\316\344\311\111\304\073\247\336\373\124\175\127\276\360\350\156 -+\302\171\262\072\013\125\342\120\230\026\062\023\134\057\170\126 -+\301\302\224\263\362\132\344\047\232\237\044\327\306\354\320\233 -+\045\202\343\314\302\304\105\305\214\227\172\006\153\052\021\237 -+\251\012\156\110\073\157\333\324\021\031\102\367\217\007\277\365 -+\123\137\234\076\364\027\054\346\151\254\116\062\114\142\167\352 -+\267\350\345\273\064\274\031\213\256\234\121\347\267\176\265\123 -+\261\063\042\345\155\317\160\074\032\372\342\233\147\266\203\364 -+\215\245\257\142\114\115\340\130\254\144\064\022\003\370\266\215 -+\224\143\044\244\161\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\152\162\046\172\320\036 -+\357\175\347\073\151\121\324\154\215\237\220\022\146\253\060\015 -+\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202\001 -+\001\000\171\237\035\226\306\266\171\077\042\215\207\323\207\003 -+\004\140\152\153\232\056\131\211\163\021\254\103\321\365\023\377 -+\215\071\053\300\362\275\117\160\214\251\057\352\027\304\013\124 -+\236\324\033\226\230\063\074\250\255\142\242\000\166\253\131\151 -+\156\006\035\176\304\271\104\215\230\257\022\324\141\333\012\031 -+\106\107\363\353\367\143\301\100\005\100\245\322\267\364\265\232 -+\066\277\251\210\166\210\004\125\004\053\234\207\177\032\067\074 -+\176\055\245\032\330\324\211\136\312\275\254\075\154\330\155\257 -+\325\363\166\017\315\073\210\070\042\235\154\223\232\304\075\277 -+\202\033\145\077\246\017\135\252\374\345\262\025\312\265\255\306 -+\274\075\320\204\350\352\006\162\260\115\071\062\170\277\076\021 -+\234\013\244\235\232\041\363\360\233\013\060\170\333\301\334\207 -+\103\376\274\143\232\312\305\302\034\311\307\215\377\073\022\130 -+\010\346\266\075\354\172\054\116\373\203\226\316\014\074\151\207 -+\124\163\244\163\302\223\377\121\020\254\025\124\001\330\374\005 -+\261\211\241\177\164\203\232\111\327\334\116\173\212\110\157\213 -+\105\366 - END - --# Trust for Certificate "Microsec e-Szigno Root CA 2009" -+# Trust for Certificate "Entrust.net 2048 2030" - 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 "Microsec e-Szigno Root CA 2009" -+CKA_LABEL UTF8 "Entrust.net 2048 2030" - CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\211\337\164\376\134\364\017\112\200\371\343\067\175\124\332\221 --\341\001\061\216 -+\214\364\047\375\171\014\072\321\146\006\215\350\036\127\357\273 -+\223\042\162\324 - END - CKA_CERT_MD5_HASH MULTILINE_OCTAL --\370\111\364\003\274\104\055\203\276\110\151\175\051\144\374\261 -+\113\342\311\221\226\145\014\364\016\132\223\222\240\012\376\262 - END - CKA_ISSUER MULTILINE_OCTAL --\060\201\202\061\013\060\011\006\003\125\004\006\023\002\110\125 --\061\021\060\017\006\003\125\004\007\014\010\102\165\144\141\160 --\145\163\164\061\026\060\024\006\003\125\004\012\014\015\115\151 --\143\162\157\163\145\143\040\114\164\144\056\061\047\060\045\006 --\003\125\004\003\014\036\115\151\143\162\157\163\145\143\040\145 --\055\123\172\151\147\156\157\040\122\157\157\164\040\103\101\040 --\062\060\060\071\061\037\060\035\006\011\052\206\110\206\367\015 --\001\011\001\026\020\151\156\146\157\100\145\055\163\172\151\147 --\156\157\056\150\165 -+\060\201\276\061\013\060\011\006\003\125\004\006\023\002\125\123 -+\061\026\060\024\006\003\125\004\012\023\015\105\156\164\162\165 -+\163\164\054\040\111\156\143\056\061\050\060\046\006\003\125\004 -+\013\023\037\123\145\145\040\167\167\167\056\145\156\164\162\165 -+\163\164\056\156\145\164\057\154\145\147\141\154\055\164\145\162 -+\155\163\061\071\060\067\006\003\125\004\013\023\060\050\143\051 -+\040\062\060\060\071\040\105\156\164\162\165\163\164\054\040\111 -+\156\143\056\040\055\040\146\157\162\040\141\165\164\150\157\162 -+\151\172\145\144\040\165\163\145\040\157\156\154\171\061\062\060 -+\060\006\003\125\004\003\023\051\105\156\164\162\165\163\164\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\055\040\107 -+\062 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\011\000\302\176\103\004\116\107\077\031 -+\002\004\112\123\214\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 -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi" -+# Certificate "Thawte Premium Server primary 1024 2021" - # - 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-Guven Kok Elektronik Sertifika Hizmet Saglayicisi" -+CKA_LABEL UTF8 "Thawte Premium Server primary 1024 2021" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061 --\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162 --\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156 --\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125 --\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040 --\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151 --\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154 --\141\171\151\143\151\163\151 -+\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 -+\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 -+\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 -+\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 -+\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 -+\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 -+\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 -+\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 -+\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 -+\155 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061 --\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162 --\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156 --\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125 --\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040 --\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151 --\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154 --\141\171\151\143\151\163\151 -+\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 -+\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 -+\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 -+\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 -+\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 -+\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 -+\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 -+\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 -+\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 -+\155 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\104\231\215\074\300\003\047\275\234\166\225\271\352\333 --\254\265 -+\002\020\066\022\042\226\305\343\070\245\040\241\322\137\114\327 -+\011\124 - END - CKA_VALUE MULTILINE_OCTAL --\060\202\003\266\060\202\002\236\240\003\002\001\002\002\020\104 --\231\215\074\300\003\047\275\234\166\225\271\352\333\254\265\060 --\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\165 --\061\013\060\011\006\003\125\004\006\023\002\124\122\061\050\060 --\046\006\003\125\004\012\023\037\105\154\145\153\164\162\157\156 --\151\153\040\102\151\154\147\151\040\107\165\166\145\156\154\151 --\147\151\040\101\056\123\056\061\074\060\072\006\003\125\004\003 --\023\063\145\055\107\165\166\145\156\040\113\157\153\040\105\154 --\145\153\164\162\157\156\151\153\040\123\145\162\164\151\146\151 --\153\141\040\110\151\172\155\145\164\040\123\141\147\154\141\171 --\151\143\151\163\151\060\036\027\015\060\067\060\061\060\064\061 --\061\063\062\064\070\132\027\015\061\067\060\061\060\064\061\061 --\063\062\064\070\132\060\165\061\013\060\011\006\003\125\004\006 --\023\002\124\122\061\050\060\046\006\003\125\004\012\023\037\105 --\154\145\153\164\162\157\156\151\153\040\102\151\154\147\151\040 --\107\165\166\145\156\154\151\147\151\040\101\056\123\056\061\074 --\060\072\006\003\125\004\003\023\063\145\055\107\165\166\145\156 --\040\113\157\153\040\105\154\145\153\164\162\157\156\151\153\040 --\123\145\162\164\151\146\151\153\141\040\110\151\172\155\145\164 --\040\123\141\147\154\141\171\151\143\151\163\151\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\303\022\040 --\236\260\136\000\145\215\116\106\273\200\134\351\054\006\227\325 --\363\162\311\160\271\347\113\145\200\301\113\276\176\074\327\124 --\061\224\336\325\022\272\123\026\002\352\130\143\357\133\330\363 --\355\052\032\252\161\110\243\334\020\055\137\137\353\134\113\234 --\226\010\102\045\050\021\314\212\132\142\001\120\325\353\011\123 --\057\370\303\217\376\263\374\375\235\242\343\137\175\276\355\013 --\340\140\353\151\354\063\355\330\215\373\022\111\203\000\311\213 --\227\214\073\163\052\062\263\022\367\271\115\362\364\115\155\307 --\346\326\046\067\010\362\331\375\153\134\243\345\110\134\130\274 --\102\276\003\132\201\272\034\065\014\000\323\365\043\176\161\060 --\010\046\070\334\045\021\107\055\363\272\043\020\245\277\274\002 --\367\103\136\307\376\260\067\120\231\173\017\223\316\346\103\054 --\303\176\015\362\034\103\146\140\313\141\061\107\207\243\117\256 --\275\126\154\114\274\274\370\005\312\144\364\351\064\241\054\265 --\163\341\302\076\350\310\311\064\045\010\134\363\355\246\307\224 --\237\255\210\103\045\327\341\071\140\376\254\071\131\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\237\356\104\263\224\325\372\221\117\056\331\125\232\004 --\126\333\055\304\333\245\060\015\006\011\052\206\110\206\367\015 --\001\001\005\005\000\003\202\001\001\000\177\137\271\123\133\143 --\075\165\062\347\372\304\164\032\313\106\337\106\151\034\122\317 --\252\117\302\150\353\377\200\251\121\350\075\142\167\211\075\012 --\165\071\361\156\135\027\207\157\150\005\301\224\154\331\135\337 --\332\262\131\313\245\020\212\312\314\071\315\237\353\116\336\122 --\377\014\360\364\222\251\362\154\123\253\233\322\107\240\037\164 --\367\233\232\361\057\025\237\172\144\060\030\007\074\052\017\147 --\312\374\017\211\141\235\145\245\074\345\274\023\133\010\333\343 --\377\355\273\006\273\152\006\261\172\117\145\306\202\375\036\234 --\213\265\015\356\110\273\270\275\252\010\264\373\243\174\313\237 --\315\220\166\134\206\226\170\127\012\146\371\130\032\235\375\227 --\051\140\336\021\246\220\034\031\034\356\001\226\042\064\064\056 --\221\371\267\304\047\321\173\346\277\373\200\104\132\026\345\353 --\340\324\012\070\274\344\221\343\325\353\134\301\254\337\033\152 --\174\236\345\165\322\266\227\207\333\314\207\053\103\072\204\010 --\257\253\074\333\367\074\146\061\206\260\235\123\171\355\370\043 --\336\102\343\055\202\361\017\345\372\227 -+\060\202\003\066\060\202\002\237\240\003\002\001\002\002\020\066 -+\022\042\226\305\343\070\245\040\241\322\137\114\327\011\124\060 -+\015\006\011\052\206\110\206\367\015\001\001\005\005\000\060\201 -+\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061\025 -+\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162\156 -+\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023\011 -+\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003\125 -+\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163\165 -+\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125\004 -+\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157\156 -+\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163\151 -+\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150\141 -+\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162\166 -+\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206\367 -+\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163\145 -+\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155\060 -+\036\027\015\071\066\060\070\060\061\060\060\060\060\060\060\132 -+\027\015\062\061\060\061\060\061\062\063\065\071\065\071\132\060 -+\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101\061 -+\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145\162 -+\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007\023 -+\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006\003 -+\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156\163 -+\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003\125 -+\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151\157 -+\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151\163 -+\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124\150 -+\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145\162 -+\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110\206 -+\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055\163 -+\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157\155 -+\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\322\066\066 -+\152\213\327\302\133\236\332\201\101\142\217\070\356\111\004\125 -+\326\320\357\034\033\225\026\107\357\030\110\065\072\122\364\053 -+\152\006\217\073\057\352\126\343\257\206\215\236\027\367\236\264 -+\145\165\002\115\357\313\011\242\041\121\330\233\320\147\320\272 -+\015\222\006\024\163\324\223\313\227\052\000\234\134\116\014\274 -+\372\025\122\374\362\104\156\332\021\112\156\010\237\057\055\343 -+\371\252\072\206\163\266\106\123\130\310\211\005\275\203\021\270 -+\163\077\252\007\215\364\102\115\347\100\235\034\067\002\003\001 -+\000\001\243\023\060\021\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\145\220\254\210\017\126 -+\331\346\060\064\324\046\307\320\120\361\222\336\153\324\071\210 -+\011\042\306\246\143\203\003\367\231\167\330\262\345\030\270\135 -+\143\363\324\163\373\154\234\231\170\361\113\170\175\031\044\303 -+\053\002\204\370\274\042\331\212\042\327\240\374\161\354\221\207 -+\040\361\270\354\261\345\125\200\254\075\122\310\071\016\302\360 -+\300\005\117\326\202\165\214\275\137\322\334\166\232\005\022\311 -+\257\162\303\334\045\176\244\115\216\027\245\340\207\177\341\232 -+\132\341\140\334\144\043\074\102\056\115 - END - --# Trust for Certificate "E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi" -+# Trust for Certificate "Thawte Premium Server primary 1024 2021" - 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-Guven Kok Elektronik Sertifika Hizmet Saglayicisi" -+CKA_LABEL UTF8 "Thawte Premium Server primary 1024 2021" - CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\335\341\322\251\001\200\056\035\207\136\204\263\200\176\113\261 --\375\231\101\064 -+\340\253\005\224\040\162\124\223\005\140\142\002\066\160\367\315 -+\056\374\146\146 - END - CKA_CERT_MD5_HASH MULTILINE_OCTAL --\075\101\051\313\036\252\021\164\315\135\260\142\257\260\103\133 -+\246\153\140\220\043\233\077\055\273\230\157\326\247\031\015\106 - END - CKA_ISSUER MULTILINE_OCTAL --\060\165\061\013\060\011\006\003\125\004\006\023\002\124\122\061 --\050\060\046\006\003\125\004\012\023\037\105\154\145\153\164\162 --\157\156\151\153\040\102\151\154\147\151\040\107\165\166\145\156 --\154\151\147\151\040\101\056\123\056\061\074\060\072\006\003\125 --\004\003\023\063\145\055\107\165\166\145\156\040\113\157\153\040 --\105\154\145\153\164\162\157\156\151\153\040\123\145\162\164\151 --\146\151\153\141\040\110\151\172\155\145\164\040\123\141\147\154 --\141\171\151\143\151\163\151 -+\060\201\316\061\013\060\011\006\003\125\004\006\023\002\132\101 -+\061\025\060\023\006\003\125\004\010\023\014\127\145\163\164\145 -+\162\156\040\103\141\160\145\061\022\060\020\006\003\125\004\007 -+\023\011\103\141\160\145\040\124\157\167\156\061\035\060\033\006 -+\003\125\004\012\023\024\124\150\141\167\164\145\040\103\157\156 -+\163\165\154\164\151\156\147\040\143\143\061\050\060\046\006\003 -+\125\004\013\023\037\103\145\162\164\151\146\151\143\141\164\151 -+\157\156\040\123\145\162\166\151\143\145\163\040\104\151\166\151 -+\163\151\157\156\061\041\060\037\006\003\125\004\003\023\030\124 -+\150\141\167\164\145\040\120\162\145\155\151\165\155\040\123\145 -+\162\166\145\162\040\103\101\061\050\060\046\006\011\052\206\110 -+\206\367\015\001\011\001\026\031\160\162\145\155\151\165\155\055 -+\163\145\162\166\145\162\100\164\150\141\167\164\145\056\143\157 -+\155 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\020\104\231\215\074\300\003\047\275\234\166\225\271\352\333 --\254\265 -+\002\020\066\022\042\226\305\343\070\245\040\241\322\137\114\327 -+\011\124 - END - CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUSTED_DELEGATOR -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "GlobalSign Root CA - R3" -+# Certificate "IPS Global CA Root 2048 2029" - # - 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 Root CA - R3" -+CKA_LABEL UTF8 "IPS Global CA Root 2048 2029" - CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 - CKA_SUBJECT MULTILINE_OCTAL --\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157 --\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040 --\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107 --\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125 --\004\003\023\012\107\154\157\142\141\154\123\151\147\156 -+\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123 -+\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151 -+\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162 -+\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123 -+\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\163\056\154\056\040\151\160 -+\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160 -+\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160 -+\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157 -+\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011 -+\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143 -+\141\056\143\157\155 - END - CKA_ID UTF8 "0" - CKA_ISSUER MULTILINE_OCTAL --\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157 --\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040 --\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107 --\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125 --\004\003\023\012\107\154\157\142\141\154\123\151\147\156 -+\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123 -+\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151 -+\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162 -+\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123 -+\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\163\056\154\056\040\151\160 -+\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160 -+\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160 -+\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157 -+\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011 -+\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143 -+\141\056\143\157\155 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\013\004\000\000\000\000\001\041\130\123\010\242 -+\002\001\000 - END - CKA_VALUE MULTILINE_OCTAL --\060\202\003\137\060\202\002\107\240\003\002\001\002\002\013\004 --\000\000\000\000\001\041\130\123\010\242\060\015\006\011\052\206 --\110\206\367\015\001\001\013\005\000\060\114\061\040\060\036\006 --\003\125\004\013\023\027\107\154\157\142\141\154\123\151\147\156 --\040\122\157\157\164\040\103\101\040\055\040\122\063\061\023\060 --\021\006\003\125\004\012\023\012\107\154\157\142\141\154\123\151 --\147\156\061\023\060\021\006\003\125\004\003\023\012\107\154\157 --\142\141\154\123\151\147\156\060\036\027\015\060\071\060\063\061 --\070\061\060\060\060\060\060\132\027\015\062\071\060\063\061\070 --\061\060\060\060\060\060\132\060\114\061\040\060\036\006\003\125 --\004\013\023\027\107\154\157\142\141\154\123\151\147\156\040\122 --\157\157\164\040\103\101\040\055\040\122\063\061\023\060\021\006 --\003\125\004\012\023\012\107\154\157\142\141\154\123\151\147\156 --\061\023\060\021\006\003\125\004\003\023\012\107\154\157\142\141 --\154\123\151\147\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\314\045\166\220\171\006\170\042\026\365 --\300\203\266\204\312\050\236\375\005\166\021\305\255\210\162\374 --\106\002\103\307\262\212\235\004\137\044\313\056\113\341\140\202 --\106\341\122\253\014\201\107\160\154\335\144\321\353\365\054\243 --\017\202\075\014\053\256\227\327\266\024\206\020\171\273\073\023 --\200\167\214\010\341\111\322\152\142\057\037\136\372\226\150\337 --\211\047\225\070\237\006\327\076\311\313\046\131\015\163\336\260 --\310\351\046\016\203\025\306\357\133\213\322\004\140\312\111\246 --\050\366\151\073\366\313\310\050\221\345\235\212\141\127\067\254 --\164\024\334\164\340\072\356\162\057\056\234\373\320\273\277\365 --\075\000\341\006\063\350\202\053\256\123\246\072\026\163\214\335 --\101\016\040\072\300\264\247\241\351\262\117\220\056\062\140\351 --\127\313\271\004\222\150\150\345\070\046\140\165\262\237\167\377 --\221\024\357\256\040\111\374\255\100\025\110\321\002\061\141\031 --\136\270\227\357\255\167\267\144\232\172\277\137\301\023\357\233 --\142\373\015\154\340\124\151\026\251\003\332\156\351\203\223\161 --\166\306\151\205\202\027\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\217\360\113\177\250 --\056\105\044\256\115\120\372\143\232\213\336\342\335\033\274\060 --\015\006\011\052\206\110\206\367\015\001\001\013\005\000\003\202 --\001\001\000\113\100\333\300\120\252\376\310\014\357\367\226\124 --\105\111\273\226\000\011\101\254\263\023\206\206\050\007\063\312 --\153\346\164\271\272\000\055\256\244\012\323\365\361\361\017\212 --\277\163\147\112\203\307\104\173\170\340\257\156\154\157\003\051 --\216\063\071\105\303\216\344\271\127\154\252\374\022\226\354\123 --\306\055\344\044\154\271\224\143\373\334\123\150\147\126\076\203 --\270\317\065\041\303\311\150\376\316\332\302\123\252\314\220\212 --\351\360\135\106\214\225\335\172\130\050\032\057\035\336\315\000 --\067\101\217\355\104\155\327\123\050\227\176\363\147\004\036\025 --\327\212\226\264\323\336\114\047\244\114\033\163\163\166\364\027 --\231\302\037\172\016\343\055\010\255\012\034\054\377\074\253\125 --\016\017\221\176\066\353\303\127\111\276\341\056\055\174\140\213 --\303\101\121\023\043\235\316\367\062\153\224\001\250\231\347\054 --\063\037\072\073\045\322\206\100\316\073\054\206\170\311\141\057 --\024\272\356\333\125\157\337\204\356\005\011\115\275\050\330\162 --\316\323\142\120\145\036\353\222\227\203\061\331\263\265\312\107 --\130\077\137 --END -- --# Trust for Certificate "GlobalSign Root CA - R3" -+\060\202\006\007\060\202\004\357\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\262\061\013\060\011\006\003\125\004\006\023\002\105\123\061 -+\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151\144 -+\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162\151 -+\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123\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\163\056\154\056\040\151\160\163 -+\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160\163 -+\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160\163 -+\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157\157 -+\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011\001 -+\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143\141 -+\056\143\157\155\060\036\027\015\060\071\060\071\060\067\061\064 -+\063\070\064\064\132\027\015\062\071\061\062\062\065\061\064\063 -+\070\064\064\132\060\201\262\061\013\060\011\006\003\125\004\006 -+\023\002\105\123\061\017\060\015\006\003\125\004\010\023\006\115 -+\141\144\162\151\144\061\017\060\015\006\003\125\004\007\023\006 -+\115\141\144\162\151\144\061\057\060\055\006\003\125\004\012\023 -+\046\111\120\123\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\163\056\154 -+\056\040\151\160\163\103\101\061\016\060\014\006\003\125\004\013 -+\023\005\151\160\163\103\101\061\035\060\033\006\003\125\004\003 -+\023\024\151\160\163\103\101\040\107\154\157\142\141\154\040\103 -+\101\040\122\157\157\164\061\041\060\037\006\011\052\206\110\206 -+\367\015\001\011\001\026\022\147\154\157\142\141\154\060\061\100 -+\151\160\163\143\141\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\247\357\314\200\060\260 -+\221\044\117\260\150\370\303\312\055\025\070\125\130\202\342\070 -+\143\260\367\243\222\157\203\270\260\136\260\214\254\124\261\167 -+\320\120\340\227\263\220\255\212\263\037\071\053\105\126\367\252 -+\342\337\174\262\354\157\123\057\232\313\320\346\146\313\311\023 -+\350\162\342\264\315\061\127\207\022\265\223\350\372\162\316\352 -+\107\362\214\264\260\143\327\004\000\267\144\066\071\227\350\225 -+\361\210\371\161\015\003\047\214\141\317\010\203\226\117\203\305 -+\116\350\134\370\006\160\361\002\252\034\036\251\310\252\176\347 -+\135\315\215\074\024\157\147\320\033\251\043\110\213\041\050\072 -+\212\114\346\021\061\371\041\056\262\147\146\306\051\156\224\223 -+\317\100\226\374\260\075\277\262\264\223\277\126\161\266\245\101 -+\207\260\130\265\131\043\050\111\270\230\371\120\036\055\025\050 -+\013\114\254\111\321\204\251\233\232\347\162\124\267\070\320\333 -+\311\376\251\163\325\155\020\315\216\165\353\376\227\375\200\074 -+\374\264\330\110\364\231\106\013\210\024\244\266\056\333\114\140 -+\364\041\301\154\200\225\024\325\257\325\002\003\001\000\001\243 -+\202\002\044\060\202\002\040\060\035\006\003\125\035\016\004\026 -+\004\024\025\246\226\200\261\025\113\061\303\302\234\366\347\023 -+\013\113\363\030\315\206\060\201\337\006\003\125\035\043\004\201 -+\327\060\201\324\200\024\025\246\226\200\261\025\113\061\303\302 -+\234\366\347\023\013\113\363\030\315\206\241\201\270\244\201\265 -+\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123 -+\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151 -+\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162 -+\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123 -+\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\163\056\154\056\040\151\160 -+\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160 -+\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160 -+\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157 -+\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011 -+\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143 -+\141\056\143\157\155\202\001\000\060\014\006\003\125\035\023\004 -+\005\060\003\001\001\377\060\013\006\003\125\035\017\004\004\003 -+\002\001\006\060\107\006\003\125\035\045\004\100\060\076\006\010 -+\053\006\001\005\005\007\003\001\006\010\053\006\001\005\005\007 -+\003\002\006\010\053\006\001\005\005\007\003\003\006\010\053\006 -+\001\005\005\007\003\004\006\010\053\006\001\005\005\007\003\010 -+\006\012\053\006\001\004\001\202\067\012\003\004\060\035\006\003 -+\125\035\021\004\026\060\024\201\022\147\154\157\142\141\154\060 -+\061\100\151\160\163\143\141\056\143\157\155\060\035\006\003\125 -+\035\022\004\026\060\024\201\022\147\154\157\142\141\154\060\061 -+\100\151\160\163\143\141\056\143\157\155\060\101\006\003\125\035 -+\037\004\072\060\070\060\066\240\064\240\062\206\060\150\164\164 -+\160\072\057\057\143\162\154\147\154\157\142\141\154\060\061\056 -+\151\160\163\143\141\056\143\157\155\057\143\162\154\057\143\162 -+\154\147\154\157\142\141\154\060\061\056\143\162\154\060\070\006 -+\010\053\006\001\005\005\007\001\001\004\054\060\052\060\050\006 -+\010\053\006\001\005\005\007\060\001\206\034\150\164\164\160\072 -+\057\057\143\162\154\147\154\157\142\141\154\060\061\056\151\160 -+\163\143\141\056\143\157\155\060\015\006\011\052\206\110\206\367 -+\015\001\001\005\005\000\003\202\001\001\000\030\364\256\376\200 -+\017\216\301\167\157\242\132\107\110\237\043\125\241\123\153\371 -+\135\247\060\245\044\276\103\057\370\301\321\127\371\076\054\200 -+\045\314\106\251\066\363\111\133\035\366\174\327\143\263\115\076 -+\170\366\247\264\002\167\370\171\015\076\152\313\030\140\270\375 -+\000\257\014\335\124\343\124\217\042\075\363\020\157\021\015\265 -+\036\172\215\047\314\010\270\133\303\270\032\137\053\247\140\077 -+\000\034\367\017\134\102\146\144\236\207\022\200\160\211\340\372 -+\127\050\016\116\037\020\057\331\005\200\266\200\057\034\151\360 -+\366\266\145\064\005\157\312\331\076\370\324\135\067\062\307\270 -+\053\314\377\163\223\000\161\340\001\310\252\103\275\251\361\316 -+\372\200\371\361\103\022\221\246\145\345\140\007\115\107\272\053 -+\057\004\366\112\205\051\210\145\020\311\262\123\142\234\154\233 -+\140\134\032\033\323\256\305\035\162\231\006\377\005\314\206\046 -+\163\264\324\124\005\335\036\153\000\073\267\211\350\343\221\002 -+\040\022\353\357\351\376\012\051\043\201\043\243\000\332\160\314 -+\222\137\067\043\320\034\173\065\134\003\172 -+END -+ -+# Trust for Certificate "IPS Global CA Root 2048 2029" - 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 Root CA - R3" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\326\233\126\021\110\360\034\167\305\105\170\301\011\046\337\133 --\205\151\166\255 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\305\337\270\111\312\005\023\125\356\055\272\032\303\076\260\050 --END --CKA_ISSUER MULTILINE_OCTAL --\060\114\061\040\060\036\006\003\125\004\013\023\027\107\154\157 --\142\141\154\123\151\147\156\040\122\157\157\164\040\103\101\040 --\055\040\122\063\061\023\060\021\006\003\125\004\012\023\012\107 --\154\157\142\141\154\123\151\147\156\061\023\060\021\006\003\125 --\004\003\023\012\107\154\157\142\141\154\123\151\147\156 -+CKA_LABEL UTF8 "IPS Global CA Root 2048 2029" -+CKA_CERT_SHA1_HASH MULTILINE_OCTAL -+\074\161\327\016\065\245\332\250\262\343\201\055\303\147\164\027 -+\365\231\015\363 -+END -+CKA_CERT_MD5_HASH MULTILINE_OCTAL -+\045\052\306\305\211\150\071\371\125\162\002\026\136\243\236\322 -+END -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\262\061\013\060\011\006\003\125\004\006\023\002\105\123 -+\061\017\060\015\006\003\125\004\010\023\006\115\141\144\162\151 -+\144\061\017\060\015\006\003\125\004\007\023\006\115\141\144\162 -+\151\144\061\057\060\055\006\003\125\004\012\023\046\111\120\123 -+\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\163\056\154\056\040\151\160 -+\163\103\101\061\016\060\014\006\003\125\004\013\023\005\151\160 -+\163\103\101\061\035\060\033\006\003\125\004\003\023\024\151\160 -+\163\103\101\040\107\154\157\142\141\154\040\103\101\040\122\157 -+\157\164\061\041\060\037\006\011\052\206\110\206\367\015\001\011 -+\001\026\022\147\154\157\142\141\154\060\061\100\151\160\163\143 -+\141\056\143\157\155 - END - CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\013\004\000\000\000\000\001\041\130\123\010\242 -+\002\001\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 -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NETSCAPE_TRUST_UNKNOWN - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-remove-fortezza.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-remove-fortezza.patch deleted file mode 100644 index 440bfc2e02..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-remove-fortezza.patch +++ /dev/null @@ -1,831 +0,0 @@ -Index: mozilla/security/nss/lib/certhigh/certvfy.c -=================================================================== -RCS file: /cvsroot/mozilla/security/nss/lib/certhigh/certvfy.c,v -retrieving revision 1.71 -diff -p -u -r1.71 certvfy.c ---- mozilla/security/nss/lib/certhigh/certvfy.c 30 Apr 2010 07:47:48 -0000 1.71 -+++ mozilla/security/nss/lib/certhigh/certvfy.c 22 Jul 2011 20:57:00 -0000 -@@ -150,79 +150,6 @@ CERT_VerifySignedData(CERTSignedData *sd - } - - --/* Software FORTEZZA installation hack. The software fortezza installer does -- * not have access to the krl and cert.db file. Accept FORTEZZA Certs without -- * KRL's in this case. -- */ --static int dont_use_krl = 0; --/* not a public exposed function... */ --void sec_SetCheckKRLState(int value) { dont_use_krl = value; } -- --SECStatus --SEC_CheckKRL(CERTCertDBHandle *handle,SECKEYPublicKey *key, -- CERTCertificate *rootCert, int64 t, void * wincx) --{ -- CERTSignedCrl *crl = NULL; -- SECStatus rv = SECFailure; -- SECStatus rv2; -- CERTCrlEntry **crlEntry; -- SECCertTimeValidity validity; -- CERTCertificate *issuerCert = NULL; -- -- if (dont_use_krl) return SECSuccess; -- -- /* first look up the KRL */ -- crl = SEC_FindCrlByName(handle,&rootCert->derSubject, SEC_KRL_TYPE); -- if (crl == NULL) { -- PORT_SetError(SEC_ERROR_NO_KRL); -- goto done; -- } -- -- /* get the issuing certificate */ -- issuerCert = CERT_FindCertByName(handle, &crl->crl.derName); -- if (issuerCert == NULL) { -- PORT_SetError(SEC_ERROR_KRL_BAD_SIGNATURE); -- goto done; -- } -- -- -- /* now verify the KRL signature */ -- rv2 = CERT_VerifySignedData(&crl->signatureWrap, issuerCert, t, wincx); -- if (rv2 != SECSuccess) { -- PORT_SetError(SEC_ERROR_KRL_BAD_SIGNATURE); -- goto done; -- } -- -- /* Verify the date validity of the KRL */ -- validity = SEC_CheckCrlTimes(&crl->crl, t); -- if (validity == secCertTimeExpired) { -- PORT_SetError(SEC_ERROR_KRL_EXPIRED); -- goto done; -- } -- -- /* now make sure the key in this cert is still valid */ -- if (key->keyType != fortezzaKey) { -- PORT_SetError(SSL_ERROR_BAD_CERT_DOMAIN); -- goto done; /* This should be an assert? */ -- } -- -- /* now make sure the key is not on the revocation list */ -- for (crlEntry = crl->crl.entries; crlEntry && *crlEntry; crlEntry++) { -- if (PORT_Memcmp((*crlEntry)->serialNumber.data, -- key->u.fortezza.KMID, -- (*crlEntry)->serialNumber.len) == 0) { -- PORT_SetError(SEC_ERROR_REVOKED_KEY); -- goto done; -- } -- } -- rv = SECSuccess; -- --done: -- if (issuerCert) CERT_DestroyCertificate(issuerCert); -- if (crl) SEC_DestroyCrl(crl); -- return rv; --} -- - SECStatus - SEC_CheckCRL(CERTCertDBHandle *handle,CERTCertificate *cert, - CERTCertificate *caCert, int64 t, void * wincx) -@@ -405,85 +332,6 @@ cert_AddToVerifyLog(CERTVerifyLog *log, - cert_AddToVerifyLog(log, cert, PORT_GetError(), depth, (void *)arg); \ - } - -- --typedef enum { cbd_None, cbd_User, cbd_CA } cbd_FortezzaType; -- --static SECStatus --cert_VerifyFortezzaV1Cert(CERTCertDBHandle *handle, CERTCertificate *cert, -- cbd_FortezzaType *next_type, cbd_FortezzaType last_type, -- int64 t, void *wincx) --{ -- unsigned char priv = 0; -- SECKEYPublicKey *key; -- SECStatus rv; -- -- *next_type = cbd_CA; -- -- /* read the key */ -- key = CERT_ExtractPublicKey(cert); -- -- /* Cant' get Key? fail. */ -- if (key == NULL) { -- PORT_SetError(SEC_ERROR_BAD_KEY); -- return SECFailure; -- } -- -- -- /* if the issuer is not an old fortezza cert, we bail */ -- if (key->keyType != fortezzaKey) { -- SECKEY_DestroyPublicKey(key); -- /* CA Cert not fortezza */ -- PORT_SetError(SEC_ERROR_NOT_FORTEZZA_ISSUER); -- return SECFailure; -- } -- -- /* get the privilege mask */ -- if (key->u.fortezza.DSSprivilege.len > 0) { -- priv = key->u.fortezza.DSSprivilege.data[0]; -- } -- -- /* -- * make sure the CA's keys are OK -- */ -- -- rv = SEC_CheckKRL(handle, key, NULL, t, wincx); -- SECKEY_DestroyPublicKey(key); -- if (rv != SECSuccess) { -- return rv; -- } -- -- switch (last_type) { -- case cbd_User: -- /* first check for subordination */ -- /*rv = FortezzaSubordinateCheck(cert,issuerCert);*/ -- rv = SECSuccess; -- -- /* now check for issuer privilege */ -- if ((rv != SECSuccess) || ((priv & 0x10) == 0)) { -- /* bail */ -- PORT_SetError (SEC_ERROR_CA_CERT_INVALID); -- return SECFailure; -- } -- break; -- case cbd_CA: -- if ((priv & 0x20) == 0) { -- /* bail */ -- PORT_SetError (SEC_ERROR_CA_CERT_INVALID); -- return SECFailure; -- } -- break; -- case cbd_None: -- *next_type = (priv & 0x30) ? cbd_CA : cbd_User; -- break; -- default: -- /* bail */ /* shouldn't ever happen */ -- PORT_SetError(SEC_ERROR_UNKNOWN_ISSUER); -- return SECFailure; -- } -- return SECSuccess; --} -- -- - static SECStatus - cert_VerifyCertChainOld(CERTCertDBHandle *handle, CERTCertificate *cert, - PRBool checkSig, PRBool* sigerror, -@@ -496,7 +344,6 @@ cert_VerifyCertChainOld(CERTCertDBHandle - CERTCertificate *subjectCert = NULL; - CERTCertificate *badCert = NULL; - PRBool isca; -- PRBool isFortezzaV1 = PR_FALSE; - SECStatus rv; - SECStatus rvFinal = SECSuccess; - int count; -@@ -512,8 +359,6 @@ cert_VerifyCertChainOld(CERTCertDBHandle - int namesCount = 0; - PRBool subjectCertIsSelfIssued; - -- cbd_FortezzaType last_type = cbd_None; -- - if (revoked) { - *revoked = PR_FALSE; - } -@@ -562,21 +407,6 @@ cert_VerifyCertChainOld(CERTCertDBHandle - goto loser; - } - -- /* determine if the cert is fortezza. -- */ -- isFortezzaV1 = (PRBool) -- (CERT_GetCertKeyType(&subjectCert->subjectPublicKeyInfo) -- == fortezzaKey); -- -- if (isFortezzaV1) { -- rv = cert_VerifyFortezzaV1Cert(handle, subjectCert, &last_type, -- cbd_None, t, wincx); -- if (rv == SECFailure) { -- /**** PORT_SetError is already set by cert_VerifyFortezzaV1Cert **/ -- LOG_ERROR_OR_EXIT(log,subjectCert,0,0); -- } -- } -- - arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); - if (arena == NULL) { - goto loser; -@@ -663,19 +493,6 @@ cert_VerifyCertChainOld(CERTCertDBHandle - } - } - -- /* -- * XXX - fortezza may need error logging stuff added -- */ -- if (isFortezzaV1) { -- rv = cert_VerifyFortezzaV1Cert(handle, issuerCert, &last_type, -- last_type, t, wincx); -- if (rv == SECFailure) { -- /**** PORT_SetError is already set by * -- * cert_VerifyFortezzaV1Cert **/ -- LOG_ERROR_OR_EXIT(log,subjectCert,0,0); -- } -- } -- - /* If the basicConstraint extension is included in an immediate CA - * certificate, make sure that the isCA flag is on. If the - * pathLenConstraint component exists, it must be greater than the -@@ -683,12 +500,6 @@ cert_VerifyCertChainOld(CERTCertDBHandle - * is omitted, we will assume that this is a CA certificate with - * an unlimited pathLenConstraint (since it already passes the - * netscape-cert-type extension checking). -- * -- * In the fortezza (V1) case, we've already checked the CA bits -- * in the key, so we're presumed to be a CA; however we really don't -- * want to bypass Basic constraint or netscape extension parsing. -- * -- * In Fortezza V2, basicConstraint will be set for every CA,PCA,PAA - */ - - rv = CERT_FindBasicConstraintExten(issuerCert, &basicConstraint); -@@ -697,10 +508,8 @@ cert_VerifyCertChainOld(CERTCertDBHandle - LOG_ERROR_OR_EXIT(log,issuerCert,count+1,0); - } - pathLengthLimit = CERT_UNLIMITED_PATH_CONSTRAINT; -- /* no basic constraints found, if we're fortezza, CA bit is already -- * verified (isca = PR_TRUE). otherwise, we aren't (yet) a ca -- * isca = PR_FALSE */ -- isca = isFortezzaV1; -+ /* no basic constraints found, we aren't (yet) a CA. */ -+ isca = PR_FALSE; - } else { - if ( basicConstraint.isCA == PR_FALSE ) { - PORT_SetError (SEC_ERROR_CA_CERT_INVALID); -@@ -960,12 +769,6 @@ CERT_VerifyCACertForUsage(CERTCertDBHand - * is omitted, we will assume that this is a CA certificate with - * an unlimited pathLenConstraint (since it already passes the - * netscape-cert-type extension checking). -- * -- * In the fortezza (V1) case, we've already checked the CA bits -- * in the key, so we're presumed to be a CA; however we really don't -- * want to bypass Basic constraint or netscape extension parsing. -- * -- * In Fortezza V2, basicConstraint will be set for every CA,PCA,PAA - */ - - rv = CERT_FindBasicConstraintExten(cert, &basicConstraint); -@@ -973,9 +776,7 @@ CERT_VerifyCACertForUsage(CERTCertDBHand - if (PORT_GetError() != SEC_ERROR_EXTENSION_NOT_FOUND) { - LOG_ERROR_OR_EXIT(log,cert,0,0); - } -- /* no basic constraints found, if we're fortezza, CA bit is already -- * verified (isca = PR_TRUE). otherwise, we aren't (yet) a ca -- * isca = PR_FALSE */ -+ /* no basic constraints found, we aren't (yet) a CA. */ - isca = PR_FALSE; - } else { - if ( basicConstraint.isCA == PR_FALSE ) { -Index: mozilla/security/nss/lib/cryptohi/seckey.c -=================================================================== -RCS file: /cvsroot/mozilla/security/nss/lib/cryptohi/seckey.c,v -retrieving revision 1.54 -diff -p -u -r1.54 seckey.c ---- mozilla/security/nss/lib/cryptohi/seckey.c 23 Jun 2010 02:13:56 -0000 1.54 -+++ mozilla/security/nss/lib/cryptohi/seckey.c 22 Jul 2011 20:57:00 -0000 -@@ -105,47 +105,6 @@ const SEC_ASN1Template SECKEY_DHParamKey - { 0, } - }; - --const SEC_ASN1Template SECKEY_FortezzaParameterTemplate[] = { -- { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(SECKEYPQGParams) }, -- { SEC_ASN1_OCTET_STRING, offsetof(SECKEYPQGParams,prime), }, -- { SEC_ASN1_OCTET_STRING, offsetof(SECKEYPQGParams,subPrime), }, -- { SEC_ASN1_OCTET_STRING, offsetof(SECKEYPQGParams,base), }, -- { 0 }, --}; -- --const SEC_ASN1Template SECKEY_FortezzaDiffParameterTemplate[] = { -- { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(SECKEYDiffPQGParams) }, -- { SEC_ASN1_INLINE, offsetof(SECKEYDiffPQGParams,DiffKEAParams), -- SECKEY_FortezzaParameterTemplate}, -- { SEC_ASN1_INLINE, offsetof(SECKEYDiffPQGParams,DiffDSAParams), -- SECKEY_FortezzaParameterTemplate}, -- { 0 }, --}; -- --const SEC_ASN1Template SECKEY_FortezzaPreParamTemplate[] = { -- { SEC_ASN1_EXPLICIT | SEC_ASN1_CONSTRUCTED | -- SEC_ASN1_CONTEXT_SPECIFIC | 1, offsetof(SECKEYPQGDualParams,CommParams), -- SECKEY_FortezzaParameterTemplate}, -- { 0, } --}; -- --const SEC_ASN1Template SECKEY_FortezzaAltPreParamTemplate[] = { -- { SEC_ASN1_EXPLICIT | SEC_ASN1_CONSTRUCTED | -- SEC_ASN1_CONTEXT_SPECIFIC | 0, offsetof(SECKEYPQGDualParams,DiffParams), -- SECKEY_FortezzaDiffParameterTemplate}, -- { 0, } --}; -- --const SEC_ASN1Template SECKEY_KEAPublicKeyTemplate[] = { -- { SEC_ASN1_INTEGER, offsetof(SECKEYPublicKey,u.kea.publicValue), }, -- { 0, } --}; -- --const SEC_ASN1Template SECKEY_KEAParamsTemplate[] = { -- { SEC_ASN1_OCTET_STRING, offsetof(SECKEYPublicKey,u.kea.params.hash), }, -- { 0, } --}; -- - SEC_ASN1_CHOOSER_IMPLEMENT(SECKEY_DSAPublicKeyTemplate) - SEC_ASN1_CHOOSER_IMPLEMENT(SECKEY_RSAPublicKeyTemplate) - SEC_ASN1_CHOOSER_IMPLEMENT(CERT_SubjectPublicKeyInfoTemplate) -@@ -187,12 +146,6 @@ prepare_dh_pub_key_for_asn1(SECKEYPublic - pubk->u.dh.publicValue.type = siUnsignedInteger; - } - --static void --prepare_kea_pub_key_for_asn1(SECKEYPublicKey *pubk) --{ -- pubk->u.kea.publicValue.type = siUnsignedInteger; --} -- - /* Create an RSA key pair is any slot able to do so. - ** The created keys are "session" (temporary), not "token" (permanent), - ** and they are "sensitive", which makes them costly to move to another token. -@@ -603,149 +556,6 @@ SECKEY_UpdateCertPQG(CERTCertificate * s - } - - --/* Decode the PQG parameters. The params could be stored in two -- * possible formats, the old fortezza-only wrapped format or -- * the standard DER encoded format. Store the decoded parameters in an -- * old fortezza cert data structure */ -- --SECStatus --SECKEY_FortezzaDecodePQGtoOld(PRArenaPool *arena, SECKEYPublicKey *pubk, -- SECItem *params) { -- SECStatus rv; -- SECKEYPQGDualParams dual_params; -- SECItem newparams; -- -- PORT_Assert(arena); -- -- if (params == NULL) return SECFailure; -- -- if (params->data == NULL) return SECFailure; -- -- /* make a copy of the data into the arena so QuickDER output is valid */ -- rv = SECITEM_CopyItem(arena, &newparams, params); -- -- /* Check if params use the standard format. -- * The value 0xa1 will appear in the first byte of the parameter data -- * if the PQG parameters are not using the standard format. This -- * code should be changed to use a better method to detect non-standard -- * parameters. */ -- -- if ((newparams.data[0] != 0xa1) && -- (newparams.data[0] != 0xa0)) { -- -- if (SECSuccess == rv) { -- /* PQG params are in the standard format */ -- -- /* Store DSA PQG parameters */ -- prepare_pqg_params_for_asn1(&pubk->u.fortezza.params); -- rv = SEC_QuickDERDecodeItem(arena, &pubk->u.fortezza.params, -- SECKEY_PQGParamsTemplate, -- &newparams); -- } -- -- if (SECSuccess == rv) { -- -- /* Copy the DSA PQG parameters to the KEA PQG parameters. */ -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.keaParams.prime, -- &pubk->u.fortezza.params.prime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.keaParams.subPrime, -- &pubk->u.fortezza.params.subPrime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.keaParams.base, -- &pubk->u.fortezza.params.base); -- } -- } else { -- -- dual_params.CommParams.prime.len = 0; -- dual_params.CommParams.subPrime.len = 0; -- dual_params.CommParams.base.len = 0; -- dual_params.DiffParams.DiffDSAParams.prime.len = 0; -- dual_params.DiffParams.DiffDSAParams.subPrime.len = 0; -- dual_params.DiffParams.DiffDSAParams.base.len = 0; -- -- /* else the old fortezza-only wrapped format is used. */ -- -- if (SECSuccess == rv) { -- if (newparams.data[0] == 0xa1) { -- rv = SEC_QuickDERDecodeItem(arena, &dual_params, -- SECKEY_FortezzaPreParamTemplate, &newparams); -- } else { -- rv = SEC_QuickDERDecodeItem(arena, &dual_params, -- SECKEY_FortezzaAltPreParamTemplate, &newparams); -- } -- } -- -- if ( (dual_params.CommParams.prime.len > 0) && -- (dual_params.CommParams.subPrime.len > 0) && -- (dual_params.CommParams.base.len > 0) ) { -- /* copy in common params */ -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.params.prime, -- &dual_params.CommParams.prime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.params.subPrime, -- &dual_params.CommParams.subPrime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.params.base, -- &dual_params.CommParams.base); -- } -- -- /* Copy the DSA PQG parameters to the KEA PQG parameters. */ -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.keaParams.prime, -- &pubk->u.fortezza.params.prime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.keaParams.subPrime, -- &pubk->u.fortezza.params.subPrime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.keaParams.base, -- &pubk->u.fortezza.params.base); -- } -- } else { -- -- /* else copy in different params */ -- -- /* copy DSA PQG parameters */ -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.params.prime, -- &dual_params.DiffParams.DiffDSAParams.prime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.params.subPrime, -- &dual_params.DiffParams.DiffDSAParams.subPrime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.params.base, -- &dual_params.DiffParams.DiffDSAParams.base); -- } -- -- /* copy KEA PQG parameters */ -- -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.keaParams.prime, -- &dual_params.DiffParams.DiffKEAParams.prime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.keaParams.subPrime, -- &dual_params.DiffParams.DiffKEAParams.subPrime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.fortezza.keaParams.base, -- &dual_params.DiffParams.DiffKEAParams.base); -- } -- } -- } -- return rv; --} -- -- - /* Decode the DSA PQG parameters. The params could be stored in two - * possible formats, the old fortezza-only wrapped format or - * the normal standard format. Store the decoded parameters in -@@ -754,7 +564,6 @@ SECKEY_FortezzaDecodePQGtoOld(PRArenaPoo - SECStatus - SECKEY_DSADecodePQG(PRArenaPool *arena, SECKEYPublicKey *pubk, SECItem *params) { - SECStatus rv; -- SECKEYPQGDualParams dual_params; - SECItem newparams; - - if (params == NULL) return SECFailure; -@@ -784,187 +593,16 @@ SECKEY_DSADecodePQG(PRArenaPool *arena, - } - } else { - -- dual_params.CommParams.prime.len = 0; -- dual_params.CommParams.subPrime.len = 0; -- dual_params.CommParams.base.len = 0; -- dual_params.DiffParams.DiffDSAParams.prime.len = 0; -- dual_params.DiffParams.DiffDSAParams.subPrime.len = 0; -- dual_params.DiffParams.DiffDSAParams.base.len = 0; -- - if (SECSuccess == rv) { - /* else the old fortezza-only wrapped format is used. */ -- if (newparams.data[0] == 0xa1) { -- rv = SEC_QuickDERDecodeItem(arena, &dual_params, -- SECKEY_FortezzaPreParamTemplate, &newparams); -- } else { -- rv = SEC_QuickDERDecodeItem(arena, &dual_params, -- SECKEY_FortezzaAltPreParamTemplate, &newparams); -- } -- } -- -- if ( (dual_params.CommParams.prime.len > 0) && -- (dual_params.CommParams.subPrime.len > 0) && -- (dual_params.CommParams.base.len > 0) ) { -- /* copy in common params */ -- -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.dsa.params.prime, -- &dual_params.CommParams.prime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.dsa.params.subPrime, -- &dual_params.CommParams.subPrime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.dsa.params.base, -- &dual_params.CommParams.base); -- } -- } else { -- -- /* else copy in different params */ -- -- /* copy DSA PQG parameters */ -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.dsa.params.prime, -- &dual_params.DiffParams.DiffDSAParams.prime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.dsa.params.subPrime, -- &dual_params.DiffParams.DiffDSAParams.subPrime); -- } -- if (SECSuccess == rv) { -- rv = SECITEM_CopyItem(arena, &pubk->u.dsa.params.base, -- &dual_params.DiffParams.DiffDSAParams.base); -- } -+ PORT_SetError(SEC_ERROR_BAD_DER); -+ rv = SECFailure; - } - } - return rv; - } - - --/* Decodes the DER encoded fortezza public key and stores the results in a -- * structure of type SECKEYPublicKey. */ -- --SECStatus --SECKEY_FortezzaDecodeCertKey(PRArenaPool *arena, SECKEYPublicKey *pubk, -- SECItem *rawkey, SECItem *params) { -- -- unsigned char *rawptr = rawkey->data; -- unsigned char *end = rawkey->data + rawkey->len; -- unsigned char *clearptr; -- -- /* first march down and decode the raw key data */ -- -- /* version */ -- pubk->u.fortezza.KEAversion = *rawptr++; -- if (*rawptr++ != 0x01) { -- return SECFailure; -- } -- -- /* KMID */ -- PORT_Memcpy(pubk->u.fortezza.KMID,rawptr, -- sizeof(pubk->u.fortezza.KMID)); -- rawptr += sizeof(pubk->u.fortezza.KMID); -- -- /* clearance (the string up to the first byte with the hi-bit on */ -- clearptr = rawptr; -- while ((rawptr < end) && (*rawptr++ & 0x80)); -- -- if (rawptr >= end) { return SECFailure; } -- pubk->u.fortezza.clearance.len = rawptr - clearptr; -- pubk->u.fortezza.clearance.data = -- (unsigned char*)PORT_ArenaZAlloc(arena,pubk->u.fortezza.clearance.len); -- if (pubk->u.fortezza.clearance.data == NULL) { -- return SECFailure; -- } -- PORT_Memcpy(pubk->u.fortezza.clearance.data,clearptr, -- pubk->u.fortezza.clearance.len); -- -- /* KEAPrivilege (the string up to the first byte with the hi-bit on */ -- clearptr = rawptr; -- while ((rawptr < end) && (*rawptr++ & 0x80)); -- if (rawptr >= end) { return SECFailure; } -- pubk->u.fortezza.KEAprivilege.len = rawptr - clearptr; -- pubk->u.fortezza.KEAprivilege.data = -- (unsigned char*)PORT_ArenaZAlloc(arena,pubk->u.fortezza.KEAprivilege.len); -- if (pubk->u.fortezza.KEAprivilege.data == NULL) { -- return SECFailure; -- } -- PORT_Memcpy(pubk->u.fortezza.KEAprivilege.data,clearptr, -- pubk->u.fortezza.KEAprivilege.len); -- -- -- /* now copy the key. The next to bytes are the key length, and the -- * key follows */ -- pubk->u.fortezza.KEAKey.len = (*rawptr << 8) | rawptr[1]; -- -- rawptr += 2; -- if (rawptr+pubk->u.fortezza.KEAKey.len > end) { return SECFailure; } -- pubk->u.fortezza.KEAKey.data = -- (unsigned char*)PORT_ArenaZAlloc(arena,pubk->u.fortezza.KEAKey.len); -- if (pubk->u.fortezza.KEAKey.data == NULL) { -- return SECFailure; -- } -- PORT_Memcpy(pubk->u.fortezza.KEAKey.data,rawptr, -- pubk->u.fortezza.KEAKey.len); -- rawptr += pubk->u.fortezza.KEAKey.len; -- -- /* shared key */ -- if (rawptr >= end) { -- pubk->u.fortezza.DSSKey.len = pubk->u.fortezza.KEAKey.len; -- /* this depends on the fact that we are going to get freed with an -- * ArenaFree call. We cannot free DSSKey and KEAKey separately */ -- pubk->u.fortezza.DSSKey.data= -- pubk->u.fortezza.KEAKey.data; -- pubk->u.fortezza.DSSprivilege.len = -- pubk->u.fortezza.KEAprivilege.len; -- pubk->u.fortezza.DSSprivilege.data = -- pubk->u.fortezza.DSSprivilege.data; -- goto done; -- } -- -- -- /* DSS Version is next */ -- pubk->u.fortezza.DSSversion = *rawptr++; -- -- if (*rawptr++ != 2) { -- return SECFailure; -- } -- -- /* DSSPrivilege (the string up to the first byte with the hi-bit on */ -- clearptr = rawptr; -- while ((rawptr < end) && (*rawptr++ & 0x80)); -- if (rawptr >= end) { return SECFailure; } -- pubk->u.fortezza.DSSprivilege.len = rawptr - clearptr; -- pubk->u.fortezza.DSSprivilege.data = -- (unsigned char*)PORT_ArenaZAlloc(arena,pubk->u.fortezza.DSSprivilege.len); -- if (pubk->u.fortezza.DSSprivilege.data == NULL) { -- return SECFailure; -- } -- PORT_Memcpy(pubk->u.fortezza.DSSprivilege.data,clearptr, -- pubk->u.fortezza.DSSprivilege.len); -- -- /* finally copy the DSS key. The next to bytes are the key length, -- * and the key follows */ -- pubk->u.fortezza.DSSKey.len = (*rawptr << 8) | rawptr[1]; -- -- rawptr += 2; -- if (rawptr+pubk->u.fortezza.DSSKey.len > end){ return SECFailure; } -- pubk->u.fortezza.DSSKey.data = -- (unsigned char*)PORT_ArenaZAlloc(arena,pubk->u.fortezza.DSSKey.len); -- if (pubk->u.fortezza.DSSKey.data == NULL) { -- return SECFailure; -- } -- PORT_Memcpy(pubk->u.fortezza.DSSKey.data,rawptr, -- pubk->u.fortezza.DSSKey.len); -- -- /* ok, now we decode the parameters */ --done: -- -- return SECKEY_FortezzaDecodePQGtoOld(arena, pubk, params); --} -- -- - /* Function used to make an oid tag to a key type */ - KeyType - seckey_GetKeyType (SECOidTag tag) { -@@ -1085,59 +723,6 @@ seckey_ExtractPublicKey(CERTSubjectPubli - - if (rv == SECSuccess) return pubk; - break; -- case SEC_OID_MISSI_KEA_DSS_OLD: -- case SEC_OID_MISSI_KEA_DSS: -- case SEC_OID_MISSI_DSS_OLD: -- case SEC_OID_MISSI_DSS: -- pubk->keyType = fortezzaKey; -- rv = SECKEY_FortezzaDecodeCertKey(arena, pubk, &newOs, -- &spki->algorithm.parameters); -- if (rv == SECSuccess) -- return pubk; -- break; -- -- case SEC_OID_MISSI_KEA: -- pubk->keyType = keaKey; -- -- prepare_kea_pub_key_for_asn1(pubk); -- rv = SEC_QuickDERDecodeItem(arena, pubk, -- SECKEY_KEAPublicKeyTemplate, &newOs); -- if (rv != SECSuccess) break; -- -- /* copy the DER into the arena, since Quick DER returns data that points -- into the DER input, which may get freed by the caller */ -- rv = SECITEM_CopyItem(arena, &newParms, &spki->algorithm.parameters); -- if ( rv != SECSuccess ) -- break; -- -- rv = SEC_QuickDERDecodeItem(arena, pubk, SECKEY_KEAParamsTemplate, -- &newParms); -- -- if (rv == SECSuccess) -- return pubk; -- -- break; -- -- case SEC_OID_MISSI_ALT_KEA: -- pubk->keyType = keaKey; -- -- rv = SECITEM_CopyItem(arena,&pubk->u.kea.publicValue,&newOs); -- if (rv != SECSuccess) break; -- -- /* copy the DER into the arena, since Quick DER returns data that points -- into the DER input, which may get freed by the caller */ -- rv = SECITEM_CopyItem(arena, &newParms, &spki->algorithm.parameters); -- if ( rv != SECSuccess ) -- break; -- -- rv = SEC_QuickDERDecodeItem(arena, pubk, SECKEY_KEAParamsTemplate, -- &newParms); -- -- if (rv == SECSuccess) -- return pubk; -- -- break; -- - case SEC_OID_ANSIX962_EC_PUBLIC_KEY: - pubk->keyType = ecKey; - pubk->u.ec.size = 0; -@@ -1154,6 +739,7 @@ seckey_ExtractPublicKey(CERTSubjectPubli - break; - - default: -+ PORT_SetError(SEC_ERROR_UNSUPPORTED_KEYALG); - rv = SECFailure; - break; - } -Index: mozilla/security/nss/lib/pk11wrap/pk11akey.c -=================================================================== -RCS file: /cvsroot/mozilla/security/nss/lib/pk11wrap/pk11akey.c,v -retrieving revision 1.30 -diff -p -u -r1.30 pk11akey.c ---- mozilla/security/nss/lib/pk11wrap/pk11akey.c 17 Jun 2010 20:36:37 -0000 1.30 -+++ mozilla/security/nss/lib/pk11wrap/pk11akey.c 22 Jul 2011 20:57:00 -0000 -@@ -171,20 +171,6 @@ PK11_ImportPublicKey(PK11SlotInfo *slot, - PK11_SETATTRS(attrs, CKA_VALUE, pubKey->u.dsa.publicValue.data, - pubKey->u.dsa.publicValue.len); attrs++; - break; -- case fortezzaKey: -- keyType = CKK_DSA; -- PK11_SETATTRS(attrs, CKA_VERIFY, &cktrue, sizeof(CK_BBOOL));attrs++; -- signedattr = attrs; -- PK11_SETATTRS(attrs, CKA_PRIME,pubKey->u.fortezza.params.prime.data, -- pubKey->u.fortezza.params.prime.len); attrs++; -- PK11_SETATTRS(attrs,CKA_SUBPRIME, -- pubKey->u.fortezza.params.subPrime.data, -- pubKey->u.fortezza.params.subPrime.len);attrs++; -- PK11_SETATTRS(attrs, CKA_BASE, pubKey->u.fortezza.params.base.data, -- pubKey->u.fortezza.params.base.len); attrs++; -- PK11_SETATTRS(attrs, CKA_VALUE, pubKey->u.fortezza.DSSKey.data, -- pubKey->u.fortezza.DSSKey.len); attrs++; -- break; - case dhKey: - keyType = CKK_DH; - PK11_SETATTRS(attrs, CKA_DERIVE, &cktrue, sizeof(CK_BBOOL));attrs++; -@@ -223,6 +209,9 @@ PK11_ImportPublicKey(PK11SlotInfo *slot, - } - break; - default: -+ if (ckaId) { -+ SECITEM_FreeItem(ckaId,PR_TRUE); -+ } - PORT_SetError( SEC_ERROR_BAD_KEY ); - return CK_INVALID_HANDLE; - } -@@ -242,6 +231,10 @@ PK11_ImportPublicKey(PK11SlotInfo *slot, - SECITEM_FreeItem(pubValue,PR_TRUE); - } - if ( rv != SECSuccess) { -+ /* CKR_ATTRIBUTE_VALUE_INVALID is mapped to SEC_ERROR_BAD_DATA */ -+ if (PORT_GetError() == SEC_ERROR_BAD_DATA) { -+ PORT_SetError( SEC_ERROR_BAD_KEY ); -+ } - return CK_INVALID_HANDLE; - } - } -Index: mozilla/security/nss/lib/util/quickder.c -=================================================================== -RCS file: /cvsroot/mozilla/security/nss/lib/util/quickder.c,v -retrieving revision 1.23 -diff -p -u -r1.23 quickder.c ---- mozilla/security/nss/lib/util/quickder.c 31 Oct 2005 18:34:42 -0000 1.23 -+++ mozilla/security/nss/lib/util/quickder.c 22 Jul 2011 20:57:00 -0000 -@@ -102,7 +102,7 @@ static unsigned char* definite_length_de - - static SECStatus GetItem(SECItem* src, SECItem* dest, PRBool includeTag) - { -- if ( (!src) || (!dest) || (!src->data) ) -+ if ( (!src) || (!dest) || (!src->data && src->len) ) - { - PORT_SetError(SEC_ERROR_INVALID_ARGS); - return SECFailure; diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-shlibsign.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-shlibsign.patch deleted file mode 100644 index a94a6946cd..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.12.8-shlibsign.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- mozilla/security/nss/cmd/shlibsign/Makefile-old 2009-10-21 01:48:57.000000000 +0000 -+++ mozilla/security/nss/cmd/shlibsign/Makefile 2009-10-21 01:55:08.000000000 +0@@ -105,6 +105,7 @@ - include ../platrules.mk - - SRCDIR = $(call core_abspath,.) -+SHLIBSIGN = - - %.chk: %.$(DLL_SUFFIX) - ifeq ($(OS_TARGET), OS2) -@@ -112,9 +113,13 @@ - $(call core_abspath,$(OBJDIR)) $(OS_TARGET) \ - $(call core_abspath,$(NSPR_LIB_DIR)) $(call core_abspath,$<) - else -+ifeq ($(SHLIBSIGN),) - cd $(OBJDIR) ; sh $(SRCDIR)/sign.sh $(call core_abspath,$(DIST)) \ - $(call core_abspath,$(OBJDIR)) $(OS_TARGET) \ - $(call core_abspath,$(NSPR_LIB_DIR)) $(call core_abspath,$<) -+else -+ cd $(OBJDIR) ; $(SHLIBSIGN) -v -i $(call core_abspath,$<) -+endif - endif - - libs install :: $(CHECKLOC) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.13-gentoo-fixup.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.13-gentoo-fixup.patch deleted file mode 100644 index 42f26c616b..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.13-gentoo-fixup.patch +++ /dev/null @@ -1,245 +0,0 @@ -diff -urN a/mozilla/security/nss/config/Makefile b/mozilla/security/nss/config/Makefile ---- a/mozilla/security/nss/config/Makefile 1969-12-31 18:00:00.000000000 -0600 -+++ b/mozilla/security/nss/config/Makefile 2009-09-14 21:45:45.619639265 -0500 -@@ -0,0 +1,40 @@ -+CORE_DEPTH = ../.. -+DEPTH = ../.. -+ -+include $(CORE_DEPTH)/coreconf/config.mk -+ -+NSS_MAJOR_VERSION = `grep "NSS_VMAJOR" ../lib/nss/nss.h | awk '{print $$3}'` -+NSS_MINOR_VERSION = `grep "NSS_VMINOR" ../lib/nss/nss.h | awk '{print $$3}'` -+NSS_PATCH_VERSION = `grep "NSS_VPATCH" ../lib/nss/nss.h | awk '{print $$3}'` -+PREFIX = /usr -+ -+all: export libs -+ -+export: -+ # Create the nss.pc file -+ mkdir -p $(DIST)/lib/pkgconfig -+ sed -e "s,@prefix@,$(PREFIX)," \ -+ -e "s,@exec_prefix@,\$${prefix}," \ -+ -e "s,@libdir@,\$${prefix}/gentoo/nss," \ -+ -e "s,@includedir@,\$${prefix}/include/nss," \ -+ -e "s,@NSS_MAJOR_VERSION@,$(NSS_MAJOR_VERSION),g" \ -+ -e "s,@NSS_MINOR_VERSION@,$(NSS_MINOR_VERSION)," \ -+ -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \ -+ nss.pc.in > nss.pc -+ chmod 0644 nss.pc -+ ln -sf ../../../../../security/nss/config/nss.pc $(DIST)/lib/pkgconfig -+ -+ # Create the nss-config script -+ mkdir -p $(DIST)/bin -+ sed -e "s,@prefix@,$(PREFIX)," \ -+ -e "s,@NSS_MAJOR_VERSION@,$(NSS_MAJOR_VERSION)," \ -+ -e "s,@NSS_MINOR_VERSION@,$(NSS_MINOR_VERSION)," \ -+ -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \ -+ nss-config.in > nss-config -+ chmod 0755 nss-config -+ ln -sf ../../../../security/nss/config/nss-config $(DIST)/bin -+ -+libs: -+ -+dummy: all export libs -+ -diff -urN a/mozilla/security/nss/config/nss-config.in b/mozilla/security/nss/config/nss-config.in ---- a/mozilla/security/nss/config/nss-config.in 1969-12-31 18:00:00.000000000 -0600 -+++ b/mozilla/security/nss/config/nss-config.in 2009-09-14 21:47:45.190638078 -0500 -@@ -0,0 +1,145 @@ -+#!/bin/sh -+ -+prefix=@prefix@ -+ -+major_version=@NSS_MAJOR_VERSION@ -+minor_version=@NSS_MINOR_VERSION@ -+patch_version=@NSS_PATCH_VERSION@ -+ -+usage() -+{ -+ cat <&2 -+fi -+ -+lib_ssl=yes -+lib_smime=yes -+lib_nss=yes -+lib_nssutil=yes -+ -+while test $# -gt 0; do -+ case "$1" in -+ -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; -+ *) optarg= ;; -+ esac -+ -+ case $1 in -+ --prefix=*) -+ prefix=$optarg -+ ;; -+ --prefix) -+ echo_prefix=yes -+ ;; -+ --exec-prefix=*) -+ exec_prefix=$optarg -+ ;; -+ --exec-prefix) -+ echo_exec_prefix=yes -+ ;; -+ --includedir=*) -+ includedir=$optarg -+ ;; -+ --includedir) -+ echo_includedir=yes -+ ;; -+ --libdir=*) -+ libdir=$optarg -+ ;; -+ --libdir) -+ echo_libdir=yes -+ ;; -+ --version) -+ echo ${major_version}.${minor_version}.${patch_version} -+ ;; -+ --cflags) -+ echo_cflags=yes -+ ;; -+ --libs) -+ echo_libs=yes -+ ;; -+ ssl) -+ lib_ssl=yes -+ ;; -+ smime) -+ lib_smime=yes -+ ;; -+ nss) -+ lib_nss=yes -+ ;; -+ nssutil) -+ lib_nssutil=yes -+ ;; -+ *) -+ usage 1 1>&2 -+ ;; -+ esac -+ shift -+done -+ -+# Set variables that may be dependent upon other variables -+if test -z "$exec_prefix"; then -+ exec_prefix=`pkg-config --variable=exec_prefix nss` -+fi -+if test -z "$includedir"; then -+ includedir=`pkg-config --variable=includedir nss` -+fi -+if test -z "$libdir"; then -+ libdir=`pkg-config --variable=libdir nss` -+fi -+ -+if test "$echo_prefix" = "yes"; then -+ echo $prefix -+fi -+ -+if test "$echo_exec_prefix" = "yes"; then -+ echo $exec_prefix -+fi -+ -+if test "$echo_includedir" = "yes"; then -+ echo $includedir -+fi -+ -+if test "$echo_libdir" = "yes"; then -+ echo $libdir -+fi -+ -+if test "$echo_cflags" = "yes"; then -+ echo -I$includedir -+fi -+ -+if test "$echo_libs" = "yes"; then -+ libdirs="-Wl,-R$libdir -L$libdir" -+ if test -n "$lib_ssl"; then -+ libdirs="$libdirs -lssl${major_version}" -+ fi -+ if test -n "$lib_smime"; then -+ libdirs="$libdirs -lsmime${major_version}" -+ fi -+ if test -n "$lib_nss"; then -+ libdirs="$libdirs -lnss${major_version}" -+ fi -+ if test -n "$lib_nssutil"; then -+ libdirs="$libdirs -lnssutil${major_version}" -+ fi -+ echo $libdirs -+fi -+ -diff -urN a/mozilla/security/nss/config/nss.pc.in b/mozilla/security/nss/config/nss.pc.in ---- a/mozilla/security/nss/config/nss.pc.in 1969-12-31 18:00:00.000000000 -0600 -+++ b/mozilla/security/nss/config/nss.pc.in 2009-09-14 21:45:45.653637310 -0500 -@@ -0,0 +1,12 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: NSS -+Description: Network Security Services -+Version: @NSS_MAJOR_VERSION@.@NSS_MINOR_VERSION@.@NSS_PATCH_VERSION@ -+Requires: nspr >= 4.8 -+Libs: -L${libdir} -lssl3 -lsmime3 -lnssutil3 -lnss3 -+Cflags: -I${includedir} -+ -diff -urN a/mozilla/security/nss/Makefile b/mozilla/security/nss/Makefile ---- a/mozilla/security/nss/Makefile 2008-12-02 17:24:39.000000000 -0600 -+++ b/mozilla/security/nss/Makefile 2009-09-14 21:45:45.678657145 -0500 -@@ -78,7 +78,7 @@ - # (7) Execute "local" rules. (OPTIONAL). # - ####################################################################### - --nss_build_all: build_coreconf build_nspr build_dbm all -+nss_build_all: build_coreconf build_dbm all - - nss_clean_all: clobber_coreconf clobber_nspr clobber_dbm clobber - -@@ -140,12 +140,6 @@ - --with-dist-prefix='$(NSPR_PREFIX)' \ - --with-dist-includedir='$(NSPR_PREFIX)/include' - --build_nspr: $(NSPR_CONFIG_STATUS) -- cd $(CORE_DEPTH)/../nsprpub/$(OBJDIR_NAME) ; $(MAKE) -- --clobber_nspr: $(NSPR_CONFIG_STATUS) -- cd $(CORE_DEPTH)/../nsprpub/$(OBJDIR_NAME) ; $(MAKE) clobber -- - build_dbm: - ifndef NSS_DISABLE_DBM - cd $(CORE_DEPTH)/dbm ; $(MAKE) export libs -diff -urN a/mozilla/security/nss/manifest.mn b/mozilla/security/nss/manifest.mn ---- a/mozilla/security/nss/manifest.mn 2008-04-04 15:36:59.000000000 -0500 -+++ b/mozilla/security/nss/manifest.mn 2009-09-14 21:45:45.703656167 -0500 -@@ -42,6 +42,6 @@ - - RELEASE = nss - --DIRS = lib cmd -+DIRS = lib cmd config - - diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.13.1-solaris-gcc.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.13.1-solaris-gcc.patch deleted file mode 100644 index b775bac257..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.13.1-solaris-gcc.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- nss-3.13.1/mozilla/security/coreconf/SunOS5.mk -+++ nss-3.13.1/mozilla/security/coreconf/SunOS5.mk -@@ -37,6 +37,9 @@ - - include $(CORE_DEPTH)/coreconf/UNIX.mk - -+NS_USE_GCC = 1 -+GCC_USE_GNU_LD = 1 -+ - # Sun's WorkShop defines v8, v8plus and v9 architectures. - # gcc on Solaris defines v8 and v9 "cpus". - # gcc's v9 is equivalent to Workshop's v8plus. -@@ -95,7 +98,7 @@ - endif - endif - --INCLUDES += -I/usr/dt/include -I/usr/openwin/include -+#INCLUDES += -I/usr/dt/include -I/usr/openwin/include - - RANLIB = echo - CPU_ARCH = sparc -@@ -105,11 +108,6 @@ - NOMD_OS_CFLAGS += $(DSO_CFLAGS) $(OS_DEFINES) $(SOL_CFLAGS) - - MKSHLIB = $(CC) $(DSO_LDOPTS) $(RPATH) --ifdef NS_USE_GCC --ifeq (GNU,$(findstring GNU,$(shell `$(CC) -print-prog-name=ld` -v 2>&1))) -- GCC_USE_GNU_LD = 1 --endif --endif - ifdef MAPFILE - ifdef NS_USE_GCC - ifdef GCC_USE_GNU_LD diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.13.5-x32.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.13.5-x32.patch deleted file mode 100644 index 1027cf0d34..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.13.5-x32.patch +++ /dev/null @@ -1,68 +0,0 @@ -diff -8urN a/mozilla/security/coreconf/Linux.mk b/mozilla/security/coreconf/Linux.mk ---- a/mozilla/security/coreconf/Linux.mk 2012-06-22 07:55:45.228234872 -0500 -+++ b/mozilla/security/coreconf/Linux.mk 2012-06-22 07:56:30.171231815 -0500 -@@ -60,21 +60,28 @@ - else - ifeq ($(OS_TEST),alpha) - OS_REL_CFLAGS = -D_ALPHA_ - CPU_ARCH = alpha - else - ifeq ($(OS_TEST),x86_64) - ifeq ($(USE_64),1) - CPU_ARCH = x86_64 -+ ARCHFLAG = -m64 -+else -+ifeq ($(USE_x32),1) -+ OS_REL_CFLAGS = -Di386 -+ CPU_ARCH = x86 -+ ARCHFLAG = -mx32 - else - OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - ARCHFLAG = -m32 - endif -+endif - else - ifeq ($(OS_TEST),sparc64) - CPU_ARCH = sparc - else - ifeq (,$(filter-out arm% sa110,$(OS_TEST))) - CPU_ARCH = arm - else - ifeq (,$(filter-out parisc%,$(OS_TEST))) -diff -8urN a/mozilla/security/nss/lib/freebl/Makefile b/mozilla/security/nss/lib/freebl/Makefile ---- a/mozilla/security/nss/lib/freebl/Makefile 2012-06-22 07:55:45.441234854 -0500 -+++ b/mozilla/security/nss/lib/freebl/Makefile 2012-06-22 07:56:30.172231808 -0500 -@@ -210,22 +210,26 @@ - DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN - # DEFINES += -DMPI_AMD64_ADD - # comment the next two lines to turn off intel HW accelleration - DEFINES += -DUSE_HW_AES - ASFILES += intel-aes.s - MPI_SRCS += mpi_amd64.c mp_comba.c - endif - ifeq ($(CPU_ARCH),x86) -- ASFILES = mpi_x86.s -- DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE -- DEFINES += -DMP_ASSEMBLY_DIV_2DX1D -- DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN -- # The floating point ECC code doesn't work on Linux x86 (bug 311432). -- #ECL_USE_FP = 1 -+ ifeq ($(USE_x32),1) -+ DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN -+ else -+ ASFILES = mpi_x86.s -+ DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE -+ DEFINES += -DMP_ASSEMBLY_DIV_2DX1D -+ DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN -+ # The floating point ECC code doesn't work on Linux x86 (bug 311432). -+ #ECL_USE_FP = 1 -+ endif - endif - ifeq ($(CPU_ARCH),arm) - DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE - DEFINES += -DMP_USE_UINT_DIGIT - DEFINES += -DSHA_NO_LONG_LONG # avoid 64-bit arithmetic in SHA512 - MPI_SRCS += mpi_arm.c - endif - endif # Linux diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-abort-on-failed-urandom-access.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-abort-on-failed-urandom-access.patch deleted file mode 100644 index be76bd597c..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-abort-on-failed-urandom-access.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -aurN nss-3.14-urandom/mozilla/security/nss/lib/freebl/unix_rand.c nss-3.14/mozilla/security/nss/lib/freebl/unix_rand.c ---- nss-3.14-urandom/mozilla/security/nss/lib/freebl/unix_rand.c 2012-12-28 16:31:12.017070243 -0800 -+++ nss-3.14/mozilla/security/nss/lib/freebl/unix_rand.c 2012-12-28 16:31:49.107466816 -0800 -@@ -925,6 +925,17 @@ - || defined(HPUX) - if (bytes) - return; -+ -+ /* -+ * Modified to abort the process on Chromium OS if it failed -+ * to read from /dev/urandom. -+ * -+ * See crosbug.com/29623 for details. -+ */ -+ fprintf(stderr, "[ERROR:%s(%d)] NSS failed to read from /dev/urandom. " -+ "Abort process.\n", __FILE__, __LINE__); -+ fflush(stderr); -+ abort(); - #endif - - #ifdef SOLARIS diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-bugzilla-802429.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-bugzilla-802429.patch deleted file mode 100644 index d7595480b2..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-bugzilla-802429.patch +++ /dev/null @@ -1,164 +0,0 @@ -diff -aurN nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11cert.c nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11cert.c ---- nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11cert.c 2012-12-28 16:34:08.208954371 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11cert.c 2012-12-28 16:36:17.610338570 -0800 -@@ -2663,7 +2663,7 @@ - nssCryptokiObject *instance = *ip; - PK11SlotInfo *slot = instance->token->pk11slot; - if (slot) { -- PK11_AddSlotToList(slotList, slot); -+ PK11_AddSlotToList(slotList, slot, PR_TRUE); - found = PR_TRUE; - } - } -diff -aurN nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11priv.h nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11priv.h ---- nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11priv.h 2012-12-28 16:34:08.208954371 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11priv.h 2012-12-28 16:36:17.610338570 -0800 -@@ -28,7 +28,7 @@ - PK11SlotList * PK11_NewSlotList(void); - PK11SlotList * PK11_GetPrivateKeyTokens(CK_MECHANISM_TYPE type, - PRBool needRW,void *wincx); --SECStatus PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot); -+SECStatus PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot, PRBool sorted); - SECStatus PK11_DeleteSlotFromList(PK11SlotList *list,PK11SlotListElement *le); - PK11SlotListElement *PK11_FindSlotElement(PK11SlotList *list, - PK11SlotInfo *slot); -diff -aurN nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11slot.c nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11slot.c ---- nss-3.14-default-token/mozilla/security/nss/lib/pk11wrap/pk11slot.c 2012-12-28 16:34:08.208954371 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11slot.c 2012-12-28 16:36:17.610338570 -0800 -@@ -171,11 +171,16 @@ - - /* - * add a slot to a list -+ * "slot" is the slot to be added. Ownership is not transferred. -+ * "sorted" indicates whether or not the slot should be inserted according to -+ * cipherOrder of the associated module. PR_FALSE indicates that the slot -+ * should be inserted to the head of the list. - */ - SECStatus --PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot) -+PK11_AddSlotToList(PK11SlotList *list,PK11SlotInfo *slot, PRBool sorted) - { - PK11SlotListElement *le; -+ PK11SlotListElement *element; - - le = (PK11SlotListElement *) PORT_Alloc(sizeof(PK11SlotListElement)); - if (le == NULL) return SECFailure; -@@ -184,9 +189,23 @@ - le->prev = NULL; - le->refCount = 1; - PZ_Lock(list->lock); -- if (list->head) list->head->prev = le; else list->tail = le; -- le->next = list->head; -- list->head = le; -+ element = list->head; -+ /* Insertion sort, with higher cipherOrders are sorted first in the list */ -+ while (element && sorted && (element->slot->module->cipherOrder > -+ le->slot->module->cipherOrder)) { -+ element = element->next; -+ } -+ if (element) { -+ le->prev = element->prev; -+ element->prev = le; -+ le->next = element; -+ } else { -+ le->prev = list->tail; -+ le->next = NULL; -+ list->tail = le; -+ } -+ if (le->prev) le->prev->next = le; -+ if (list->head == element) list->head = le; - PZ_Unlock(list->lock); - - return SECSuccess; -@@ -208,11 +227,12 @@ - } - - /* -- * Move a list to the end of the target list. NOTE: There is no locking -- * here... This assumes BOTH lists are private copy lists. -+ * Move a list to the end of the target list. -+ * NOTE: There is no locking here... This assumes BOTH lists are private copy -+ * lists. It also does not re-sort the target list. - */ - SECStatus --PK11_MoveListToList(PK11SlotList *target,PK11SlotList *src) -+pk11_MoveListToList(PK11SlotList *target,PK11SlotList *src) - { - if (src->head == NULL) return SECSuccess; - -@@ -511,7 +531,7 @@ - ((NULL == slotName) || (0 == *slotName)) && - ((NULL == tokenName) || (0 == *tokenName)) ) { - /* default to softoken */ -- PK11_AddSlotToList(slotList, PK11_GetInternalKeySlot()); -+ PK11_AddSlotToList(slotList, PK11_GetInternalKeySlot(), PR_TRUE); - return slotList; - } - -@@ -539,7 +559,7 @@ - ( (!slotName) || (tmpSlot->slot_name && - (0==PORT_Strcmp(tmpSlot->slot_name, slotName)))) ) { - if (tmpSlot) { -- PK11_AddSlotToList(slotList, tmpSlot); -+ PK11_AddSlotToList(slotList, tmpSlot, PR_TRUE); - slotcount++; - } - } -@@ -910,7 +930,7 @@ - CK_MECHANISM_TYPE mechanism = PK11_DefaultArray[i].mechanism; - PK11SlotList *slotList = PK11_GetSlotList(mechanism); - -- if (slotList) PK11_AddSlotToList(slotList,slot); -+ if (slotList) PK11_AddSlotToList(slotList,slot,PR_FALSE); - } - } - -@@ -937,7 +957,7 @@ - - /* add this slot to the list */ - if (slotList!=NULL) -- result = PK11_AddSlotToList(slotList, slot); -+ result = PK11_AddSlotToList(slotList, slot, PR_FALSE); - - } else { /* trying to turn off */ - -@@ -1910,12 +1930,12 @@ - || PK11_DoesMechanism(slot, type)) { - if (pk11_LoginStillRequired(slot,wincx)) { - if (PK11_IsFriendly(slot)) { -- PK11_AddSlotToList(friendlyList, slot); -+ PK11_AddSlotToList(friendlyList, slot, PR_TRUE); - } else { -- PK11_AddSlotToList(loginList, slot); -+ PK11_AddSlotToList(loginList, slot, PR_TRUE); - } - } else { -- PK11_AddSlotToList(list, slot); -+ PK11_AddSlotToList(list, slot, PR_TRUE); - } - } - } -@@ -1923,9 +1943,9 @@ - } - SECMOD_ReleaseReadLock(moduleLock); - -- PK11_MoveListToList(list,friendlyList); -+ pk11_MoveListToList(list,friendlyList); - PK11_FreeSlotList(friendlyList); -- PK11_MoveListToList(list,loginList); -+ pk11_MoveListToList(list,loginList); - PK11_FreeSlotList(loginList); - - return list; -diff -aurN nss-3.14-default-token/mozilla/security/nss/lib/util/utilpars.c nss-3.14/mozilla/security/nss/lib/util/utilpars.c ---- nss-3.14-default-token/mozilla/security/nss/lib/util/utilpars.c 2012-12-28 16:34:08.218954478 -0800 -+++ nss-3.14/mozilla/security/nss/lib/util/utilpars.c 2012-12-28 16:36:08.190237792 -0800 -@@ -543,6 +543,8 @@ - NSSUTIL_ARG_ENTRY(FORTEZZA,SECMOD_FORTEZZA_FLAG), - NSSUTIL_ARG_ENTRY(RC5,SECMOD_RC5_FLAG), - NSSUTIL_ARG_ENTRY(SHA1,SECMOD_SHA1_FLAG), -+ NSSUTIL_ARG_ENTRY(SHA256,SECMOD_SHA256_FLAG), -+ NSSUTIL_ARG_ENTRY(SHA512,SECMOD_SHA512_FLAG), - NSSUTIL_ARG_ENTRY(MD5,SECMOD_MD5_FLAG), - NSSUTIL_ARG_ENTRY(MD2,SECMOD_MD2_FLAG), - NSSUTIL_ARG_ENTRY(SSL,SECMOD_SSL_FLAG), diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-chromeos-cert-nicknames.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-chromeos-cert-nicknames.patch deleted file mode 100644 index 58bb16e0ae..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-chromeos-cert-nicknames.patch +++ /dev/null @@ -1,95 +0,0 @@ -diff -aurN nss-3.14-prepared/mozilla/security/nss/lib/nss/nss.def nss-3.14/mozilla/security/nss/lib/nss/nss.def ---- nss-3.14-prepared/mozilla/security/nss/lib/nss/nss.def 2012-12-28 16:27:38.374784755 -0800 -+++ nss-3.14/mozilla/security/nss/lib/nss/nss.def 2012-12-28 16:28:42.605473048 -0800 -@@ -613,6 +613,7 @@ - PK11_GetPQGParamsFromPrivateKey; - PK11_GetPrivateKeyNickname; - PK11_GetPublicKeyNickname; -+PK11_GetCertificateNickname; - PK11_GetSymKeyNickname; - PK11_ImportDERPrivateKeyInfoAndReturnKey; - PK11_ImportPrivateKeyInfoAndReturnKey; -@@ -624,6 +625,7 @@ - PK11_ProtectedAuthenticationPath; - PK11_SetPrivateKeyNickname; - PK11_SetPublicKeyNickname; -+PK11_SetCertificateNickname; - PK11_SetSymKeyNickname; - SECKEY_DecodeDERSubjectPublicKeyInfo; - SECKEY_DestroyPublicKeyList; -diff -aurN nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11akey.c nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11akey.c ---- nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11akey.c 2012-12-28 16:27:38.354784541 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11akey.c 2012-12-28 16:28:42.605473048 -0800 -@@ -1909,6 +1909,13 @@ - return PK11_GetObjectNickname(pubKey->pkcs11Slot,pubKey->pkcs11ID); - } - -+char * -+PK11_GetCertificateNickname(CERTCertificate *certificate) -+{ -+ return PK11_GetObjectNickname(certificate->slot, -+ certificate->pkcs11ID); -+} -+ - SECStatus - PK11_SetPrivateKeyNickname(SECKEYPrivateKey *privKey, const char *nickname) - { -@@ -1923,6 +1930,13 @@ - pubKey->pkcs11ID,nickname); - } - -+SECStatus -+PK11_SetCertificateNickname(CERTCertificate *certificate, const char *nickname) -+{ -+ return PK11_SetObjectNickname(certificate->slot, -+ certificate->pkcs11ID,nickname); -+} -+ - SECKEYPQGParams * - PK11_GetPQGParamsFromPrivateKey(SECKEYPrivateKey *privKey) - { -diff -aurN nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11obj.c nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11obj.c ---- nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11obj.c 2012-12-28 16:27:38.354784541 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11obj.c 2012-12-28 16:28:42.605473048 -0800 -@@ -1410,7 +1410,10 @@ - slot = ((PK11SymKey *)objSpec)->slot; - handle = ((PK11SymKey *)objSpec)->objectID; - break; -- case PK11_TypeCert: /* don't handle cert case for now */ -+ case PK11_TypeCert: -+ slot = ((CERTCertificate *)objSpec)->slot; -+ handle = ((CERTCertificate *)objSpec)->pkcs11ID; -+ break; - default: - break; - } -@@ -1460,7 +1463,10 @@ - slot = ((PK11SymKey *)objSpec)->slot; - handle = ((PK11SymKey *)objSpec)->objectID; - break; -- case PK11_TypeCert: /* don't handle cert case for now */ -+ case PK11_TypeCert: -+ slot = ((CERTCertificate *)objSpec)->slot; -+ handle = ((CERTCertificate *)objSpec)->pkcs11ID; -+ break; - default: - break; - } -diff -aurN nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11pub.h nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11pub.h ---- nss-3.14-prepared/mozilla/security/nss/lib/pk11wrap/pk11pub.h 2012-12-28 16:27:38.354784541 -0800 -+++ nss-3.14/mozilla/security/nss/lib/pk11wrap/pk11pub.h 2012-12-28 16:28:42.605473048 -0800 -@@ -453,11 +453,14 @@ - char * PK11_GetSymKeyNickname(PK11SymKey *symKey); - char * PK11_GetPrivateKeyNickname(SECKEYPrivateKey *privKey); - char * PK11_GetPublicKeyNickname(SECKEYPublicKey *pubKey); -+char * PK11_GetCertificateNickname(CERTCertificate *certificate); - SECStatus PK11_SetSymKeyNickname(PK11SymKey *symKey, const char *nickname); - SECStatus PK11_SetPrivateKeyNickname(SECKEYPrivateKey *privKey, - const char *nickname); - SECStatus PK11_SetPublicKeyNickname(SECKEYPublicKey *pubKey, - const char *nickname); -+SECStatus PK11_SetCertificateNickname(CERTCertificate *certificate, -+ const char *nickname); - - /* size to hold key in bytes */ - unsigned int PK11_GetKeyLength(PK11SymKey *key); diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-remove-turktrust-roots.patch b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-remove-turktrust-roots.patch deleted file mode 100644 index ef8f081555..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/files/nss-3.14-remove-turktrust-roots.patch +++ /dev/null @@ -1,522 +0,0 @@ -diff -aur nss-3.14-orig/mozilla/security/nss/lib/ckfw/builtins/certdata.c nss-3.14/mozilla/security/nss/lib/ckfw/builtins/certdata.c ---- nss-3.14-orig/mozilla/security/nss/lib/ckfw/builtins/certdata.c 2013-01-25 15:59:27.409528628 -0800 -+++ nss-3.14/mozilla/security/nss/lib/ckfw/builtins/certdata.c 2013-01-25 16:12:48.977974945 -0800 -@@ -3,7 +3,7 @@ - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - #ifdef DEBUG --static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.90 $ $Date: 2012/10/18 16:26:52 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.90 $ $Date: 2012/10/18 16:26:52 $"; -+static const char CVS_ID[] = "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.86 $ $Date: 2012/10/18 16:26:52 $""; @(#) $RCSfile: certdata.perl,v $ $Revision: 1.15 $ $Date: 2012/07/04 15:21:49 $"; - #endif /* DEBUG */ - - #ifndef BUILTINS_H -@@ -1097,10 +1097,10 @@ - CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED - }; - static const CK_ATTRIBUTE_TYPE nss_builtins_types_358 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERTIFICATE_TYPE, CKA_SUBJECT, CKA_ID, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_VALUE -+ CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED - }; - static const CK_ATTRIBUTE_TYPE nss_builtins_types_359 [] = { -- CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_CERT_SHA1_HASH, CKA_CERT_MD5_HASH, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED -+ CKA_CLASS, CKA_TOKEN, CKA_PRIVATE, CKA_MODIFIABLE, CKA_LABEL, CKA_ISSUER, CKA_SERIAL_NUMBER, CKA_TRUST_SERVER_AUTH, CKA_TRUST_EMAIL_PROTECTION, CKA_TRUST_CODE_SIGNING, CKA_TRUST_STEP_UP_APPROVED - }; - #ifdef DEBUG - static const NSSItem nss_builtins_items_0 [] = { -@@ -1110,7 +1110,7 @@ - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)"CVS ID", (PRUint32)7 }, - { (void *)"NSS", (PRUint32)4 }, -- { (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.90 $ $Date: 2012/10/18 16:26:52 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.90 $ $Date: 2012/10/18 16:26:52 $", (PRUint32)160 } -+ { (void *)"@(#) $RCSfile: certdata.txt,v $ $Revision: 1.86 $ $Date: 2012/10/18 16:26:52 $""; @(#) $RCSfile: certdata.perl,v $ $Revision: 1.15 $ $Date: 2012/07/04 15:21:49 $", (PRUint32)160 } - }; - #endif /* DEBUG */ - static const NSSItem nss_builtins_items_1 [] = { -@@ -23630,147 +23630,6 @@ - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -- { (void *)"TÜRKTRUST Elektronik Sertifika Hizmet SaÄŸlayıcısı", (PRUint32)55 }, -- { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, -- { (void *)"\060\201\277\061\077\060\075\006\003\125\004\003\014\066\124\303" --"\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157" --"\156\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151" --"\172\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304" --"\261\163\304\261\061\013\060\011\006\003\125\004\006\023\002\124" --"\122\061\017\060\015\006\003\125\004\007\014\006\101\156\153\141" --"\162\141\061\136\060\134\006\003\125\004\012\014\125\124\303\234" --"\122\113\124\122\125\123\124\040\102\151\154\147\151\040\304\260" --"\154\145\164\151\305\237\151\155\040\166\145\040\102\151\154\151" --"\305\237\151\155\040\107\303\274\166\145\156\154\151\304\237\151" --"\040\110\151\172\155\145\164\154\145\162\151\040\101\056\305\236" --"\056\040\050\143\051\040\101\162\141\154\304\261\153\040\062\060" --"\060\067" --, (PRUint32)194 }, -- { (void *)"0", (PRUint32)2 }, -- { (void *)"\060\201\277\061\077\060\075\006\003\125\004\003\014\066\124\303" --"\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157" --"\156\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151" --"\172\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304" --"\261\163\304\261\061\013\060\011\006\003\125\004\006\023\002\124" --"\122\061\017\060\015\006\003\125\004\007\014\006\101\156\153\141" --"\162\141\061\136\060\134\006\003\125\004\012\014\125\124\303\234" --"\122\113\124\122\125\123\124\040\102\151\154\147\151\040\304\260" --"\154\145\164\151\305\237\151\155\040\166\145\040\102\151\154\151" --"\305\237\151\155\040\107\303\274\166\145\156\154\151\304\237\151" --"\040\110\151\172\155\145\164\154\145\162\151\040\101\056\305\236" --"\056\040\050\143\051\040\101\162\141\154\304\261\153\040\062\060" --"\060\067" --, (PRUint32)194 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)"\060\202\004\075\060\202\003\045\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\277\061\077\060\075\006\003\125\004\003\014\066\124\303\234" --"\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157\156" --"\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172" --"\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261" --"\163\304\261\061\013\060\011\006\003\125\004\006\023\002\124\122" --"\061\017\060\015\006\003\125\004\007\014\006\101\156\153\141\162" --"\141\061\136\060\134\006\003\125\004\012\014\125\124\303\234\122" --"\113\124\122\125\123\124\040\102\151\154\147\151\040\304\260\154" --"\145\164\151\305\237\151\155\040\166\145\040\102\151\154\151\305" --"\237\151\155\040\107\303\274\166\145\156\154\151\304\237\151\040" --"\110\151\172\155\145\164\154\145\162\151\040\101\056\305\236\056" --"\040\050\143\051\040\101\162\141\154\304\261\153\040\062\060\060" --"\067\060\036\027\015\060\067\061\062\062\065\061\070\063\067\061" --"\071\132\027\015\061\067\061\062\062\062\061\070\063\067\061\071" --"\132\060\201\277\061\077\060\075\006\003\125\004\003\014\066\124" --"\303\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162" --"\157\156\151\153\040\123\145\162\164\151\146\151\153\141\040\110" --"\151\172\155\145\164\040\123\141\304\237\154\141\171\304\261\143" --"\304\261\163\304\261\061\013\060\011\006\003\125\004\006\023\002" --"\124\122\061\017\060\015\006\003\125\004\007\014\006\101\156\153" --"\141\162\141\061\136\060\134\006\003\125\004\012\014\125\124\303" --"\234\122\113\124\122\125\123\124\040\102\151\154\147\151\040\304" --"\260\154\145\164\151\305\237\151\155\040\166\145\040\102\151\154" --"\151\305\237\151\155\040\107\303\274\166\145\156\154\151\304\237" --"\151\040\110\151\172\155\145\164\154\145\162\151\040\101\056\305" --"\236\056\040\050\143\051\040\101\162\141\154\304\261\153\040\062" --"\060\060\067\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\253\267\076\012\214\310\245\130\025\346\212\357" --"\047\075\112\264\350\045\323\315\063\302\040\334\031\356\210\077" --"\115\142\360\335\023\167\217\141\251\052\265\324\362\271\061\130" --"\051\073\057\077\152\234\157\163\166\045\356\064\040\200\356\352" --"\267\360\304\012\315\053\206\224\311\343\140\261\104\122\262\132" --"\051\264\221\227\203\330\267\246\024\057\051\111\242\363\005\006" --"\373\264\117\332\241\154\232\146\237\360\103\011\312\352\162\217" --"\353\000\327\065\071\327\126\027\107\027\060\364\276\277\077\302" --"\150\257\066\100\301\251\364\251\247\350\020\153\010\212\367\206" --"\036\334\232\052\025\006\366\243\360\364\340\307\024\324\121\177" --"\317\264\333\155\257\107\226\027\233\167\161\330\247\161\235\044" --"\014\366\224\077\205\061\022\117\272\356\116\202\270\271\076\217" --"\043\067\136\314\242\252\165\367\030\157\011\323\256\247\124\050" --"\064\373\341\340\073\140\175\240\276\171\211\206\310\237\055\371" --"\012\113\304\120\242\347\375\171\026\307\172\013\030\317\316\114" --"\357\175\326\007\157\230\361\257\261\301\172\327\201\065\270\252" --"\027\264\340\313\002\003\001\000\001\243\102\060\100\060\035\006" --"\003\125\035\016\004\026\004\024\051\305\220\253\045\257\021\344" --"\141\277\243\377\210\141\221\346\016\376\234\201\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\015\006" --"\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001" --"\000\020\015\332\370\072\354\050\321\024\225\202\261\022\054\121" --"\172\101\045\066\114\237\354\077\037\204\235\145\124\134\250\026" --"\002\100\372\156\032\067\204\357\162\235\206\012\125\235\126\050" --"\254\146\054\320\072\126\223\064\007\045\255\010\260\217\310\017" --"\011\131\312\235\230\034\345\124\370\271\105\177\152\227\157\210" --"\150\115\112\006\046\067\210\002\016\266\306\326\162\231\316\153" --"\167\332\142\061\244\126\037\256\137\215\167\332\135\366\210\374" --"\032\331\236\265\201\360\062\270\343\210\320\234\363\152\240\271" --"\233\024\131\065\066\117\317\363\216\136\135\027\255\025\225\330" --"\335\262\325\025\156\000\116\263\113\317\146\224\344\340\315\265" --"\005\332\143\127\213\345\263\252\333\300\056\034\220\104\333\032" --"\135\030\244\356\276\004\133\231\325\161\137\125\145\144\142\325" --"\242\233\004\131\206\310\142\167\347\174\202\105\152\075\027\277" --"\354\235\165\014\256\243\157\132\323\057\230\066\364\360\365\031" --"\253\021\135\310\246\343\052\130\152\102\011\303\275\222\046\146" --"\062\015\135\010\125\164\377\214\230\320\012\246\204\152\321\071" --"\175" --, (PRUint32)1089 } --}; --static const NSSItem nss_builtins_items_355 [] = { -- { (void *)&cko_nss_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 *)"TÜRKTRUST Elektronik Sertifika Hizmet SaÄŸlayıcısı", (PRUint32)55 }, -- { (void *)"\361\177\157\266\061\334\231\343\243\310\177\376\034\361\201\020" --"\210\331\140\063" --, (PRUint32)20 }, -- { (void *)"\053\160\040\126\206\202\240\030\310\007\123\022\050\160\041\162" --, (PRUint32)16 }, -- { (void *)"\060\201\277\061\077\060\075\006\003\125\004\003\014\066\124\303" --"\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157" --"\156\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151" --"\172\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304" --"\261\163\304\261\061\013\060\011\006\003\125\004\006\023\002\124" --"\122\061\017\060\015\006\003\125\004\007\014\006\101\156\153\141" --"\162\141\061\136\060\134\006\003\125\004\012\014\125\124\303\234" --"\122\113\124\122\125\123\124\040\102\151\154\147\151\040\304\260" --"\154\145\164\151\305\237\151\155\040\166\145\040\102\151\154\151" --"\305\237\151\155\040\107\303\274\166\145\156\154\151\304\237\151" --"\040\110\151\172\155\145\164\154\145\162\151\040\101\056\305\236" --"\056\040\050\143\051\040\101\162\141\154\304\261\153\040\062\060" --"\060\067" --, (PRUint32)194 }, -- { (void *)"\002\001\001" --, (PRUint32)3 }, -- { (void *)&ckt_nss_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_nss_must_verify_trust, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ckt_nss_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, -- { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } --}; --static const NSSItem nss_builtins_items_356 [] = { -- { (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 *)"T-TeleSec GlobalRoot Class 3", (PRUint32)29 }, - { (void *)&ckc_x_509, (PRUint32)sizeof(CK_CERTIFICATE_TYPE) }, - { (void *)"\060\201\202\061\013\060\011\006\003\125\004\006\023\002\104\105" -@@ -23859,7 +23718,7 @@ - "\116\223\303\244\124\024\133" - , (PRUint32)967 } - }; --static const NSSItem nss_builtins_items_357 [] = { -+static const NSSItem nss_builtins_items_355 [] = { - { (void *)&cko_nss_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -23887,7 +23746,7 @@ - { (void *)&ckt_nss_must_verify_trust, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; --static const NSSItem nss_builtins_items_358 [] = { -+static const NSSItem nss_builtins_items_356 [] = { - { (void *)&cko_certificate, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -23983,7 +23842,7 @@ - "\307\314\165\301\226\305\235" - , (PRUint32)1031 } - }; --static const NSSItem nss_builtins_items_359 [] = { -+static const NSSItem nss_builtins_items_357 [] = { - { (void *)&cko_nss_trust, (PRUint32)sizeof(CK_OBJECT_CLASS) }, - { (void *)&ck_true, (PRUint32)sizeof(CK_BBOOL) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) }, -@@ -24011,6 +23870,56 @@ - { (void *)&ckt_nss_trusted_delegator, (PRUint32)sizeof(CK_TRUST) }, - { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } - }; -+static const NSSItem nss_builtins_items_358 [] = { -+ { (void *)&cko_nss_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 *)"TURKTRUST Mis-issued Intermediate CA 1", (PRUint32)39 }, -+ { (void *)"\060\201\254\061\075\060\073\006\003\125\004\003\014\064\124\303" -+"\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157" -+"\156\151\153\040\123\165\156\165\143\165\040\123\145\162\164\151" -+"\146\151\153\141\163\304\261\040\110\151\172\155\145\164\154\145" -+"\162\151\061\013\060\011\006\003\125\004\006\023\002\124\122\061" -+"\136\060\134\006\003\125\004\012\014\125\124\303\234\122\113\124" -+"\122\125\123\124\040\102\151\154\147\151\040\304\260\154\145\164" -+"\151\305\237\151\155\040\166\145\040\102\151\154\151\305\237\151" -+"\155\040\107\303\274\166\145\156\154\151\304\237\151\040\110\151" -+"\172\155\145\164\154\145\162\151\040\101\056\305\236\056\040\050" -+"\143\051\040\113\141\163\304\261\155\040\040\062\060\060\065" -+, (PRUint32)175 }, -+ { (void *)"\002\002\010\047" -+, (PRUint32)4 }, -+ { (void *)&ckt_nss_not_trusted, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_nss_not_trusted, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_nss_not_trusted, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+}; -+static const NSSItem nss_builtins_items_359 [] = { -+ { (void *)&cko_nss_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 *)"TURKTRUST Mis-issued Intermediate CA 2", (PRUint32)39 }, -+ { (void *)"\060\201\254\061\075\060\073\006\003\125\004\003\014\064\124\303" -+"\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157" -+"\156\151\153\040\123\165\156\165\143\165\040\123\145\162\164\151" -+"\146\151\153\141\163\304\261\040\110\151\172\155\145\164\154\145" -+"\162\151\061\013\060\011\006\003\125\004\006\023\002\124\122\061" -+"\136\060\134\006\003\125\004\012\014\125\124\303\234\122\113\124" -+"\122\125\123\124\040\102\151\154\147\151\040\304\260\154\145\164" -+"\151\305\237\151\155\040\166\145\040\102\151\154\151\305\237\151" -+"\155\040\107\303\274\166\145\156\154\151\304\237\151\040\110\151" -+"\172\155\145\164\154\145\162\151\040\101\056\305\236\056\040\050" -+"\143\051\040\113\141\163\304\261\155\040\040\062\060\060\065" -+, (PRUint32)175 }, -+ { (void *)"\002\002\010\144" -+, (PRUint32)4 }, -+ { (void *)&ckt_nss_not_trusted, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_nss_not_trusted, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ckt_nss_not_trusted, (PRUint32)sizeof(CK_TRUST) }, -+ { (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) } -+}; - - builtinsInternalObject - nss_builtins_data[] = { -@@ -24375,7 +24284,7 @@ - { 11, nss_builtins_types_356, nss_builtins_items_356, {NULL} }, - { 13, nss_builtins_types_357, nss_builtins_items_357, {NULL} }, - { 11, nss_builtins_types_358, nss_builtins_items_358, {NULL} }, -- { 13, nss_builtins_types_359, nss_builtins_items_359, {NULL} } -+ { 11, nss_builtins_types_359, nss_builtins_items_359, {NULL} } - }; - const PRUint32 - #ifdef DEBUG -diff -aur nss-3.14-orig/mozilla/security/nss/lib/ckfw/builtins/certdata.txt nss-3.14/mozilla/security/nss/lib/ckfw/builtins/certdata.txt ---- nss-3.14-orig/mozilla/security/nss/lib/ckfw/builtins/certdata.txt 2013-01-25 15:59:27.429528838 -0800 -+++ nss-3.14/mozilla/security/nss/lib/ckfw/builtins/certdata.txt 2013-01-25 16:12:47.637960812 -0800 -@@ -24424,171 +24424,6 @@ - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - - # --# Certificate "TÜRKTRUST Elektronik Sertifika Hizmet SaÄŸlayıcısı" --# --# Issuer: O=T..RKTRUST Bilgi ..leti..im ve Bili..im G..venli..i Hizmetleri A...,L=Ankara,C=TR,CN=T..RKTRUST Elektronik Sertifika Hizmet Sa..lay..c..s.. --# Serial Number: 1 (0x1) --# Subject: O=T..RKTRUST Bilgi ..leti..im ve Bili..im G..venli..i Hizmetleri A...,L=Ankara,C=TR,CN=T..RKTRUST Elektronik Sertifika Hizmet Sa..lay..c..s.. --# Not Valid Before: Tue Dec 25 18:37:19 2007 --# Not Valid After : Fri Dec 22 18:37:19 2017 --# Fingerprint (MD5): 2B:70:20:56:86:82:A0:18:C8:07:53:12:28:70:21:72 --# Fingerprint (SHA1): F1:7F:6F:B6:31:DC:99:E3:A3:C8:7F:FE:1C:F1:81:10:88:D9:60:33 --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 "TÜRKTRUST Elektronik Sertifika Hizmet SaÄŸlayıcısı" --CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 --CKA_SUBJECT MULTILINE_OCTAL --\060\201\277\061\077\060\075\006\003\125\004\003\014\066\124\303 --\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157 --\156\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151 --\172\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304 --\261\163\304\261\061\013\060\011\006\003\125\004\006\023\002\124 --\122\061\017\060\015\006\003\125\004\007\014\006\101\156\153\141 --\162\141\061\136\060\134\006\003\125\004\012\014\125\124\303\234 --\122\113\124\122\125\123\124\040\102\151\154\147\151\040\304\260 --\154\145\164\151\305\237\151\155\040\166\145\040\102\151\154\151 --\305\237\151\155\040\107\303\274\166\145\156\154\151\304\237\151 --\040\110\151\172\155\145\164\154\145\162\151\040\101\056\305\236 --\056\040\050\143\051\040\101\162\141\154\304\261\153\040\062\060 --\060\067 --END --CKA_ID UTF8 "0" --CKA_ISSUER MULTILINE_OCTAL --\060\201\277\061\077\060\075\006\003\125\004\003\014\066\124\303 --\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157 --\156\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151 --\172\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304 --\261\163\304\261\061\013\060\011\006\003\125\004\006\023\002\124 --\122\061\017\060\015\006\003\125\004\007\014\006\101\156\153\141 --\162\141\061\136\060\134\006\003\125\004\012\014\125\124\303\234 --\122\113\124\122\125\123\124\040\102\151\154\147\151\040\304\260 --\154\145\164\151\305\237\151\155\040\166\145\040\102\151\154\151 --\305\237\151\155\040\107\303\274\166\145\156\154\151\304\237\151 --\040\110\151\172\155\145\164\154\145\162\151\040\101\056\305\236 --\056\040\050\143\051\040\101\162\141\154\304\261\153\040\062\060 --\060\067 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_VALUE MULTILINE_OCTAL --\060\202\004\075\060\202\003\045\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\277\061\077\060\075\006\003\125\004\003\014\066\124\303\234 --\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157\156 --\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151\172 --\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304\261 --\163\304\261\061\013\060\011\006\003\125\004\006\023\002\124\122 --\061\017\060\015\006\003\125\004\007\014\006\101\156\153\141\162 --\141\061\136\060\134\006\003\125\004\012\014\125\124\303\234\122 --\113\124\122\125\123\124\040\102\151\154\147\151\040\304\260\154 --\145\164\151\305\237\151\155\040\166\145\040\102\151\154\151\305 --\237\151\155\040\107\303\274\166\145\156\154\151\304\237\151\040 --\110\151\172\155\145\164\154\145\162\151\040\101\056\305\236\056 --\040\050\143\051\040\101\162\141\154\304\261\153\040\062\060\060 --\067\060\036\027\015\060\067\061\062\062\065\061\070\063\067\061 --\071\132\027\015\061\067\061\062\062\062\061\070\063\067\061\071 --\132\060\201\277\061\077\060\075\006\003\125\004\003\014\066\124 --\303\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162 --\157\156\151\153\040\123\145\162\164\151\146\151\153\141\040\110 --\151\172\155\145\164\040\123\141\304\237\154\141\171\304\261\143 --\304\261\163\304\261\061\013\060\011\006\003\125\004\006\023\002 --\124\122\061\017\060\015\006\003\125\004\007\014\006\101\156\153 --\141\162\141\061\136\060\134\006\003\125\004\012\014\125\124\303 --\234\122\113\124\122\125\123\124\040\102\151\154\147\151\040\304 --\260\154\145\164\151\305\237\151\155\040\166\145\040\102\151\154 --\151\305\237\151\155\040\107\303\274\166\145\156\154\151\304\237 --\151\040\110\151\172\155\145\164\154\145\162\151\040\101\056\305 --\236\056\040\050\143\051\040\101\162\141\154\304\261\153\040\062 --\060\060\067\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\253\267\076\012\214\310\245\130\025\346\212\357 --\047\075\112\264\350\045\323\315\063\302\040\334\031\356\210\077 --\115\142\360\335\023\167\217\141\251\052\265\324\362\271\061\130 --\051\073\057\077\152\234\157\163\166\045\356\064\040\200\356\352 --\267\360\304\012\315\053\206\224\311\343\140\261\104\122\262\132 --\051\264\221\227\203\330\267\246\024\057\051\111\242\363\005\006 --\373\264\117\332\241\154\232\146\237\360\103\011\312\352\162\217 --\353\000\327\065\071\327\126\027\107\027\060\364\276\277\077\302 --\150\257\066\100\301\251\364\251\247\350\020\153\010\212\367\206 --\036\334\232\052\025\006\366\243\360\364\340\307\024\324\121\177 --\317\264\333\155\257\107\226\027\233\167\161\330\247\161\235\044 --\014\366\224\077\205\061\022\117\272\356\116\202\270\271\076\217 --\043\067\136\314\242\252\165\367\030\157\011\323\256\247\124\050 --\064\373\341\340\073\140\175\240\276\171\211\206\310\237\055\371 --\012\113\304\120\242\347\375\171\026\307\172\013\030\317\316\114 --\357\175\326\007\157\230\361\257\261\301\172\327\201\065\270\252 --\027\264\340\313\002\003\001\000\001\243\102\060\100\060\035\006 --\003\125\035\016\004\026\004\024\051\305\220\253\045\257\021\344 --\141\277\243\377\210\141\221\346\016\376\234\201\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\015\006 --\011\052\206\110\206\367\015\001\001\005\005\000\003\202\001\001 --\000\020\015\332\370\072\354\050\321\024\225\202\261\022\054\121 --\172\101\045\066\114\237\354\077\037\204\235\145\124\134\250\026 --\002\100\372\156\032\067\204\357\162\235\206\012\125\235\126\050 --\254\146\054\320\072\126\223\064\007\045\255\010\260\217\310\017 --\011\131\312\235\230\034\345\124\370\271\105\177\152\227\157\210 --\150\115\112\006\046\067\210\002\016\266\306\326\162\231\316\153 --\167\332\142\061\244\126\037\256\137\215\167\332\135\366\210\374 --\032\331\236\265\201\360\062\270\343\210\320\234\363\152\240\271 --\233\024\131\065\066\117\317\363\216\136\135\027\255\025\225\330 --\335\262\325\025\156\000\116\263\113\317\146\224\344\340\315\265 --\005\332\143\127\213\345\263\252\333\300\056\034\220\104\333\032 --\135\030\244\356\276\004\133\231\325\161\137\125\145\144\142\325 --\242\233\004\131\206\310\142\167\347\174\202\105\152\075\027\277 --\354\235\165\014\256\243\157\132\323\057\230\066\364\360\365\031 --\253\021\135\310\246\343\052\130\152\102\011\303\275\222\046\146 --\062\015\135\010\125\164\377\214\230\320\012\246\204\152\321\071 --\175 --END -- --# Trust for "TÜRKTRUST Elektronik Sertifika Hizmet SaÄŸlayıcısı" --# Issuer: O=T..RKTRUST Bilgi ..leti..im ve Bili..im G..venli..i Hizmetleri A...,L=Ankara,C=TR,CN=T..RKTRUST Elektronik Sertifika Hizmet Sa..lay..c..s.. --# Serial Number: 1 (0x1) --# Subject: O=T..RKTRUST Bilgi ..leti..im ve Bili..im G..venli..i Hizmetleri A...,L=Ankara,C=TR,CN=T..RKTRUST Elektronik Sertifika Hizmet Sa..lay..c..s.. --# Not Valid Before: Tue Dec 25 18:37:19 2007 --# Not Valid After : Fri Dec 22 18:37:19 2017 --# Fingerprint (MD5): 2B:70:20:56:86:82:A0:18:C8:07:53:12:28:70:21:72 --# Fingerprint (SHA1): F1:7F:6F:B6:31:DC:99:E3:A3:C8:7F:FE:1C:F1:81:10:88:D9:60:33 --CKA_CLASS CK_OBJECT_CLASS CKO_NSS_TRUST --CKA_TOKEN CK_BBOOL CK_TRUE --CKA_PRIVATE CK_BBOOL CK_FALSE --CKA_MODIFIABLE CK_BBOOL CK_FALSE --CKA_LABEL UTF8 "TÜRKTRUST Elektronik Sertifika Hizmet SaÄŸlayıcısı" --CKA_CERT_SHA1_HASH MULTILINE_OCTAL --\361\177\157\266\061\334\231\343\243\310\177\376\034\361\201\020 --\210\331\140\063 --END --CKA_CERT_MD5_HASH MULTILINE_OCTAL --\053\160\040\126\206\202\240\030\310\007\123\022\050\160\041\162 --END --CKA_ISSUER MULTILINE_OCTAL --\060\201\277\061\077\060\075\006\003\125\004\003\014\066\124\303 --\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157 --\156\151\153\040\123\145\162\164\151\146\151\153\141\040\110\151 --\172\155\145\164\040\123\141\304\237\154\141\171\304\261\143\304 --\261\163\304\261\061\013\060\011\006\003\125\004\006\023\002\124 --\122\061\017\060\015\006\003\125\004\007\014\006\101\156\153\141 --\162\141\061\136\060\134\006\003\125\004\012\014\125\124\303\234 --\122\113\124\122\125\123\124\040\102\151\154\147\151\040\304\260 --\154\145\164\151\305\237\151\155\040\166\145\040\102\151\154\151 --\305\237\151\155\040\107\303\274\166\145\156\154\151\304\237\151 --\040\110\151\172\155\145\164\154\145\162\151\040\101\056\305\236 --\056\040\050\143\051\040\101\162\141\154\304\261\153\040\062\060 --\060\067 --END --CKA_SERIAL_NUMBER MULTILINE_OCTAL --\002\001\001 --END --CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_TRUSTED_DELEGATOR --CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_MUST_VERIFY_TRUST --CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_TRUSTED_DELEGATOR --CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -- --# - # Certificate "T-TeleSec GlobalRoot Class 3" - # - # Issuer: CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE -@@ -24880,3 +24715,71 @@ - CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_MUST_VERIFY_TRUST - CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_TRUSTED_DELEGATOR - CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+ -+# Explicitly Distrust "TURKTRUST Mis-issued Intermediate CA 1", Bug 825022 -+# Issuer: O=T..RKTRUST Bilgi ..leti..im ve Bili..im G..venli..i Hizmetleri A...,C=TR,CN=T..RKTRUST Elektronik Sunucu Sertifikas.. Hizmetleri -+# Serial Number: 2087 (0x827) -+# Subject: CN=*.EGO.GOV.TR,OU=EGO BILGI ISLEM,O=EGO,L=ANKARA,ST=ANKARA,C=TR -+# Not Valid Before: Mon Aug 08 07:07:51 2011 -+# Not Valid After : Tue Jul 06 07:07:51 2021 -+# Fingerprint (MD5): F8:F5:25:FF:0C:31:CF:85:E1:0C:86:17:C1:CE:1F:8E -+# Fingerprint (SHA1): C6:9F:28:C8:25:13:9E:65:A6:46:C4:34:AC:A5:A1:D2:00:29:5D:B1 -+CKA_CLASS CK_OBJECT_CLASS CKO_NSS_TRUST -+CKA_TOKEN CK_BBOOL CK_TRUE -+CKA_PRIVATE CK_BBOOL CK_FALSE -+CKA_MODIFIABLE CK_BBOOL CK_FALSE -+CKA_LABEL UTF8 "TURKTRUST Mis-issued Intermediate CA 1" -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\254\061\075\060\073\006\003\125\004\003\014\064\124\303 -+\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157 -+\156\151\153\040\123\165\156\165\143\165\040\123\145\162\164\151 -+\146\151\153\141\163\304\261\040\110\151\172\155\145\164\154\145 -+\162\151\061\013\060\011\006\003\125\004\006\023\002\124\122\061 -+\136\060\134\006\003\125\004\012\014\125\124\303\234\122\113\124 -+\122\125\123\124\040\102\151\154\147\151\040\304\260\154\145\164 -+\151\305\237\151\155\040\166\145\040\102\151\154\151\305\237\151 -+\155\040\107\303\274\166\145\156\154\151\304\237\151\040\110\151 -+\172\155\145\164\154\145\162\151\040\101\056\305\236\056\040\050 -+\143\051\040\113\141\163\304\261\155\040\040\062\060\060\065 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\002\010\047 -+END -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_NOT_TRUSTED -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_NOT_TRUSTED -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_NOT_TRUSTED -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE -+ -+# Explicitly Distrust "TURKTRUST Mis-issued Intermediate CA 2", Bug 825022 -+# Issuer: O=T..RKTRUST Bilgi ..leti..im ve Bili..im G..venli..i Hizmetleri A...,C=TR,CN=T..RKTRUST Elektronik Sunucu Sertifikas.. Hizmetleri -+# Serial Number: 2148 (0x864) -+# Subject: E=ileti@kktcmerkezbankasi.org,CN=e-islem.kktcmerkezbankasi.org,O=KKTC Merkez Bankasi,L=Lefkosa,ST=Lefkosa,C=TR -+# Not Valid Before: Mon Aug 08 07:07:51 2011 -+# Not Valid After : Thu Aug 05 07:07:51 2021 -+# Fingerprint (MD5): BF:C3:EC:AD:0F:42:4F:B4:B5:38:DB:35:BF:AD:84:A2 -+# Fingerprint (SHA1): F9:2B:E5:26:6C:C0:5D:B2:DC:0D:C3:F2:DC:74:E0:2D:EF:D9:49:CB -+CKA_CLASS CK_OBJECT_CLASS CKO_NSS_TRUST -+CKA_TOKEN CK_BBOOL CK_TRUE -+CKA_PRIVATE CK_BBOOL CK_FALSE -+CKA_MODIFIABLE CK_BBOOL CK_FALSE -+CKA_LABEL UTF8 "TURKTRUST Mis-issued Intermediate CA 2" -+CKA_ISSUER MULTILINE_OCTAL -+\060\201\254\061\075\060\073\006\003\125\004\003\014\064\124\303 -+\234\122\113\124\122\125\123\124\040\105\154\145\153\164\162\157 -+\156\151\153\040\123\165\156\165\143\165\040\123\145\162\164\151 -+\146\151\153\141\163\304\261\040\110\151\172\155\145\164\154\145 -+\162\151\061\013\060\011\006\003\125\004\006\023\002\124\122\061 -+\136\060\134\006\003\125\004\012\014\125\124\303\234\122\113\124 -+\122\125\123\124\040\102\151\154\147\151\040\304\260\154\145\164 -+\151\305\237\151\155\040\166\145\040\102\151\154\151\305\237\151 -+\155\040\107\303\274\166\145\156\154\151\304\237\151\040\110\151 -+\172\155\145\164\154\145\162\151\040\101\056\305\236\056\040\050 -+\143\051\040\113\141\163\304\261\155\040\040\062\060\060\065 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\002\010\144 -+END -+CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_NOT_TRUSTED -+CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_NOT_TRUSTED -+CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_NOT_TRUSTED -+CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/nss-3.12.8-r9.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/nss-3.12.8-r9.ebuild deleted file mode 120000 index b0a0d9a349..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/nss-3.12.8-r9.ebuild +++ /dev/null @@ -1 +0,0 @@ -nss-3.12.8.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/nss-3.12.8.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/nss-3.12.8.ebuild deleted file mode 100644 index 0842d37ed8..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/nss-3.12.8.ebuild +++ /dev/null @@ -1,223 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.12.8.ebuild,v 1.1 2010/09/30 11:58:39 anarchy Exp $ - -EAPI=3 -inherit eutils flag-o-matic multilib toolchain-funcs - -NSPR_VER="4.8.6" -RTM_NAME="NSS_${PV//./_}_RTM" -DESCRIPTION="Mozilla's Network Security Services library that implements PKI support" -HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/" -SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -DEPEND="dev-util/pkgconfig" -RDEPEND=">=dev-libs/nspr-${NSPR_VER} - >=dev-db/sqlite-3.5 - sys-libs/zlib" - -src_prepare() { - # Custom changes for gentoo - epatch "${FILESDIR}/${PN}-3.12.5-gentoo-fixups.diff" - epatch "${FILESDIR}/${PN}-3.12.6-gentoo-fixup-warnings.patch" - epatch "${FILESDIR}"/${P}-shlibsign.patch - epatch "${FILESDIR}"/${P}-chromeos-root-certs.patch - epatch "${FILESDIR}"/${P}-remove-fortezza.patch - epatch "${FILESDIR}"/${P}-chromeos-cert-nicknames.patch - epatch "${FILESDIR}"/${P}-chromeos-mitm-root.patch - - # See https://bugzilla.mozilla.org/show_bug.cgi?id=741481 for details. - epatch "${FILESDIR}"/${P}-cert-initlocks.patch - - # See http://crosbug.com/29623 for details. - epatch "${FILESDIR}"/${P}-abort-on-failed-urandom-access.patch - - # See https://bugzilla.mozilla.org/show_bug.cgi?id=802429 for details - epatch "${FILESDIR}"/${P}-bugzilla-802429.patch - - cd "${S}"/mozilla/security/coreconf - - # Explain that linux 3.0+ is just the same as 2.6. - ln -sf Linux2.6.mk Linux$(uname -r | cut -b1-3).mk - - # hack nspr paths - echo 'INCLUDES += -I'"${EPREFIX}"'/usr/include/nspr -I$(DIST)/include/dbm' \ - >> headers.mk || die "failed to append include" - - # modify install path - sed -e 's:SOURCE_PREFIX = $(CORE_DEPTH)/\.\./dist:SOURCE_PREFIX = $(CORE_DEPTH)/dist:' \ - -i source.mk - - # Respect LDFLAGS - sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk - - # Ensure we stay multilib aware - sed -i -e "s:gentoo\/nss:$(get_libdir):" "${S}"/mozilla/security/nss/config/Makefile || die "Failed to fix for multilib" - - # Fix pkgconfig file for Prefix - sed -i -e "/^PREFIX =/s:= /usr:= ${EPREFIX}/usr:" \ - "${S}"/mozilla/security/nss/config/Makefile - - epatch "${FILESDIR}"/${PN}-3.12.4-solaris-gcc.patch # breaks non-gnu tools - # dirty hack - cd "${S}"/mozilla/security/nss - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../freebl/\$(OBJDIR):" \ - lib/ssl/config.mk || die - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \ - cmd/platlibs.mk || die -} - -src_compile() { - strip-flags - - echo > "${T}"/test.c - $(tc-getCC) ${CFLAGS} -c "${T}"/test.c -o "${T}"/test.o - case $(file "${T}"/test.o) in - *64-bit*|*ppc64*|*x86_64*) export USE_64=1;; - *32-bit*|*ppc*|*i386*) ;; - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; - esac - - export NSPR_INCLUDE_DIR="${ROOT}"/usr/include/nspr - export NSPR_LIB_DIR="${ROOT}"/usr/lib - export BUILD_OPT=1 - export NSS_USE_SYSTEM_SQLITE=1 - export NSDISTMODE=copy - export NSS_ENABLE_ECC=1 - export XCFLAGS="${CFLAGS}" - export FREEBL_NO_DEPEND=1 - - # Cross-compile Love - ( filter-flags -m* ; - cd "${S}"/mozilla/security/coreconf && - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" LDFLAGS= CC="$(tc-getBUILD_CC)" || die "coreconf make failed" ) - cd "${S}"/mozilla/security/dbm - NSINSTALL=$(readlink -f $(find "${S}"/mozilla/security/coreconf -type f -name nsinstall)) - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" CC="$(tc-getCC)" NSINSTALL="${NSINSTALL}" OS_TEST=${ARCH} || die "dbm make failed" - cd "${S}"/mozilla/security/nss - if tc-is-cross-compiler; then - SHLIBSIGN_ARG="SHLIBSIGN=/usr/bin/nssshlibsign" - fi - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" CC="$(tc-getCC)" NSINSTALL="${NSINSTALL}" OS_TEST=${ARCH} ${SHLIBSIGN_ARG} || die "nss make failed" -} - -# Altering these 3 libraries breaks the CHK verification. -# All of the following cause it to break: -# - stripping -# - prelink -# - ELF signing -# http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn6.html -# Either we have to NOT strip them, or we have to forcibly resign after -# stripping. -#local_libdir="$(get_libdir)" -#export STRIP_MASK=" -# */${local_libdir}/libfreebl3.so* -# */${local_libdir}/libnssdbm3.so* -# */${local_libdir}/libsoftokn3.so*" - -export NSS_CHK_SIGN_LIBS="freebl3 nssdbm3 softokn3" - -generate_chk() { - local shlibsign="$1" - local libdir="$2" - einfo "Resigning core NSS libraries for FIPS validation" - shift 2 - for i in ${NSS_CHK_SIGN_LIBS} ; do - local libname=lib${i}.so - local chkname=lib${i}.chk - "${shlibsign}" \ - -i "${libdir}"/${libname} \ - -o "${libdir}"/${chkname}.tmp \ - && mv -f \ - "${libdir}"/${chkname}.tmp \ - "${libdir}"/${chkname} \ - || die "Failed to sign ${libname}" - done -} - -cleanup_chk() { - local libdir="$1" - shift 1 - for i in ${NSS_CHK_SIGN_LIBS} ; do - local libfname="${libdir}/lib${i}.so" - # If the major version has changed, then we have old chk files. - [ ! -f "${libfname}" -a -f "${libfname}.chk" ] \ - && rm -f "${libfname}.chk" - done -} - -src_install () { - MINOR_VERSION=12 - cd "${S}"/mozilla/security/dist - - dodir /usr/$(get_libdir) - cp -L */lib/*$(get_libname) "${ED}"/usr/$(get_libdir) || die "copying shared libs failed" - # We generate these after stripping the libraries, else they don't match. - #cp -L */lib/*.chk "${ED}"/usr/$(get_libdir) || die "copying chk files failed" - cp -L */lib/libcrmf.a "${ED}"/usr/$(get_libdir) || die "copying libs failed" - - # Install nss-config and pkgconfig file - dodir /usr/bin - cp -L */bin/nss-config "${ED}"/usr/bin - dodir /usr/$(get_libdir)/pkgconfig - cp -L */lib/pkgconfig/nss.pc "${ED}"/usr/$(get_libdir)/pkgconfig - - # all the include files - insinto /usr/include/nss - doins public/nss/*.h - cd "${ED}"/usr/$(get_libdir) - local n= - for file in *$(get_libname); do - n=${file%$(get_libname)}$(get_libname ${MINOR_VERSION}) - mv ${file} ${n} - ln -s ${n} ${file} - if [[ ${CHOST} == *-darwin* ]]; then - install_name_tool -id "${EPREFIX}/usr/$(get_libdir)/${n}" ${n} || die - fi - done - - local nssutils - if [ ! tc-is-cross-compiler ]; then - # Unless cross-compiling, enabled because we need it for chk generation. - nssutils="shlibsign" - fi - cd "${S}"/mozilla/security/dist/*/bin/ - for f in $nssutils; do - # TODO(cmasone): switch to normal nss tool names - newbin ${f} nss${f} - done - - # Prelink breaks the CHK files. We don't have any reliable way to run - # shlibsign after prelink. - declare -a libs - for l in ${NSS_CHK_SIGN_LIBS} ; do - libs+=("${EPREFIX}/usr/$(get_libdir)/lib${l}.so") - done - OLD_IFS="${IFS}" IFS=":" ; liblist="${libs[*]}" ; IFS="${OLD_IFS}" - echo -e "PRELINK_PATH_MASK=${liblist}" >"${T}/90nss" - unset libs liblist - doenvd "${T}/90nss" -} - -pkg_postinst() { - elog "We have reverted back to using upstreams soname." - elog "Please run revdep-rebuild --library libnss3.so.12 , this" - elog "will correct most issues. If you find a binary that does" - elog "not run please re-emerge package to ensure it properly" - elog " links after upgrade." - elog - local tool_root - # We must re-sign the libraries AFTER they are stripped. - if [ ! tc-is-cross-compiler ]; then - tool_root = "${EROOT}" - fi - generate_chk "${tool_root}"/usr/bin/nssshlibsign "${EROOT}"/usr/$(get_libdir) -} - -pkg_postrm() { - cleanup_chk "${EROOT}"/usr/$(get_libdir) -} diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/nss-3.14.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/nss-3.14.ebuild deleted file mode 100644 index 2f975bfbe0..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/nss/nss-3.14.ebuild +++ /dev/null @@ -1,234 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.14.ebuild,v 1.8 2012/11/29 23:41:51 blueness Exp $ - -EAPI=3 -inherit eutils flag-o-matic multilib toolchain-funcs - -NSPR_VER="4.9.2" -RTM_NAME="NSS_${PV//./_}_RTM" - -DESCRIPTION="Mozilla's Network Security Services library that implements PKI support" -HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/" -SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -DEPEND="virtual/pkgconfig - >=dev-libs/nspr-${NSPR_VER}" - -RDEPEND=">=dev-libs/nspr-${NSPR_VER} - >=dev-db/sqlite-3.5 - sys-libs/zlib - !> headers.mk || die "failed to append include" - - # modify install path - sed -e 's:SOURCE_PREFIX = $(CORE_DEPTH)/\.\./dist:SOURCE_PREFIX = $(CORE_DEPTH)/dist:' \ - -i source.mk || die - - # Respect LDFLAGS - sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk || die - - # Ensure we stay multilib aware - sed -i -e "s:gentoo\/nss:$(get_libdir):" "${S}"/mozilla/security/nss/config/Makefile || die "Failed to fix for multilib" - - # Fix pkgconfig file for Prefix - sed -i -e "/^PREFIX =/s:= /usr:= ${EPREFIX}/usr:" \ - "${S}"/mozilla/security/nss/config/Makefile || die - - epatch "${FILESDIR}/nss-3.13.1-solaris-gcc.patch" - - # dirty hack - cd "${S}"/mozilla/security/nss || die - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../freebl/\$(OBJDIR):" \ - lib/ssl/config.mk || die - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \ - cmd/platlibs.mk || die -} - -src_compile() { - strip-flags - - echo > "${T}"/test.c || die - $(tc-getCC) ${CFLAGS} -c "${T}"/test.c -o "${T}"/test.o || die - case $(file "${T}"/test.o) in - *32-bit*x86-64*) export USE_x32=1;; - *64-bit*|*ppc64*|*x86_64*) export USE_64=1;; - *32-bit*|*ppc*|*i386*) ;; - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; - esac - - export NSPR_INCLUDE_DIR="${ROOT}"/usr/include/nspr - export NSPR_LIB_DIR="${ROOT}"/usr/lib - export BUILD_OPT=1 - export NSS_USE_SYSTEM_SQLITE=1 - export NSDISTMODE=copy - export NSS_ENABLE_ECC=1 - export XCFLAGS="${CFLAGS}" - export FREEBL_NO_DEPEND=1 - export ASFLAGS="" - - # Cross-compile Love - ( filter-flags -m* ; - cd "${S}"/mozilla/security/coreconf && - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" LDFLAGS= CC="$(tc-getBUILD_CC)" || die "coreconf make failed" ) - cd "${S}"/mozilla/security/dbm - NSINSTALL=$(readlink -f $(find "${S}"/mozilla/security/coreconf -type f -name nsinstall)) - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" CC="$(tc-getCC)" NSINSTALL="${NSINSTALL}" OS_TEST=${ARCH} || die "dbm make failed" - cd "${S}"/mozilla/security/nss - if tc-is-cross-compiler; then - SHLIBSIGN_ARG="SHLIBSIGN=/usr/bin/nssshlibsign" - fi - emake -j1 BUILD_OPT=1 XCFLAGS="${CFLAGS}" CC="$(tc-getCC)" NSINSTALL="${NSINSTALL}" OS_TEST=${ARCH} ${SHLIBSIGN_ARG} || die "nss make failed" -} - -# Altering these 3 libraries breaks the CHK verification. -# All of the following cause it to break: -# - stripping -# - prelink -# - ELF signing -# http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn6.html -# Either we have to NOT strip them, or we have to forcibly resign after -# stripping. -#local_libdir="$(get_libdir)" -#export STRIP_MASK=" -# */${local_libdir}/libfreebl3.so* -# */${local_libdir}/libnssdbm3.so* -# */${local_libdir}/libsoftokn3.so*" - -export NSS_CHK_SIGN_LIBS="freebl3 nssdbm3 softokn3" - -generate_chk() { - local shlibsign="$1" - local libdir="$2" - einfo "Resigning core NSS libraries for FIPS validation" - shift 2 - for i in ${NSS_CHK_SIGN_LIBS} ; do - local libname=lib${i}.so - local chkname=lib${i}.chk - "${shlibsign}" \ - -i "${libdir}"/${libname} \ - -o "${libdir}"/${chkname}.tmp \ - && mv -f \ - "${libdir}"/${chkname}.tmp \ - "${libdir}"/${chkname} \ - || die "Failed to sign ${libname}" - done -} - -cleanup_chk() { - local libdir="$1" - shift 1 - for i in ${NSS_CHK_SIGN_LIBS} ; do - local libfname="${libdir}/lib${i}.so" - # If the major version has changed, then we have old chk files. - [ ! -f "${libfname}" -a -f "${libfname}.chk" ] \ - && rm -f "${libfname}.chk" - done -} - -src_install () { - MINOR_VERSION=12 - cd "${S}"/mozilla/security/dist || die - - dodir /usr/$(get_libdir) || die - cp -L */lib/*$(get_libname) "${ED}"/usr/$(get_libdir) || die "copying shared libs failed" - # We generate these after stripping the libraries, else they don't match. - #cp -L */lib/*.chk "${ED}"/usr/$(get_libdir) || die "copying chk files failed" - cp -L */lib/libcrmf.a "${ED}"/usr/$(get_libdir) || die "copying libs failed" - - # Install nss-config and pkgconfig file - dodir /usr/bin || die - cp -L */bin/nss-config "${ED}"/usr/bin || die - dodir /usr/$(get_libdir)/pkgconfig || die - cp -L */lib/pkgconfig/nss.pc "${ED}"/usr/$(get_libdir)/pkgconfig || die - - # all the include files - insinto /usr/include/nss - doins public/nss/*.h || die - cd "${ED}"/usr/$(get_libdir) || die - local n= - for file in *$(get_libname); do - n=${file%$(get_libname)}$(get_libname ${MINOR_VERSION}) - mv ${file} ${n} || die - ln -s ${n} ${file} || die - if [[ ${CHOST} == *-darwin* ]]; then - install_name_tool -id "${EPREFIX}/usr/$(get_libdir)/${n}" ${n} || die - fi - done - - local nssutils - # Always enabled because we need it for chk generation. - nssutils="shlibsign" - cd "${S}"/mozilla/security/dist/*/bin/ || die - for f in $nssutils; do - # TODO(cmasone): switch to normal nss tool names - newbin ${f} nss${f} || die - done - - # Prelink breaks the CHK files. We don't have any reliable way to run - # shlibsign after prelink. - declare -a libs - for l in ${NSS_CHK_SIGN_LIBS} ; do - libs+=("${EPREFIX}/usr/$(get_libdir)/lib${l}.so") - done - OLD_IFS="${IFS}" IFS=":" ; liblist="${libs[*]}" ; IFS="${OLD_IFS}" - echo -e "PRELINK_PATH_MASK=${liblist}" >"${T}/90nss" || die - unset libs liblist - doenvd "${T}/90nss" || die -} - -pkg_postinst() { - elog "We have reverted back to using upstreams soname." - elog "Please run revdep-rebuild --library libnss3.so.12 , this" - elog "will correct most issues. If you find a binary that does" - elog "not run please re-emerge package to ensure it properly" - elog " links after upgrade." - elog - local tool_root - # We must re-sign the libraries AFTER they are stripped. - if ! tc-is-cross-compiler; then - tool_root = "${EROOT}" - fi - generate_chk "${tool_root}"/usr/bin/nssshlibsign "${EROOT}"/usr/$(get_libdir) -} - -pkg_postrm() { - cleanup_chk "${EROOT}"/usr/$(get_libdir) -}