PSARC/2016/217 Smartcard Reintroduction s11u3-sru
authorJan Parcel <jan.parcel@oracle.com>
Wed, 06 Jul 2016 18:48:42 -0700
branchs11u3-sru
changeset 6364 fd8be207f137
parent 6363 052c5c0a107d
child 6366 97442586e97e
PSARC/2016/217 Smartcard Reintroduction PSARC/2016/232 CACkey Smartcard PKCS#11 provider 22822476 Add CACKey v0.7.4 to Userland consolidation
components/cackey/Makefile
components/cackey/cackey.license
components/cackey/cackey.p5m
components/cackey/patches/00-configure.ac.patch
components/cackey/patches/01-Makefile.in.patch
components/cackey/patches/02-autogen.sh.patch
components/cackey/patches/03-asn1-x509.c.patch
components/cackey/patches/04-cackey.spec.patch
components/cackey/patches/05-cackey.c.patch
components/cackey/patches/06-cackey_builtin_certs.h.patch
components/cackey/patches/07-test.c.patch
components/cackey/patches/README
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/Makefile	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,90 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+# TESTING:
+#   Requires physical card reader attached to USB with card inserted.
+#   SCM Microsystems, model SCR3310 is what was used in-house to test.
+#
+#   To build the test:
+#   $ cd build/[64-bit directory]
+#   $ gmake build-test
+#
+#   To run the test:
+#   $ cd build/[64-bit directory]
+#   $ ./testcackey> testoutput.log
+#
+#   If the last line of output says:
+#   Testing libcackey... DONE. Status = 0
+#   then you have a finished test and results.
+#   Search for CK_FAIL or "failed" in testoutput.log to see the actual failures,
+#   if no CK_FAIl or failed were reported, the test ran successfully.
+
+include ../../make-rules/shared-macros.mk
+
+BITS=			64
+COMPONENT_NAME=		CACKey
+COMPONENT_VERSION=	0.7.4
+COMPONENT_PROJECT_URL=	http://www.rkeene.org/projects/info/wiki/161
+COMPONENT_COMMIT_ID=	2f51a0d2995c7fd6acb57a953ac24697671d1ef4
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_COMMIT_ID)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).zip
+COMPONENT_ARCHIVE_URL=  \
+    https://github.com/Conservatory/CACKey/archive/$(COMPONENT_COMMIT_ID).zip
+
+COMPONENT_BUGDB=	library/smartcard
+
+TPNO =			25489
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+# does not use typical FOSS dir layout, source is at top level
+COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
+
+# requires PC/SC libraries and headers
+CONFIGURE_ENV += CFLAGS="$(CFLAGS) -I$(USRINCDIR)/PCSC" 
+CONFIGURE_ENV += LDFLAGS="-lpcsclite"
+
+# options needed for configure, library location, PC/SC library and headers    
+CONFIGURE_OPTIONS +=    --exec-prefix=$(USRLIBDIR64)
+CONFIGURE_OPTIONS +=    --with-pcsc-headers=$(USRINCDIR)/PCSC
+CONFIGURE_OPTIONS +=    --enable-dod-certs-on-hw-slots
+
+# configure.ac related patch needs configure script re-creation
+COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf);
+
+# common targets
+configure:	$(CONFIGURE_64)
+
+build:		$(BUILD_64)
+
+install:	$(INSTALL_64)
+
+test:		$(NO_TEST)
+
+# required packages  
+REQUIRED_PACKAGES += library/security/pcsc/pcsclite
+REQUIRED_PACKAGES += library/zlib
+REQUIRED_PACKAGES += system/library
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/cackey.license	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,717 @@
+
+                  CACKey 201207191606
+
+
+Release information:
+pkg: CACKey version 201207191606
+date: Thu Jul 19 16:06:56 UTC 2012
+author: US Army Corps of Engineers
+contact: Roy Keene <email no longer valid>
+
+US Army Corps of Engineers
+Information Technology Laboratory
+Vicksburg, MS 39180
+
+--------------------------------------------------------------------------
+
+With the exceptions noted below, the files in this directory and the
+'leakcheck' subdirectory are Copyright 2012, Lockheed Martin
+Corporation.
+
+The U.S. Government has Unlimited Rights in this computer software
+pursuant to the clause DFARS 252.227-7014 of contract No.
+W91WMC-07-D-0001. Any reproduction of this computer software, or
+portions thereof, marked with this legend must also reproduce these
+markings.
+
+The files this project developed in the performance of contract
+W91WMC-07-D-0001 (see exceptions below) are authorized for
+distribution by the United States Government under the following
+
+license: 
+
+LICENSE (MIT)
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+EXCEPTIONS
+
+The following files in this directory are the intellectual property of the Free Software Foundation and are licensed under the terms of GPL-2.0-with-autoconf-exception: config.guess, config.sub
+
+GNU GENERAL PUBLIC LICENSE
+
+Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.  
+51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
+
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.
+
+When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
+
+For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
+
+Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
+
+Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution and modification follow.
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. 
+    b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. 
+    c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) 
+
+These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
+
+3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, 
+    b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, 
+    c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) 
+
+The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
+
+If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
+
+5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
+
+7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
+
+9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+END OF TERMS AND CONDITIONS
+How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
+
+one line to give the program's name and an idea of what it does.
+Copyright (C) yyyy  name of author
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
+
+Gnomovision version 69, Copyright (C) year name of author
+Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
+type `show w'.  This is free software, and you are welcome
+to redistribute it under certain conditions; type `show c' 
+for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:
+
+Yoyodyne, Inc., hereby disclaims all copyright
+interest in the program `Gnomovision'
+(which makes passes at compilers) written 
+by James Hacker.
+
+signature of Ty Coon, 1 April 1989
+Ty Coon, President of Vice
+
+Autoconf Exception
+
+As a special exception, the Free Software Foundation gives unlimited permission to copy, distribute and modify the configure scripts that are the output of Autoconf. You need not follow the terms of the GNU General Public License when using or distributing such scripts, even though portions of the text of Autoconf appear in them. The GNU General Public License (GPL) does govern all other use of the material that constitutes the Autoconf program.
+
+Certain portions of the Autoconf source text are designed to be copied (in certain cases, depending on the input) into the output of Autoconf. We call these the "data" portions. The rest of the Autoconf source text consists of comments plus executable code that decides which of the data portions to output in any given case. We call these comments and executable code the "non-data" portions. Autoconf never copies any of the non-data portions into its output.
+
+This special exception to the GPL applies to versions of Autoconf released by the Free Software Foundation. When you make and distribute a modified version of Autoconf, you may extend this special exception to the GPL to apply to your modified version as well, *unless* your modified version has the potential to copy into its output some of the text that was the non-data portion of the version that you started with. (In other words, unless your change moves or copies text from the non-data portions to the data portions.) If your modification has such potential, you must delete any notice of this special exception to the GPL from your modified version.
+
+
+
+The following files in this directory are the intellectual property of  the X Consortium, and are licensed under the X11 license: install.sh
+
+# Copyright (C) 1994 X Consortium
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# sell copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#
+# Except as contained in this notice, the name of the X Consortium shall not
+# be used in advertising or otherwise to promote the sale, use or other deal-
+# ings in this Software without prior written authorization from the X Consor-
+# tium.
+#
+#
+# FSF changes to this file are in the public domain.
+#
+# Calling this script install-sh is preferred over install.sh, to prevent
+# `make' implicit rules from creating a file called install from it
+# when there is no Makefile.
+#
+# This script is compatible with the BSD install script, but was written
+# from scratch.
+
+
+
+The following files in this directory are the intellectual property of RSA Data Security, Inc., and are licensed under terms specified therein: md5.h, md5.c These files are "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm".
+
+/* MD5.H - header file for MD5.C
+ */
+
+/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
+rights reserved.
+License to copy and use this software is granted provided that it
+is identified as the "RSA Data Security, Inc. MD5 Message-Digest
+Algorithm" in all material mentioning or referencing this software
+or this function.
+License is also granted to make and use derivative works provided
+that such works are identified as "derived from the RSA Data
+Security, Inc. MD5 Message-Digest Algorithm" in all material
+mentioning or referencing the derived work.
+RSA Data Security, Inc. makes no representations concerning either
+the merchantability of this software or the suitability of this
+software for any particular purpose. It is provided "as is"
+without express or implied warranty of any kind.
+These notices must be retained in any copies of any part of this
+documentation and/or software.
+ */
+
+/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
+ */
+
+/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
+rights reserved.
+License to copy and use this software is granted provided that it
+is identified as the "RSA Data Security, Inc. MD5 Message-Digest
+Algorithm" in all material mentioning or referencing this software
+or this function.
+License is also granted to make and use derivative works provided
+that such works are identified as "derived from the RSA Data
+Security, Inc. MD5 Message-Digest Algorithm" in all material
+mentioning or referencing the derived work.
+RSA Data Security, Inc. makes no representations concerning either
+the merchantability of this software or the suitability of this
+software for any particular purpose. It is provided "as is"
+without express or implied warranty of any kind.
+These notices must be retained in any copies of any part of this
+documentation and/or software.
+ */
+
+
+The following files in this directory are from RFC 3174, are the intellectual property of the Internet Society, and are licensed under terms specified therein: sha1.c, sha1.h
+
+These are also needed to access the credentials (aka X.509 certificates and messaging) from the smart card.
+/*
+ *  sha1.c
+ *
+ *  Description:
+ *      This file implements the Secure Hashing Algorithm 1 as
+ *      defined in FIPS PUB 180-1 published April 17, 1995.
+ *
+ *      The SHA-1, produces a 160-bit message digest for a given
+ *      data stream.  It should take about 2**n steps to find a
+ *      message with the same digest as a given message and
+ *      2**(n/2) to find any two messages with the same digest,
+ *      when n is the digest size in bits.  Therefore, this
+ *      algorithm can serve as a means of providing a
+ *      "fingerprint" for a message.
+ *
+ *  Portability Issues:
+ *      SHA-1 is defined in terms of 32-bit "words".  This code
+ *      uses <stdint.h> (included via "sha1.h" to define 32 and 8
+ *      bit unsigned integer types.  If your C compiler does not
+ *      support 32 bit unsigned integers, this code is not
+ *      appropriate.
+ *
+ *  Caveats:
+ *      SHA-1 is designed to work with messages less than 2^64 bits
+ *      long.  Although SHA-1 allows a message digest to be generated
+ *      for messages of any number of bits less than 2^64, this
+ *      implementation only works with messages with a length that is
+ *      a multiple of the size of an 8-bit character.
+ *
+ */
+
+
+/*
+ *  sha1.h
+ *
+ *  Description:
+ *      This is the header file for code which implements the Secure
+ *      Hashing Algorithm 1 as defined in FIPS PUB 180-1 published
+ *      April 17, 1995.
+ *
+ *      Many of the variable names in this code, especially the
+ *      single character names, were used because those were the names
+ *      used in the publication.
+ *
+ *      Please read the file sha1.c for more information.
+ *
+ */
+
+/*
+  Copyright (C) The Internet Society (2001).  All Rights Reserved.
+   This document and translations of it may be copied and furnished to
+   others, and derivative works that comment on or otherwise explain it
+   or assist in its implementation may be prepared, copied, published
+   and distributed, in whole or in part, without restriction of any
+   kind, provided that the above copyright notice and this paragraph are
+   included on all such copies and derivative works.  However, this
+   document itself may not be modified in any way, such as by removing
+   the copyright notice or references to the Internet Society or other
+   Internet organizations, except as needed for the purpose of
+   developing Internet standards in which case the procedures for
+   copyrights defined in the Internet Standards process must be
+   followed, or as required to translate it into languages other than
+   English.
+   The limited permissions granted above are perpetual and will not be
+   revoked by the Internet Society or its successors or assigns.
+   This document and the information contained herein is provided on an
+   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
+   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
+   BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
+   HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
+   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+*/
+
+
+
+pkcs11n.h : Mozilla Public License 2.0
+
+Mozilla Public License
+Version 2.0
+1. Definitions
+
+1.1. “Contributor”
+
+    means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.
+1.2. “Contributor Version”
+
+    means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution.
+1.3. “Contribution”
+
+    means Covered Software of a particular Contributor.
+1.4. “Covered Software”
+
+    means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.
+1.5. “Incompatible With Secondary Licenses”
+
+    means
+
+        that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or
+
+        that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License.
+
+1.6. “Executable Form”
+
+    means any form of the work other than Source Code Form.
+1.7. “Larger Work”
+
+    means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software.
+1.8. “License”
+
+    means this document.
+1.9. “Licensable”
+
+    means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.
+1.10. “Modifications”
+
+    means any of the following:
+
+        any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or
+
+        any new file in Source Code Form that contains any Covered Software.
+
+1.11. “Patent Claims” of a Contributor
+
+    means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.
+1.12. “Secondary License”
+
+    means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.
+1.13. “Source Code Form”
+
+    means the form of the work preferred for making modifications.
+1.14. “You” (or “Your”)
+
+    means an individual or a legal entity exercising rights under this License. For legal entities, “You” includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
+
+2. License Grants and Conditions
+2.1. Grants
+
+Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:
+
+    under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and
+
+    under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.
+
+2.2. Effective Date
+
+The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.
+2.3. Limitations on Grant Scope
+
+The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor:
+
+    for any code that a Contributor has removed from Covered Software; or
+
+    for infringements caused by: (i) Your and any other third party’s modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or
+
+    under Patent Claims infringed by Covered Software in the absence of its Contributions.
+
+This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4).
+2.4. Subsequent Licenses
+
+No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3).
+2.5. Representation
+
+Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.
+2.6. Fair Use
+
+This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.
+2.7. Conditions
+
+Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1.
+3. Responsibilities
+3.1. Distribution of Source Form
+
+All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients’ rights in the Source Code Form.
+3.2. Distribution of Executable Form
+
+If You distribute Covered Software in Executable Form then:
+
+    such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and
+
+    You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients’ rights in the Source Code Form under this License.
+
+3.3. Distribution of a Larger Work
+
+You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).
+3.4. Notices
+
+You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.
+3.5. Application of Additional Terms
+
+You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.
+4. Inability to Comply Due to Statute or Regulation
+
+If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
+5. Termination
+
+5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice.
+
+5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate.
+
+5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.
+6. Disclaimer of Warranty
+
+Covered Software is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.
+7. Limitation of Liability
+
+Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party’s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
+8. Litigation
+
+Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party’s ability to bring cross-claims or counter-claims.
+9. Miscellaneous
+
+This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor.
+10. Versions of the License
+10.1. New Versions
+
+Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.
+10.2. Effect of New Versions
+
+You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.
+10.3. Modified Versions
+
+If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).
+10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
+
+If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached.
+Exhibit A - Source Code Form License Notice
+
+    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.
+
+You may add additional accurate notices of copyright ownership.
+Exhibit B - “Incompatible With Secondary Licenses” Notice
+
+    This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0.
+
+
+
+The files in the "pkcs11/" directory are licensed under the terms of the following licenses:
+
+
+mypkcs11.h : GNU Lesser General Public License 2.1.
+
+
+pkcs11.h : GNU Lesser General Public License 2.1.
+
+
+pkcs11f.h : GNU Lesser General Public License 2.1.
+
+
+pkcs11t.h : GNU Lesser General Public License 2.1.
+
+
+GNU LESSER GENERAL PUBLIC LICENSE
+
+Version 2.1, February 1999
+
+Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
+
+This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below.
+
+When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things.
+
+To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it.
+
+For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
+
+We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library.
+
+To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others.
+
+Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license.
+
+Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs.
+
+When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library.
+
+We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances.
+
+For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License.
+
+In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system.
+
+Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library.
+
+The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run.
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you".
+
+A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
+
+The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
+
+"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.
+
+Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
+
+1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library.
+
+You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+    b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
+    c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
+    d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
+
+3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
+
+Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
+
+This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
+
+4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.
+
+If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
+
+5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
+
+However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
+
+When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
+
+If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
+
+Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
+
+6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications.
+
+You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
+
+    a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
+    b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with.
+    c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
+    d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
+    e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
+
+For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
+
+It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
+
+7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
+    b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
+
+8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
+
+9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
+
+10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License.
+
+11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
+
+12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
+
+13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
+
+14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
+
+NO WARRANTY
+
+15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+END OF TERMS AND CONDITIONS
+How to Apply These Terms to Your New Libraries
+
+If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
+
+To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
+
+one line to give the library's name and an idea of what it does.
+Copyright (C) year  name of author
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
+
+Yoyodyne, Inc., hereby disclaims all copyright interest in
+the library `Frob' (a library for tweaking knobs) written
+by James Random Hacker.
+
+signature of Ty Coon, 1 April 1990
+Ty Coon, President of Vice
+
+That's all there is to it!
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/cackey.p5m	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,44 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/system/library/security/pkcs11_cackey@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="Provides a PKCS#11 interface for smart cards connected to a PC/SC compliant reader."
+set name=pkg.description \
+    value="Provides the functionality and library necessary to interact with X.509 certificates and the security keys found on Common Access Card (CAC) based smart cards compliant with the PC/SC specification and that implement the Government Smart Card Interoperability Specification (GSC-IS) v2.1 or newer."
+set name=com.oracle.info.description value="the CACKey library"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:System/Libraries \
+    value=org.opensolaris.category.2008:System/Security
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2016/232
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/$(MACH64)/libcackey.so
+link path=usr/lib/$(MACH64)/libcackey.so.1 target=libcackey.so
+license cackey.license \
+    license="MIT, X11, GPLv2, LGPLv2.1, MPLv2, Lockheed, RSA, Internet Society"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/patches/00-configure.ac.patch	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,51 @@
+In-house patch created to clear any merge conflicts from source in archive
+repo to build properly on Solaris.
+
+--- CACKey-0.7.4/configure.ac	2016-06-15 14:35:48.589770356 -0400
++++ CACKey-0.7.4/configure.ac	2016-06-15 14:23:15.465414402 -0400
+@@ -1,8 +1,4 @@
+-<<<<<<< HEAD
+-AC_INIT(cackey, 0.6.6.201207191606) 
+-=======
+ AC_INIT(cackey, 0.7.4) 
+->>>>>>> trunk
+ AC_CONFIG_HEADERS(config.h)
+ 
+ dnl Locate standard tools
+@@ -147,8 +143,6 @@
+ 	]
+ )
+ 
+-<<<<<<< HEAD
+-=======
+ dnl Option to enable DoD certs on hardware slot
+ AC_ARG_ENABLE(dod-certs-on-hw-slots, AC_HELP_STRING([--enable-dod-certs-on-hw-slots], [Specify that DoD certificates should be made available on hardware token slots]), [
+ 	dodcertsonhwslots=$enableval
+@@ -192,27 +186,6 @@
+ 	AC_DEFINE_UNQUOTED(CACKEY_PIN_COMMAND_XONLY_DEFAULT, [$pincommandxonly], [Command to run to prompt user for PIN only if DISPLAY environment variable is set])
+ fi
+ 
+-AC_ARG_WITH(readers-include-only, AC_HELP_STRING([--with-readers-include-only=<string>], [Specify a string to match in a reader to include it, all other readers will be excluded.  The user may override this with the CACKEY_READERS_INCLUDE_ONLY environment variable.]), [
+-	readers_include_only="${withval}"
+-], [
+-	readers_include_only="no"
+-])
+-
+-AC_ARG_WITH(readers-exclude, AC_HELP_STRING([--with-readers-exclude=<string>], [Specify a string to match in a reader to exclude it, all other readers will be included.  The user may override this with the CACKEY_READERS_EXCLUDE environment variable.]), [
+-	readers_exclude="${withval}"
+-], [
+-	readers_exclude="no"
+-])
+-
+-if ! test "${readers_include_only}" = 'no'; then
+-	AC_DEFINE_UNQUOTED(CACKEY_READERS_INCLUDE_ONLY_DEFAULT, [$readers_include_only], [Substring to match to include readers])
+-fi
+-
+-if ! test "${readers_exclude}" = 'no'; then
+-	AC_DEFINE_UNQUOTED(CACKEY_READERS_EXCLUDE_DEFAULT, [$readers_exclude], [Substring to match to exclude readers])
+-fi
+-
+->>>>>>> trunk
+ dnl Set version script, to limit the scope of symbols
+ DC_SETVERSIONSCRIPT(libcackey.vers, libcackey.syms)
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/patches/01-Makefile.in.patch	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,48 @@
+In-house patch created to clear any merge conflicts from source in archive
+repo to build properly on Solaris. 
+
+Removed objcopy commands due to upstream bug affecting buildenv on Solaris.
+objcopy breaks sh_link and sh_info of SHT_SUNW_LDYNSYM and SHT_SUNW_symsort sections
+
+Renamed test program output to "testcackey" for internal functional testing use and
+renamed test target to "build-test" to remove ambiguity with userland buildenv test target. 
+
+Removed the test-afl.data and test.afl targets as they are not being used with our test cases
+and also contained merge conflict markers. 
+ 
+--- CACKey-0.7.4/Makefile.in	2016-06-16 10:16:46.396593461 -0400
++++ CACKey-0.7.4/Makefile.in	2016-06-23 12:16:17.380726632 -0400
+@@ -26,31 +26,13 @@
+ 
+ libcackey.@SHOBJEXT@: cackey.o
+ 	$(CC) $(SHOBJFLAGS) $(CPPFLAGS) $(CFLAGS) $(SHOBJLDFLAGS) $(LDFLAGS) -o libcackey.@SHOBJEXT@ cackey.o $(LIBS)
+-	-@WEAKENSYMS@ "libcackey.@SHOBJEXT@"
+-	-@REMOVESYMS@ "libcackey.@SHOBJEXT@"
+ 
+ libcackey_g.@SHOBJEXT@: cackey_g.o
+ 	$(CC) $(SHOBJFLAGS) $(DEBUGCPPFLAGS) $(DEBUGCFLAGS) $(SHOBJLDFLAGS) $(LDFLAGS) -o libcackey_g.@SHOBJEXT@ cackey_g.o $(LIBS)
+-	-@WEAKENSYMS@ "libcackey_g.@SHOBJEXT@"
+ 
+-test: test.c libcackey_g.@SHOBJEXT@
+-	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o test test.c -Wl,-R,. libcackey_g.@SHOBJEXT@
++build-test: test.c libcackey_g.@SHOBJEXT@
++	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o testcackey test.c -Wl,-R,. libcackey_g.@SHOBJEXT@
+ 
+-<<<<<<< HEAD
+-=======
+-test-afl.data: test
+-	tmpLogFile='log.$(shell openssl rand -hex 16)'; \
+-		./test 2> $${tmpLogFile}; \
+-		echo -ne "$$( \
+-			grep 'Returned Value:' $${tmpLogFile} | sed 's@^.*/@@;s@ = {@ @;s@})$$@@;s@,@@g;s@ @\\x@g;s@\\@ \\@' | while IFS=' ' read -r count string; do \
+-				printf '\\x%02x\\x%02x%s' $$[$${count} / 256] $$[$${count} % 256] "$${string}"; \
+-			done \
+-		)" > test-afl.data; rm -f $${tmpLogFile}
+-
+-test-afl: test-afl.data test.c cackey.c cackey_builtin_certs.h sha1.c sha1.h md5.c md5.h asn1-x509.c asn1-x509.h config.h
+-	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -DCACKEY_TEST_AFL -o test-afl test.c $(patsubst -lpcsclite,,$(LIBS))
+-
+->>>>>>> trunk
+ splint-cackey.txt: cackey.c cackey_builtin_certs.h asn1-x509.c asn1-x509.h config.h
+ 	splint $(DEBUGCPPFLAGS) -DCACKEY_PARANOID=1 -weak +posixlib -I/usr/include/PCSC -Ipkcs11 cackey.c > splint-cackey.txt
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/patches/02-autogen.sh.patch	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,19 @@
+In-house patch created to clear any merge conflicts from source in archive
+repo to build properly on Solaris.
+
+--- CACKey-0.7.4/autogen.sh	2016-05-19 16:20:45.459266138 -0400
++++ CACKey-0.7.4/autogen.sh	2015-07-16 12:20:20.000000000 -0400
+@@ -6,8 +6,6 @@
+ autoconf; autoheader
+ 
+ rm -rf autom4te.cache/
+-<<<<<<< HEAD
+-=======
+ 
+ for basefile in install-sh config.sub config.guess; do
+ 	for path in /usr/share/automake-*; do
+@@ -20,4 +18,3 @@
+ 		fi
+ 	done
+ done
+->>>>>>> trunk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/patches/03-asn1-x509.c.patch	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,129 @@
+In-house patch created to clear any merge conflicts from source in archive
+repo to build properly on Solaris.
+
+--- CACKey-0.7.4/asn1-x509.c	2016-05-19 14:16:48.225215019 -0400
++++ CACKey-0.7.4/asn1-x509.c	2015-07-16 12:20:20.000000000 -0400
+@@ -70,7 +70,6 @@
+ 	outbuf->tag = *buf_p;
+ 	buf_p++;
+ 	buflen--;
+-<<<<<<< HEAD
+ 	if (buflen == 0) {
+ 		return(-1);
+ 	}
+@@ -80,22 +79,6 @@
+ 		return(_asn1_x509_read_asn1_object(buf_p, buflen, args));
+ 	}
+ 
+-=======
+-
+-	/* NULL Tag -- no size is required */
+-	if (outbuf->tag == 0x00) {
+-		outbuf->size = 0;
+-		outbuf->asn1rep_len = 1;
+-		outbuf->asn1rep = buf;
+-
+-		return(_asn1_x509_read_asn1_object(buf_p, buflen, args));
+-	}
+-
+-	if (buflen == 0) {
+-		return(-1);
+-	}
+-
+->>>>>>> trunk
+ 	small_object_size = *buf_p;
+ 	buf_p++;
+ 	buflen--;
+@@ -112,10 +95,6 @@
+ 
+ 			buf_p++;
+ 			buflen--;
+-<<<<<<< HEAD
+-=======
+-
+->>>>>>> trunk
+ 			if (buflen == 0) {
+ 				break;
+ 			}
+@@ -128,14 +107,7 @@
+ 		return(-1);
+ 	}
+ 
+-<<<<<<< HEAD
+ 	outbuf->contents = buf_p;
+-=======
+-	if (buflen != 0) {
+-		outbuf->contents = buf_p;
+-	}
+-
+->>>>>>> trunk
+ 	outbuf->asn1rep_len = outbuf->size + (buf_p - buf);
+ 	outbuf->asn1rep = buf;
+ 
+@@ -163,41 +135,29 @@
+ 
+ 	read_ret = asn1_x509_read_asn1_object(buf, buflen, &outbuf->wholething, NULL);
+ 	if (read_ret != 0) {
+-<<<<<<< HEAD
+-=======
+ 		CACKEY_DEBUG_PRINTF("Failed at reading the contents from the wrapper")
+ 
+->>>>>>> trunk
+ 		return(-1);
+ 	}
+ 
+ 	read_ret = asn1_x509_read_asn1_object(outbuf->wholething.contents, outbuf->wholething.size, &outbuf->certificate, NULL);
+ 	if (read_ret != 0) {
+-<<<<<<< HEAD
+-=======
+ 		CACKEY_DEBUG_PRINTF("Failed at reading the certificate from the contents");
+ 
+->>>>>>> trunk
+ 		return(-1);
+ 	}
+ 
+ 	read_ret = asn1_x509_read_asn1_object(outbuf->certificate.contents, outbuf->certificate.size, &outbuf->version, &outbuf->serial_number, &outbuf->signature_algo, &outbuf->issuer, &outbuf->validity, &outbuf->subject, &outbuf->pubkeyinfo, NULL);
+ 	if (read_ret != 0) {
+-<<<<<<< HEAD
+-=======
+ 		CACKEY_DEBUG_PRINTF("Failed at reading the certificate components from the certificate");
+ 
+->>>>>>> trunk
+ 		return(-1);
+ 	}
+ 
+ 	read_ret = asn1_x509_read_asn1_object(outbuf->pubkeyinfo.contents, outbuf->pubkeyinfo.size, &outbuf->pubkey_algoid, &outbuf->pubkey, NULL);
+ 	if (read_ret != 0) {
+-<<<<<<< HEAD
+-=======
+ 		CACKEY_DEBUG_PRINTF("Failed at reading the public key from the certificate components");
+ 
+->>>>>>> trunk
+ 		return(-1);
+ 	}
+ 
+@@ -242,12 +202,9 @@
+ 
+ 	read_ret = asn1_x509_read_object(x509_der_buf, x509_der_buf_len, &x509);
+ 	if (read_ret != 0) {
+-<<<<<<< HEAD
+-=======
+ 		CACKEY_DEBUG_PRINTF("Unable to read serial number from a %lu byte buffer", x509_der_buf_len);
+ 		CACKEY_DEBUG_PRINTBUF("X.509 DER:", x509_der_buf, x509_der_buf_len);
+ 
+->>>>>>> trunk
+ 		return(-1);
+ 	}
+ 
+@@ -420,11 +377,7 @@
+ 
+ 	offset = 0;
+ 	while (1) {
+-<<<<<<< HEAD
+-		read_ret = asn1_x509_read_asn1_object(whole_thing.contents + offset, whole_thing.size - offset, &current_set, NULL);
+-=======
+ 		read_ret = asn1_x509_read_asn1_object(((unsigned char *) whole_thing.contents) + offset, whole_thing.size - offset, &current_set, NULL);
+->>>>>>> trunk
+ 		if (read_ret != 0) {
+ 			break;
+ 		}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/patches/04-cackey.spec.patch	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,30 @@
+In-house patch created to clear any merge conflicts from source in archive
+repo to build properly on Solaris.
+
+--- CACKey-0.7.4/cackey.spec	2016-05-20 01:53:54.710093467 -0400
++++ CACKey-0.7.4/cackey.spec	2016-05-20 01:34:23.363490949 -0400
+@@ -5,12 +5,10 @@
+ Release: 1
+ License: Public Domain
+ Packager: Roy Keene <[email protected]>
+-=======
+ Version: @@VERS@@
+ Release: 1
+ License: Public Domain
+ Packager: Roy Keene <[email protected]>
+->>>>>>> trunk
+ URL: https://software.forge.mil/sf/frs/do/listReleases/projects.community_cac/frs.cackey
+ Source: %{name}-%{version}.tar.gz
+ BuildRoot: %{_tmppath}/%{name}-%{version}-root
+@@ -23,11 +21,7 @@
+ PC/SC compliant reader.  It performs a similar function to "CoolKey", but
+ only supports Government Smartcards.  It supports all Government Smartcards
+ that implement the Government Smartcard Interoperability Specification (GSC-IS)
+-<<<<<<< HEAD
+-v2.1 or newer.
+-=======
+ v2.1 or newer as well as PIV cards that comply with NIST SP 800-73-3.
+->>>>>>> trunk
+ 
+ 
+ %prep
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/patches/05-cackey.c.patch	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,2121 @@
+In-house patch created to clear any merge conflicts from source in archive
+repo to build properly on Solaris.
+
+--- CACKey-0.7.4/cackey.c	2016-05-19 14:16:48.230399914 -0400
++++ CACKey-0.7.4/cackey.c	2015-07-16 12:20:20.000000000 -0400
+@@ -35,13 +35,10 @@
+ #ifdef HAVE_STDIO_H
+ #  include <stdio.h>
+ #endif
+-<<<<<<< HEAD
+-=======
+ #define HAVE_ERRNO_H 1
+ #ifdef HAVE_ERRNO_H
+ #  include <errno.h>
+ #endif
+->>>>>>> trunk
+ #ifdef HAVE_ZLIB_H
+ #  ifdef HAVE_LIBZ
+ #    include <zlib.h>
+@@ -51,12 +48,9 @@
+ #    undef HAVE_LIBZ
+ #  endif
+ #endif
+-<<<<<<< HEAD
+-=======
+ #ifdef CACKEY_DEBUG_SEARCH_SPEEDTEST
+ #  include <sys/time.h>
+ #endif
+->>>>>>> trunk
+ 
+ #define CK_PTR *
+ #define CK_DEFINE_FUNCTION(returnType, name) returnType name
+@@ -73,17 +67,6 @@
+ #include "sha1.h"
+ #include "md5.h"
+ 
+-<<<<<<< HEAD
+-/*
+- * Include these source files in this translation unit so that we can bind to
+- * functions and not include any symbols in the output shared object.
+- */
+-#include "asn1-x509.c"
+-#include "sha1.c"
+-#include "md5.c"
+-
+-=======
+->>>>>>> trunk
+ #ifndef CACKEY_CRYPTOKI_VERSION_CODE
+ #  define CACKEY_CRYPTOKI_VERSION_CODE 0x021e00
+ #endif
+@@ -102,10 +85,7 @@
+ #define GSCIS_INSTR_GET_CHALLENGE     0x84
+ #define GSCIS_INSTR_INTERNAL_AUTH     0x88
+ #define GSCIS_INSTR_VERIFY            0x20
+-<<<<<<< HEAD
+-=======
+ #define GSCIS_INSTR_CHANGE_REFERENCE  0x24
+->>>>>>> trunk
+ #define GSCIS_INSTR_SIGN              0x2A
+ #define GSCIS_INSTR_GET_PROP          0x56
+ #define GSCIS_INSTR_GET_ACR           0x4C
+@@ -173,13 +153,10 @@
+ #define GSCIS_TAG_SECURITY_CODE       0x57
+ #define GSCIS_TAG_CARDID_AID          0x58
+ 
+-<<<<<<< HEAD
+-=======
+ /*** PIV Codes ***/
+ #define NISTSP800_73_3_INSTR_GET_DATA 0xCB
+ #define NISTSP800_73_3_INSTR_GENAUTH  0x87
+ 
+->>>>>>> trunk
+ /*** PKI Information - EF 7000 ***/
+ #define GSCIS_TAG_CERTIFICATE         0x70
+ #define GSCIS_TAG_CERT_ISSUE_DATE     0x71
+@@ -187,8 +164,6 @@
+ 
+ /** Applet IDs **/
+ #define GSCIS_AID_CCC                 0xA0, 0x00, 0x00, 0x01, 0x16, 0xDB, 0x00
+-<<<<<<< HEAD
+-=======
+ #define NISTSP800_73_3_PIV_AID        0xA0, 0x00, 0x00, 0x03, 0x08, 0x00, 0x00, 0x10, 0x00, 0x01, 0x00
+ 
+ /* PIV IDs */
+@@ -207,7 +182,6 @@
+ #define NISTSP800_73_3_OID_SIGNATURE 0x5F, 0xC1, 0x0A
+ #define NISTSP800_73_3_OID_KEYMGT    0x5F, 0xC1, 0x0B
+ #define NISTSP800_73_3_OID_CARDAUTH  0x5F, 0xC1, 0x01
+->>>>>>> trunk
+ 
+ /* Maximum size of data portion of APDUs */
+ /** Do not set this above 250 **/
+@@ -222,17 +196,6 @@
+ #  ifdef HAVE_TIME_H
+ #    include <time.h>
+ static time_t cackey_debug_start_time = 0;
+-<<<<<<< HEAD
+-#    define CACKEY_DEBUG_PRINTTIME { if (cackey_debug_start_time == 0) { cackey_debug_start_time = time(NULL); }; fprintf(cackey_debug_fd(), "[%lu]: ", (unsigned long) (time(NULL) - cackey_debug_start_time)); }
+-#  else
+-#    define CACKEY_DEBUG_PRINTTIME /**/
+-#  endif
+-
+-#  define CACKEY_DEBUG_PRINTF(x...) { CACKEY_DEBUG_PRINTTIME; fprintf(cackey_debug_fd(), "%s():%i: ", __func__, __LINE__); fprintf(cackey_debug_fd(), x); fprintf(cackey_debug_fd(), "\n"); fflush(cackey_debug_fd()); }
+-#  define CACKEY_DEBUG_PRINTBUF(f, x, y) { unsigned char *TMPBUF; unsigned long idx; TMPBUF = (unsigned char *) (x); CACKEY_DEBUG_PRINTTIME; fprintf(cackey_debug_fd(), "%s():%i: %s  (%s/%lu = {%02x", __func__, __LINE__, f, #x, (unsigned long) (y), TMPBUF[0]); for (idx = 1; idx < (y); idx++) { fprintf(cackey_debug_fd(), ", %02x", TMPBUF[idx]); }; fprintf(cackey_debug_fd(), "})\n"); fflush(cackey_debug_fd()); }
+-#  define CACKEY_DEBUG_PERROR(x) { fprintf(cackey_debug_fd(), "%s():%i: ", __func__, __LINE__); CACKEY_DEBUG_PRINTTIME; perror(x); fflush(cackey_debug_fd()); }
+-#  define free(x) { CACKEY_DEBUG_PRINTF("FREE(%p) (%s)", x, #x); free(x); }
+-=======
+ static unsigned long CACKEY_DEBUG_GETTIME(void) {
+ 	if (cackey_debug_start_time == 0) {
+ 		cackey_debug_start_time = time(NULL);
+@@ -254,17 +217,16 @@
+ 	fflush(cackey_debug_fd()); \
+ }
+ #  define CACKEY_DEBUG_PRINTBUF(f, x, y) { \
+-	static char buf_user[4096] = {0}, *buf_user_p, *buf_user_print; \
++	static char buf_user[4096] = {0}, *buf_user_p; \
+ 	unsigned long buf_user_size; \
+ 	unsigned char *TMPBUF; \
+ 	unsigned long idx; \
+ 	int snprintf_ret; \
+ 	TMPBUF = (unsigned char *) (x); \
+ 	buf_user[0] = 0; \
+-	buf_user[2] = 0; \
+ 	buf_user_p = buf_user; \
+ 	buf_user_size = sizeof(buf_user); \
+-	for (idx = 0; idx < (y); idx++) { \
++	for (idx = 1; idx < (y); idx++) { \
+ 		if (buf_user_size <= 0) { \
+ 			break; \
+ 		}; \
+@@ -276,12 +238,10 @@
+ 		buf_user_size -= snprintf_ret; \
+ 	}; \
+ 	buf_user[sizeof(buf_user) - 1] = '\0'; \
+-	buf_user_print = buf_user + 2; \
+-	fprintf(cackey_debug_fd(), "[%lu]: %s():%i: %s  (%s/%lu = {%s})\n", CACKEY_DEBUG_GETTIME(), __func__, __LINE__, f, #x, (unsigned long) (y), buf_user_print); \
++	fprintf(cackey_debug_fd(), "[%lu]: %s():%i: %s  (%s/%lu = {%02x%s})\n", CACKEY_DEBUG_GETTIME(), __func__, __LINE__, f, #x, (unsigned long) (y), TMPBUF[0], buf_user); \
+ 	fflush(cackey_debug_fd()); \
+ }
+ #  define free(x) { CACKEY_DEBUG_PRINTF("FREE(%p) (%s)", (void *) x, #x); free(x); }
+->>>>>>> trunk
+ 
+ static FILE *cackey_debug_fd(void) {
+ 	static FILE *fd = NULL;
+@@ -309,15 +269,12 @@
+ 		}
+ 	}
+ 
+-<<<<<<< HEAD
+-=======
+ #ifdef CACKEY_DEBUG_LOGFILE
+ 	if (logfile == NULL) {
+ 		logfile = CACKEY_DEBUG_LOGFILE;
+ 	}
+ #endif
+ 
+->>>>>>> trunk
+ 	if (logfile != NULL) {
+ 		CACKEY_DEBUG_PRINTF("Found log file: %s", logfile);
+ 
+@@ -331,11 +288,7 @@
+ 	if (fd == stderr) {
+ 		CACKEY_DEBUG_PRINTF("Returning stderr");
+ 	} else {
+-<<<<<<< HEAD
+-		CACKEY_DEBUG_PRINTF("Returning %p", fd);
+-=======
+ 		CACKEY_DEBUG_PRINTF("Returning %p", (void *) fd);
+->>>>>>> trunk
+ 	}
+ 
+ 	return(fd);
+@@ -346,14 +299,7 @@
+ 
+ 	retval = malloc(size);
+ 
+-<<<<<<< HEAD
+-	CACKEY_DEBUG_PRINTTIME;
+-	fprintf(cackey_debug_fd(), "%s():%i: ", func, line);
+-	fprintf(cackey_debug_fd(), "MALLOC() = %p", retval);
+-	fprintf(cackey_debug_fd(), "\n");
+-=======
+ 	fprintf(cackey_debug_fd(), "[%lu]: %s():%i: MALLOC() = %p\n", CACKEY_DEBUG_GETTIME(), func, line, retval);
+->>>>>>> trunk
+ 	fflush(cackey_debug_fd());
+ 
+ 	return(retval);
+@@ -365,14 +311,7 @@
+ 	retval = realloc(ptr, size);
+ 
+ 	if (retval != ptr) {
+-<<<<<<< HEAD
+-		CACKEY_DEBUG_PRINTTIME;
+-		fprintf(cackey_debug_fd(), "%s():%i: ", func, line);
+-		fprintf(cackey_debug_fd(), "REALLOC(%p) = %p", ptr, retval);
+-		fprintf(cackey_debug_fd(), "\n");
+-=======
+ 		fprintf(cackey_debug_fd(), "[%lu]: %s():%i: REALLOC(%p) = %p\n", CACKEY_DEBUG_GETTIME(), func, line, ptr, retval);
+->>>>>>> trunk
+ 		fflush(cackey_debug_fd());
+ 	}
+ 
+@@ -388,14 +327,7 @@
+ 
+ 	retval = strdup(ptr);
+ 
+-<<<<<<< HEAD
+-	CACKEY_DEBUG_PRINTTIME;
+-	fprintf(cackey_debug_fd(), "%s():%i: ", func, line);
+-	fprintf(cackey_debug_fd(), "STRDUP_MALLOC() = %p", retval);
+-	fprintf(cackey_debug_fd(), "\n");
+-=======
+ 	fprintf(cackey_debug_fd(), "[%lu]: %s():%i: STRDUP_MALLOC() = %p\n", CACKEY_DEBUG_GETTIME(), func, line, retval);
+->>>>>>> trunk
+ 	fflush(cackey_debug_fd());
+ 
+ 	return(retval);
+@@ -777,10 +709,6 @@
+ #else
+ #  define CACKEY_DEBUG_PRINTF(x...) /**/
+ #  define CACKEY_DEBUG_PRINTBUF(f, x, y) /**/
+-<<<<<<< HEAD
+-#  define CACKEY_DEBUG_PERROR(x) /**/
+-=======
+->>>>>>> trunk
+ #  define CACKEY_DEBUG_FUNC_TAG_TO_STR(x) "DEBUG_DISABLED"
+ #  define CACKEY_DEBUG_FUNC_SCARDERR_TO_STR(x) "DEBUG_DISABLED"
+ #  define CACKEY_DEBUG_FUNC_OBJID_TO_STR(x) "DEBUG_DISABLED"
+@@ -788,11 +716,6 @@
+ #  define CACKEY_DEBUG_FUNC_ATTRIBUTE_TO_STR(x) "DEBUG_DISABLED"
+ #endif
+ 
+-<<<<<<< HEAD
+-struct cackey_pcsc_identity {
+-	unsigned char applet[7];
+-	uint16_t file;
+-=======
+ /*
+  * Include these source files in this translation unit so that we can bind to
+  * functions and not include any symbols in the output shared object.
+@@ -809,14 +732,11 @@
+ 
+ struct cackey_pcsc_identity {
+ 	cackey_pcsc_id_type id_type;
+->>>>>>> trunk
+ 
+ 	size_t certificate_len;
+ 	unsigned char *certificate;
+ 
+ 	ssize_t keysize;
+-<<<<<<< HEAD
+-=======
+ 
+ 	union {
+ 		struct {
+@@ -829,7 +749,6 @@
+ 			char label[32];
+ 		} piv;
+ 	} card;
+->>>>>>> trunk
+ };
+ 
+ struct cackey_identity {
+@@ -874,10 +793,7 @@
+ 
+ struct cackey_slot {
+ 	int active;
+-<<<<<<< HEAD
+-=======
+ 	int internal;
+->>>>>>> trunk
+ 
+ 	char *pcsc_reader;
+ 
+@@ -894,12 +810,9 @@
+ 	unsigned char *label;
+ 
+ 	DWORD protocol;
+-<<<<<<< HEAD
+-=======
+ 
+ 	unsigned int cached_certs_count;
+ 	struct cackey_pcsc_identity *cached_certs;
+->>>>>>> trunk
+ };
+ 
+ typedef enum {
+@@ -931,12 +844,7 @@
+ 	CACKEY_PCSC_E_LOCKED          = -3,
+ 	CACKEY_PCSC_E_NEEDLOGIN       = -4,
+ 	CACKEY_PCSC_E_TOKENABSENT     = -6,
+-<<<<<<< HEAD
+ 	CACKEY_PCSC_E_RETRY           = -7
+-=======
+-	CACKEY_PCSC_E_RETRY           = -7,
+-	CACKEY_PCSC_E_NODATA          = -8
+->>>>>>> trunk
+ } cackey_ret;
+ 
+ struct cackey_tlv_cardurl {
+@@ -974,19 +882,11 @@
+ #include "cackey_builtin_certs.h"
+ };
+ 
+-<<<<<<< HEAD
+-=======
+-#define CACKEY_MACRO_DEFAULT_XSTR(str) CACKEY_MACRO_DEFAULT_STR(str)
+-#define CACKEY_MACRO_DEFAULT_STR(str) #str
+-
+ /* Protected Authentication Path command */
++#define CACKEY_PIN_COMMAND_DEFAULT_XSTR(str) CACKEY_PIN_COMMAND_DEFAULT_STR(str)
++#define CACKEY_PIN_COMMAND_DEFAULT_STR(str) #str
+ static char *cackey_pin_command = NULL;
+ 
+-/* Reader Exclusion or Include-only */
+-static char *cackey_readers_include_only = NULL;
+-static char *cackey_readers_exclude = NULL;
+-
+->>>>>>> trunk
+ /* PCSC Global Handles */
+ static LPSCARDCONTEXT cackey_pcsc_handle = NULL;
+ 
+@@ -1046,14 +946,11 @@
+ 	CACKEY_DEBUG_PRINTF("Called.");
+ 
+ 	for (idx = 0; idx < (sizeof(cackey_slots) / sizeof(cackey_slots[0])); idx++) {
+-<<<<<<< HEAD
+-=======
+ 		if (cackey_slots[idx].internal) {
+ 			/* Skip internal slots */
+ 			continue;
+ 		}
+ 
+->>>>>>> trunk
+ 		if (cackey_slots[idx].pcsc_card_connected) {
+ 			CACKEY_DEBUG_PRINTF("SCardDisconnect(%lu) called", (unsigned long) idx);
+ 
+@@ -1226,15 +1123,11 @@
+ 
+ 	slot->slot_reset = 1;
+ 	slot->pcsc_card_connected = 0;
+-<<<<<<< HEAD
+-	slot->token_flags = CKF_LOGIN_REQUIRED;
+-=======
+ 	if (cackey_pin_command == NULL) {
+ 		slot->token_flags = CKF_LOGIN_REQUIRED;
+ 	} else {
+ 		slot->token_flags = 0;
+ 	}
+->>>>>>> trunk
+ 
+ 	CACKEY_DEBUG_PRINTF("Returning.");
+ 
+@@ -1243,11 +1136,7 @@
+ 
+ /*
+  * SYNPOSIS
+-<<<<<<< HEAD
+- *     LONG cackey_reconnect_card(struct cackey_slot *slot, DWORD default_protocol, LPDWORD selected_protocol);
+-=======
+  *     LONG cackey_reconnect_card(struct cackey_slot *slot, DWORD default_protocol);
+->>>>>>> trunk
+  *
+  * ARGUMENTS
+  *     cackey_slot *slot
+@@ -1256,12 +1145,6 @@
+  *     DWORD default_protocol
+  *         Protocol to attempt first
+  *
+-<<<<<<< HEAD
+- *     LPDWORD selected_protocol
+- *         [OUT] Protocol selected
+- *
+-=======
+->>>>>>> trunk
+  * RETURN VALUE
+  *     The return value from SCardReconnect()
+  *
+@@ -1274,23 +1157,6 @@
+  *     that T=1.
+  *
+  */
+-<<<<<<< HEAD
+-static LONG cackey_reconnect_card(struct cackey_slot *slot, DWORD default_protocol, LPDWORD selected_protocol) {
+-	LONG scard_conn_ret;
+-
+-	scard_conn_ret = SCardReconnect(slot->pcsc_card, SCARD_SHARE_SHARED, default_protocol, SCARD_RESET_CARD, selected_protocol);
+-
+-	if (scard_conn_ret == SCARD_E_PROTO_MISMATCH) {
+-		CACKEY_DEBUG_PRINTF("SCardReconnect() returned SCARD_E_PROTO_MISMATCH, trying with just T=0")
+-		scard_conn_ret = SCardReconnect(slot->pcsc_card, SCARD_SHARE_SHARED, SCARD_PROTOCOL_T0, SCARD_RESET_CARD, selected_protocol);
+-
+-		if (scard_conn_ret == SCARD_E_PROTO_MISMATCH) {
+-			CACKEY_DEBUG_PRINTF("SCardReconnect() returned SCARD_E_PROTO_MISMATCH, trying with just T=1")
+-			scard_conn_ret = SCardReconnect(slot->pcsc_card, SCARD_SHARE_SHARED, SCARD_PROTOCOL_T1, SCARD_RESET_CARD, selected_protocol);
+-		}
+-	}
+-
+-=======
+ static LONG cackey_reconnect_card(struct cackey_slot *slot, DWORD default_protocol) {
+ 	DWORD selected_protocol;
+ 	LONG scard_conn_ret;
+@@ -1313,7 +1179,6 @@
+ 		slot->protocol = selected_protocol;
+ 	}
+ 
+->>>>>>> trunk
+ 	return(scard_conn_ret);
+ }
+ 
+@@ -1355,11 +1220,7 @@
+ 
+ 	/* Connect to reader, if needed */
+ 	if (!slot->pcsc_card_connected) {
+-<<<<<<< HEAD
+-		CACKEY_DEBUG_PRINTF("SCardConnect(%s) called", slot->pcsc_reader);
+-=======
+ 		CACKEY_DEBUG_PRINTF("SCardConnect(%s) called for slot %p", slot->pcsc_reader, slot);
+->>>>>>> trunk
+ 		scard_conn_ret = SCardConnect(*cackey_pcsc_handle, slot->pcsc_reader, SCARD_SHARE_SHARED, SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1, &slot->pcsc_card, &protocol);
+ 
+ 		if (scard_conn_ret == SCARD_E_PROTO_MISMATCH) {
+@@ -1387,11 +1248,7 @@
+ 				}
+ 			}
+ 
+-<<<<<<< HEAD
+-			scard_conn_ret = cackey_reconnect_card(slot, protocol, &protocol);
+-=======
+ 			scard_conn_ret = cackey_reconnect_card(slot, protocol);
+->>>>>>> trunk
+ 		}
+ 
+ 		if (scard_conn_ret != SCARD_S_SUCCESS) {
+@@ -1406,11 +1263,8 @@
+ 		slot->protocol = protocol;
+ 	}
+ 
+-<<<<<<< HEAD
+-=======
+ 	CACKEY_DEBUG_PRINTF("Returning in success");
+ 
+->>>>>>> trunk
+ 	return(CACKEY_PCSC_S_OK);
+ }
+ 
+@@ -1587,12 +1441,6 @@
+  *     CACKEY_PCSC_E_GENERIC      On error
+  *     CACKEY_PCSC_E_TOKENABSENT  If the sending failed because the token is
+  *                                absent
+-<<<<<<< HEAD
+-=======
+- *     CACKEY_PCSC_E_RETRY        If something that looks retry'able went
+- *                                wrong -- try the whole transaction over
+- *                                again
+->>>>>>> trunk
+  *
+  * NOTES
+  *     This function will connect to the PC/SC Connection Manager via
+@@ -1603,18 +1451,10 @@
+  *     goes away.
+  *
+  */
+-<<<<<<< HEAD
+-static cackey_ret cackey_send_apdu(struct cackey_slot *slot, unsigned char class, unsigned char instruction, unsigned char p1, unsigned char p2, unsigned char lc, unsigned char *data, unsigned char le, uint16_t *respcode, unsigned char *respdata, size_t *respdata_len) {
+-	uint8_t major_rc, minor_rc;
+-	size_t bytes_to_copy, tmp_respdata_len;
+-	LPCSCARD_IO_REQUEST pioSendPci;
+-	DWORD protocol;
+-=======
+ static cackey_ret cackey_send_apdu(struct cackey_slot *slot, unsigned char class, unsigned char instruction, unsigned char p1, unsigned char p2, unsigned int lc, unsigned char *data, unsigned int le, uint16_t *respcode, unsigned char *respdata, size_t *respdata_len) {
+ 	uint8_t major_rc, minor_rc;
+ 	size_t bytes_to_copy, tmp_respdata_len;
+ 	LPCSCARD_IO_REQUEST pioSendPci;
+->>>>>>> trunk
+ 	DWORD xmit_len, recv_len;
+ 	LONG scard_xmit_ret, scard_reconn_ret;
+ 	BYTE xmit_buf[1024], recv_buf[1024];
+@@ -1639,20 +1479,14 @@
+ 	/* Determine which protocol to send using */
+ 	switch (slot->protocol) {
+ 		case SCARD_PROTOCOL_T0:
+-<<<<<<< HEAD
+-=======
+ 			CACKEY_DEBUG_PRINTF("Protocol to send datagram is T=0");
+ 
+->>>>>>> trunk
+ 			pioSendPci = SCARD_PCI_T0;
+ 
+ 			break;
+ 		case SCARD_PROTOCOL_T1:
+-<<<<<<< HEAD
+-=======
+ 			CACKEY_DEBUG_PRINTF("Protocol to send datagram is T=1");
+ 
+->>>>>>> trunk
+ 			pioSendPci = SCARD_PCI_T1;
+ 
+ 			break;
+@@ -1669,9 +1503,6 @@
+ 	xmit_buf[xmit_len++] = p1;
+ 	xmit_buf[xmit_len++] = p2;
+ 	if (data) {
+-<<<<<<< HEAD
+-		xmit_buf[xmit_len++] = lc;
+-=======
+ 		if (lc > 255) {
+ 			CACKEY_DEBUG_PRINTF("CAUTION!  Using an Lc greater than 255 is untested.  Lc = %u", lc);
+ 
+@@ -1681,16 +1512,12 @@
+ 		} else {
+ 			xmit_buf[xmit_len++] = lc;
+ 		}
+->>>>>>> trunk
+ 		for (idx = 0; idx < lc; idx++) {
+ 			xmit_buf[xmit_len++] = data[idx];
+ 		}
+ 	}
+ 
+ 	if (le != 0x00) {
+-<<<<<<< HEAD
+-		xmit_buf[xmit_len++] = le;
+-=======
+ 		if (le > 256) {
+ 			CACKEY_DEBUG_PRINTF("CAUTION!  Using an Le greater than 256 is untested.  Le = %u", le);
+ 
+@@ -1702,17 +1529,12 @@
+ 		} else {
+ 			xmit_buf[xmit_len++] = le;
+ 		}
+->>>>>>> trunk
+ 	}
+ 
+ 	/* Begin Smartcard Transaction */
+ 	cackey_begin_transaction(slot);
+ 
+-<<<<<<< HEAD
+-	if (class == GSCIS_CLASS_ISO7816 && instruction == GSCIS_INSTR_VERIFY && p1 == 0x00 && p2 == 0x00) {
+-=======
+ 	if (class == GSCIS_CLASS_ISO7816 && (instruction == GSCIS_INSTR_VERIFY || instruction == GSCIS_INSTR_CHANGE_REFERENCE) && p1 == 0x00) {
+->>>>>>> trunk
+ 		CACKEY_DEBUG_PRINTF("Sending APDU: <<censored>>");
+ 	} else {
+ 		CACKEY_DEBUG_PRINTBUF("Sending APDU:", xmit_buf, xmit_len);
+@@ -1727,11 +1549,8 @@
+ 		/* Begin Smartcard Transaction */
+ 		cackey_end_transaction(slot);
+ 
+-<<<<<<< HEAD
+-=======
+ 		cackey_reconnect_card(slot, slot->protocol);
+ 
+->>>>>>> trunk
+ 		return(CACKEY_PCSC_E_RETRY);
+ 	}
+ 
+@@ -1744,17 +1563,9 @@
+ 		if (scard_xmit_ret == SCARD_W_RESET_CARD) {
+ 			CACKEY_DEBUG_PRINTF("Reset required, please hold...");
+ 
+-<<<<<<< HEAD
+-			scard_reconn_ret = cackey_reconnect_card(slot, SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1, &protocol);
+-
+-			if (scard_reconn_ret == SCARD_S_SUCCESS) {
+-				/* Update protocol */
+-				slot->protocol = protocol;
+-=======
+ 			scard_reconn_ret = cackey_reconnect_card(slot, SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1);
+ 
+ 			if (scard_reconn_ret == SCARD_S_SUCCESS) {
+->>>>>>> trunk
+ 				switch (slot->protocol) {
+ 					case SCARD_PROTOCOL_T0:
+ 						pioSendPci = SCARD_PCI_T0;
+@@ -1831,16 +1642,7 @@
+ 		/* End Smartcard Transaction */
+ 		cackey_end_transaction(slot);
+ 
+-<<<<<<< HEAD
+ 		return(CACKEY_PCSC_E_GENERIC);
+-=======
+-		/* Supply an invalid response code */
+-		if (respcode) {
+-			*respcode = 0;
+-		}
+-
+-		return(CACKEY_PCSC_E_NODATA);
+->>>>>>> trunk
+ 	}
+ 
+ 	/* Determine result code */
+@@ -1927,8 +1729,6 @@
+ 	return(CACKEY_PCSC_E_GENERIC);
+ }
+ 
+-<<<<<<< HEAD
+-=======
+ static unsigned char *cackey_read_bertlv_tag(unsigned char *buffer, size_t *buffer_len_p, unsigned char tag, unsigned char *outbuffer, size_t *outbuffer_len_p) {
+ 	unsigned char *buffer_p;
+ 	size_t outbuffer_len, buffer_len;
+@@ -2106,7 +1906,6 @@
+ 	return(size);
+ }
+ 
+->>>>>>> trunk
+ /*
+  * SYNPOSIS
+  *     ssize_t cackey_read_buffer(struct cackey_slot *slot, unsigned char *buffer, size_t count, unsigned char t_or_v, size_t initial_offset);
+@@ -2584,8 +2383,6 @@
+ 	return;
+ }
+ 
+-<<<<<<< HEAD
+-=======
+ static struct cackey_pcsc_identity *cackey_copy_certs(struct cackey_pcsc_identity *dest, struct cackey_pcsc_identity *start, size_t count) {
+ 	size_t idx;
+ 
+@@ -2622,7 +2419,6 @@
+ 	return(dest);
+ }
+ 
+->>>>>>> trunk
+ /*
+  * SYNPOSIS
+  *     ...
+@@ -2640,14 +2436,6 @@
+ static struct cackey_pcsc_identity *cackey_read_certs(struct cackey_slot *slot, struct cackey_pcsc_identity *certs, unsigned long *count) {
+ 	struct cackey_pcsc_identity *curr_id;
+ 	struct cackey_tlv_entity *ccc_tlv, *ccc_curr, *app_tlv, *app_curr;
+-<<<<<<< HEAD
+-	unsigned char ccc_aid[] = {GSCIS_AID_CCC};
+-	unsigned char curr_aid[7];
+-	unsigned long outidx = 0;
+-	cackey_ret transaction_ret;
+-	int certs_resizable;
+-	int send_ret, select_ret;
+-=======
+ 	unsigned char ccc_aid[] = {GSCIS_AID_CCC}, piv_aid[] = {NISTSP800_73_3_PIV_AID};
+ 	unsigned char *piv_oid, piv_oid_pivauth[] = {NISTSP800_73_3_OID_PIVAUTH}, piv_oid_signature[] = {NISTSP800_73_3_OID_SIGNATURE}, piv_oid_keymgt[] = {NISTSP800_73_3_OID_KEYMGT};
+ 	unsigned char curr_aid[7];
+@@ -2665,7 +2453,6 @@
+ 	int uncompress_ret;
+ 	z_stream gzip_stream;
+ #endif
+->>>>>>> trunk
+ 
+ 	CACKEY_DEBUG_PRINTF("Called.");
+ 
+@@ -2683,8 +2470,6 @@
+ 		}
+ 	}
+ 
+-<<<<<<< HEAD
+-=======
+ 	if (!slot->slot_reset) {
+ 		if (slot->cached_certs) {
+ 			if (certs == NULL) {
+@@ -2708,7 +2493,6 @@
+ 		slot->cached_certs = NULL;
+ 	}
+ 
+->>>>>>> trunk
+ 	/* Begin a SmartCard transaction */
+ 	transaction_ret = cackey_begin_transaction(slot);
+ 	if (transaction_ret != CACKEY_PCSC_S_OK) {
+@@ -2717,7 +2501,6 @@
+ 		return(NULL);
+ 	}
+ 
+-<<<<<<< HEAD
+ 	if (certs == NULL) {
+ 		certs = malloc(sizeof(*certs) * 5);
+ 		*count = 5;
+@@ -2729,68 +2512,6 @@
+ 	/* Select the CCC Applet */
+ 	send_ret = cackey_select_applet(slot, ccc_aid, sizeof(ccc_aid));
+ 	if (send_ret != CACKEY_PCSC_S_OK) {
+-		CACKEY_DEBUG_PRINTF("Unable to select CCC Applet, returning in failure");
+-
+-		/* Terminate SmartCard Transaction */
+-		cackey_end_transaction(slot);
+-
+-		return(NULL);
+-	}
+-
+-	/* Read all the applets from the CCC's TLV */
+-	ccc_tlv = cackey_read_tlv(slot);
+-
+-	/* Look for CARDURLs that coorespond to PKI applets */
+-	for (ccc_curr = ccc_tlv; ccc_curr; ccc_curr = ccc_curr->_next) {
+-		CACKEY_DEBUG_PRINTF("Found tag: %s ... ", CACKEY_DEBUG_FUNC_TAG_TO_STR(ccc_curr->tag));
+-
+-		if (ccc_curr->tag != GSCIS_TAG_CARDURL) {
+-			CACKEY_DEBUG_PRINTF("  ... skipping it (we only care about CARDURLs)");
+-
+-			continue;
+-		}
+-
+-		if ((ccc_curr->value_cardurl->apptype & CACKEY_TLV_APP_PKI) != CACKEY_TLV_APP_PKI) {
+-			CACKEY_DEBUG_PRINTF("  ... skipping it (we only care about PKI applets, this applet supports: %s/%02x)", CACKEY_DEBUG_FUNC_APPTYPE_TO_STR(ccc_curr->value_cardurl->apptype), (unsigned int) ccc_curr->value_cardurl->apptype);
+-
+-			continue;
+-		}
+-
+-		CACKEY_DEBUG_PRINTBUF("RID:", ccc_curr->value_cardurl->rid, sizeof(ccc_curr->value_cardurl->rid));
+-		CACKEY_DEBUG_PRINTF("AppID = %s/%04lx", CACKEY_DEBUG_FUNC_OBJID_TO_STR(ccc_curr->value_cardurl->appid), (unsigned long) ccc_curr->value_cardurl->appid);
+-		CACKEY_DEBUG_PRINTF("ObjectID = %s/%04lx", CACKEY_DEBUG_FUNC_OBJID_TO_STR(ccc_curr->value_cardurl->objectid), (unsigned long) ccc_curr->value_cardurl->objectid);
+-
+-		memcpy(curr_aid, ccc_curr->value_cardurl->rid, sizeof(ccc_curr->value_cardurl->rid));
+-		curr_aid[sizeof(curr_aid) - 2] = (ccc_curr->value_cardurl->appid >> 8) & 0xff;
+-		curr_aid[sizeof(curr_aid) - 1] = ccc_curr->value_cardurl->appid & 0xff;
+-
+-		/* Select found applet ... */
+-		select_ret = cackey_select_applet(slot, curr_aid, sizeof(curr_aid));
+-		if (select_ret != CACKEY_PCSC_S_OK) {
+-			CACKEY_DEBUG_PRINTF("Failed to select applet, skipping processing of this object");
+-
+-			continue;
+-		}
+-
+-		/* ... and object (file) */
+-		select_ret = cackey_select_file(slot, ccc_curr->value_cardurl->objectid);
+-		if (select_ret != CACKEY_PCSC_S_OK) {
+-			CACKEY_DEBUG_PRINTF("Failed to select file, skipping processing of this object");
+-
+-			continue;
+-		}
+-
+-		/* Process this file's TLV looking for certificates */
+-		app_tlv = cackey_read_tlv(slot);
+-
+-		for (app_curr = app_tlv; app_curr; app_curr = app_curr->_next) {
+-			CACKEY_DEBUG_PRINTF("Found tag: %s", CACKEY_DEBUG_FUNC_TAG_TO_STR(app_curr->tag));
+-			if (app_curr->tag != GSCIS_TAG_CERTIFICATE) {
+-				CACKEY_DEBUG_PRINTF("  ... skipping it (we only care about CERTIFICATEs)");
+-=======
+-	/* Select the CCC Applet */
+-	send_ret = cackey_select_applet(slot, ccc_aid, sizeof(ccc_aid));
+-	if (send_ret != CACKEY_PCSC_S_OK) {
+ 		/* Try PIV application */
+ 		send_ret = cackey_select_applet(slot, piv_aid, sizeof(piv_aid));
+ 		if (send_ret == CACKEY_PCSC_S_OK) {
+@@ -2803,22 +2524,10 @@
+ 			/* Terminate SmartCard Transaction */
+ 			cackey_end_transaction(slot);
+ 
+-			if (certs == NULL) {
+-				*count = 0;
+-			}
+-
+ 			return(NULL);
+ 		}
+ 	}
+ 
+-	if (certs == NULL) {
+-		certs = malloc(sizeof(*certs) * 5);
+-		*count = 5;
+-		certs_resizable = 1;
+-	} else {
+-		certs_resizable = 0;
+-	}
+-
+ 	if (piv) {
+ 		for (idx = 0; idx < 3; idx++) {
+ 			switch (idx) {
+@@ -2867,46 +2576,10 @@
+ 				curr_id->certificate = NULL;
+ 
+ 				outidx--;
+->>>>>>> trunk
+ 
+ 				continue;
+ 			}
+ 
+-<<<<<<< HEAD
+-			curr_id = &certs[outidx];
+-			outidx++;
+-
+-			memcpy(curr_id->applet, curr_aid, sizeof(curr_id->applet));
+-			curr_id->file = ccc_curr->value_cardurl->objectid;
+-			curr_id->keysize = -1;
+-
+-			CACKEY_DEBUG_PRINTF("Filling curr_id->applet (%p) with %lu bytes:", curr_id->applet, (unsigned long) sizeof(curr_id->applet));
+-			CACKEY_DEBUG_PRINTBUF("VAL:", curr_id->applet, sizeof(curr_id->applet));
+-
+-			curr_id->certificate_len = app_curr->length;
+-
+-			curr_id->certificate = malloc(curr_id->certificate_len);
+-			memcpy(curr_id->certificate, app_curr->value, curr_id->certificate_len);
+-
+-			if (outidx >= *count) {
+-				if (certs_resizable) {
+-					*count *= 2;
+-					certs = realloc(certs, sizeof(*certs) * (*count));
+-				} else {
+-					break;
+-				}
+-			}
+-		}
+-
+-		cackey_free_tlv(app_tlv);
+-
+-		if (outidx >= *count) {
+-			break;
+-		}
+-	}
+-
+-	cackey_free_tlv(ccc_tlv);
+-=======
+ #ifdef HAVE_LIBZ
+ 			if (curr_id->certificate_len > 4) {
+ 				if (memcmp(curr_id->certificate, "\x1f\x8b\x08\x00", 4) == 0) {
+@@ -3048,21 +2721,13 @@
+ 
+ 		cackey_free_tlv(ccc_tlv);
+ 	}
+->>>>>>> trunk
+ 
+ 	*count = outidx;
+ 
+ 	if (certs_resizable) {
+-<<<<<<< HEAD
+-		certs = realloc(certs, sizeof(*certs) * (*count));
+-	}
+-
+-=======
+ 		if (*count != 0) {
+ 			certs = realloc(certs, sizeof(*certs) * (*count));
+ 		} else {
+-			free(certs);
+-
+ 			certs = NULL;
+ 		}
+ 	}
+@@ -3070,7 +2735,6 @@
+ 	slot->cached_certs = cackey_copy_certs(NULL, certs, *count);
+ 	slot->cached_certs_count = *count;
+ 
+->>>>>>> trunk
+ 	/* Terminate SmartCard Transaction */
+ 	cackey_end_transaction(slot);
+ 
+@@ -3092,24 +2756,15 @@
+  *
+  */
+ static ssize_t cackey_signdecrypt(struct cackey_slot *slot, struct cackey_identity *identity, unsigned char *buf, size_t buflen, unsigned char *outbuf, size_t outbuflen, int padInput, int unpadOutput) {
+-<<<<<<< HEAD
+-	unsigned char *tmpbuf, *tmpbuf_s, *outbuf_s;
+-	unsigned char bytes_to_send, p1;
+-=======
+ 	cackey_pcsc_id_type id_type;
+ 	unsigned char dyn_auth_template[10], *dyn_auth_tmpbuf;
+ 	unsigned char *tmpbuf, *tmpbuf_s, *outbuf_s, *outbuf_p;
+ 	unsigned char bytes_to_send, p1, class;
+->>>>>>> trunk
+ 	unsigned char blocktype;
+ 	cackey_ret send_ret;
+ 	uint16_t respcode;
+ 	ssize_t retval = 0, unpadoffset;
+-<<<<<<< HEAD
+-	size_t tmpbuflen, padlen, tmpoutbuflen;
+-=======
+ 	size_t tmpbuflen, padlen, tmpoutbuflen, outbuf_len;
+->>>>>>> trunk
+ 	int free_tmpbuf = 0;
+ 	int le;
+ 
+@@ -3145,8 +2800,6 @@
+ 		return(-1);
+ 	}
+ 
+-<<<<<<< HEAD
+-=======
+ 	id_type = identity->pcsc_identity->id_type;
+ 	if (id_type == CACKEY_ID_TYPE_CERT_ONLY) {
+ 		CACKEY_DEBUG_PRINTF("Error.  identity->pcsc_identity is CACKEY_ID_TYPE_CERT_ONLY, which cannot be used for sign/decrypt");
+@@ -3164,7 +2817,6 @@
+ 			return(-1);
+ 	}
+ 
+->>>>>>> trunk
+ 	/* Determine identity Key size */
+ 	if (identity->pcsc_identity->keysize < 0) {
+ 		identity->pcsc_identity->keysize = x509_to_keysize(identity->pcsc_identity->certificate, identity->pcsc_identity->certificate_len);
+@@ -3174,11 +2826,7 @@
+ 	if (padInput) {
+ 		if (identity->pcsc_identity->keysize > 0) {
+ 			if (buflen != identity->pcsc_identity->keysize) {
+-<<<<<<< HEAD
+ 				if (buflen > (identity->pcsc_identity->keysize + 3)) {
+-=======
+-				if (buflen > (identity->pcsc_identity->keysize - 3)) {
+->>>>>>> trunk
+ 					CACKEY_DEBUG_PRINTF("Error.  Message is too large to sign/decrypt");
+ 
+ 					return(-1);
+@@ -3190,11 +2838,6 @@
+ 
+ 				padlen = tmpbuflen - buflen - 3;
+ 
+-<<<<<<< HEAD
+-=======
+-				CACKEY_DEBUG_PRINTF("Need to pad the buffer with %llu bytes (tmpbuflen = %llu, buflen = %llu)", (unsigned long long) padlen, (unsigned long long) tmpbuflen, (unsigned long long) buflen);
+-
+->>>>>>> trunk
+ 				/* RSA PKCS#1 EMSA-PKCS1-v1_5 Padding */
+ 				tmpbuf[0] = 0x00;
+ 				tmpbuf[1] = 0x01;
+@@ -3229,13 +2872,6 @@
+ 	cackey_begin_transaction(slot);
+ 
+ 	/* Select correct applet */
+-<<<<<<< HEAD
+-	CACKEY_DEBUG_PRINTF("Selecting applet found at %p ...", identity->pcsc_identity->applet);
+-	cackey_select_applet(slot, identity->pcsc_identity->applet, sizeof(identity->pcsc_identity->applet));
+-
+-	/* Select correct file */
+-	cackey_select_file(slot, identity->pcsc_identity->file);
+-=======
+ 	switch (id_type) {
+ 		case CACKEY_ID_TYPE_CAC:
+ 			CACKEY_DEBUG_PRINTF("Selecting applet found at %p ...", identity->pcsc_identity->card.cac.applet);
+@@ -3272,29 +2908,10 @@
+ 		case CACKEY_ID_TYPE_CERT_ONLY:
+ 			break;
+ 	}
+->>>>>>> trunk
+ 
+ 	tmpbuf_s = tmpbuf;
+ 	outbuf_s = outbuf;
+ 	while (tmpbuflen) {
+-<<<<<<< HEAD
+-		if (tmpbuflen > 245) {
+-			bytes_to_send = 245;
+-			p1 = 0x80;
+-			le = 0x00;
+-		} else {
+-			bytes_to_send = tmpbuflen;
+-			p1 = 0x00;
+-			le = 0x00;
+-		}
+-
+-		tmpoutbuflen = outbuflen;
+-
+-		send_ret = cackey_send_apdu(slot, GSCIS_CLASS_GLOBAL_PLATFORM, GSCIS_INSTR_SIGNDECRYPT, p1, 0x00, bytes_to_send, tmpbuf, le, &respcode, outbuf, &tmpoutbuflen);
+-		if (send_ret != CACKEY_PCSC_S_OK) {
+-			CACKEY_DEBUG_PRINTF("ADPU Sending Failed -- returning in error.");
+-
+-=======
+ 		tmpoutbuflen = outbuflen;
+ 
+ 		if (tmpbuflen > CACKEY_APDU_MTU) {
+@@ -3332,7 +2949,6 @@
+ 		}
+ 
+ 		if (send_ret != CACKEY_PCSC_S_OK) {
+->>>>>>> trunk
+ 			if (free_tmpbuf) {
+ 				if (tmpbuf_s) {
+ 					free(tmpbuf_s);
+@@ -3342,12 +2958,6 @@
+ 			/* End transaction */
+ 			cackey_end_transaction(slot);
+ 
+-<<<<<<< HEAD
+-			if (respcode == 0x6982) {
+-				CACKEY_DEBUG_PRINTF("Security status not satisified.  Returning NEEDLOGIN");
+-
+-				cackey_mark_slot_reset(slot);
+-=======
+ 			if (send_ret == CACKEY_PCSC_E_RETRY) {
+ 				CACKEY_DEBUG_PRINTF("ADPU Sending Failed -- retrying.");
+ 
+@@ -3365,7 +2975,6 @@
+ 
+ 				cackey_mark_slot_reset(slot);
+ 
+->>>>>>> trunk
+ 				slot->token_flags = CKF_LOGIN_REQUIRED;
+ 
+ 				return(CACKEY_PCSC_E_NEEDLOGIN);
+@@ -3375,23 +2984,11 @@
+ 				CACKEY_DEBUG_PRINTF("Token absent.  Returning TOKENABSENT");
+ 
+ 				cackey_mark_slot_reset(slot);
+-<<<<<<< HEAD
+-				slot->token_flags = CKF_LOGIN_REQUIRED;
+-=======
+->>>>>>> trunk
+ 
+ 				return(CACKEY_PCSC_E_TOKENABSENT);
+ 			}
+ 
+-<<<<<<< HEAD
+ 			return(-1);
+-=======
+-			CACKEY_DEBUG_PRINTF("Something went wrong during signing, resetting the slot and hoping for the best.");
+-
+-			cackey_mark_slot_reset(slot);
+-
+-			return(CACKEY_PCSC_E_GENERIC);
+->>>>>>> trunk
+ 		}
+ 
+ 		tmpbuf += bytes_to_send;
+@@ -3423,8 +3020,6 @@
+ #  endif
+ #endif
+ 
+-<<<<<<< HEAD
+-=======
+ 	/* We must remove the "7C" tag to get to the signature */
+ 	switch (id_type) {
+ 		case CACKEY_ID_TYPE_PIV:
+@@ -3454,7 +3049,6 @@
+ 			break;
+ 	}
+ 
+->>>>>>> trunk
+ 	/* Unpad reply */
+ 	if (unpadOutput) {
+ 		if (retval < 3) {
+@@ -3549,90 +3143,20 @@
+  *     ...
+  *
+  */
+-<<<<<<< HEAD
+-static cackey_ret cackey_login(struct cackey_slot *slot, unsigned char *pin, unsigned long pin_len, int *tries_remaining_p) {
+-	unsigned char cac_pin[8] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
+-	uint16_t response_code;
+-	int tries_remaining;
+-	int send_ret;
+-
+-	/* Indicate that we do not know about how many tries are remaining */
+-	if (tries_remaining_p) {
+-		*tries_remaining_p = -1;
+-	}
+-
+-	/* Apparently, CAC PINs are *EXACTLY* 8 bytes long -- pad with 0xFF if too short */
+-	if (pin_len >= 8) {
+-		memcpy(cac_pin, pin, 8);
+-	} else {
+-		memcpy(cac_pin, pin, pin_len);
+-	}
+-
+-	/* Issue PIN Verify */
+-	send_ret = cackey_send_apdu(slot, GSCIS_CLASS_ISO7816, GSCIS_INSTR_VERIFY, 0x00, 0x00, sizeof(cac_pin), cac_pin, 0x00, &response_code, NULL, NULL);
+-	if (send_ret != CACKEY_PCSC_S_OK) {
+-		if ((response_code & 0x63C0) == 0x63C0) {
+-			tries_remaining = (response_code & 0xF);
+-
+-			CACKEY_DEBUG_PRINTF("PIN Verification failed, %i tries remaining", tries_remaining);
+-
+-			if (tries_remaining_p) {
+-				*tries_remaining_p = tries_remaining;
+-			}
+-
+-			return(CACKEY_PCSC_E_BADPIN);
+-		}
+-
+-		if (response_code == 0x6983) {
+-			CACKEY_DEBUG_PRINTF("PIN Verification failed, device is locked");
+-
+-			return(CACKEY_PCSC_E_LOCKED);
+-		}
+-
+-		return(CACKEY_PCSC_E_GENERIC);
+-	}
+-
+-	CACKEY_DEBUG_PRINTF("PIN Verification succeeded");
+-
+-	return(CACKEY_PCSC_S_OK);
+-}
+-
+-/*
+- * SYNPOSIS
+- *     ...
+- *
+- * ARGUMENTS
+- *     ...
+- *
+- * RETURN VALUE
+- *     ...
+- *
+- * NOTES
+- *     ...
+- *
+- */
+-static cackey_ret cackey_token_present(struct cackey_slot *slot) {
+-	cackey_ret pcsc_connect_ret;
+-	DWORD reader_len, state, protocol, atr_len;
+-=======
+ static cackey_ret cackey_token_present(struct cackey_slot *slot) {
+ 	cackey_ret pcsc_connect_ret;
+ 	DWORD reader_len = 0, state = 0, protocol = 0, atr_len;
+->>>>>>> trunk
+ 	BYTE atr[MAX_ATR_SIZE];
+ 	LONG status_ret, scard_reconn_ret;
+ 
+ 	CACKEY_DEBUG_PRINTF("Called.");
+ 
+-<<<<<<< HEAD
+-=======
+ 	if (slot->internal) {
+ 		CACKEY_DEBUG_PRINTF("Returning token present (internal token)");
+ 
+ 		return(CACKEY_PCSC_S_TOKENPRESENT);
+ 	}
+ 
+->>>>>>> trunk
+ 	pcsc_connect_ret = cackey_connect_card(slot);
+ 	if (pcsc_connect_ret != CACKEY_PCSC_S_OK) {
+ 		CACKEY_DEBUG_PRINTF("Unable to connect to card, returning token absent");
+@@ -3640,11 +3164,8 @@
+ 		return(CACKEY_PCSC_E_TOKENABSENT);
+ 	}
+ 
+-<<<<<<< HEAD
+-=======
+ 	CACKEY_DEBUG_PRINTF("Calling SCardStatus() to determine card status");
+ 
+->>>>>>> trunk
+ 	atr_len = sizeof(atr);
+ 	status_ret = SCardStatus(slot->pcsc_card, NULL, &reader_len, &state, &protocol, atr, &atr_len);
+ 
+@@ -3659,11 +3180,8 @@
+ 			return(CACKEY_PCSC_E_TOKENABSENT);
+ 		}
+ 
+-<<<<<<< HEAD
+-=======
+ 		CACKEY_DEBUG_PRINTF("Calling SCardStatus() again");
+ 
+->>>>>>> trunk
+ 		atr_len = sizeof(atr);
+ 		status_ret = SCardStatus(slot->pcsc_card, NULL, &reader_len, &state, &protocol, atr, &atr_len);
+ 	}
+@@ -3674,16 +3192,8 @@
+ 		if (status_ret == SCARD_W_RESET_CARD) {
+ 			CACKEY_DEBUG_PRINTF("Reset required, please hold...");
+ 
+-<<<<<<< HEAD
+-			scard_reconn_ret = cackey_reconnect_card(slot, SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1, &protocol);
+-			if (scard_reconn_ret == SCARD_S_SUCCESS) {
+-				/* Update protocol */
+-				slot->protocol = protocol;
+-
+-=======
+ 			scard_reconn_ret = cackey_reconnect_card(slot, SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1);
+ 			if (scard_reconn_ret == SCARD_S_SUCCESS) {
+->>>>>>> trunk
+ 				/* Re-establish transaction, if it was present */
+ 				if (slot->transaction_depth > 0) {
+ 					slot->transaction_depth--;
+@@ -3735,11 +3245,6 @@
+  *     ...
+  *
+  */
+-<<<<<<< HEAD
+-static ssize_t cackey_pcsc_identity_to_label(struct cackey_pcsc_identity *identity, unsigned char *label_buf, unsigned long label_buf_len) {
+-	unsigned long certificate_len;
+-	char *label_asn1;
+-=======
+ static cackey_ret cackey_set_pin(struct cackey_slot *slot, unsigned char *old_pin, unsigned long old_pin_len, unsigned char *pin, unsigned long pin_len) {
+ 	struct cackey_pcsc_identity *pcsc_identities;
+ 	unsigned char cac_pin[8] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
+@@ -3821,9 +3326,6 @@
+ 	CACKEY_DEBUG_PRINTF("PIN Change succeeded");
+ 
+ 	return(CACKEY_PCSC_S_OK);
+-
+-	/* Disable a warning, since this is only used in debug mode */
+-	tries_remaining = tries_remaining;
+ }
+ 
+ /*
+@@ -3912,9 +3414,9 @@
+ 		}
+ 
+ 		if (response_code == 0x6d00) {
+-			if (retries > 0) {
++			if (have_piv == 1 && retries > 0) {
+ 				CACKEY_DEBUG_PRINTF("Got ISO 7816 Response \"6D 00\" in response to a VERIFY request.");
+-				CACKEY_DEBUG_PRINTF("We did not expect this because it is not mentioned in NIST SP 800-73-3 Part 2 Section 3.2.1 or GSC-IS v2.1");
++				CACKEY_DEBUG_PRINTF("We did not expect this because it is not mentioned in NIST SP 800-73-3 Part 2 Section 3.2.1");
+ 				CACKEY_DEBUG_PRINTF("We are going to try to reset the card and select the applet again.");
+ 
+ 				cackey_mark_slot_reset(slot);
+@@ -3965,7 +3467,6 @@
+ static ssize_t cackey_pcsc_identity_to_label(struct cackey_pcsc_identity *identity, unsigned char *label_buf, unsigned long label_buf_len) {
+ 	unsigned long certificate_len;
+ 	void *label_asn1;
+->>>>>>> trunk
+ 	void *certificate;
+ 	int x509_read_ret;
+ 
+@@ -4241,15 +3742,6 @@
+ 			case CKA_LABEL:
+ 				CACKEY_DEBUG_PRINTF("Requesting attribute CKA_LABEL (0x%08lx) ...", (unsigned long) curr_attr_type);
+ 
+-<<<<<<< HEAD
+-				/* XXX: Determine name */
+-				ulValueLen = snprintf((char *) ucTmpBuf, sizeof(ucTmpBuf), "Identity #%lu", (unsigned long) identity_num);
+-				pValue = ucTmpBuf;
+-
+-				if (ulValueLen >= sizeof(ucTmpBuf)) {
+-					ulValueLen = 0;
+-					pValue = NULL;
+-=======
+ 				if (identity->id_type == CACKEY_ID_TYPE_PIV) {
+ 					pValue = identity->card.piv.label;
+ 					ulValueLen = strlen(pValue);
+@@ -4261,7 +3753,6 @@
+ 						ulValueLen = 0;
+ 						pValue = NULL;
+ 					}
+->>>>>>> trunk
+ 				}
+ 
+ 				CACKEY_DEBUG_PRINTF(" ... returning (%p/%lu)", pValue, (unsigned long) ulValueLen);
+@@ -4650,11 +4141,7 @@
+ 
+ 	*pulCount = numattrs;
+ 
+-<<<<<<< HEAD
+-	CACKEY_DEBUG_PRINTF("Returning %lu objects (%p).", numattrs, retval);
+-=======
+ 	CACKEY_DEBUG_PRINTF("Returning %lu objects (%p).", numattrs, (void *) retval);
+->>>>>>> trunk
+ 
+ 	return(retval);
+ }
+@@ -4688,8 +4175,6 @@
+ 	free(identities);
+ }
+ 
+-<<<<<<< HEAD
+-=======
+ static unsigned long cackey_read_dod_identities(struct cackey_identity *identities, unsigned long num_dod_certs) {
+ 	unsigned long cert_idx, id_idx = 0;
+ 
+@@ -4714,36 +4199,10 @@
+ 	return(id_idx);
+ }
+ 
+->>>>>>> trunk
+ static struct cackey_identity *cackey_read_identities(struct cackey_slot *slot, unsigned long *ids_found) {
+ 	struct cackey_pcsc_identity *pcsc_identities;
+ 	struct cackey_identity *identities;
+ 	unsigned long num_ids, id_idx, curr_id_type;
+-<<<<<<< HEAD
+-	unsigned long num_certs, num_extra_certs, cert_idx;
+-	int include_extra_certs = 1;
+-
+-	CACKEY_DEBUG_PRINTF("Called.");
+-
+-	if (getenv("CACKEY_NO_EXTRA_CERTS") != NULL) {
+-		CACKEY_DEBUG_PRINTF("Asked not to include extra (DoD) certificates");
+-
+-		include_extra_certs = 0;
+-	}
+-
+-	if (include_extra_certs) {
+-		num_extra_certs = sizeof(extra_certs) / sizeof(extra_certs[0]);
+-
+-		CACKEY_DEBUG_PRINTF("Including %i DoD Certificates as objects on this token", num_extra_certs);
+-	} else {
+-		num_extra_certs = 0;
+-	}
+-
+-	if (ids_found == NULL) {
+-		CACKEY_DEBUG_PRINTF("Error.  ids_found is NULL");
+-
+-		return(NULL);
+-=======
+ 	unsigned long num_certs, num_dod_certs, cert_idx;
+ 	int include_extra_certs = 0, include_dod_certs;
+ 
+@@ -4801,21 +4260,16 @@
+ 		*ids_found = num_ids;
+ 
+ 		return(identities);
+->>>>>>> trunk
+ 	}
+ 
+ 	pcsc_identities = cackey_read_certs(slot, NULL, &num_certs);
+ 	if (pcsc_identities != NULL) {
+ 		/* Convert number of Certs to number of objects */
+ 		num_ids = (CKO_PRIVATE_KEY - CKO_CERTIFICATE + 1) * num_certs;
+-<<<<<<< HEAD
+-		num_ids += num_extra_certs * 3;
+-=======
+ 
+ 		if (include_extra_certs) {
+ 			num_ids += cackey_read_dod_identities(NULL, num_dod_certs);
+ 		}
+->>>>>>> trunk
+ 
+ 		identities = malloc(num_ids * sizeof(*identities));
+ 
+@@ -4835,29 +4289,6 @@
+ 			}
+ 		}
+ 
+-<<<<<<< HEAD
+-		cackey_free_certs(pcsc_identities, num_certs, 1);
+-
+-		/* Add DoD Certificates and Netscape Trust Objects */
+-		for (cert_idx = 0; cert_idx < num_extra_certs; cert_idx++) {
+-			identities[id_idx].pcsc_identity = NULL;
+-			identities[id_idx].attributes = cackey_get_attributes(CKO_CERTIFICATE, &extra_certs[cert_idx], 0xf000 | cert_idx, &identities[id_idx].attributes_count);
+-			id_idx++;
+-
+-			identities[id_idx].pcsc_identity = NULL;
+-			identities[id_idx].attributes = cackey_get_attributes(CKO_PUBLIC_KEY, &extra_certs[cert_idx], 0xf000 | cert_idx, &identities[id_idx].attributes_count);
+-			id_idx++;
+-
+-			identities[id_idx].pcsc_identity = NULL;
+-			identities[id_idx].attributes = cackey_get_attributes(CKO_NETSCAPE_TRUST, &extra_certs[cert_idx], 0xf000 | cert_idx, &identities[id_idx].attributes_count);
+-			id_idx++;
+-		}
+-
+-		*ids_found = num_ids;
+-		return(identities);
+-	}
+-
+-=======
+ 		if (include_extra_certs) {
+ 			CACKEY_DEBUG_PRINTF("Including US Government Certificates on hardware slot");
+ 
+@@ -4872,17 +4303,10 @@
+ 	}
+ 
+ 
+->>>>>>> trunk
+ 	*ids_found = 0;
+ 	return(NULL);
+ }
+ 
+-<<<<<<< HEAD
+-CK_DEFINE_FUNCTION(CK_RV, C_Initialize)(CK_VOID_PTR pInitArgs) {
+-	CK_C_INITIALIZE_ARGS CK_PTR args;
+-	uint32_t idx;
+-	int mutex_init_ret;
+-=======
+ static cackey_ret cackey_get_pin(char *pinbuf) {
+ 	FILE *pinfd;
+ 	char *fgets_ret;
+@@ -4941,7 +4365,6 @@
+ 	uint32_t idx, highest_slot;
+ 	int mutex_init_ret;
+ 	int include_dod_certs;
+->>>>>>> trunk
+ 
+ 	CACKEY_DEBUG_PRINTF("Called.");
+ 
+@@ -4982,8 +4405,6 @@
+ 		cackey_slots[idx].slot_reset = 0;
+ 		cackey_slots[idx].token_flags = 0;
+ 		cackey_slots[idx].label = NULL;
+-<<<<<<< HEAD
+-=======
+ 		cackey_slots[idx].internal = 0;
+ 	}
+ 
+@@ -5013,7 +4434,6 @@
+ 		cackey_slots[highest_slot].label = (unsigned char *) "US Government Certificates";
+ 		cackey_slots[highest_slot].pcsc_reader = "CACKey";
+ 		cackey_slots[highest_slot].token_flags = 0;
+->>>>>>> trunk
+ 	}
+ 
+ 	cackey_initialized = 1;
+@@ -5030,56 +4450,25 @@
+ 		cackey_biglock_init = 1;
+ 	}
+ 
+-<<<<<<< HEAD
+-=======
+ 	/* Define a command to prompt user for a PIN */
+ #ifdef CACKEY_PIN_COMMAND_DEFAULT
+-	cackey_pin_command = strdup(CACKEY_MACRO_DEFAULT_XSTR(CACKEY_PIN_COMMAND_DEFAULT));
++	cackey_pin_command = CACKEY_PIN_COMMAND_DEFAULT_XSTR(CACKEY_PIN_COMMAND_DEFAULT);
+ #endif
+ 
+ #ifdef CACKEY_PIN_COMMAND_XONLY_DEFAULT
+ 	if (getenv("DISPLAY") != NULL) {
+-		cackey_pin_command = strdup(CACKEY_MACRO_DEFAULT_XSTR(CACKEY_PIN_COMMAND_XONLY_DEFAULT));
++		cackey_pin_command = CACKEY_PIN_COMMAND_DEFAULT_XSTR(CACKEY_PIN_COMMAND_XONLY_DEFAULT);
+ 	}
+ #endif
+ 
+ 	if (getenv("CACKEY_PIN_COMMAND") != NULL) {
+-		cackey_pin_command = strdup(getenv("CACKEY_PIN_COMMAND"));
++		cackey_pin_command = getenv("CACKEY_PIN_COMMAND");
+ 	}
+ 
+ 	if (getenv("CACKEY_PIN_COMMAND_XONLY") != NULL && getenv("DISPLAY") != NULL) {
+-		cackey_pin_command = strdup(getenv("CACKEY_PIN_COMMAND_XONLY"));
++		cackey_pin_command = getenv("CACKEY_PIN_COMMAND_XONLY");
+ 	}
+ 
+-#ifdef CACKEY_READERS_INCLUDE_ONLY_DEFAULT
+-	cackey_readers_include_only = strdup(CACKEY_MACRO_DEFAULT_XSTR(CACKEY_READERS_INCLUDE_ONLY_DEFAULT));
+-#endif
+-
+-#ifdef CACKEY_READERS_EXCLUDE_DEFAULT
+-	cackey_readers_exclude = strdup(CACKEY_MACRO_DEFAULT_XSTR(CACKEY_READERS_EXCLUDE_DEFAULT));
+-#endif
+-
+-	if (getenv("CACKEY_READERS_INCLUDE_ONLY") != NULL) {
+-		cackey_readers_include_only = strdup(getenv("CACKEY_READERS_INCLUDE_ONLY"));
+-
+-		if (cackey_readers_include_only[0] == '\0') {
+-			free(cackey_readers_include_only);
+-
+-			cackey_readers_include_only = NULL;
+-		}
+-	}
+-
+-	if (getenv("CACKEY_READERS_EXCLUDE") != NULL) {
+-		cackey_readers_exclude = strdup(getenv("CACKEY_READERS_EXCLUDE"));
+-
+-		if (cackey_readers_exclude[0] == '\0') {
+-			free(cackey_readers_exclude);
+-
+-			cackey_readers_exclude = NULL;
+-		}
+-	}
+-
+->>>>>>> trunk
+ 	CACKEY_DEBUG_PRINTF("Returning CKR_OK (%i)", CKR_OK);
+ 
+ 	return(CKR_OK);
+@@ -5108,17 +4497,6 @@
+ 		}
+ 	}
+ 
+-<<<<<<< HEAD
+-	cackey_slots_disconnect_all();
+-
+-	for (idx = 0; idx < (sizeof(cackey_slots) / sizeof(cackey_slots[0])); idx++) {
+-		if (cackey_slots[idx].pcsc_reader) {
+-			free(cackey_slots[idx].pcsc_reader);
+-		}
+-	}
+-
+-	cackey_pcsc_disconnect();
+-=======
+ 	cackey_slots_disconnect_all();
+ 
+ 	for (idx = 0; idx < (sizeof(cackey_slots) / sizeof(cackey_slots[0])); idx++) {
+@@ -5139,25 +4517,6 @@
+ 
+ 	cackey_pcsc_disconnect();
+ 
+-	if (cackey_pin_command != NULL) {
+-		free(cackey_pin_command);
+-
+-		cackey_pin_command = NULL;
+-	}
+-
+-	if (cackey_readers_include_only != NULL) {
+-		free(cackey_readers_include_only);
+-
+-		cackey_readers_include_only = NULL;
+-	}
+-
+-	if (cackey_readers_exclude != NULL) {
+-		free(cackey_readers_exclude);
+-
+-		cackey_readers_exclude = NULL;
+-	}
+->>>>>>> trunk
+-
+ 	cackey_initialized = 0;
+ 
+ 	CACKEY_DEBUG_PRINTF("Returning CKR_OK (%i)", CKR_OK);
+@@ -5206,27 +4565,15 @@
+  * Process list of readers, and create mapping between reader name and slot ID
+  */
+ CK_DEFINE_FUNCTION(CK_RV, C_GetSlotList)(CK_BBOOL tokenPresent, CK_SLOT_ID_PTR pSlotList, CK_ULONG_PTR pulCount) {
+-<<<<<<< HEAD
+-	int mutex_retval;
+-	int pcsc_connect_ret;
+-	CK_ULONG count, slot_count = 0, currslot;
+-	char *pcsc_readers, *pcsc_readers_s, *pcsc_readers_e;
+-	DWORD pcsc_readers_len;
+-	LONG scard_listreaders_ret;
+-	size_t curr_reader_len;
+-=======
+ 	static int first_call = 1;
+ 	int mutex_retval;
+ 	int pcsc_connect_ret;
+ 	CK_ULONG count, slot_count = 0, currslot, slot_idx;
+ 	char *pcsc_readers, *pcsc_readers_s, *pcsc_readers_e;
+-	char *reader_check_pattern;
+ 	DWORD pcsc_readers_len;
+ 	LONG scard_listreaders_ret;
+ 	size_t curr_reader_len;
+ 	int slot_reset;
+-	int include_reader;
+->>>>>>> trunk
+ 
+ 	CACKEY_DEBUG_PRINTF("Called.");
+ 
+@@ -5250,28 +4597,6 @@
+ 	}
+ 
+ 	/* Clear list of slots */
+-<<<<<<< HEAD
+-	if (pSlotList) {
+-		CACKEY_DEBUG_PRINTF("Purging all slot information.");
+-
+-		/* Only update the list of slots if we are actually being supply the slot information */
+-		cackey_slots_disconnect_all();
+-
+-		for (currslot = 0; currslot < (sizeof(cackey_slots) / sizeof(cackey_slots[0])); currslot++) {
+-			if (cackey_slots[currslot].pcsc_reader) {
+-				free(cackey_slots[currslot].pcsc_reader);
+-
+-				cackey_slots[currslot].pcsc_reader = NULL;
+-			}
+-
+-			if (cackey_slots[currslot].label) {
+-				free(cackey_slots[currslot].label);
+-
+-				cackey_slots[currslot].label = NULL;
+-			}
+-
+-			cackey_slots[currslot].active = 0;
+-=======
+ 	slot_reset = 0;
+ 	if (pSlotList) {
+ 		if (first_call) {
+@@ -5324,16 +4649,12 @@
+ 			}
+ 		} else {
+ 			
+->>>>>>> trunk
+ 		}
+ 	}
+ 
+ 	/* Determine list of readers */
+ 	pcsc_connect_ret = cackey_pcsc_connect();
+-<<<<<<< HEAD
+-=======
+ /* XXX: CAN HANG HERE ! */
+->>>>>>> trunk
+ 	if (pcsc_connect_ret != CACKEY_PCSC_S_OK) {
+ 		CACKEY_DEBUG_PRINTF("Connection to PC/SC failed, assuming no slots");
+ 
+@@ -5364,9 +4685,6 @@
+ 				/* Start with Slot ID 1, to avoid a bug in GDM on RHEL */
+ 				/* Bug 594911: https://bugzilla.redhat.com/show_bug.cgi?id=594911 */
+ 				currslot = 1;
+-<<<<<<< HEAD
+-				while (pcsc_readers < pcsc_readers_e) {
+-=======
+ 				slot_count = 0;
+ 				while (pcsc_readers < pcsc_readers_e) {
+ 					/* Find next available slot */
+@@ -5376,7 +4694,6 @@
+ 						}
+ 					}
+ 
+->>>>>>> trunk
+ 					curr_reader_len = strlen(pcsc_readers);
+ 
+ 					if ((pcsc_readers + curr_reader_len) > pcsc_readers_e) {
+@@ -5393,55 +4710,8 @@
+ 						break;
+ 					}
+ 
+-<<<<<<< HEAD
+-					CACKEY_DEBUG_PRINTF("Found reader: %s", pcsc_readers);
+-
+-					/* Only update the list of slots if we are actually being asked supply the slot information */
+-					if (pSlotList) {
+-						cackey_slots[currslot].active = 1;
+-						cackey_slots[currslot].pcsc_reader = strdup(pcsc_readers);
+-						cackey_slots[currslot].pcsc_card_connected = 0;
+-						cackey_slots[currslot].transaction_depth = 0;
+-						cackey_slots[currslot].transaction_need_hw_lock = 0;
+-						cackey_slots[currslot].slot_reset = 1;
+-						cackey_slots[currslot].token_flags = CKF_LOGIN_REQUIRED;
+-						cackey_slots[currslot].label = NULL;
+-
+-						cackey_mark_slot_reset(&cackey_slots[currslot]);
+-=======
+ 					CACKEY_DEBUG_PRINTF("Found reader: %s (currslot = %lu)", pcsc_readers, (unsigned long) currslot);
+ 
+-					if (cackey_readers_include_only != NULL) {
+-						CACKEY_DEBUG_PRINTF("Asked to include only readers matching: %s", cackey_readers_include_only);
+-
+-						include_reader = 0;
+-						reader_check_pattern = cackey_readers_include_only;
+-					} else if (cackey_readers_exclude != NULL) {
+-						CACKEY_DEBUG_PRINTF("Asked to exclude readers matching: %s", cackey_readers_exclude);
+-
+-						include_reader = 1;
+-						reader_check_pattern = cackey_readers_exclude;
+-					} else {
+-						include_reader = 1;
+-						reader_check_pattern = NULL;
+-					}
+-
+-					if (reader_check_pattern != NULL) {
+-						if (strstr(pcsc_readers, reader_check_pattern) != NULL) {
+-							CACKEY_DEBUG_PRINTF("This reader matched the pattern.");
+-						
+-							include_reader = !include_reader;
+-						}
+-					}
+-
+-					if (include_reader != 1) {
+-						CACKEY_DEBUG_PRINTF("Skipping this reader.");
+-
+-						pcsc_readers += curr_reader_len + 1;
+-
+-						continue;
+-					}
+-
+ 					/* Only update the list of slots if we are actually being asked supply the slot information */
+ 					if (pSlotList) {
+ 						if (slot_reset) {
+@@ -5467,28 +4737,18 @@
+ 
+ 							slot_count++;
+ 						}
+->>>>>>> trunk
+ 					}
+ 					currslot++;
+ 
+ 					pcsc_readers += curr_reader_len + 1;
+ 				}
+ 
+-<<<<<<< HEAD
+-				/* Start with Slot ID 1, to avoid a bug in GDM on RHEL */
+-				/* Bug 594911: https://bugzilla.redhat.com/show_bug.cgi?id=594911 */
+-				if (currslot > 1) {
+-					/* Start with Slot ID 1, to avoid a bug in GDM on RHEL */
+-					/* Bug 594911: https://bugzilla.redhat.com/show_bug.cgi?id=594911 */
+-					slot_count = currslot - 1;
+-=======
+ 				for (currslot = 0; currslot < (sizeof(cackey_slots) / sizeof(cackey_slots[0])); currslot++) {
+ 					if (cackey_slots[currslot].active) {
+ 						CACKEY_DEBUG_PRINTF("Found active slot %lu, reader = %s", (unsigned long) currslot, cackey_slots[currslot].pcsc_reader);
+ 
+ 						slot_count++;
+ 					}
+->>>>>>> trunk
+ 				}
+ 			} else {
+ 				CACKEY_DEBUG_PRINTF("Second call to SCardListReaders failed, return %s/%li", CACKEY_DEBUG_FUNC_SCARDERR_TO_STR(scard_listreaders_ret), (long) scard_listreaders_ret);
+@@ -5519,15 +4779,6 @@
+ 	if (count < slot_count) {
+ 		CACKEY_DEBUG_PRINTF("Error. User allocated %lu entries, but we have %lu entries.", count, slot_count);
+ 
+-<<<<<<< HEAD
+-		return(CKR_BUFFER_TOO_SMALL);	
+-	}
+-
+-	for (currslot = 0; currslot < slot_count; currslot++) {
+-		/* Start with Slot ID 1, to avoid a bug in GDM on RHEL */
+-		/* Bug 594911: https://bugzilla.redhat.com/show_bug.cgi?id=594911 */
+-		pSlotList[currslot] = currslot + 1;
+-=======
+ 		CACKEY_DEBUG_PRINTF("Returning CKR_BUFFER_TOO_SMALL");
+ 
+ 		return(CKR_BUFFER_TOO_SMALL);	
+@@ -5561,7 +4812,6 @@
+ 		CACKEY_DEBUG_PRINTF("Error.  Unlocking failed.");
+ 
+ 		return(CKR_GENERAL_ERROR);
+->>>>>>> trunk
+ 	}
+ 
+ 	*pulCount = slot_count;
+@@ -5613,15 +4863,11 @@
+ 		return(CKR_SLOT_ID_INVALID);
+ 	}
+ 
+-<<<<<<< HEAD
+-	pInfo->flags = CKF_REMOVABLE_DEVICE | CKF_HW_SLOT;
+-=======
+ 	pInfo->flags = CKF_HW_SLOT;
+ 
+ 	if (!cackey_slots[slotID].internal) {
+ 		pInfo->flags |= CKF_REMOVABLE_DEVICE;
+ 	}
+->>>>>>> trunk
+ 
+ 	if (cackey_token_present(&cackey_slots[slotID]) == CACKEY_PCSC_S_TOKENPRESENT) {
+ 		pInfo->flags |= CKF_TOKEN_PRESENT;
+@@ -5764,13 +5010,10 @@
+ 
+ 	pInfo->flags = CKF_WRITE_PROTECTED | CKF_USER_PIN_INITIALIZED | CKF_TOKEN_INITIALIZED | cackey_slots[slotID].token_flags;
+ 
+-<<<<<<< HEAD
+-=======
+ 	if (cackey_pin_command != NULL) {
+ 		pInfo->flags |= CKF_PROTECTED_AUTHENTICATION_PATH;
+ 	}
+ 
+->>>>>>> trunk
+ 	pInfo->ulMaxSessionCount = (sizeof(cackey_sessions) / sizeof(cackey_sessions[0])) - 1;
+ 	pInfo->ulSessionCount = CK_UNAVAILABLE_INFORMATION;
+ 	pInfo->ulMaxRwSessionCount = 0;
+@@ -5933,17 +5176,12 @@
+ 	return(CKR_TOKEN_WRITE_PROTECTED);
+ }
+ 
+-<<<<<<< HEAD
+-/* We don't support this method. */
+-CK_DEFINE_FUNCTION(CK_RV, C_SetPIN)(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pOldPin, CK_ULONG ulOldPinLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) {
+-=======
+ CK_DEFINE_FUNCTION(CK_RV, C_SetPIN)(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pOldPin, CK_ULONG ulOldPinLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) {
+ 	char oldpinbuf[64], newpinbuf[64];
+ 	cackey_ret set_pin_ret, get_pin_ret;
+ 	CK_SLOT_ID slotID;
+ 	int mutex_retval;
+ 
+->>>>>>> trunk
+ 	CACKEY_DEBUG_PRINTF("Called.");
+ 
+ 	if (!cackey_initialized) {
+@@ -5952,11 +5190,6 @@
+ 		return(CKR_CRYPTOKI_NOT_INITIALIZED);
+ 	}
+ 
+-<<<<<<< HEAD
+-	CACKEY_DEBUG_PRINTF("Returning CKR_FUNCTION_NOT_SUPPORTED (%i)", CKR_FUNCTION_NOT_SUPPORTED);
+-
+-	return(CKR_FUNCTION_NOT_SUPPORTED);
+-=======
+ 	mutex_retval = cackey_mutex_lock(cackey_biglock);
+ 	if (mutex_retval != 0) {
+ 		CACKEY_DEBUG_PRINTF("Error.  Locking failed.");
+@@ -6091,7 +5324,6 @@
+ 	}
+ 
+ 	return(CKR_GENERAL_ERROR);
+->>>>>>> trunk
+ }
+ 
+ CK_DEFINE_FUNCTION(CK_RV, C_OpenSession)(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_SESSION_HANDLE_PTR phSession) {
+@@ -6377,15 +5609,10 @@
+ 	return(CKR_FUNCTION_NOT_SUPPORTED);
+ }
+ 
+-<<<<<<< HEAD
+-CK_DEFINE_FUNCTION(CK_RV, C_Login)(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) {
+-	CK_SLOT_ID slotID;
+-=======
+ CK_DEFINE_FUNCTION(CK_RV, _C_LoginMutexArg)(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen, int lock_mutex) {
+ 	CK_SLOT_ID slotID;
+ 	cackey_ret get_pin_ret;
+ 	char pinbuf[64];
+->>>>>>> trunk
+ 	int mutex_retval;
+ 	int tries_remaining;
+ 	int login_ret;
+@@ -6410,17 +5637,6 @@
+ 		return(CKR_USER_TYPE_INVALID);
+ 	}
+ 
+-<<<<<<< HEAD
+-	mutex_retval = cackey_mutex_lock(cackey_biglock);
+-	if (mutex_retval != 0) {
+-		CACKEY_DEBUG_PRINTF("Error.  Locking failed.");
+-
+-		return(CKR_GENERAL_ERROR);
+-	}
+-
+-	if (!cackey_sessions[hSession].active) {
+-		cackey_mutex_unlock(cackey_biglock);
+-=======
+ 	if (lock_mutex) {
+ 		mutex_retval = cackey_mutex_lock(cackey_biglock);
+ 		if (mutex_retval != 0) {
+@@ -6434,7 +5650,6 @@
+ 		if (lock_mutex) {
+ 			cackey_mutex_unlock(cackey_biglock);
+ 		}
+->>>>>>> trunk
+ 
+ 		CACKEY_DEBUG_PRINTF("Error.  Session not active.");
+ 		
+@@ -6446,35 +5661,23 @@
+ 	if (slotID < 0 || slotID >= (sizeof(cackey_slots) / sizeof(cackey_slots[0]))) {
+ 		CACKEY_DEBUG_PRINTF("Error. Invalid slot requested (%lu), outside of valid range", slotID);
+ 
+-<<<<<<< HEAD
+-=======
+ 		if (lock_mutex) {
+ 			cackey_mutex_unlock(cackey_biglock);
+ 		}
+ 
+->>>>>>> trunk
+ 		return(CKR_GENERAL_ERROR);
+ 	}
+ 
+ 	if (cackey_slots[slotID].active == 0) {
+ 		CACKEY_DEBUG_PRINTF("Error. Invalid slot requested (%lu), slot not currently active", slotID);
+ 
+-<<<<<<< HEAD
+-		cackey_mutex_unlock(cackey_biglock);
+-=======
+ 		if (lock_mutex) {
+ 			cackey_mutex_unlock(cackey_biglock);
+ 		}
+->>>>>>> trunk
+ 
+ 		return(CKR_GENERAL_ERROR);
+ 	}
+ 
+-<<<<<<< HEAD
+-	login_ret = cackey_login(&cackey_slots[slotID], pPin, ulPinLen, &tries_remaining);
+-	if (login_ret != CACKEY_PCSC_S_OK) {
+-		cackey_mutex_unlock(cackey_biglock);
+-=======
+ 	if (cackey_pin_command != NULL) {
+ 		if (pPin != NULL) {
+ 			CACKEY_DEBUG_PRINTF("Protected authentication path in effect and PIN provided !?");
+@@ -6501,18 +5704,14 @@
+ 		if (lock_mutex) {
+ 			cackey_mutex_unlock(cackey_biglock);
+ 		}
+->>>>>>> trunk
+ 
+ 		if (login_ret == CACKEY_PCSC_E_LOCKED) {
+ 			CACKEY_DEBUG_PRINTF("Error.  Token is locked.");
+ 
+ 			cackey_slots[slotID].token_flags |= CKF_USER_PIN_LOCKED;
+ 
+-<<<<<<< HEAD
+-=======
+ 			CACKEY_DEBUG_PRINTF("Returning CKR_PIN_LOCKED (%i)", (int) CKR_PIN_LOCKED);
+ 
+->>>>>>> trunk
+ 			return(CKR_PIN_LOCKED);
+ 		} else if (login_ret == CACKEY_PCSC_E_BADPIN) {
+ 			CACKEY_DEBUG_PRINTF("Error.  Invalid PIN.");
+@@ -6523,11 +5722,8 @@
+ 				cackey_slots[slotID].token_flags |= CKF_USER_PIN_FINAL_TRY;
+ 			}
+ 
+-<<<<<<< HEAD
+-=======
+ 			CACKEY_DEBUG_PRINTF("Returning CKR_PIN_INCORRECT (%i)", (int) CKR_PIN_INCORRECT);
+ 
+->>>>>>> trunk
+ 			return(CKR_PIN_INCORRECT);
+ 		}
+ 
+@@ -6540,13 +5736,6 @@
+ 
+ 	cackey_sessions[hSession].state = CKS_RO_USER_FUNCTIONS;
+ 
+-<<<<<<< HEAD
+-	mutex_retval = cackey_mutex_unlock(cackey_biglock);
+-	if (mutex_retval != 0) {
+-		CACKEY_DEBUG_PRINTF("Error.  Unlocking failed.");
+-
+-		return(CKR_GENERAL_ERROR);
+-=======
+ 	if (lock_mutex) {
+ 		mutex_retval = cackey_mutex_unlock(cackey_biglock);
+ 		if (mutex_retval != 0) {
+@@ -6554,7 +5743,6 @@
+ 
+ 			return(CKR_GENERAL_ERROR);
+ 		}
+->>>>>>> trunk
+ 	}
+ 
+ 	CACKEY_DEBUG_PRINTF("Returning CKR_OK (%i)", CKR_OK);
+@@ -6562,13 +5750,10 @@
+ 	return(CKR_OK);
+ }
+ 
+-<<<<<<< HEAD
+-=======
+ CK_DEFINE_FUNCTION(CK_RV, C_Login)(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) {
+ 	return(_C_LoginMutexArg(hSession, userType, pPin, ulPinLen, 1));
+ }
+ 
+->>>>>>> trunk
+ CK_DEFINE_FUNCTION(CK_RV, C_Logout)(CK_SESSION_HANDLE hSession) {
+ 	CK_SLOT_ID slotID;
+ 	int mutex_retval;
+@@ -6619,16 +5804,12 @@
+ 	}
+ 
+ 	cackey_sessions[hSession].state = CKS_RO_PUBLIC_SESSION;
+-<<<<<<< HEAD
+-	cackey_slots[slotID].token_flags = CKF_LOGIN_REQUIRED;
+-=======
+ 
+ 	if (cackey_pin_command == NULL) {
+ 		cackey_slots[slotID].token_flags = CKF_LOGIN_REQUIRED;
+ 	} else {
+ 		cackey_slots[slotID].token_flags = 0;
+ 	}
+->>>>>>> trunk
+ 
+ 	mutex_retval = cackey_mutex_unlock(cackey_biglock);
+ 	if (mutex_retval != 0) {
+@@ -7041,13 +6222,10 @@
+ 	CK_ULONG curr_id_idx, curr_out_id_idx, curr_attr_idx, sess_attr_idx;
+ 	CK_ULONG matched_count, prev_matched_count;
+ 	int mutex_retval;
+-<<<<<<< HEAD
+-=======
+ #ifdef CACKEY_DEBUG_SEARCH_SPEEDTEST
+ 	struct timeval start, end;
+ 	uint64_t start_int, end_int;
+ #endif
+->>>>>>> trunk
+ 
+ 	CACKEY_DEBUG_PRINTF("Called.");
+ 
+@@ -7113,13 +6291,10 @@
+ 		return(CKR_OPERATION_NOT_INITIALIZED);
+ 	}
+ 
+-<<<<<<< HEAD
+-=======
+ #ifdef CACKEY_DEBUG_SEARCH_SPEEDTEST
+ 	gettimeofday(&start, NULL);
+ #endif
+ 
+->>>>>>> trunk
+ 	curr_out_id_idx = 0;
+ 	for (curr_id_idx = cackey_sessions[hSession].search_curr_id; curr_id_idx < cackey_sessions[hSession].identities_count && ulMaxObjectCount; curr_id_idx++) {
+ 		curr_id = &cackey_sessions[hSession].identities[curr_id_idx];
+@@ -7165,8 +6340,6 @@
+ 	cackey_sessions[hSession].search_curr_id = curr_id_idx;
+ 	*pulObjectCount = curr_out_id_idx;
+ 
+-<<<<<<< HEAD
+-=======
+ #ifdef CACKEY_DEBUG_SEARCH_SPEEDTEST
+ 	gettimeofday(&end, NULL);
+ 	start_int = (start.tv_sec * 1000000) + start.tv_usec;
+@@ -7174,7 +6347,6 @@
+ 	fprintf(stderr, "Search took %lu microseconds\n", (unsigned long) (end_int - start_int));
+ #endif
+ 
+->>>>>>> trunk
+ 	mutex_retval = cackey_mutex_unlock(cackey_biglock);
+ 	if (mutex_retval != 0) {
+ 		CACKEY_DEBUG_PRINTF("Error.  Unlocking failed.");
+@@ -7562,15 +6734,12 @@
+ 			/* Ask card to decrypt */
+ 			buflen = cackey_signdecrypt(&cackey_slots[slotID], cackey_sessions[hSession].decrypt_identity, pEncryptedPart, ulEncryptedPartLen, buf, sizeof(buf), 0, 1);
+ 
+-<<<<<<< HEAD
+-=======
+ 			if (buflen == CACKEY_PCSC_E_NEEDLOGIN && cackey_pin_command != NULL) {
+ 				if (_C_LoginMutexArg(hSession, CKU_USER, NULL, 0, 0) == CKR_OK) {
+ 					buflen = cackey_signdecrypt(&cackey_slots[slotID], cackey_sessions[hSession].decrypt_identity, pEncryptedPart, ulEncryptedPartLen, buf, sizeof(buf), 0, 1);
+ 				}
+ 			}
+ 
+->>>>>>> trunk
+ 			if (buflen < 0) {
+ 				/* Decryption failed. */
+ 				if (buflen == CACKEY_PCSC_E_NEEDLOGIN) {
+@@ -7578,11 +6747,8 @@
+ 				} else if (buflen == CACKEY_PCSC_E_TOKENABSENT) {
+ 					retval = CKR_DEVICE_REMOVED;
+ 				} else {
+-<<<<<<< HEAD
+-=======
+ 					CACKEY_DEBUG_PRINTF("Failed to send APDU, error = %li", (long int) buflen);
+ 
+->>>>>>> trunk
+ 					retval = CKR_GENERAL_ERROR;
+ 				}
+ 			} else if (((unsigned long) buflen) > *pulPartLen && pPart) {
+@@ -7822,11 +6988,7 @@
+ 	cackey_sessions[hSession].sign_bufused = 0;
+ 	cackey_sessions[hSession].sign_buf = malloc(sizeof(*cackey_sessions[hSession].sign_buf) * cackey_sessions[hSession].sign_buflen);
+ 
+-<<<<<<< HEAD
+-	CACKEY_DEBUG_PRINTF("Session %lu sign_identity is %p (identity #%lu)", (unsigned long) hSession, &cackey_sessions[hSession].identities[hKey], (unsigned long) hKey);
+-=======
+ 	CACKEY_DEBUG_PRINTF("Session %lu sign_identity is %p (identity #%lu)", (unsigned long) hSession, (void *) &cackey_sessions[hSession].identities[hKey], (unsigned long) hKey);
+->>>>>>> trunk
+ 	cackey_sessions[hSession].sign_identity = &cackey_sessions[hSession].identities[hKey];
+ 
+ 	mutex_retval = cackey_mutex_unlock(cackey_biglock);
+@@ -7933,11 +7095,6 @@
+ 
+ CK_DEFINE_FUNCTION(CK_RV, C_SignUpdate)(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen) {
+ 	int mutex_retval;
+-<<<<<<< HEAD
+-=======
+-	int resizeRetry;
+-	int needResize;
+->>>>>>> trunk
+ 
+ 	CACKEY_DEBUG_PRINTF("Called.");
+ 
+@@ -7998,47 +7155,12 @@
+ 	switch (cackey_sessions[hSession].sign_mechanism) {
+ 		case CKM_RSA_PKCS:
+ 			/* Accumulate directly */
+-<<<<<<< HEAD
+ 			if ((cackey_sessions[hSession].sign_bufused + ulPartLen) > cackey_sessions[hSession].sign_buflen) {
+-=======
+-			for (resizeRetry = 0; resizeRetry < 11; resizeRetry++) {
+-				needResize = 0;
+-				if ((cackey_sessions[hSession].sign_bufused + ulPartLen) > cackey_sessions[hSession].sign_buflen) {
+-					needResize = 1;
+-				}
+-
+-				if (!needResize) {
+-					break;
+-				}
+-
+-				CACKEY_DEBUG_PRINTF("Resizing signing buffer (try #%i of 10 -- 11th is fatal)", resizeRetry);
+-
+-				if (resizeRetry == 10) {
+-					free(cackey_sessions[hSession].sign_buf);
+-
+-					cackey_sessions[hSession].sign_buflen = 0;
+-					cackey_sessions[hSession].sign_buf = NULL;
+-
+-					break;
+-				}
+-
+->>>>>>> trunk
+ 				cackey_sessions[hSession].sign_buflen *= 2;
+ 
+ 				cackey_sessions[hSession].sign_buf = realloc(cackey_sessions[hSession].sign_buf, sizeof(*cackey_sessions[hSession].sign_buf) * cackey_sessions[hSession].sign_buflen);
+ 			}
+ 
+-<<<<<<< HEAD
+-=======
+-			if (cackey_sessions[hSession].sign_buf == NULL) {
+-				cackey_mutex_unlock(cackey_biglock);
+-
+-				CACKEY_DEBUG_PRINTF("Error.  Signing buffer is NULL.");
+-
+-				return(CKR_GENERAL_ERROR);
+-			}
+-
+->>>>>>> trunk
+ 			memcpy(cackey_sessions[hSession].sign_buf + cackey_sessions[hSession].sign_bufused, pPart, ulPartLen);
+ 
+ 			cackey_sessions[hSession].sign_bufused += ulPartLen;
+@@ -8128,11 +7250,6 @@
+ 	switch (cackey_sessions[hSession].sign_mechanism) {
+ 		case CKM_RSA_PKCS:
+ 			/* Ask card to sign */
+-<<<<<<< HEAD
+-			CACKEY_DEBUG_PRINTF("Asking to sign from identity %p in session %lu", cackey_sessions[hSession].sign_identity, (unsigned long) hSession);
+-			sigbuflen = cackey_signdecrypt(&cackey_slots[slotID], cackey_sessions[hSession].sign_identity, cackey_sessions[hSession].sign_buf, cackey_sessions[hSession].sign_bufused, sigbuf, sizeof(sigbuf), 1, 0);
+-
+-=======
+ 			CACKEY_DEBUG_PRINTF("Asking to sign from identity %p in session %lu", (void *) cackey_sessions[hSession].sign_identity, (unsigned long) hSession);
+ 			sigbuflen = cackey_signdecrypt(&cackey_slots[slotID], cackey_sessions[hSession].sign_identity, cackey_sessions[hSession].sign_buf, cackey_sessions[hSession].sign_bufused, sigbuf, sizeof(sigbuf), 1, 0);
+ 
+@@ -8142,7 +7259,6 @@
+ 				}
+ 			}
+ 
+->>>>>>> trunk
+ 			if (sigbuflen < 0) {
+ 				/* Signing failed. */
+ 				if (sigbuflen == CACKEY_PCSC_E_NEEDLOGIN) {
+@@ -8485,10 +7601,6 @@
+ }
+ 
+ CK_DEFINE_FUNCTION(CK_RV, C_GetFunctionList)(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) {
+-<<<<<<< HEAD
+-=======
+-	static CK_FUNCTION_LIST_PTR spFunctionList = NULL;
+->>>>>>> trunk
+ 	CK_FUNCTION_LIST_PTR pFunctionList;
+ 
+ 	CACKEY_DEBUG_PRINTF("Called.");
+@@ -8499,17 +7611,6 @@
+ 		return(CKR_ARGUMENTS_BAD);
+ 	}
+ 
+-<<<<<<< HEAD
+-=======
+-	if (spFunctionList != NULL) {
+-		*ppFunctionList = spFunctionList;
+-
+-		CACKEY_DEBUG_PRINTF("Returning CKR_OK (%i)", CKR_OK);
+-
+-		return(CKR_OK);
+-	}
+-
+->>>>>>> trunk
+ 	pFunctionList = malloc(sizeof(*pFunctionList));
+ 
+ 	pFunctionList->version.major = ((CACKEY_CRYPTOKI_VERSION_CODE) >> 16) & 0xff;
+@@ -8584,17 +7685,10 @@
+ 	pFunctionList->C_CancelFunction = C_CancelFunction;
+ 	pFunctionList->C_GetFunctionList = C_GetFunctionList;
+ 
+-<<<<<<< HEAD
+-=======
+-	spFunctionList  = pFunctionList;
+->>>>>>> trunk
+ 	*ppFunctionList = pFunctionList;
+ 
+ 	CACKEY_DEBUG_PRINTF("Returning CKR_OK (%i)", CKR_OK);
+ 
+ 	return(CKR_OK);
+ }
+-<<<<<<< HEAD
+ 
+-=======
+->>>>>>> trunk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/patches/06-cackey_builtin_certs.h.patch	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,261 @@
+In-house patch created to clear any merge conflicts from source in archive
+repo to build properly on Solaris.
+
+--- CACKey-0.7.4/cackey_builtin_certs.h	2016-05-19 14:16:48.238598940 -0400
++++ CACKey-0.7.4/cackey_builtin_certs.h	2015-07-16 12:20:20.000000000 -0400
+@@ -1,249 +1,3 @@
+-<<<<<<< HEAD
+-	{
+-		{0},
+-		0,
+-		1421,
+-		(unsigned char *) "\x30\x82\x05\x89\x30\x82\x04\x71\xa0\x03\x02\x01\x02\x02\x01\x4c\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x39\x30\x31\x32\x36\x31\x36\x33\x35\x30\x33\x5a\x17\x0d\x31\x35\x30\x31\x32\x35\x31\x36\x33\x35\x30\x33\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x32\x31\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xdd\x94\x49\x64\x9d\xb2\xeb\xf5\x35\x59\xe6\x14\xe3\x23\x9c\xc6\x0b\x58\xa7\x5f\x49\xc1\xc6\x08\xa4\x37\x29\x7b\x23\x14\x79\x08\xfe\x1a\x2e\xda\x71\x14\x62\x80\x2f\x63\x52\x96\x7b\x84\x97\xf6\xc0\x48\x79\xb1\xa3\x49\x08\x87\xd3\xaf\xb7\x8f\x69\x4d\x10\x22\xe2\xfe\x70\x5d\x3c\x93\x0a\x9c\x58\x5e\x6f\x2a\x5d\x81\xfe\x1d\x62\x39\x2e\xbb\x99\x0e\x03\x5a\x9f\xc6\xe5\x77\x2d\x88\x0d\x60\xcc\xb4\x8a\x77\x4c\x5f\x9b\xe6\xa5\x3f\xa6\xaf\x04\xe9\xcc\x52\x9e\xac\x80\x64\x83\xa5\x69\x15\xf3\x54\x4d\xf4\xa8\x02\x3a\x73\x9c\x16\xc4\x42\x85\x2b\x41\x37\x09\x40\xc4\x58\x23\x4f\xa7\x4b\x27\xc7\x07\x43\xe5\x38\x2c\x0c\x7f\xd8\x03\x95\x82\x09\x7f\xb6\x99\x68\x56\x86\x88\x03\xe1\xd2\x54\x2a\x75\x17\x4b\x65\xca\xf3\x12\x45\xcb\x96\x10\xec\x13\xcc\x1b\xbe\x9b\x04\x54\xfb\x3c\x51\x9b\x34\x7e\x77\x8e\x7d\xf9\x31\xbd\x34\x9f\x7c\xe8\x1e\x37\xcb\x52\x4e\x88\x3d\xe7\x09\xbd\x58\x23\x00\x96\xf2\xbc\xa7\x03\xb4\x35\xe6\x0c\x76\x6f\x68\x23\x22\x72\xad\x8b\xb7\xf7\xff\x26\xed\x2d\x1e\xb5\x59\x40\x0d\xa8\xfd\xad\x27\x1f\x51\xe4\xb9\xed\x41\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x09\x99\x13\xe2\xa3\xd5\xe7\x74\xd8\xf6\x3f\xb5\xdc\xfb\xd4\xb5\x16\xed\x4c\xd3\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x25\xee\x7c\xeb\x82\xa5\xd0\x51\x99\x2a\x23\xdc\xf3\xad\x27\x25\xc0\x69\x79\x48\x00\x32\x26\xd2\xee\x6c\x1c\x1c\xbb\xf0\xc0\x0c\xd3\xd8\x2c\x74\x58\xa5\x55\x09\x43\xa2\x5a\xf9\x27\xfe\xd8\x5a\xe8\xe0\xa8\xa4\xbd\xbd\x05\xa5\x0b\x95\x26\x1c\x0e\x08\x88\x0e\xe4\xf9\x1f\x7b\x7e\x98\x41\x0c\x33\xa0\x8e\x44\xc2\xf1\xac\xde\x84\x01\x86\xec\x35\xec\xff\x81\xbb\x60\x7d\x8e\xb7\x56\xf2\x4c\x90\x02\x1f\xd3\x88\x3c\xe9\x21\x6e\x8c\x2b\xbc\x6f\x1b\x40\x19\x62\xb2\xe3\x14\x70\xbf\xd1\x80\x4b\xa4\x71\x3f\x14\xee\xe0\xf4\xe9\x1e\xf5\x05\x81\x12\x3d\xd4\xfc\x00\x83\xb2\x1f\xc2\x05\x2c\x63\x20\x09\xc2\x47\x9d\x5b\x1e\x93\x77\xa6\x23\x0b\x16\x63\x70\x5a\xe4\xcd\xde\x25\x26\xdc\xad\x57\x08\x31\x23\x66\x9b\x9f\x9c\x09\x1a\x54\xfc\x89\x58\x6b\x83\xfa\xdf\x62\x70\x1c\x7a\xf9\x32\x35\xfb\xc3\xe8\xcf\x06\x6a\xd2\xd9\x39\xba\x3d\x8f\xae\x60\x7b\x2a\x66\x00\x39\xc5\x50\xa9\x5e\x43\x4d\xa1\xbc\x0a\xb2\x24\xfb\x12\x36\x57\xcd\xf8\xca\x3b\x5f\x7e\xcb\xc5\x11\x2a\xd5\x04\x05\xfb\x5f\x58\xe7\x54\x07\x67\xa9\x49\x07\x8e\x4a\x56\x13\x66\x4b",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1080,
+-		(unsigned char *) "\x30\x82\x04\x34\x30\x82\x03\x1c\xa0\x03\x02\x01\x02\x02\x01\x09\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x31\x30\x32\x31\x36\x32\x34\x34\x35\x5a\x17\x0d\x31\x32\x30\x31\x30\x31\x31\x36\x32\x34\x34\x35\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x31\x31\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xbe\x88\x3a\x69\x98\x56\xb7\x02\xfd\x61\x43\x20\xea\xc6\x6e\x87\x2e\x1f\xf9\xb5\xc4\x7a\x07\x91\xe3\xa0\x35\x06\x92\x74\x0e\xac\xe5\x12\x2b\xd4\x75\xa6\xb9\xae\x6d\x8f\x41\x41\xb7\x27\x80\x4c\xb5\xfb\x23\xd9\x26\xe7\x2c\xb8\x74\xca\x3c\xad\x01\x32\xeb\xbb\x79\x2a\xf0\xeb\x11\x5f\xc7\x0c\xc9\xf6\xdd\x0e\x90\x5e\x16\x6e\x5c\x5f\x6a\xe8\xa8\x21\xfb\xba\xdf\x8b\xa8\x7d\x89\x63\x2b\x1c\xb4\xb1\x79\xbf\xc9\x27\x40\x33\xb1\x2f\x06\xc9\xd2\x13\xf4\xb0\xa2\x15\xd4\xaf\x04\xb3\x67\x3f\x68\x27\xc6\xee\x79\xcd\xbb\x5f\x02\x03\x01\x00\x01\xa3\x82\x01\x89\x30\x82\x01\x85\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x53\x22\xdf\xbc\xc6\x18\x33\x83\x89\xc2\xad\xae\x26\x4e\x44\xf7\x24\x0e\x15\xbb\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xe1\x06\x03\x55\x1d\x1f\x04\x81\xd9\x30\x81\xd6\x30\x3a\xa0\x38\xa0\x36\x86\x34\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x97\xa0\x81\x94\xa0\x81\x91\x86\x81\x8e\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x25\x33\x66\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x25\x33\x62\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x4e\x49\x2a\xd0\x37\x2b\x5d\x2b\xd7\xa8\x49\xfe\x6b\x53\x03\x54\x47\xae\xde\x11\xad\x3e\xe7\xe6\x08\x8a\xf1\x18\x69\xe0\xf8\x67\x20\x00\x3c\xb3\x4f\x4f\x67\x1d\x4e\xc3\x59\x8c\xee\x06\x0a\xd0\x83\x2b\xe2\x54\xb1\xae\x6e\x8c\xfd\x73\xea\xac\x54\xa1\x57\x68\x73\x4d\x6c\x0c\x1d\x98\xd9\x16\x3d\xe2\x10\x6a\xfc\xd3\x38\xd9\x49\x69\x8f\xbc\x86\xf2\x80\xa3\x69\x1d\xfa\xe9\xad\x81\xcd\x68\xa2\x6d\x16\x64\x9a\x76\x04\x80\xa2\x99\xd6\xcf\x9e\xdf\xd5\xb5\x04\x04\xc4\x56\xd7\x06\xb3\x0d\x31\x79\x0c\xc6\xbd\x22\x01\x82\x25\x29\x8a\x3d\x86\xca\x44\x67\x64\x3f\x7d\x0c\xc9\x54\x4a\x1e\xdd\x1c\x8a\x6c\xb9\x0d\x0d\xb4\xe0\x24\xea\x07\xea\x73\xcb\x0f\xa7\x7a\x18\xe6\xf3\x5b\x27\x06\x3b\x74\x08\x36\x34\x60\x53\xd6\x2b\xad\x59\x7b\x3a\xbc\x41\xf9\x9b\xdf\xb8\x05\xc9\x05\x9b\xc1\xa3\x90\x7d\xca\xc8\xc7\x2c\xec\x32\x9b\xfe\xd7\x70\x9c\xcc\xba\xc6\x51\xf2\xdc\x86\x1c\xcd\xbf\xab\x8d\xae\xa2\xec\x3b\x21\x50\x76\x2a\xe4\x9c\x09\x47\x0f\xe8\x4d\x88\x4c\x2e\x9e\x28\x35\xa1\x59\x89\xd1\x85\xfb\x45\xa3\x0f\xd2\xfe\xba\x58\x42\x54\xb8\x0f",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1072,
+-		(unsigned char *) "\x30\x82\x04\x2c\x30\x82\x03\x14\xa0\x03\x02\x01\x02\x02\x01\x1e\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x36\x31\x34\x31\x37\x30\x39\x33\x32\x5a\x17\x0d\x31\x32\x30\x36\x31\x34\x31\x36\x30\x39\x33\x32\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x31\x37\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xb3\x44\xf9\x60\x40\xd1\x09\x62\xa9\x32\x28\xca\x01\x37\x81\xc8\x50\xd9\x6e\x17\x51\xbb\xec\x6c\x37\xdc\x3d\x1e\x46\xb2\x89\x5e\xc7\x1d\x1a\xfc\x12\x3b\x54\x63\xe6\xd3\xf3\x10\x28\xfb\x74\x01\x6c\x35\xe9\x48\xd2\x91\x24\x30\x0a\x58\x39\xd7\x95\xe3\x09\xff\xf9\x68\x03\xd7\x28\x8c\xf1\xc8\xbc\xa4\xed\x33\xf2\x1e\x9b\x37\x53\x1c\x6b\xb1\xda\xcc\x26\xc9\x07\xe8\x07\xd0\xb8\x92\x7f\x85\xf4\x6d\x61\xf8\x01\x82\xff\xb2\x21\x36\x4e\xa7\x15\xb7\x39\xdb\x91\x11\x02\xf2\x7b\x7b\x07\x24\xe1\x2c\xf5\x08\x13\x99\xb5\x13\x02\x03\x01\x00\x01\xa3\x82\x01\x81\x30\x82\x01\x7d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x9d\xd5\xf7\xa5\xb6\x4c\x61\xc2\xa2\x12\x6d\x7b\xf2\x74\xea\x7c\x76\x24\x25\x3b\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xd9\x06\x03\x55\x1d\x1f\x04\x81\xd1\x30\x81\xce\x30\x38\xa0\x36\xa0\x34\x86\x32\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x91\xa0\x81\x8e\xa0\x81\x8b\x86\x81\x88\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x73\x57\x9a\xb6\xa6\xae\x51\xfc\x97\x7d\xb3\x1d\x22\xc0\x9d\xce\x7e\x17\x76\xec\x8c\xde\xdf\x4e\xbc\x79\x60\xf7\xd7\x87\x47\xe3\x34\x8f\xcc\x53\xfc\x91\x95\x59\x55\x44\x74\x0e\x71\x63\x64\xee\x36\x1b\xa1\x7b\xbc\x94\xc7\x54\x47\xe7\xf4\xb3\x2d\x7d\x9c\x9d\xaf\x78\x92\x13\x44\x1a\x89\x1c\x91\x38\xf9\xe3\x6e\xa2\xea\xa6\x9b\xcd\x36\xdf\xa7\x68\xec\x13\xb1\x0b\xca\x6a\x4a\x60\xb9\x07\x63\x96\x9f\x7a\xe6\xe4\xbe\xae\x85\xee\x5d\x97\x1c\x7a\xdd\xd3\xc1\xb8\xe1\x2c\x35\xa9\x73\x26\xe8\xeb\xed\x8d\xa2\x07\x48\xba\xc5\x6d\xd5\x8b\xfc\xcc\x46\xcf\x10\xe4\x10\xe0\x11\xb4\x35\x5b\x92\xa0\x64\xb2\x3c\x17\xd5\x6c\xa5\xec\xf1\x71\x5b\x67\xdc\xe7\x05\xdf\x7a\x7c\xaa\x90\xd9\x57\x35\xe2\xe6\xf9\x01\x3e\xdd\xcc\xae\xbc\x6e\x2d\x40\x81\x38\x0a\xbf\x56\x32\x26\x6c\xf7\xcf\x5d\xb5\x97\xf0\x13\x0c\xa7\x01\xcd\x6f\x12\x1c\x33\x38\xb0\xd1\x87\x5f\x7d\x9d\xad\x35\x6a\x9d\x76\x61\xb5\xc8\x86\xa4\x56\xa9\x64\x52\xa9\x10\xa4\xdf\x3e\xb5\x56\x41\x0e\x9a\x45\x72\x38\xe3\x39\x7c\xef\x72\x05\x61\x4f\xd8\xcc\x85\xa2\x7f\x7a\xbf\xd4\x23\x35",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1421,
+-		(unsigned char *) "\x30\x82\x05\x89\x30\x82\x04\x71\xa0\x03\x02\x01\x02\x02\x01\x47\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x39\x30\x31\x32\x36\x32\x30\x32\x33\x31\x31\x5a\x17\x0d\x31\x35\x30\x31\x32\x35\x32\x30\x32\x33\x31\x31\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x32\x34\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xc2\x20\xae\x49\x25\x7c\xfb\x7c\x3b\xd2\x26\xde\x8b\xe1\x48\x96\x1a\x3f\x68\xbb\x72\x5e\x60\xd9\x36\xee\x74\x84\x3d\x16\x3c\xfc\x07\xd9\xd7\x0f\xe5\x30\xb8\xed\x4c\x19\xf8\x9c\x15\x0a\x35\x67\xa5\xfa\xd8\x66\xd3\x22\x51\xd4\x6e\xc1\xe4\x60\x58\x02\xf1\xf7\x7b\x87\x67\xe9\x41\x0d\x74\x07\x5d\x08\x57\x1f\x5b\x3d\x62\xab\x04\x33\x35\x0c\x46\x38\xfa\x9c\xba\xfa\x3a\xbf\xf9\x41\xc1\x67\xd7\xb2\x7a\x50\xeb\x67\xbe\xe5\x36\x1a\xf3\x51\x3e\x7c\xfc\xfc\xff\xf9\xff\xed\xd8\x4a\xa0\x6f\x36\x3c\xdf\x27\xec\xf2\xfa\x16\x61\x73\xee\x1c\x55\x54\x97\x44\x6d\xf6\xe6\x54\x07\x45\x4b\x46\x6b\x03\xe7\xcc\xcb\x46\x2b\x72\x1f\x13\x24\xb5\x4d\xbf\xa6\xe4\x66\xd5\xfb\x3a\xcd\x1a\x31\xef\x65\x2c\x92\x32\xc9\x33\x35\x6c\x8c\x41\x04\x41\xef\x36\x83\xbd\xef\x37\x4d\xd1\x80\x9d\xf2\xd1\xe2\xce\x39\x6a\x3d\xfa\x5c\x49\xc6\x34\x6b\x5e\xe1\xdd\xea\x3d\x2e\x65\xa9\x09\x31\xba\xf2\x12\x4a\xd8\xb6\xc4\x32\xee\x27\x04\xca\x54\xb2\x8f\x93\x18\xbb\x26\x99\x09\xec\x3c\x77\xa0\x08\xb8\xef\x94\xd1\xa8\xc5\xda\xda\x1c\x17\x80\x77\x15\xa5\x06\xae\x01\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x16\x50\x17\x75\xce\x3b\x8a\xae\xb5\x08\x45\xa4\xa5\x70\xe0\xf6\x37\xb6\xbe\x4f\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\xb1\xca\xb7\x4e\xcb\xc0\x53\x8b\x2c\x09\x11\x9b\x13\x31\x15\xf6\x3d\xb9\x2f\x62\x46\x76\x2a\xac\x4b\x55\xeb\x0c\xd7\xce\x28\x6b\x0b\x95\xab\x0a\x38\x16\xcb\xd7\xae\xcc\x87\xb1\x55\xba\x26\x25\x9a\x55\xa9\x33\xd9\xe3\x89\xea\x8e\x53\x07\x01\x20\xe4\xe1\x6c\x3c\x79\xd6\x5d\x5b\x01\xe0\x6a\x3a\xcc\x81\x53\xd5\xc6\x15\x4e\x89\xe4\xc3\x16\xa4\x05\x42\x8c\x67\xe3\xc6\x7c\xf7\x46\x9e\x14\x3d\xcc\xbc\x6b\xe2\x64\x4b\x73\x60\x6b\x8c\x5f\xbc\x9b\x62\x2a\x15\x48\x3d\x0c\x53\x9e\x80\x39\xe8\xc4\xaa\x1a\x70\x12\x62\xc6\xc2\xed\x6a\x79\x43\x2f\xa4\x9a\x63\x1a\x4b\x64\x37\xc2\x51\x6f\xca\x3a\x96\x1e\x3f\x4b\x79\x20\x2f\x84\x5f\x74\x33\x14\xe5\xce\xef\xd7\x55\x2e\xb0\x91\x1e\xe4\xa1\x97\xbb\x3a\xdb\xd9\x5a\xa1\x00\x72\x19\xc2\xe1\xf2\xa5\x6f\xdc\x75\x75\x59\x43\xf2\xd6\xf0\xca\x99\x74\xb4\x6d\x45\x24\xb1\x9f\x80\x90\x3c\xd7\x6f\x58\xa1\x35\xcb\xc3\x48\x53\x3f\xa3\x36\x5e\x34\xed\x28\xae\x38\x4d\x86\x7e\xcb\x31\xb5\xb2\x6d\x8d\x5e\x2a\xa8\xff\x92\xc3\x64\xf7\x14\x93\x48\x77\xdc\xa7\x57\x80\xbb\xf8\x64\x7f\xd5\x6c\x9a\x26\xa6",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1078,
+-		(unsigned char *) "\x30\x82\x04\x32\x30\x82\x03\x1a\xa0\x03\x02\x01\x02\x02\x01\x1d\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x36\x31\x34\x31\x37\x30\x34\x30\x33\x5a\x17\x0d\x31\x32\x30\x36\x31\x34\x31\x36\x30\x34\x30\x33\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x31\x36\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xc3\x84\xbc\x1d\x92\x3b\x1b\xc8\xe6\xc0\xcb\x5c\x45\x48\x83\x79\xf0\x57\xee\xe5\x4b\xed\xf0\x5b\xe7\x7f\xfd\xa4\x5b\x6e\xe9\x8c\x69\x12\x9e\x4a\x0e\x1f\x46\x34\xff\x12\x45\x25\xc4\xb9\x6c\x30\xdb\xff\xf9\x33\xdd\xea\x23\x0e\x58\x67\xf7\x4e\x9f\x55\xc7\x01\xba\x86\x7b\x99\x62\xe9\xb7\x25\xdc\x3d\x12\x1f\x14\x3c\xdd\xca\x4a\x2b\x59\xc7\x47\x9f\xcf\x84\x29\x20\xfc\xd3\x29\x57\x9e\xc8\xf1\x54\xfa\x45\x9b\xaa\xa2\xa3\xd1\xaf\x1c\x52\xbc\x71\xe3\x17\x19\xb9\xd7\x04\x39\x6b\x0d\x93\x22\x20\x24\x25\x9b\xce\x24\x4f\x02\x03\x01\x00\x01\xa3\x82\x01\x81\x30\x82\x01\x7d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x47\x93\xc7\xa3\x23\x3c\xb4\x31\xee\xcc\x42\x7c\xdd\x68\x13\xcb\x01\x9a\x8f\x2d\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xd9\x06\x03\x55\x1d\x1f\x04\x81\xd1\x30\x81\xce\x30\x38\xa0\x36\xa0\x34\x86\x32\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x91\xa0\x81\x8e\xa0\x81\x8b\x86\x81\x88\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x06\x61\x84\xac\x28\x11\x3a\xf2\xae\x66\xcc\x88\x98\xfa\x4e\xbe\x97\xc5\xa7\x5b\x23\x8d\x82\x2d\x01\x27\x91\x30\xea\xc6\x22\xc9\x57\x34\x3a\x87\xf9\xf8\x06\x5b\xfa\x66\x6d\xb1\x89\xed\xd3\x9b\x43\x62\x80\x04\xa5\x2a\x53\x68\x58\xd4\x6b\x56\x88\xcb\x6a\x14\xa2\x4e\x7d\x74\x1b\x67\x3a\x8b\x07\xb5\x2c\xe4\xa0\x20\x27\xbf\x48\x67\xe8\xf3\xe9\xc9\x69\x9f\x7f\x01\x48\x61\xfb\xc1\x27\x77\x7b\x8f\xbe\xae\xd2\x42\xd1\x0c\x31\x24\x26\x9d\xd7\x1a\x91\xf3\x8d\xac\xfe\x6f\x93\x2d\xe0\x1e\x4f\xc7\x39\x04\x7f\x71\x1f\x2e\xa7\xc9\xe7\x3f\xe8\x71\xde\x2a\xb7\xd0\xac\x11\x0b\x6e\xea\x8b\x35\xa3\x75\x95\x3d\xae\x67\x08\x17\xdd\x86\x18\xfa\x48\x92\x1b\x00\x2e\x61\x17\xa9\x6c\x54\x44\x69\x49\x20\x17\x2d\x59\x0a\x9b\x01\xea\x43\x44\xa0\xe7\x57\xd2\x54\x84\x17\x13\xe3\x4d\x24\x00\xd8\xae\x7a\x20\xd7\xe3\x4a\x8f\x37\xc4\x7f\xbc\xb1\xa1\x83\x21\x7e\x73\x71\x37\x68\x91\xdb\x45\xe2\xff\xd8\x1a\xed\x10\x60\x5a\xb9\x61\xcc\xc0\x00\x3c\xa5\x6d\xcc\xb9\x9c\xfe\xc6\x9d\xc7\x1a\x9e\xc0\x70\x4d\x82\xc1\x39\xf8\x86\xca\xc1\xa0\x0f\xd0\xf9\xe9",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1354,
+-		(unsigned char *) "\x30\x82\x05\x46\x30\x82\x04\x2e\xa0\x03\x02\x01\x02\x02\x01\x29\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x38\x30\x34\x32\x33\x32\x31\x30\x33\x30\x36\x5a\x17\x0d\x31\x34\x30\x34\x32\x33\x32\x30\x30\x33\x30\x36\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x31\x39\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xaa\xb9\xa7\x5e\x06\x10\xa6\x33\xd6\x4b\x4b\xa3\xa7\xd3\x6c\x2d\x79\xf9\xd7\x1c\x78\x7c\xda\x3c\x3c\x2d\x5b\x26\x73\x41\x16\x4d\x64\x29\xfa\x6d\x2f\xf5\x15\x0b\x48\x51\x0e\x06\xcc\xf4\xe4\x8b\xc9\x29\x51\xf7\x3f\xbc\x27\x77\xfa\x95\xea\x92\x24\xf3\xb0\xa7\x0e\xd4\x69\xaf\xf2\xb9\x37\x87\xa0\xfc\x27\x88\x1a\x20\xe5\xe0\x4b\x4f\xf2\x81\x55\x02\x14\x7f\x4d\x3b\xa4\xe1\xed\xa0\xa2\x54\xb9\xe2\x14\x08\x01\xf4\x5c\x5c\x88\x77\x5f\x5c\x46\x42\xa4\x7c\x1c\x54\x73\x17\x44\x96\xea\xd8\x53\x54\xff\xbf\xc7\x7d\xb7\x69\x79\x72\xa3\x64\xd5\xfe\xe8\xe1\x84\x80\xb3\x1a\xc2\x48\x9e\x4d\xcf\xbd\x97\x3c\xc0\x81\x55\x28\xc3\x48\x64\x49\x30\x80\x11\x21\xa4\xea\xd5\x5e\x5f\x58\x89\xb4\x57\xee\xc6\x9b\xf5\x83\x6b\x58\x97\xdb\x9b\xab\x7d\xe0\x37\xbe\xbd\x68\xd8\xdd\x48\x22\x96\xff\x78\xb6\x7b\xde\x9f\x72\xe6\x71\x74\x82\x3a\xb5\x0c\xfe\x2c\x9d\xfd\xed\x2a\x66\xb2\x34\xdf\xa1\xca\x2c\x20\xbb\x9d\x24\x4b\xef\x95\x95\xbc\x28\x9c\xc2\x57\x9b\x11\x82\xf5\x9d\xa7\x4c\xdd\xa9\xf2\x13\xc1\xaf\x02\x1c\xe9\x17\x56\x16\xf0\xae\xa8\x6e\x0b\x1b\x02\x03\x01\x00\x01\xa3\x82\x02\x11\x30\x82\x02\x0d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x03\x6d\x7d\xb9\xc0\x41\xef\xf6\x47\xaf\x24\x1d\x3b\x98\x1c\x74\x0e\x8c\x64\xdb\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x57\x06\x03\x55\x1d\x20\x04\x50\x30\x4e\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x6e\x59\x06\x8b\xee\x6b\x91\xff\x97\xb7\xaf\x5e\xfa\xc0\xb2\x02\x80\x5e\xab\x43\x0d\xb6\x65\x15\x4b\x7e\xae\x56\x90\x31\x57\x58\xfc\x57\xc1\x8e\x29\x8f\xac\x70\x30\x9a\x51\x3a\x61\x75\x16\x18\xfd\x76\xec\x9f\x00\x08\x98\xff\x64\xa2\x60\xf7\x9e\x5d\xd0\xdb\xf2\x90\x18\x85\xb4\xc9\xb1\x07\x4a\x67\x72\xed\xed\xe4\x0b\xbc\xdb\xbf\x22\xe2\x07\xcc\x4d\xb8\x7e\x4a\xc1\xcb\x89\xe4\x8d\x04\x78\xaf\x21\x9e\xc1\x68\xea\x9b\x9b\xa5\xc7\x8d\xf5\x32\xac\xd8\x0a\x8c\x7a\xd0\x72\x3e\x20\x67\x10\x39\xba\x89\x23\xa7\xd4\x99\xa5\x68\x4e\x84\x05\xe9\x21\x10\x7c\xe3\xb1\x92\x59\x05\x7a\xe8\x84\x8e\x5e\xd7\x6a\xd4\xf9\x7b\x25\xc6\x42\x78\xbc\x8d\xb2\x8b\x54\xad\xd1\xb7\xbb\xc1\x4d\x36\xa1\x68\x67\xf7\x11\x0e\xf9\xae\x75\x23\x37\xac\xe8\xb3\xcc\x4a\x2d\xb7\x66\x18\x73\x63\x4d\x9c\xf0\xf8\xe1\x97\x36\xcd\x26\x1c\x59\x08\x50\xb3\xe5\x03\x71\x75\x80\x5c\x1c\x12\x3b\x4d\xe2\x57\x28\x64\xba\x57\x6d\xb7\xd3\x51\x96\xa8\x00\x0e\xf1\x7a\x0b\xc9\xf7\x2f\xc2\x7c\xd0\xc3\x34\xbe\xff\x35\xf8\x8b\x02\x07\xeb\x50\x02\x29\x6b\x8a\x74\x49\x97\x25",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1072,
+-		(unsigned char *) "\x30\x82\x04\x2c\x30\x82\x03\x14\xa0\x03\x02\x01\x02\x02\x01\x20\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x36\x31\x34\x31\x37\x31\x36\x33\x32\x5a\x17\x0d\x31\x32\x30\x36\x31\x34\x31\x36\x31\x36\x33\x32\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x31\x38\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xd0\xa0\x7d\x2f\xe6\x71\x4d\xb7\xee\x59\xab\x50\x71\x40\xd8\x5c\x9d\x11\x0d\x48\x29\x9f\xab\x67\x10\x5e\x7c\xc5\x18\xa6\x69\x88\x17\xca\xdd\xef\x90\x9e\xe7\x6d\x35\xa2\xd3\xaf\x4b\x2c\x4a\x0f\x1b\xf5\x0c\x77\x6d\x80\x49\x72\x5d\x07\xbc\x17\x90\x1d\x83\x10\x33\x0b\xbe\xa5\x44\xcb\xd8\xcd\xc6\xef\x39\xed\xb9\xe6\x35\x77\x68\x3e\x93\x7d\x71\x9d\x9a\xae\x7f\xf7\xdd\x03\x30\xba\x4a\xf2\xca\x64\x7e\xe9\x36\xfb\x32\x53\xca\x49\x0f\x67\xb8\xa9\xef\x2b\xd9\x3f\x3e\x86\x4b\x69\x57\xda\x88\xc4\x8b\xd9\x44\x3e\x4a\xb9\x02\x03\x01\x00\x01\xa3\x82\x01\x81\x30\x82\x01\x7d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x32\xa1\xc9\x09\xab\x5e\x7f\x17\x79\x4a\x2a\x14\xee\xfd\x62\x7c\xa1\x01\xe5\xb9\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xd9\x06\x03\x55\x1d\x1f\x04\x81\xd1\x30\x81\xce\x30\x38\xa0\x36\xa0\x34\x86\x32\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x91\xa0\x81\x8e\xa0\x81\x8b\x86\x81\x88\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x30\xfb\xec\x6e\xa5\xd9\xfb\xa3\xe9\xc3\x6e\x2f\x9c\x1e\xef\x2d\x98\xd1\x24\xda\x25\xab\x05\x63\xb8\x5f\x3b\xb9\x1b\xc8\x27\x3d\x96\xad\x24\x9b\xe7\x3c\x8f\x73\x3c\xf7\x69\x04\x80\x8c\x02\x2f\xe4\x1a\xeb\xd1\x7c\x12\x4b\x7e\x0d\xd7\xba\x1b\xc5\x4c\xb0\x68\x88\x33\xde\x64\xa5\xe5\x88\xcf\x64\x06\x12\x04\x20\x65\x00\xbc\xc5\xfe\xb6\x4e\x5b\x5c\x28\x64\x89\x39\x35\xa1\x03\x8e\x56\xee\x86\xb6\x1b\x5a\x8f\xa6\x95\x42\x3e\x91\xe4\xa4\xe3\x98\x7b\x56\xe2\x8a\x7f\x47\x79\x53\x8b\x71\x61\x8e\xbd\x0b\x59\x30\x13\x06\xfc\xb5\xec\xb5\x95\xad\x54\x5f\x6c\xe6\xc4\x05\x76\xb9\x25\x63\x35\x48\x74\xa0\xd9\x99\xb5\xd9\xc7\xac\xf1\xc5\x33\xce\x47\x09\xa0\x86\xbf\x4f\x13\x80\x7d\x85\xd9\xe1\x36\xe4\x31\x4a\x22\x51\x81\x61\xcb\xf4\x61\xd9\xca\xcc\x75\x3f\xe1\x6c\x85\xb7\xda\x12\xa0\xef\xf7\xbf\xc6\xba\xa9\xb0\x13\x6f\xb1\x1f\x7c\x44\x57\x03\x0b\x85\x98\x22\x11\xd7\xeb\x23\xcd\x60\xfa\xfd\x6d\xe6\xb6\xc4\xec\xda\x88\x74\xcb\x63\x68\x31\xb1\x94\x66\x53\xdc\xdb\x0a\xed\x3d\xde\x47\xa1\x3e\x09\x28\x1f\x8d\xf0\x40\x3d\x3d\xbc\xe0\x71",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1086,
+-		(unsigned char *) "\x30\x82\x04\x3a\x30\x82\x03\x22\xa0\x03\x02\x01\x02\x02\x01\x18\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x31\x32\x33\x31\x36\x35\x34\x30\x37\x5a\x17\x0d\x31\x32\x30\x31\x32\x32\x31\x36\x35\x34\x30\x37\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x31\x33\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xf0\x45\x16\x66\xad\x67\xb6\x20\xf4\x1a\x47\x72\x9d\x69\x89\xcf\x88\xf7\xd5\xf7\x60\x04\xa5\x48\x61\xea\x84\xca\x22\x3e\xa1\x4e\xc8\x66\x7f\x76\x2c\x8a\x29\x8f\x57\x9a\xe3\x40\xf8\x92\xfb\xbf\x15\xc2\xe8\x78\x2e\x99\x12\xe6\x56\x41\x8f\xf6\xbc\xbc\x32\xac\x08\x12\x75\x33\x73\xa5\x28\x77\x44\xc7\x50\x6f\xd2\x47\x91\x31\x8d\xc6\xb9\x6a\x7b\xd2\xfa\xa3\x47\x2f\x73\xa8\xba\x0d\x3a\xde\xfd\xbf\xf9\xac\xd6\xd9\x69\xc0\xfb\xa4\xcd\x14\x43\xd5\xe7\xd3\x0e\x5b\x4d\x33\xa0\x6a\xaf\x77\x62\x62\xf4\x60\x09\x0b\xfd\xe3\x02\x03\x01\x00\x01\xa3\x82\x01\x89\x30\x82\x01\x85\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\xa1\x18\xe6\x0a\x90\x82\x0f\xfc\xbb\xd6\x87\x89\x2c\x56\xc5\xf7\xcf\x68\xc7\x3d\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xe1\x06\x03\x55\x1d\x1f\x04\x81\xd9\x30\x81\xd6\x30\x3a\xa0\x38\xa0\x36\x86\x34\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x97\xa0\x81\x94\xa0\x81\x91\x86\x81\x8e\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x25\x33\x66\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x25\x33\x62\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x89\x6b\x41\x54\x8d\xfc\x9a\x5c\x91\x12\x6f\x28\xee\xfb\x1d\x49\x92\x4f\x26\x3e\xa5\xaf\x86\x0a\x57\xec\x90\x4c\x30\x1b\x58\x2d\x47\x61\x46\x6a\x07\x10\x12\x7b\x84\x7d\x9b\x80\x1b\xd7\x02\x12\x40\x2a\x4d\x69\x2a\x36\xf0\x30\xf1\x26\x03\x3b\xbf\xed\x93\xb4\x29\x41\x49\x39\xe2\x3c\x36\xfc\x2b\xa1\xb1\xd2\x5d\x0c\xb2\xc1\x26\xbf\x5b\x58\x33\x3b\xbc\xcc\xfd\x7a\xae\xe3\x3f\x46\x8f\xb5\xf2\x9f\x88\x91\xe3\xfd\xb5\x10\x50\x8d\xd5\x3f\x93\x29\x34\xec\x51\x68\x73\xb8\xa0\x7b\x2b\x0a\x45\x53\x55\x0c\x4d\x5a\x19\x0b\x20\x9d\xe3\x17\x7a\x30\x56\xda\x5f\x32\x3c\x0d\xf5\x06\x77\xa6\xdf\x1c\xa9\x6b\x98\x2c\xa4\x85\xa0\xc6\xa9\x12\xa4\x8c\x1c\x36\x49\x7c\x4c\x20\x1e\x51\x6d\x05\x49\xb7\x02\x39\x2c\x6e\x41\x44\x35\xcc\x51\xf8\x59\xd6\xfe\x07\x52\x99\x86\xd4\x4c\xc0\x2f\x67\x9b\x6a\x0e\x15\x6e\xa9\x6b\x69\x3f\x7c\xb6\x65\x7f\x0d\xca\x31\xa6\x8c\xd5\x86\x03\xe4\x50\xbd\x3a\x1e\x37\xc3\x4a\x2d\x74\xe0\xe6\xa1\x87\x5c\x24\xfa\x38\x94\x4d\x81\xc8\x5e\xa2\x31\xfd\x54\xf9\x65\x7c\xcb\x7f\x55\xf2\x4c\x27\xe7\x81\x86\xa6\x5c\x10\xef",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1427,
+-		(unsigned char *) "\x30\x82\x05\x8f\x30\x82\x04\x77\xa0\x03\x02\x01\x02\x02\x01\x45\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x39\x30\x31\x32\x36\x32\x30\x32\x36\x31\x35\x5a\x17\x0d\x31\x35\x30\x31\x32\x35\x32\x30\x32\x36\x31\x35\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x32\x34\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xa5\x2e\x58\x7a\xa1\xde\xe6\x9a\x5b\xf6\x02\xf1\xd5\xd4\xdc\x35\x23\x9a\x7b\x6e\x28\x64\x74\x1a\x70\x3c\x96\x1d\xcc\xc2\x9f\x74\x04\x3c\x0c\x39\x92\x21\x08\x0d\x12\x4e\xa0\xd7\x37\xa8\xd2\xc9\xc6\x27\x9d\x28\xfa\x55\xd7\xb2\x17\x04\x19\xce\x32\xbc\xf0\x79\x9e\xf5\x68\xab\x2e\xcc\xcf\x37\x04\xb2\xf8\x0a\x65\x9a\x49\x20\x14\x25\xc1\xbc\x12\x6a\xa0\x42\x6d\x1b\x08\xb4\x87\xa1\x42\x22\xab\x13\x99\xda\x02\x01\x39\x1f\x5e\x08\x57\x6b\x60\xde\x13\x7e\x68\x6a\x7e\x41\xf5\x89\x80\x38\x7a\xfd\x97\xb2\xd2\xe2\x96\x4b\x36\x80\x62\xb6\xec\x25\xbb\xd0\x0f\xa7\xa3\xcd\x51\xa8\xf7\xd2\x79\x55\x90\x34\x26\xa3\xe4\x5c\xcd\xbb\x68\x26\x74\x09\x37\xa1\xe6\xaf\xcd\xe4\x3e\x99\x47\xff\x7f\xc2\x47\xbc\x65\x84\xba\x32\x29\xa3\x0e\xf0\xc2\xa2\x5b\x7a\xea\xb2\x4a\x7d\x0b\xc6\xc3\x6e\xac\xbd\x10\x7f\x4f\xa9\x76\x3a\x3d\x02\x01\x2c\x2a\x30\xb4\xf7\xc8\xa0\xd2\x98\x3a\x7c\x08\xd0\x5a\x89\x0f\xb5\x8a\x82\xfa\x0d\x30\x1e\x7e\xd6\xd1\xc7\xb6\x43\x27\xb1\x28\xa9\x0c\xe3\xb3\x07\x78\xdf\x62\x64\x9a\x45\x8c\x4e\xcd\xaf\x0e\xae\x9c\x58\x36\xdf\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x54\xaa\x73\x2a\xc7\xb3\x77\xea\xcd\x22\x40\x79\x48\x7b\x11\xfb\xa7\x99\x22\x82\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x72\x16\xdc\x39\x73\x63\x4d\x93\xe9\x37\x1c\xcf\xb2\xed\x9c\xd8\x4d\xf7\x0c\x32\x4a\x89\x9e\xb3\xca\xba\xf3\x04\xac\x71\x66\x31\xa6\x2a\xbd\xba\x7d\x54\xd8\x2f\x09\x63\x4a\x88\x08\xe8\x6c\x13\xa1\xec\x5e\x7b\x56\x17\x30\x2d\xc8\xd2\xed\xd7\x8d\x47\x44\x69\xcf\x11\x6f\xcb\xd8\xe7\x52\x75\xb5\x51\xc8\xaa\x1d\x69\xf0\x19\x1f\x30\xf0\x07\xc7\x36\xbd\xce\x0c\xde\x3b\x76\xfd\x0a\xce\xcb\xb6\x13\xba\xd6\x85\x8b\xf1\x5c\x12\x91\xca\xaf\xe8\x7f\x12\xa8\xac\x2d\x8b\xd6\x76\x50\x94\xec\x36\xfa\xa3\x0f\xdf\xc6\x32\xea\xc7\x73\x46\xfc\x84\x1a\x9a\x2f\xc4\xe8\x27\x1c\x48\xc2\x46\x36\xf6\x17\xec\xed\x67\x32\x0f\xb8\xa2\xe0\xb7\xd2\x5e\x90\x06\x13\x94\x21\x61\x43\x6c\x7d\xf3\x3b\x6b\x65\xed\xe3\xdb\xa8\xff\xc5\x9b\xb2\x92\xe7\xeb\x5f\xee\xef\xbf\xf3\x39\x8c\xb3\xf5\x17\xd2\x86\xd5\xc3\x6c\x4a\x3a\x6c\x3f\x9e\xaf\xe8\x5b\x1d\x36\x5b\xa6\x26\x15\x46\x0b\x46\x6b\xc7\xd4\x80\xaa\xe7\xae\x1c\xb8\x2b\x4e\xfa\x21\x72\x9f\x5f\x9f\x81\xaf\xb4\xee\x5b\xc9\x97\x29\x89\x7c\xe9\xdc\x78\xe2\x4e\xe0\x74\x9f\xd2\x86\x78\x66\xa2\xc7\x98\xa8",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1080,
+-		(unsigned char *) "\x30\x82\x04\x34\x30\x82\x03\x1c\xa0\x03\x02\x01\x02\x02\x01\x0d\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x31\x30\x39\x31\x33\x35\x37\x33\x30\x5a\x17\x0d\x31\x32\x30\x31\x30\x38\x31\x33\x35\x37\x33\x30\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x31\x34\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xbf\xc8\x63\x3a\x27\x04\x38\xf0\xe0\xfe\xc5\x03\xd9\x5f\x43\x4f\x2a\xe7\xf5\x2d\x86\x0e\x80\x03\x50\x7e\xc6\xe0\xef\x7e\xe2\x7c\x22\x29\xf6\xd2\xd4\xe4\x7b\x77\x93\x91\xe8\x19\x68\x7d\x91\x0a\xf5\x7b\x04\xc7\xb0\x76\x28\xdb\xa7\x1a\x05\xc1\xbf\x7d\x33\xf7\x88\x86\x22\x71\xe2\x27\x6c\x26\xb0\x8a\xd7\xd8\x6a\x57\xf5\x90\x85\x07\x96\x41\xf5\xe1\x63\x20\x8c\x13\x3f\x6e\xd7\xd1\xfa\x57\x50\xd8\x76\x14\x8c\xa9\xc9\xc9\x0d\x31\xbc\xd5\x3c\x19\x8b\x43\xe0\xaa\x30\xc1\xb6\xce\x2c\xba\x15\x78\xd1\x65\x1c\x8c\x09\x37\x02\x03\x01\x00\x01\xa3\x82\x01\x89\x30\x82\x01\x85\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\xe1\x55\xbd\xe7\x4b\xe7\x9c\xc8\x27\xe4\xbb\xb5\x17\xb8\x66\x50\xa4\x52\xf3\x39\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xe1\x06\x03\x55\x1d\x1f\x04\x81\xd9\x30\x81\xd6\x30\x3a\xa0\x38\xa0\x36\x86\x34\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x97\xa0\x81\x94\xa0\x81\x91\x86\x81\x8e\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x25\x33\x66\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x25\x33\x62\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x12\xc2\x66\xec\x5b\x9a\x1d\x10\xb6\xa0\xa3\x3d\x4b\xf1\x51\x32\x22\x9a\xe0\x6e\x3b\x0f\x39\xb0\xf2\x27\xae\xf7\x07\x01\xc7\xcc\x3a\xa0\xf0\xef\xc7\x42\xe6\xe2\xf7\x62\xf9\xff\x5b\x7d\x33\xab\x10\xaa\x82\xc8\x07\xa7\xe3\x53\xfa\xbc\xd7\x46\x04\x0c\xfe\xad\xa2\x23\x7f\x29\x63\x50\x1c\x05\x01\x23\x91\x57\x00\x1b\xbd\x5b\x23\x5d\x44\xe3\xdf\x82\x5a\xfc\x8a\x22\xa1\x5d\x28\xf0\xdd\xbf\x6c\x33\xcc\xde\x8e\xc8\x93\x1d\x96\x05\x8d\xc2\x31\x92\xca\x3f\x00\x4c\xfd\x15\x7d\x14\x7b\xb3\xb9\xc7\x52\xf9\x58\x59\x25\xe3\xca\x7b\x51\x89\xde\x5e\x6d\xd8\xbe\xae\x37\xe6\x52\x3c\x41\x55\xd4\x3b\x75\x7d\xbe\x1b\x8e\x09\xf5\x42\x9b\x98\x12\x57\x63\x34\x6a\x54\x46\xb4\xb6\x3a\x3b\xe0\xbb\x1c\xdd\x7c\xb1\xf7\x90\x8c\xe5\x73\xb1\x10\xc4\x51\x5b\x06\x60\x1b\xe3\x26\x93\x0c\xb2\xa5\x42\xdc\x22\x15\x79\x3f\xb3\xfb\xe0\x8c\x57\x44\x69\x80\xe7\x34\xae\x67\x46\xf9\x64\x27\xa7\xdb\xd5\xc4\x4c\xc3\x1f\x7f\x15\xae\x91\x96\x16\x61\xcb\xb9\xd9\xd7\x07\x7a\x2b\xd3\xfc\xee\x64\x70\x42\x24\x5b\x7e\x96\xac\xb6\x3d\x7c\xd5\x85\x45\xe8\xd0\x54\x5c",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1427,
+-		(unsigned char *) "\x30\x82\x05\x8f\x30\x82\x04\x77\xa0\x03\x02\x01\x02\x02\x01\x4f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x31\x30\x30\x31\x31\x34\x31\x37\x33\x36\x33\x32\x5a\x17\x0d\x31\x36\x30\x31\x31\x34\x31\x37\x33\x36\x33\x32\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x32\x35\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xa2\x47\x73\xdf\x40\xa0\x15\xa6\xa7\xed\xa0\xe9\xc8\x7f\xfb\xd2\x8e\x4f\x09\xe5\xc5\x8d\x5c\x64\x1a\x43\x7e\xe1\x73\xb9\xaf\x10\x45\x7d\x33\x2d\xea\x60\x26\x73\x62\x21\x8b\x2f\xae\x9c\x17\xcc\xd5\xe6\x38\xa1\x2d\xee\x02\xb3\xf0\xb9\xde\xa6\x8b\x88\xd1\xb4\x63\x3d\xc8\x88\x88\x1c\x7f\x5e\x42\xeb\x1d\x93\xf3\xab\x78\xe9\x94\x1d\x03\x3d\x4d\x3e\x19\x17\x7c\xef\x09\x22\x82\xfe\xc3\xe4\x9f\x9e\xcd\xd9\xbd\x82\x84\x39\x0c\x52\xb7\x7d\xbb\x41\x7f\xf5\x8d\xa4\x2a\xf6\xd0\x5c\x62\x31\xc8\xe3\xea\xb7\xb7\x78\xd6\x9b\x4e\x62\x5e\xb5\x12\xdb\xca\x74\x5d\xb8\x6a\x11\x43\x49\x15\x83\xb9\x69\x63\x8f\x4d\x62\xc2\xf2\x04\x77\x59\x04\xab\x05\xce\xac\x14\x5e\x99\x7d\x1f\x4e\x8b\xd4\xc9\xa2\x97\xba\xce\xd0\x9c\xe3\x9d\x36\xfe\x8c\x81\xfc\x68\x39\x4d\x9e\x23\xe2\x83\xb3\xd3\xab\xe0\xd9\xdf\x99\x64\x0a\xc8\x34\xf2\xac\xe2\xf5\x50\x9e\x5e\x6d\xd1\x0f\x45\xb2\x52\xeb\x4e\x92\x6f\x1f\x69\xc8\xa1\x37\x18\x6d\x61\xc8\x86\xaa\xcf\xc4\xb7\xcc\x37\x49\xfa\x7c\x1b\x66\x72\x81\x4a\x46\x8c\x41\x4a\xab\x20\x0a\x76\xf7\xce\x12\xd4\xd0\x06\x55\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x26\xdb\xeb\xb1\x45\x2e\xd8\x12\x90\x4d\xf5\x12\x41\xf5\xc3\xf0\x1e\xcc\xe0\xce\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x69\x90\x0d\x6e\x22\xe9\xbb\x05\xb6\xe6\xcf\x38\x24\xa8\x90\x33\x79\x9a\xe2\xd9\x60\x11\x22\xd5\xec\x28\x47\x90\x20\x37\xe2\x84\x84\xb2\x68\xf6\x7d\xfe\x8b\x4b\x11\xb9\x1d\xbf\xdb\xcc\xdc\xe9\x72\x7e\x46\xc9\x8c\x48\xa9\x36\x86\x60\x90\x99\xda\xf8\x58\xdb\x72\xd0\xa9\x8e\x6e\x60\xc8\xbc\x60\xeb\x04\xd0\x0e\xf8\x71\x85\xe7\x5b\xe9\xc1\xfb\xec\x92\x95\xaa\x03\x69\xfd\xc8\x34\x05\x65\xd5\x02\x4f\x4f\x99\x83\x1a\xc8\x46\x5c\x3b\xfe\xf8\x71\xd8\x7c\x3b\x3d\x5c\xd1\xcd\x82\x4c\x43\x8d\xf5\x1a\xa6\xa8\x2f\x4b\x02\x74\xd7\x28\xd6\x91\x46\xd0\x4d\x63\x8d\xad\xf4\x94\x88\x98\x23\x23\x8b\xb6\xed\x8e\x40\x4e\x86\xf4\xd9\xe9\xd1\x36\x4a\xd4\x53\xc0\x4b\x96\xf0\xb1\xb8\x6e\x40\x9c\x6a\x32\x7c\x65\x6d\xb6\x60\xed\x81\x4a\x50\x57\x53\x63\x66\xe8\x77\xc7\x79\xdc\x77\x23\x0b\x3d\x63\x4a\x6d\xbb\xe8\x4f\x43\x24\xcf\x6d\x98\x5c\x11\xe8\x2f\x88\xa5\x3a\xe5\x4e\xc4\xd8\xd0\xfe\x9c\x98\xe4\x32\xad\x8e\x27\x14\x55\xab\xda\xc8\xb7\x76\x42\xfb\x59\x18\x92\xb8\x0a\x2b\x9a\x66\xcc\x30\xfb\xc4\x63\x6a\x26\xb7\xb7\x91\x1d\x18\xa2\x3e\x9c",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1360,
+-		(unsigned char *) "\x30\x82\x05\x4c\x30\x82\x04\x34\xa0\x03\x02\x01\x02\x02\x01\x2d\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x38\x30\x35\x30\x37\x31\x34\x34\x34\x35\x31\x5a\x17\x0d\x31\x38\x30\x35\x30\x37\x31\x33\x34\x34\x35\x31\x5a\x30\x63\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x1e\x30\x1c\x06\x03\x55\x04\x03\x13\x15\x44\x6f\x44\x20\x49\x6e\x74\x65\x72\x6d\x65\x64\x69\x61\x74\x65\x20\x43\x41\x2d\x32\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\x99\x50\x69\xc5\xef\x60\xb5\x6d\xb9\xab\x5b\xce\x15\xfe\xef\xcd\xeb\x71\x8e\x34\xd2\x43\x3b\xc4\x47\xcb\x49\x69\x6b\xa1\x3d\xb5\x75\xa3\xf8\x26\x42\x2d\x5f\x3f\xa4\x7f\x11\x90\xf8\xe6\x4e\xe9\x24\xdc\xeb\x79\xb7\x07\x55\x5a\xb1\x49\x64\x5f\xb6\x97\xaf\x76\x50\x7a\x22\x8f\xef\x94\x35\x83\x7c\x4f\x80\x21\xdf\xf7\x84\xbf\xf9\x0a\x0e\x2d\xbe\xf5\x9c\xc0\x04\xd1\xd1\x9a\x27\x1d\x8d\x7a\xa1\x98\x8a\x7a\x8e\x5f\xc9\x38\x2d\x31\xa1\x18\x6b\xf4\xc0\xd5\x2c\xad\x63\xd6\x6f\x91\xda\xe0\x26\x00\xe8\x20\x8f\xcc\xed\x5b\x6e\x20\xce\x55\xa6\x08\xe9\xac\x3a\x92\xbe\xf4\x10\x43\x14\x49\x66\x10\x9c\xa8\x90\x18\x94\x08\xb7\xfa\xd8\x15\x14\xa0\xee\x22\xe7\xc8\x71\x03\x05\xa9\xb0\x84\x9f\x78\xa3\x6e\x3b\x8d\x96\xb8\x09\x81\x71\x4e\x02\xc7\x2a\x26\x36\xa6\x18\x61\x30\xff\xcf\x5c\x1d\x79\x80\x6f\x75\x37\xe4\x6e\xa2\x4b\x5d\x0f\xfc\x54\x9a\x53\x29\xe9\x0d\x8f\xb7\x3a\x03\x32\xa0\xa7\xd5\xcf\xd8\x8f\xe6\x4a\xa7\xba\x08\x75\xcd\xc1\xc1\x97\x3f\x3c\x2d\xac\x91\x92\xf0\x1e\xc1\x5d\x81\xfa\x6f\x48\x9e\x84\x96\x0f\xa3\x0e\x15\x64\x7e\xa7\x02\x03\x01\x00\x01\xa3\x82\x02\x11\x30\x82\x02\x0d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x4b\x1c\xd6\x8e\x0d\x08\xe5\xcc\xad\xa0\x02\xc3\x78\x90\xc3\x23\x63\xae\x11\xae\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x01\x30\x57\x06\x03\x55\x1d\x20\x04\x50\x30\x4e\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x4c\x92\xeb\x5f\x20\x3b\x32\x50\x32\x41\x3b\x6e\x22\xba\x73\x02\xeb\xc5\x1a\x06\xf0\x0c\x5a\xa3\x4a\x2a\xd8\xbb\xd7\x6f\x41\x70\x3d\x9e\x15\xe4\x1d\x5c\xa7\x0e\x42\xcc\x28\x0d\x2c\xd0\x71\xf5\x9a\xc8\x82\xc2\x89\x3e\xa9\x41\x54\xea\xda\xfa\xe4\x2d\x8e\xa2\x35\x95\x0e\x33\xce\x18\x59\x2d\x7c\xd9\xd1\x9c\x76\xfd\x69\x62\xc0\xc3\x6b\x03\x94\xbb\x5d\xfa\xf7\xa9\x91\xf4\xd9\xe3\x20\x35\xab\xf6\x78\x28\x0f\xdb\xaf\x60\xa1\xba\x70\x75\x71\x40\x42\x24\x4f\x43\xe9\xfc\xa8\xfc\xe6\x1b\x1f\xb2\x95\xfa\xde\xde\x7c\x2c\x6c\x74\xb3\xa5\xe3\xaa\x73\xcc\xdd\x34\xd0\x2e\x83\xb5\xbc\xd4\xa0\x47\x8d\x11\xff\xe6\x14\x81\x6a\xb6\xde\x89\xd0\x16\x87\x50\xe8\x95\xe7\xd1\x57\x70\xd1\x45\x09\xc8\x63\xa8\x8b\xd2\x54\xd1\x6f\x62\xb0\x70\x84\xe6\x4c\xb1\x9e\xf3\xc3\xf3\x05\xd1\x7d\x8f\x09\x96\xbf\x12\x6a\x47\x93\x94\x90\x3b\xad\xfa\xbd\x04\xe1\x83\x9c\xd5\x82\xf4\x91\x4f\x5f\x28\x94\x16\xbd\x5f\x6f\xc4\x97\xa6\xda\x69\x0f\xc8\x7d\x25\x09\x6c\x95\x5c\xd0\x56\x3f\x73\x94\xe8\xbe\x72\xdc\xbf\xd9\x84\xbb\x2d\xe3\xfa\xe2\xff\x7b\x12\x2c\xb5",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		884,
+-		(unsigned char *) "\x30\x82\x03\x70\x30\x82\x02\x58\xa0\x03\x02\x01\x02\x02\x01\x05\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x34\x31\x32\x31\x33\x31\x35\x30\x30\x31\x30\x5a\x17\x0d\x32\x39\x31\x32\x30\x35\x31\x35\x30\x30\x31\x30\x5a\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xc0\x2c\xc1\xf6\x8d\x3b\xac\xff\x3f\x3c\xd6\x71\xbe\xb8\x74\x22\x07\xec\x70\x41\x15\xfc\xab\x40\xe3\x07\xaa\xc1\xc3\xd8\x9f\xfe\xda\x4c\x3a\xbf\x3f\xc8\xd8\x28\x7b\x4b\x36\x01\xc0\xac\x45\x25\xc3\xd2\x0e\x0a\x8f\x85\x18\x64\x10\x3d\x1a\x13\x70\x2a\x6f\x8e\xd7\xdc\x8d\x93\xb3\x41\x0f\x38\x21\xcd\xad\xab\xc2\x3d\x2a\x05\xd3\x57\x11\x37\x0d\xcd\x8c\x51\xf9\x93\xe3\xcc\x46\x49\x21\x8e\x14\xb4\xcd\xcb\x14\x3e\x38\xcd\x72\x31\xee\xab\x12\xf2\x65\xea\x34\x2e\x56\x5d\xff\xee\x63\x75\xcb\x6d\xba\x91\x34\xfc\x9e\xf3\xf4\x2d\x1c\xbe\x50\xc4\x42\xdf\x59\x88\xff\x6a\xb3\xfa\xa8\x6c\x3d\xcb\x56\x71\x71\x05\x96\xbb\x9f\x80\xe5\x80\x45\x59\x67\x41\xb0\xeb\xc3\xad\x60\xa4\x80\x75\x06\x17\x9c\x0e\xf4\x43\xe0\x99\x0e\x1b\xfb\x7f\xf5\xb3\xcc\xb2\x81\x82\xb1\xfd\x32\xc1\xb8\xbe\x41\xa4\x64\xb5\x60\x3a\x5a\x51\x30\x8c\xce\xde\x41\x2c\x19\x47\x5c\x49\x10\x64\xb9\x74\xa9\x87\x41\xaf\x7d\x6e\xba\xc1\xb8\xa1\xbf\x65\x31\x3a\x04\x67\xf9\xb5\xbb\x8e\x92\x8a\x00\x63\xb8\xb1\xe6\x8c\x38\x5f\x83\xff\x50\xd5\x3b\xa2\x5d\x6b\xb2\x10\xcc\x63\x02\x03\x01\x00\x01\xa3\x3f\x30\x3d\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x0b\x06\x03\x55\x1d\x0f\x04\x04\x03\x02\x01\x86\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x98\x91\x8d\x3f\x89\xc8\xbb\xf5\xc0\x69\x73\x29\x3b\x35\xac\xba\xb3\x08\x76\x3d\x70\x09\x92\xe9\x84\x44\x21\x01\x7d\x14\x76\x1b\xee\x51\x6c\x1d\x8d\x15\x37\x2d\x7b\x31\x69\xf4\x9a\x44\xb8\xaf\x46\xcc\x34\xfa\x23\xcb\x03\x27\x19\xd2\x83\x21\x75\x2b\xe7\xe0\x1b\x99\x26\xdc\x84\x40\x95\xe8\xa8\xd2\xcc\xf6\x58\x5c\x66\xef\x3f\x4a\x97\x10\x82\x1d\xba\x0a\xa2\xdd\x5b\x06\x2b\x9d\xa7\x64\x4e\xeb\x2e\x01\x35\xa4\xb4\x3f\x13\xad\x55\xe4\xd5\x73\xa8\x69\x9b\x11\xf1\x98\xf2\x31\x1e\x6f\x40\xd4\xf8\x78\x9f\x8e\x91\xa0\x6f\x70\x04\x90\x66\xaa\x06\x2b\xce\xe1\x7a\x92\xb5\x7d\xe1\xe0\xd1\x96\xe7\xa1\x3a\x2d\xcc\xb1\x9d\x1f\x05\x44\xed\x87\x99\xd3\x4d\x1a\x70\x39\xc1\x04\x0c\xe5\x7e\xd9\xf1\xaf\xd7\x20\x0e\xf1\x22\x7a\x25\xa4\x73\x99\xcc\x3f\xa4\x07\x27\x96\xa8\xa2\x95\xed\x82\xb9\x16\xd3\x9e\x0b\x87\xc2\xc1\xf2\x88\xf5\x62\xdf\x68\xdf\xc7\xbc\x69\x51\xed\xb1\x5c\xdc\x54\x54\x29\x0f\x09\x39\x9a\xac\x03\xc1\xdb\x0c\x4d\xae\x6f\x0a\x7a\x16\x49\xf1\xbf\x91\xd2\x38\x94\xd3\xf6\x95\x2c\xb7\x6c\xc9\x42\xb6\x8d\xca\x90\x8d\x85\xd9",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1078,
+-		(unsigned char *) "\x30\x82\x04\x32\x30\x82\x03\x1a\xa0\x03\x02\x01\x02\x02\x01\x21\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x36\x31\x34\x31\x37\x32\x30\x32\x39\x5a\x17\x0d\x31\x32\x30\x36\x31\x34\x31\x36\x32\x30\x32\x39\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x31\x38\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xad\x38\xf4\xbb\x83\x93\xd7\x9f\xd5\x37\x9c\xa5\x18\x25\xa6\x60\xde\x63\x09\xfe\x16\x24\x6e\x24\xab\xea\xd5\x05\x44\x75\xa8\xa5\x58\x84\xb2\x8a\x01\xa9\x7b\xe2\x59\xa2\x3e\xc3\x9f\x24\x9e\xa1\x6b\x58\x64\x8c\xf5\x9f\xeb\xd0\x76\x35\x22\xb6\xda\x9b\x24\xe9\x5a\xcf\x8c\xf5\xad\xb2\xe5\xce\xf9\x46\xc5\xad\x44\x60\xe3\x99\x7a\x4b\x1d\x25\x29\x14\xea\xf3\xc8\xe7\x08\x33\x1c\x1f\xe0\x81\x70\x12\x97\x05\xbe\x64\x51\xc3\x75\xb4\xaf\xcb\x0d\x7f\x66\xea\x0b\xdd\x18\xe8\x2f\xe0\x84\x2b\x27\x9c\xa5\xd7\xd7\xb5\xf5\x21\x02\x03\x01\x00\x01\xa3\x82\x01\x81\x30\x82\x01\x7d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\xc5\x4d\xf6\x66\x55\x5a\x49\x5d\xd7\x3d\xf5\x3c\x88\x82\xcf\x06\x9a\xc9\x10\xa4\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xd9\x06\x03\x55\x1d\x1f\x04\x81\xd1\x30\x81\xce\x30\x38\xa0\x36\xa0\x34\x86\x32\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x91\xa0\x81\x8e\xa0\x81\x8b\x86\x81\x88\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x80\x7b\xba\x77\x5c\xc8\x94\xcd\x71\x8b\x4d\x9e\xba\xce\xd9\x33\xac\x9a\x47\x15\x25\xd2\x6e\x4e\x8a\x3d\xba\x71\x8b\xdc\x70\x35\x89\x3d\x4c\xfc\x4f\xe2\xc0\x17\x92\x07\xad\x97\x36\x73\x7a\xd7\xcd\xc3\xe6\xf9\x1f\xd2\xc8\xcf\x66\x29\x85\x33\x63\x47\xd4\xcb\x35\x8d\xea\x09\xd5\x66\xf4\xd7\xeb\x22\x96\xbb\xea\x23\x15\x71\x2f\xb2\x61\xda\x44\x03\xad\xf4\xbd\xa8\x61\xc5\x45\x56\x5b\x29\x21\x28\xa7\xe6\xd5\x59\x1c\x26\x00\x9f\xd7\x9c\xa0\x5c\x6e\xce\x29\xc8\x24\x7f\x2f\x6a\xb3\x1f\x4e\x65\x1e\x9e\xf8\xe4\xfa\x77\x2c\x9d\xb5\x83\xc0\x2c\x23\xb7\xe1\xaf\x6c\x44\xa4\xcb\xe4\xf7\xbf\x67\x07\xd7\x0d\x3e\xe1\xb7\xc7\x8f\x38\xc0\xc4\x3e\x4b\x81\x92\xc5\x12\x93\x66\x54\x25\xa5\x47\x08\xa7\x7b\x9f\xb5\x18\xcc\x07\xf4\x35\xdf\x87\x96\xde\x3d\xc9\xf7\x77\x49\xed\x19\x32\xa3\x54\x42\xf6\x94\xd5\x2a\x06\x85\xd4\x27\x19\x0a\x86\x61\x0b\x4d\x04\xf1\xc5\xf7\xcc\xde\x3b\x6d\x5e\x80\x5e\x1d\xc9\x59\xcf\xa4\x72\xc4\x71\x28\x1e\xce\x3b\xb3\x42\xdb\xab\xa5\x10\xe1\x8b\x97\xdb\xe3\x21\xfc\x8a\xdf\xa8\x7c\x8e\xa4\xb5\x7e\x46\xd1\x83\xb8",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1078,
+-		(unsigned char *) "\x30\x82\x04\x32\x30\x82\x03\x1a\xa0\x03\x02\x01\x02\x02\x01\x1f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x36\x31\x34\x31\x37\x31\x33\x31\x38\x5a\x17\x0d\x31\x32\x30\x36\x31\x34\x31\x36\x31\x33\x31\x38\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x31\x37\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xc8\x5c\x86\x36\xbd\xee\xcc\xf1\x1d\x5f\xc3\x99\x16\x1c\x7f\xe9\xca\xab\xf6\xd4\xb4\xa6\x89\xbd\x10\xae\xb7\xb3\x4a\x4d\x81\x19\x76\xb3\x06\xec\xc8\x5f\x9e\x35\x11\x78\xdd\x17\xa8\x22\x12\x2b\xfb\x27\xb0\x59\x98\x8a\x1e\xc5\xa3\x24\x6e\x3c\x8c\xe2\x64\xb9\xb0\x09\x0e\xab\xc8\x3c\xc0\x73\xbc\xfd\x9c\x0b\x70\x4e\xe2\x73\xa1\x51\x49\xe0\xa2\x7b\x93\xb2\x11\xb6\x56\x92\x0b\x8d\x9a\xc3\xda\x48\x6a\x24\x04\xb0\x83\xc5\xb4\xc9\xdb\x8f\xe3\x07\x23\xa0\x11\x1e\x75\x79\x17\x77\x0f\x14\xb8\xbb\xf7\x4a\xc7\x38\x44\x35\x02\x03\x01\x00\x01\xa3\x82\x01\x81\x30\x82\x01\x7d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x26\x24\x46\xab\x7c\x65\x55\x52\x4f\x2c\x8e\x5b\x37\xa0\x1d\xf2\x11\x4c\x8b\x20\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xd9\x06\x03\x55\x1d\x1f\x04\x81\xd1\x30\x81\xce\x30\x38\xa0\x36\xa0\x34\x86\x32\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x91\xa0\x81\x8e\xa0\x81\x8b\x86\x81\x88\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\xa8\x88\x05\x2f\xea\xee\x3f\x22\x62\x36\xa1\x16\x9a\x9d\x8a\xf9\xf6\xa4\x1c\xaa\xb2\xeb\xd4\x94\xbf\x9a\x85\xc8\xf6\xaa\xb9\xdb\x23\xc2\xcb\x95\xc2\x5e\x63\x89\x73\xd0\xf6\x39\x15\x1e\x99\xfd\x26\xcc\x26\x8c\x51\xfd\xb8\xc1\x22\x34\x6c\x06\x08\x62\x4b\x7f\x1a\x41\xdd\xc9\x90\xbd\xda\x3b\xc1\x12\x02\xf3\x8f\xf0\xd2\xb7\xdf\x68\x8c\xff\xa5\x3b\x6d\xf0\x34\x69\x44\xae\xb4\x96\xb1\xb9\x9e\x2f\x35\x52\x4c\x03\xce\x05\x1e\xbe\x8a\x7a\x30\x65\xe2\x38\xc2\xf4\x0c\xeb\xf5\xb1\x9a\x5a\xf8\x78\x9f\xcc\xce\x08\xba\x55\x1e\xa4\x0c\xa1\x6a\x4f\x38\x58\x06\x36\x0a\xa8\xe6\x8d\x85\x4e\x12\xf0\x01\x37\x62\x7c\xe1\x2c\x90\x13\x3a\x41\x66\x3a\x4b\xe5\xbc\x3f\x19\xb9\x6c\xf9\x25\x6c\xf0\xcd\x54\x49\x4b\xaf\x06\xe1\xb1\xd7\xff\xcd\x1e\x4f\x80\x03\x6c\xe7\x6d\x9c\xf6\xd3\x1c\x2c\x0d\x34\x1c\x84\x06\xce\x66\xcb\x39\x23\xb3\x7c\x0b\x37\x83\x9c\xd4\xfc\x8b\xdc\x7e\x51\xe6\xbf\x30\x45\xd3\xf6\x6c\x88\x94\x06\xd3\x77\xb6\x62\xc1\x7d\xe6\x5e\xeb\x3a\xbb\x96\x2b\x70\xa2\x50\xeb\xd3\x63\x6a\x5d\x15\xfd\xd3\x63\x94\x39\xc5\x17\x7e\x54\x8c",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1427,
+-		(unsigned char *) "\x30\x82\x05\x8f\x30\x82\x04\x77\xa0\x03\x02\x01\x02\x02\x01\x4a\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x39\x30\x31\x32\x36\x31\x36\x34\x31\x31\x33\x5a\x17\x0d\x31\x35\x30\x31\x32\x35\x31\x36\x34\x31\x31\x33\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x32\x31\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\x9a\xed\x08\xdc\x23\xa0\x44\x47\x9b\xf5\xc3\x9e\xc9\x3b\xd8\x6e\xcf\xeb\xf9\xc6\x83\x62\x7a\x0c\x83\xf9\x8f\x38\x7e\x82\xc0\x8d\x9c\xd1\x42\x2c\xcb\x88\x0e\x62\x51\x22\xa9\x80\x17\x58\x41\x7a\x0c\x46\x9b\x3e\x25\xa8\x6a\x28\xa9\xbb\x12\xfd\xfc\x85\x2b\xef\xb3\x5b\x31\x4f\xca\x15\xc5\xd3\xb7\x98\x45\x66\x05\x72\xf6\x09\x9a\x72\xe9\x26\xff\xbd\x90\x26\x35\x0a\x25\xbd\xbb\xac\xbf\xd0\xd6\x38\x87\x79\x61\x2c\x7b\xd1\x0e\xd3\x2a\xf5\x12\x3f\x40\xe4\x98\x73\x68\xc2\x49\xac\x8f\xd4\x8c\x0a\x17\xaf\x3e\x4a\x44\xa9\x3f\x39\x0d\x69\xbb\x16\x0d\x86\x8e\x0e\xe9\xbe\x53\x76\x79\x83\x1f\x5d\x6e\x8a\xe7\x71\xd6\x45\xc1\xa4\xcf\x32\x72\x48\xe0\xe7\x10\xf9\xb1\x0b\xb5\xf3\x74\xf0\x64\x1a\x13\x40\x94\xd2\x13\x6d\xb2\x09\x21\x57\xe1\xdd\xa9\x07\x57\xa6\xbd\xc0\xa4\x84\x57\xbe\xb9\x1d\x51\x49\x1f\x7c\x5b\xc6\xe6\xd2\x23\xfd\x36\x55\x57\x88\xc8\x79\x45\xdb\x63\xcf\x4b\x6a\x3b\x31\xec\xb5\x3d\x5d\x67\xbc\xb2\x57\xa5\x2d\xd5\xed\xfc\x4c\xd8\x3b\x87\xd1\x47\x73\x18\x74\x6f\x70\x53\x42\x86\x6e\x2f\xc0\x78\x16\xc1\xb9\xb6\x32\x87\x25\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x51\x67\x84\x1c\xff\xab\xa7\xb1\x9d\x1d\x84\x64\x84\x99\x5d\xd0\x0b\xd7\xbd\x5b\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x72\xc4\x71\x17\x4e\x53\x41\xca\xee\xfa\x93\xc5\x34\x12\xfa\x44\x15\xda\xe0\x63\x49\xd6\xb2\x1b\x5e\xa3\x9e\x1f\x21\x6f\x78\xa2\x0f\x0a\xc2\xda\xd4\xba\x66\xc7\x22\x6c\x93\x4d\x09\x4b\x29\x67\x14\x8d\x99\x0e\x05\x06\xf7\xad\xdc\x47\xdc\x0e\x99\x08\x0a\x2e\xf2\x09\x97\xe8\xf5\x21\x85\xce\xf2\x0d\x34\xff\x9a\x43\x5f\x93\x76\x4a\xa3\x0c\xd8\x2a\x21\x8b\x0d\x60\x4e\x76\x1e\xad\x0a\xef\x13\xbb\x34\x2e\x0c\x15\x56\x3b\xb6\x31\x7b\x36\x9f\x39\x88\x8b\xcb\x48\xb3\xd9\x04\x4f\x9f\x11\x58\xe5\xd9\xad\x99\xc0\x12\x28\x23\x98\x70\xfa\x9d\x48\x03\x6b\xbc\xa0\xd8\x4e\x3d\xb6\x91\xa9\xa2\x88\x68\x86\xc2\xb1\x48\x13\x52\xd8\xc0\x80\x90\xf8\x6c\xe8\x21\x21\x27\xe3\x7a\x3e\xd1\xb2\x9c\x64\x9e\x18\x82\x68\x30\x57\x84\x07\xb1\x75\x5a\x99\x38\x92\x29\x6b\xfd\x1b\x31\x06\xb7\x97\xfa\xe5\xeb\x3a\x82\x64\xd5\x4e\x79\xb7\x76\x07\xb7\x34\x6e\xa6\x49\xca\x42\xc6\x22\x3b\x83\xb0\xa4\x38\xdb\x34\xa6\xb0\x95\x24\x1f\xcb\xf1\x1f\xb6\xc0\xff\x7b\xa6\xdc\x0f\xf8\xfd\x25\xb6\xb2\x32\xd6\x76\x99\x24\x4b\x77\xea\xfd\x2d\xc4\x61\xb9\xb1\xff\x2e",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1086,
+-		(unsigned char *) "\x30\x82\x04\x3a\x30\x82\x03\x22\xa0\x03\x02\x01\x02\x02\x01\x0c\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x31\x30\x39\x31\x33\x35\x34\x34\x35\x5a\x17\x0d\x31\x32\x30\x31\x30\x38\x31\x33\x35\x34\x34\x35\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x31\x32\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xe3\x22\xa6\xee\x8a\xa2\xa4\xd1\x01\x46\x7b\x52\x43\x56\xa6\x7b\x14\xf0\xb4\xea\x81\x53\x54\xcf\x2b\x6c\x6a\x2d\x7e\xc4\x8e\x2a\xb8\xb2\xcb\x63\x46\xa9\x8b\xc9\x29\xff\x0b\x79\x5d\xf2\x4e\xd9\xca\xe4\x5a\xb3\x40\x40\xdd\xff\x45\xd4\x1c\xd4\x4e\x5a\x8b\x22\xda\xf3\x12\x7f\x93\xb8\xe9\x69\x87\x37\xa2\xaa\xac\x43\x10\x99\x98\x6a\x5a\x51\xfc\x9a\xeb\x52\xe5\x4d\xb1\x99\xf5\x5d\xf7\xda\xbc\x56\xe5\x8e\x9d\x1d\x62\x92\x5a\x21\xb7\x4b\xd7\x16\x82\x62\x95\xd5\x86\x95\xca\xf0\x1c\x90\x40\x74\x5a\x5f\x46\xbc\x6d\x03\x02\x03\x01\x00\x01\xa3\x82\x01\x89\x30\x82\x01\x85\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\xd5\xc3\x29\x8c\xa0\x77\xdc\x1c\x28\x08\x4e\x77\x4f\xff\xe9\x13\x11\x63\x41\x33\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xe1\x06\x03\x55\x1d\x1f\x04\x81\xd9\x30\x81\xd6\x30\x3a\xa0\x38\xa0\x36\x86\x34\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x97\xa0\x81\x94\xa0\x81\x91\x86\x81\x8e\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x25\x33\x66\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x25\x33\x62\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x2a\x1f\x0a\x9d\x77\x0e\xe5\x9b\xfa\xe4\x91\xcd\x6d\xa8\x5d\x9e\x9e\x0d\x16\x3f\xcd\xd0\xa1\x4f\x54\x6d\xbe\x6b\x96\xee\x21\x8d\x5f\x13\xb3\x34\x44\x62\x80\x10\xc2\xde\xb4\x0c\x87\x1c\x30\x46\x99\xbe\x78\xbd\x61\x48\x72\xe8\x26\x50\x9b\x66\x93\x1e\xe8\x22\x13\xf1\x4b\xff\x2d\xeb\xe5\x9f\x3f\x88\xa5\x2f\xdd\x7b\x57\xb6\x60\xb2\x06\x7c\x67\x0b\x7f\x5d\xce\xa7\x1b\x38\xd4\xa8\xe4\xde\xc6\x3d\xb2\x92\x97\x07\xf7\x04\x6a\xc5\x58\x97\x52\xe1\xa8\x8d\xb5\xb2\x15\x14\x47\x80\x78\x32\xc3\x05\x3b\xfa\x2c\x40\xa2\x49\x72\xdf\x65\xbb\xf5\xac\x96\x6d\x18\x05\xda\x92\x8a\x33\x47\x03\xd1\x49\x88\x4e\xc4\xd7\x38\x0b\xa4\x08\xf5\xee\x90\x7f\x61\x4a\xde\x99\xc1\xd2\xf6\x86\xde\x88\xdd\xe4\x80\x07\xd4\xf8\x4f\xa4\x3c\x28\xae\x03\x17\xde\x46\x33\x49\x43\x43\xad\x06\x90\x27\xa6\x8f\x41\xb7\x9e\x66\xe8\x6f\x24\xe1\x2d\xba\xb9\x61\x9d\xdc\x43\x7c\x0e\x2d\xf2\x43\x7a\x54\xf3\x73\x8a\xa1\x9f\x32\xdc\x29\x57\x1e\x2e\x5b\x9f\x73\x5a\x82\xf4\x63\x1d\xeb\x1d\x63\x10\xce\x66\x40\xe4\x29\xdf\xd7\x8a\xde\x67\x7a\xbf\x9c\x8d\xd0\xc7\xb7\xe8",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1427,
+-		(unsigned char *) "\x30\x82\x05\x8f\x30\x82\x04\x77\xa0\x03\x02\x01\x02\x02\x01\x46\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x39\x30\x31\x32\x36\x32\x30\x32\x35\x30\x37\x5a\x17\x0d\x31\x35\x30\x31\x32\x35\x32\x30\x32\x35\x30\x37\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x32\x32\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xa6\x00\x06\x25\x23\x80\xf9\xf5\x60\xc4\x06\x06\x28\x05\x47\x2e\x1b\x67\x1f\xbe\xb4\x45\xe5\x1c\x34\xc6\xf4\xc5\xba\xd2\x4c\x68\x9d\x53\x24\xd7\x97\xbf\xd8\xe8\x07\xcf\x78\xce\x9a\xe8\x64\xc5\x10\x79\xd3\x6f\xc7\x1d\x33\x9b\x88\xc3\x00\xf1\xf0\x29\xf8\x53\xfd\xe0\xa5\x31\x28\x68\xc9\x2e\x8c\x38\x07\x92\x45\xb4\x3f\x08\x02\xcb\xf7\xee\x01\x81\x2d\x5f\x4b\x15\xb1\xdd\x80\xf2\xb9\xc0\xff\xa9\xed\xa0\xf5\x27\x9b\x79\xec\x7b\x25\x2b\x25\x11\x29\xab\xfd\x5f\x11\x3c\x62\x93\x97\x42\x79\x48\xc0\x9d\x06\xd1\xb7\x23\x25\x99\x57\xde\x06\x55\xca\x1e\x87\x93\x14\xf7\x12\x43\x31\xd1\x26\x0e\x6d\xd2\x45\x4c\x38\xe2\xd2\x9a\xe7\x12\xaf\xc9\x4c\x5d\xe3\xc8\x7f\x1f\xc7\xca\x09\x39\xf1\x09\x4f\xc6\xa2\xe7\x61\x81\x79\x99\x0b\xd2\x8c\x0b\x65\x7a\xb9\x3c\x18\x15\xce\x10\xbb\x2f\xc0\x64\x1a\x32\x08\xd1\xb0\xa0\x12\x8c\x10\xcb\xb3\x6c\xa4\x70\x40\xac\xbd\x56\x0b\x54\xa5\xd4\xf1\x46\x33\xdc\xec\xf6\x51\x52\xaf\x27\x27\x2e\x9d\x55\xa4\x1d\xf7\x5d\x5a\xf8\x64\x68\x41\x89\x58\xbd\x2f\x77\x9d\x28\xde\x0d\x78\x5f\x88\x67\xfc\x1c\xbc\xb1\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x85\x2f\x0d\x0a\xaf\x35\x08\x50\x09\x8d\x9b\x1c\x70\xac\xa8\xfe\x89\x77\x94\x5a\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x38\x54\xf5\x4b\x89\x31\xe3\xf3\xf5\x17\x17\xa5\x74\x9f\xcb\x3f\x89\x53\xef\x41\xea\x57\x51\xc5\xe4\xe2\xce\xba\xfa\x40\x1f\x98\x4c\x6e\x43\x6b\x2d\xcf\xc0\x19\x6e\xf4\x17\x47\xdd\x96\x90\x46\xa6\x73\x2f\xed\xf1\x27\x78\x87\x4f\xb7\xed\x01\x34\x6e\x79\x68\xbf\x85\xc9\x5c\x65\x6c\xb9\x7b\x98\x2a\x8a\x9e\x5d\x61\x40\x26\xbc\xe4\x87\x35\x9f\x03\xea\xce\xc9\x79\x0c\x06\x7e\x68\xde\x9d\x55\xc3\xd1\x0a\x08\x7f\xd8\xe6\xe7\x3a\x83\x56\x97\xe3\xe1\xc3\xb2\x6f\x3b\x44\x76\xb8\x73\x6c\xea\xf0\xc7\x20\x4c\x8f\x31\x55\x80\x86\x5d\x1e\xe6\x39\x44\x99\x8e\x34\xa1\x69\xf9\x6d\x5f\x72\x0e\x05\x47\x69\x9a\x08\xec\x65\xd9\x29\x80\x9f\xe0\xaf\x7e\x01\x03\xb8\x0b\xe9\x13\xf7\x58\x21\xd6\x30\xfe\xa0\xee\x72\x7b\x81\x79\x81\x0d\x95\x60\x84\x3d\xca\x48\xb6\x0c\x7b\x89\x73\x5f\x98\x5d\x7b\x1e\x0f\x69\xaa\x04\x26\x7c\x6a\x91\x70\xfd\xf3\x62\xd8\x50\x4f\x79\x76\xba\x69\x56\xfa\xbe\x6e\xbb\x8c\x57\x6f\xb1\xc7\xfe\x2e\xdf\x85\x65\xc2\xb2\x17\x14\x19\x1c\x16\x13\xfd\x7e\x1d\x6f\xb2\x27\xd6\x13\x1c\x0c\x59\x90\x70\xbd\x56\xbc\xae\x02\x86",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1072,
+-		(unsigned char *) "\x30\x82\x04\x2c\x30\x82\x03\x14\xa0\x03\x02\x01\x02\x02\x01\x1c\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x36\x31\x34\x31\x36\x35\x38\x30\x34\x5a\x17\x0d\x31\x32\x30\x36\x31\x34\x31\x35\x35\x38\x30\x34\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x31\x36\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xdb\xa6\x44\x62\xec\x8c\x77\xa8\x2d\xda\x3d\x98\x4c\xe7\x95\x98\x42\x5e\xd9\x1a\xe3\x85\xf5\x9d\x22\xae\x6e\x1b\x84\x82\x50\x87\x9f\x98\x28\x1d\xab\x1a\xa9\x95\xb0\x5c\x6f\x29\xb9\x90\x6f\xac\x7e\x3d\xe5\x29\x1d\x14\x86\xd9\x67\x1c\x8d\x0f\x05\x81\x44\x39\x42\xe4\x90\xd0\xc6\xf3\xfd\x54\xd4\x35\xe9\x9e\x46\xd0\xb2\x11\x8f\xae\xf5\xfd\x2d\x98\x9b\x51\x73\x88\x47\x04\xfd\x2c\xac\x60\x88\xbf\xbc\x80\xe0\x62\xe0\x3b\xff\xc2\xf9\xe8\xcf\xe3\xe1\xf6\x73\x41\x99\x42\x47\xc9\x2a\x2c\xd1\xd5\xbc\xb3\xa2\xed\x5f\x1f\x02\x03\x01\x00\x01\xa3\x82\x01\x81\x30\x82\x01\x7d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x50\x6b\xce\x58\xb9\xc0\xfb\x6a\x23\x0b\x0a\xc9\x8f\x41\x9e\x9c\x05\x62\xe7\x69\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xd9\x06\x03\x55\x1d\x1f\x04\x81\xd1\x30\x81\xce\x30\x38\xa0\x36\xa0\x34\x86\x32\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x91\xa0\x81\x8e\xa0\x81\x8b\x86\x81\x88\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x25\xb4\xe9\xce\x14\x6a\x7e\x97\xd4\x5d\xd2\x73\x54\x65\xb7\x18\x7e\xfd\x93\x33\xe2\xb3\xfe\xc0\xd1\xf6\xc7\xb0\xa4\x2d\xb2\xac\xa9\xec\x1f\xdf\x01\x89\xee\x46\xe7\x86\x6f\xc0\xfd\x18\x98\x0f\xb0\x16\x3f\x75\xa2\x05\x64\x66\x09\xc8\x1c\xfc\xb9\x99\x98\x1f\x92\xd3\x40\x2b\xdd\xe1\x90\x90\x43\x56\x24\xbe\x31\x3c\xf0\x11\x10\xd3\x1d\x89\x3b\xcf\x6e\x91\x09\x5f\x92\x57\x3a\x16\x0e\x52\x2b\x05\xb6\xb7\x2f\x53\x87\x44\x01\x66\x2a\x22\x82\xec\x3e\xeb\x45\x47\x50\x13\xe3\x3c\xe4\x39\x0b\x75\xc4\x6d\x11\x93\xde\x18\xcd\x69\x37\x5c\x6e\xdc\x36\x0c\x53\x0f\x19\xc9\x33\xb6\xb7\x45\xbe\x02\x83\x2b\x4c\x6b\xc4\x29\x87\x5c\xff\x01\xd1\xd4\xfe\x83\xa5\x69\x87\xc4\x18\x97\xa3\x9d\xf8\xb0\x7d\xc3\x37\x36\x01\x5e\xa1\x14\x70\x90\x23\xdf\xa4\x87\xcd\x97\xe7\x41\x7b\x69\xba\x0b\xb5\x4d\x65\x11\x8a\x1b\x00\x5c\xcd\x1b\x76\xc7\x9a\x99\x23\x41\xf2\x2c\xe7\xdc\xe7\x4f\x24\x36\xd3\xe1\xee\x9b\xf2\x65\xeb\x5e\xcb\x5c\xd7\x11\x26\xf2\x5a\xd3\xf6\xfd\xb5\x70\xb3\xa4\xa5\xad\x79\x66\xe3\x4d\x9d\x3a\x9f\xe8\xd9\xd7\x83\x98\x2f\x36\x78\xe3",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1427,
+-		(unsigned char *) "\x30\x82\x05\x8f\x30\x82\x04\x77\xa0\x03\x02\x01\x02\x02\x01\x51\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x31\x30\x30\x31\x31\x34\x31\x37\x33\x39\x32\x37\x5a\x17\x0d\x31\x36\x30\x31\x31\x34\x31\x37\x33\x39\x32\x37\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x32\x36\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xac\x5f\x10\x5b\x3d\x2a\x07\xfd\xee\xcf\x4e\xc6\xb0\x4e\x3d\x5a\xa0\x00\x60\x50\x79\xc2\x02\x45\x66\x4f\x38\x34\x81\x5c\x1c\xbf\x27\x60\x6a\x79\xcc\xa6\x97\x0b\xd6\x89\xe6\xd8\xdb\x95\x7c\x57\x3a\x07\xee\x46\xe5\x64\x2a\x13\x17\x8f\x1d\x30\xfc\x2d\xfa\x36\x7f\x37\x61\x24\xe5\x14\xa2\xfd\x22\x57\x1c\x61\xae\x4d\x2e\x03\x50\x66\x55\x46\xdd\x6a\x27\xf8\xa9\x79\xab\x5c\x2a\xe5\x25\x5d\x5c\x1b\xfb\x71\x0f\xb5\xb8\x15\x8f\x5f\x94\x7b\x03\xcf\xee\xab\x92\x08\x0a\xe4\xbd\xa3\xa1\x5d\x83\xd7\x3d\xc7\x9f\xd4\x44\x10\x3a\xa2\x5f\x5f\xe4\x86\x94\x6f\x03\xa0\x35\xf3\x83\xd8\xe1\xb8\x19\x9f\x7a\xba\x75\xcf\x00\x05\xd0\xdb\x23\xa4\x6a\x25\xd7\x69\x70\x45\xc6\x5d\x78\x8b\x07\x5f\x45\xac\x9d\xd6\xa3\x4b\x5d\x18\xcf\x8f\x4c\x0a\x11\xa1\xd9\x11\xdb\xf9\x9c\xa5\xd5\x8f\x9c\xea\x0f\x47\xbd\x25\x82\x94\xf9\x60\x92\x4a\x14\xf8\xba\x9b\xa9\x6c\xdf\xca\x15\x11\xa1\x8b\x39\xbe\xfa\x19\x4d\xbc\xbb\x14\x6f\xdd\x60\x7d\xb2\x9c\x90\x07\x7c\x80\x47\xb9\x85\x8c\xb8\x3e\xa3\x75\xb9\xae\x5e\x77\x91\x73\xc1\x75\x89\x55\xba\x4d\x86\xe4\xad\xbb\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x32\xdf\xc8\x6d\xf3\xff\x3e\x29\xfd\xe9\x0c\x97\x29\x50\xf0\xa2\x10\x2c\x6e\x2f\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x6a\xc0\x50\x29\x84\xf8\xdc\x67\x13\xb1\x96\xee\xba\x5c\xd4\xe5\x92\xf9\xcd\x64\x65\x33\x85\x28\x0b\xa0\x1a\xab\x53\x1d\x8c\x40\x17\x91\xba\x66\xda\x6b\x6b\xbc\xac\x8e\x61\x01\xc3\x67\x35\x11\x59\x52\x85\x70\x5d\xa1\x86\xe7\x7a\xc1\x1c\xc3\xd8\x5e\xcb\x77\xbb\xcc\x5c\xdc\x1a\xdd\x04\x5f\xfa\x88\xed\xb3\x6e\xb5\xb4\x44\xcb\x3a\x35\x9d\xa0\x4e\x1c\xc0\x45\xb5\xf6\xd4\xcd\x06\x79\xd2\x1a\x39\xec\x25\x26\x71\x9c\xd9\xb8\x6f\x93\x6c\xd6\x3b\x34\x3b\x67\x99\xaa\x5f\xa5\xb8\x6d\x4c\xc7\x09\xea\xc9\xc0\x74\x99\xd9\x59\x8b\x29\x89\x90\x2b\x81\x95\xd9\x87\xfd\x55\xf8\x58\x75\x52\xa6\x7f\x22\x68\x6d\x85\xd6\x7d\xae\x8a\x0d\x2f\x34\xbf\xd7\x28\x6c\xc6\x5b\xad\xbc\xff\x1b\x3a\xc6\x64\x85\xa4\x9c\x7d\x84\x95\x9f\xa8\x03\x65\xe4\x7f\x4d\xcc\x0c\x75\x7a\x4a\x05\x44\x58\x80\x8b\x39\x34\x4f\x33\x3f\x2b\x44\xf1\xd6\x74\xef\xef\x7c\x9a\xd8\xdc\x0b\x18\x3d\xf2\xe5\x9d\x50\x3b\x23\x29\xe5\xf4\xcf\x60\xea\x60\x4f\x1c\x60\xc1\x1a\xb2\x9c\x5a\x02\x04\xb0\x7c\xc1\xc9\x15\x6a\xdb\x2a\xaf\x0b\x08\xbb\x3e\x71\x7a\xa6\x3c\xe5\x1d\x44\x22",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1086,
+-		(unsigned char *) "\x30\x82\x04\x3a\x30\x82\x03\x22\xa0\x03\x02\x01\x02\x02\x01\x0e\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x31\x30\x39\x31\x34\x30\x30\x30\x36\x5a\x17\x0d\x31\x32\x30\x31\x30\x38\x31\x34\x30\x30\x30\x36\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x31\x34\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xce\xcb\xba\xbf\x35\xfb\x4f\x74\x48\x26\x4b\xa5\xd1\xc7\x82\x60\xf1\xb0\xbf\x42\x0f\x1b\xda\xdd\x93\x2e\x38\x5b\x58\x6e\xeb\x8d\xd8\x18\x49\x6b\xa6\xcd\x5f\xc9\x2d\x7f\x96\x4e\x8f\x58\x6a\x02\x0c\x18\xee\x2f\x9f\xf1\x3c\x8d\x48\x90\x5d\x2f\x94\xfb\xdb\xde\x96\x66\x39\xf5\xe4\x95\xdb\x44\x58\xa4\x6c\x1e\x7b\x15\xb7\x03\xd1\x7c\x24\x23\xb2\xed\x57\x49\xb6\xaa\x2b\x38\x27\xbe\x81\x29\x20\x49\x77\x00\x42\x46\x06\xf8\x51\xea\x4f\xac\xc2\xb3\x2b\x22\x9c\xad\x4c\x72\x20\x72\x56\xb3\xeb\xc2\x8b\x53\x64\xe5\xc0\xab\x02\x03\x01\x00\x01\xa3\x82\x01\x89\x30\x82\x01\x85\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x07\xad\xf7\xc7\xea\xe0\xa8\x72\xbc\x09\xea\xc1\x4c\x8c\x18\x08\x8c\x00\xdd\x5e\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xe1\x06\x03\x55\x1d\x1f\x04\x81\xd9\x30\x81\xd6\x30\x3a\xa0\x38\xa0\x36\x86\x34\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x97\xa0\x81\x94\xa0\x81\x91\x86\x81\x8e\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x25\x33\x66\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x25\x33\x62\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\xad\x67\x7d\xbf\x26\xc0\x79\x4d\x85\x7d\x32\xab\x50\xa5\xd0\x21\xbe\xa2\x82\x88\x15\x14\x29\xb7\x62\x6a\x94\xa2\x59\x2b\x96\x80\x17\x44\x64\x29\x17\x34\xe5\xd5\xef\x70\x30\xa0\x59\xab\x16\xa0\x7a\xbf\xd3\x80\x08\xc7\x9d\x6f\xe4\x77\x3a\xda\xd4\x8b\x33\x04\x31\xae\xf8\xc0\xf7\x0f\x8b\xac\x22\xc2\x7f\x9b\xd1\x7c\x2b\x0f\x56\x29\xdb\xc7\x6b\x72\x1c\xb6\x4d\x2b\xfd\x38\x31\x04\x92\xfb\x9a\x65\xda\xb9\x97\xbf\x81\xb9\xf1\x5c\x54\x48\xc3\x03\x67\x58\x15\x74\xf4\xee\x7f\x23\xc6\xdc\x94\xe1\x0c\x46\x07\x78\x15\x4c\xc9\xac\xad\xf8\xdb\xc4\x35\xd5\x13\x9d\xc5\xac\xae\xd1\x72\x3d\xa1\xc5\x48\xff\x56\x89\xe3\x62\x9c\xbf\xa2\x71\xb1\xa5\xac\x82\x87\x20\x46\x06\x50\xd2\x74\x70\x9a\x6c\x7d\xa3\xf9\x21\xd8\x5d\x70\x4b\x83\xfa\x29\xd3\x8d\xf0\xd0\x24\x4a\x20\x6f\x88\x69\xfd\x58\x47\xa5\xa0\x5a\x12\x25\x0c\x62\x69\x05\x35\x65\x85\x35\xae\x58\xa2\x55\xc4\x05\xd2\x34\x8a\x3d\x80\x3f\x71\x56\x9e\xb9\x25\xf4\x15\x3a\x87\xc3\x1c\xce\x09\xa9\x18\xe5\x3d\xe1\x40\x19\x07\x74\xc1\xe1\xb8\x92\xc2\xed\x7a\x6b\xca\x22\x3a\x98\x1c\x01\x57",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1072,
+-		(unsigned char *) "\x30\x82\x04\x2c\x30\x82\x03\x14\xa0\x03\x02\x01\x02\x02\x01\x1a\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x36\x31\x34\x31\x35\x32\x32\x31\x36\x5a\x17\x0d\x31\x32\x30\x36\x31\x33\x32\x33\x30\x30\x30\x30\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x31\x35\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xca\x21\x1c\x98\xf0\x7e\x96\xed\xfd\x5c\x1c\xd0\xcd\x7a\x1e\xe5\x50\x78\x5b\x0d\xb0\x19\x71\xd7\xc8\xfc\x7f\xc1\x39\x41\x88\x09\x07\x7b\x79\x8d\x49\xd5\xd5\xe3\x22\x96\x46\x49\xef\x45\x4e\x58\xb4\x0a\x3a\xf1\xb6\x0f\xe1\xdf\x5e\x08\xab\x3b\xd6\x6d\x4b\x07\x4b\x60\x40\xd4\xc5\x9e\x1c\x7b\xc6\x57\xd8\x37\x20\x55\xed\x36\x8d\x60\x63\x82\x99\xc8\x56\x7d\x53\xab\x46\xa9\x65\xf3\xbd\xd7\xd7\x2d\xef\xb5\x92\x7d\xe6\xd2\xe6\xfe\x31\x35\x5a\x1d\x09\x49\x40\xb0\xdf\x62\xbd\x76\x6c\x50\x0f\x11\xc5\x2e\xce\x95\x3b\xe1\x02\x03\x01\x00\x01\xa3\x82\x01\x81\x30\x82\x01\x7d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x68\x80\x11\x78\x19\x0d\xee\xed\xf3\x65\x49\x8e\x00\x22\xec\x52\x8e\xba\x04\xce\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xd9\x06\x03\x55\x1d\x1f\x04\x81\xd1\x30\x81\xce\x30\x38\xa0\x36\xa0\x34\x86\x32\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x91\xa0\x81\x8e\xa0\x81\x8b\x86\x81\x88\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x15\x79\x5b\x99\x7d\xf1\x40\x0c\x77\xc3\xfd\x9b\xf1\xf0\x5e\xfa\xcf\x22\xd6\xbf\xf7\xf7\x82\x03\x54\x42\xce\x9c\x49\x89\xf5\x02\x0d\x06\xf9\xfb\x67\x40\xe8\x39\x73\xcd\x0b\xa7\xb0\x62\xf5\x4a\xbe\xee\x6b\xbf\x7b\x9c\x18\x3c\xfe\xe0\xf0\x1c\x9f\x4e\xe5\xd4\x47\xbe\x31\x17\x0c\xb9\xcd\x98\x98\xd1\xa6\x9e\x5f\x6e\xd3\x69\x32\xd7\x3e\xa5\xc4\x8c\x94\xdf\x8b\x33\x1f\x68\xda\x68\xdd\xa3\xd0\x4d\xfc\x60\x1c\xf3\x22\x3e\x1b\x91\x66\x73\x2d\x29\xb5\x7b\xd7\xa2\x84\x1a\x80\x7f\x65\xf7\x24\x13\x04\xa6\x32\x74\x8b\xba\x35\xc0\x35\x35\x12\x31\x6f\x66\x6f\x3c\x77\xda\x3b\xdc\x7d\x38\xd0\xe8\xeb\xa3\x90\x8a\x55\xdd\x57\x47\xa7\xdd\x86\x64\x2d\xd6\x14\x7a\x98\x09\xf9\x4c\x0f\xe1\x59\x82\x5d\x10\x90\xf7\xdb\x34\x4b\x52\x4c\xcd\x87\xab\x42\x4a\x7b\xb8\x08\xc3\x2e\xe6\xc9\x55\x03\x8a\x15\x3a\xd7\x23\x51\x14\xbf\xc3\x1e\x39\xcb\xea\x81\x55\x95\x6a\x47\xc6\x32\x25\x3f\x52\x77\x7c\xdc\xb7\x94\x1c\x75\xc5\xc9\xa7\x7f\x00\x73\x79\x94\xcc\xd0\x27\x9c\x1b\x0b\x42\xe6\x44\xc8\xcc\x22\xdc\xa5\xf4\xd5\x44\xe5\x99\x3e\x6d\x8e\xb0\xb5\xb8",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1078,
+-		(unsigned char *) "\x30\x82\x04\x32\x30\x82\x03\x1a\xa0\x03\x02\x01\x02\x02\x01\x1b\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x36\x31\x34\x31\x36\x33\x38\x34\x35\x5a\x17\x0d\x31\x32\x30\x36\x31\x34\x31\x35\x33\x38\x34\x35\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x31\x35\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xb5\x69\x95\x9f\xa5\xb6\xe4\x9f\x3c\xf3\x9f\x00\xd5\x9a\x15\x07\xfc\xd6\x39\xae\xd9\xd6\xbc\x56\x76\xc0\x26\xe0\x3b\x8f\x81\xa9\x69\x66\x8a\x4a\x2b\xc2\xb5\x4a\x62\x51\x5e\xd7\xfb\x7a\x80\xe3\x41\x16\x9a\xc3\x66\xf3\xe1\xfc\x84\x8a\x7c\x87\xfd\xcb\xbb\xc8\x2a\xa6\xbd\xd6\x17\x73\x55\x19\x97\x90\x7b\x44\x84\xfc\xbf\x68\x6e\x8a\x75\x6a\x04\xce\x48\x19\xd3\xaa\xc2\xb9\x00\x1e\x64\x54\x88\x5f\x3b\xe4\x9b\xf0\xc8\x47\x15\x52\xdf\x2b\xc4\xca\x65\xa0\xc1\x6c\x03\xaf\x4b\x6c\x83\xd6\xb6\xe9\x38\x65\x16\xa5\x10\x83\x02\x03\x01\x00\x01\xa3\x82\x01\x81\x30\x82\x01\x7d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x95\xb5\x8c\x78\xab\x9d\x56\x33\x3c\xf4\x48\xa3\x9c\x58\xed\xb1\x64\x8a\x8a\x9e\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xd9\x06\x03\x55\x1d\x1f\x04\x81\xd1\x30\x81\xce\x30\x38\xa0\x36\xa0\x34\x86\x32\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x91\xa0\x81\x8e\xa0\x81\x8b\x86\x81\x88\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x8a\xf9\xad\x5c\xa7\x17\xbc\xc8\x4c\x99\xa5\x2a\x9f\x6a\xdb\x2c\x89\xea\xbe\x73\xf9\x93\xb6\xab\x04\xd3\xfb\x64\xd0\xa2\xc5\x6a\x85\xc7\xc8\x1e\x0f\x2b\x17\x29\xfd\xa7\x1a\xa8\x39\xea\x3f\x7c\xa4\x93\xab\xbb\x7d\xb4\x20\x63\x79\x7f\x01\x46\x24\x8a\xa8\xa9\x5e\x2e\x32\x4c\x51\x86\xd9\x8f\xf4\xc2\x5f\xdc\x92\xd2\xdf\x4f\x93\x08\xc9\xb9\xa0\xc5\x72\x5c\x78\xcb\x96\x07\x6e\xc9\x0b\x00\x78\x17\xbe\xf9\xe6\xf9\xb5\xa5\x88\x7e\x81\xed\x47\x8f\xa8\x8b\xfe\xfa\x9b\x45\x82\x2b\x42\x5b\xf8\x21\xa5\x55\x12\xd6\x16\xb4\xf3\xcd\x6a\x9b\x86\xd8\xac\x33\x25\x14\x0e\x15\x39\x91\x36\x4c\xc0\xdd\x08\xb1\xb8\x58\x76\x3e\x7b\x83\x63\x1a\x17\xd9\x46\x0b\x9d\x43\xf1\xce\xd5\x67\x33\x11\x98\x54\xc2\x78\x51\x27\x54\x8d\x2b\x37\x9b\x09\x3b\x3d\x4a\xbf\x07\x2a\xa6\x7b\x14\xf8\x1c\xe3\x1e\xfd\x1d\xd8\x62\x67\x99\xaa\xe2\x0f\xcc\xa6\x86\xcd\x2a\x7d\xa7\x7a\xbd\x97\x13\xe4\xaf\xf7\xf1\x89\x70\xed\x1d\xc3\x27\x41\xb6\x08\x45\x70\x30\x89\xe2\xd7\xa2\x0e\xd6\x69\xdd\xd5\xc4\x42\xd5\xbe\xb2\xcb\xb6\x76\xc1\x6b\x99\x04\x5e\xbe\x99\xf0\xf5\xac",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1086,
+-		(unsigned char *) "\x30\x82\x04\x3a\x30\x82\x03\x22\xa0\x03\x02\x01\x02\x02\x01\x0a\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x31\x30\x32\x31\x36\x34\x35\x35\x35\x5a\x17\x0d\x31\x32\x30\x31\x30\x31\x31\x36\x34\x35\x35\x35\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x31\x31\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\x9b\x7f\x4b\x9d\xee\xf9\xf4\x05\x4d\x95\x42\x56\xc7\x0d\xa0\x6d\xcf\x12\xf3\x8f\x75\x0f\x5e\xb0\xf1\xff\xf9\x06\x07\xa1\x3d\x83\xe9\xec\xa5\xf2\x1f\xcf\xfd\x70\xdc\x9f\x53\xa5\xe3\x83\x2e\x1a\x23\xb2\x25\x2a\x90\xbb\x8f\xb3\xd4\x94\xd4\x96\xbe\x1f\x22\xa1\x48\xa9\xbd\x99\x3c\x7e\xd3\xbc\xb8\x53\x54\x15\x41\x9b\xee\xf6\x08\x43\xfe\x19\x0d\x0f\x74\xf5\x4f\x8a\x61\x21\x0a\x46\xde\x98\xa1\x0e\x96\x5d\x04\x0e\xb0\x20\x94\xf8\x2b\xda\xff\xf6\x52\xaa\x56\x1a\xb6\x97\xdc\x5f\x5e\x9a\xb7\x76\x82\x81\xb9\xb8\xb6\xf3\x02\x03\x01\x00\x01\xa3\x82\x01\x89\x30\x82\x01\x85\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x53\x15\x03\x45\xee\x74\xa1\x34\x5d\x6c\x86\xaf\x72\x66\x81\x6f\xe9\xad\x7f\x12\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xe1\x06\x03\x55\x1d\x1f\x04\x81\xd9\x30\x81\xd6\x30\x3a\xa0\x38\xa0\x36\x86\x34\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x97\xa0\x81\x94\xa0\x81\x91\x86\x81\x8e\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x25\x33\x66\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x25\x33\x62\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x15\x5b\x55\xb9\x49\x6f\x74\x8d\x79\xd1\x05\x59\x59\x5b\x82\x2d\xe5\xe6\x16\x46\x85\x4b\x36\xcf\x1e\x10\x33\x03\x12\x2f\x18\x8e\xee\x66\x4c\x16\x17\x9a\xce\x39\x2d\x81\xea\x14\xe4\x20\x30\x83\xa2\xbc\x34\x3a\x2c\x9b\x9c\x5b\xe7\x22\x4f\xbf\x4b\x89\x0a\xa4\x4a\x78\x3c\x14\x58\x16\x08\xc0\x16\x51\x3f\x64\xe4\x76\x52\xbc\x67\xef\xe2\xf0\x71\x5b\xb2\x19\x8e\xbd\x82\xbe\x8e\x32\x11\x40\x8a\xf7\xb8\x61\xdb\x8a\x11\x36\x5f\xbc\x27\x5d\x00\x48\x83\x20\x3a\x34\x4a\x91\xd5\x6e\x92\x1f\xca\x99\x36\xe2\x21\xd4\xb0\x98\x18\x3f\x59\x04\x5c\x8f\x50\x3d\x0b\x9f\x63\xd8\x84\xdb\xf0\xdf\x3f\x51\x43\xc6\xa6\x96\x8c\xac\xc5\x75\x4d\x65\xf5\x4f\x30\x24\x19\xc9\xe0\xeb\xf7\x56\x51\x83\x83\x7d\xef\x2f\x0a\x6e\x36\xb2\xc9\x19\x29\xec\x3f\x9d\xd2\x10\x83\xde\xf1\xe8\x5e\xe8\xe4\xfb\xed\xc2\xb4\x90\xb0\x9f\xc3\xc5\x72\x5d\x4e\xe6\x71\xf5\x2c\x46\x4c\x26\x2a\x2e\x09\x32\xc9\xa1\x9d\xe7\x02\xc1\xdc\xf3\x7d\x56\xab\xd1\x71\xa6\xf6\x87\xd2\xfe\x64\xdd\xa3\xb8\x09\x0f\xc6\xa2\x6f\xf3\xc7\x19\xda\x92\x99\x85\x36\x23\x95\xca\x6e\x9c\x81\xd2",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1348,
+-		(unsigned char *) "\x30\x82\x05\x40\x30\x82\x04\x28\xa0\x03\x02\x01\x02\x02\x01\x2a\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x38\x30\x34\x32\x33\x32\x31\x30\x35\x33\x37\x5a\x17\x0d\x31\x34\x30\x34\x32\x33\x32\x30\x30\x35\x33\x37\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x32\x30\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xc8\xc9\x0b\x2b\xa3\x65\x3b\x7b\xd3\x90\x6f\x17\x78\xef\xe8\x2e\x01\x0c\xbb\xf0\xda\xcd\x29\x45\xaf\x9d\xdd\x33\xa5\xa2\x36\xfe\x6c\x20\xf8\x13\xf3\x25\x03\xab\x8a\x56\x8a\x25\xe8\xc3\x75\x29\x4b\x6e\x64\xf2\x6c\x1f\x12\xd1\xde\xf1\xb6\x0a\x64\xc0\xb8\x50\xa1\x7f\xc8\x02\xa2\x80\x0f\x0b\xe2\x00\xc2\xd3\x1c\xaa\x90\x97\x64\x6c\xa5\x7f\x4c\x64\x5d\x74\xd0\x7f\x9e\xcd\x50\xc2\x82\x80\xa0\x3c\x56\x4d\x24\x4f\x71\xf1\x31\xdd\xc9\x0c\x0c\x59\x3b\x0b\xbf\x51\xe0\xc3\xee\x11\xe5\xa2\xef\xbf\x3d\xe0\x82\x2f\x88\x9b\x39\x47\xa7\x0c\x32\xfd\xe3\x3b\xf0\xaa\x50\xaa\xd1\xa8\x78\x66\xff\xc1\xaa\x72\xf0\xad\x40\x2b\xcc\xb1\xb3\x62\x40\xe1\x94\x71\x48\x8a\xe1\xba\x98\x51\x60\x62\x3d\x88\x88\x5e\x84\x49\xd6\x0c\x83\x42\x2b\xb9\x63\x38\x85\xc4\xd3\xbe\x0b\xc3\x83\x34\x0e\xd8\x19\x69\x43\xdd\xa3\xcd\x85\x03\x09\xc7\xe3\x9f\x91\xf2\xef\xd5\x84\x3f\xdc\x57\x1c\x6f\x4d\xff\x5d\x8d\xa6\xab\xbf\x25\x07\x03\x7d\xc7\xb3\x3f\xdd\xcc\xae\x8a\xb7\xd1\xb7\x09\x7f\x00\xce\x7d\x04\x44\xb0\xe5\x6c\x86\x61\x02\xd2\x65\xe6\x74\x52\x6f\x67\xed\x02\x03\x01\x00\x01\xa3\x82\x02\x11\x30\x82\x02\x0d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x1c\xf1\x82\x35\xd5\x98\xd2\xac\x43\xd6\xb2\xb9\x57\x78\x89\x15\x8f\x57\xf1\x77\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x57\x06\x03\x55\x1d\x20\x04\x50\x30\x4e\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x33\xb8\x22\x88\xef\x22\x85\x39\xc2\x42\xec\x78\x49\x54\x34\x3f\xf0\xfe\x5e\xe9\x50\xc3\x56\x9f\x00\x99\x45\x6b\x72\xf9\x77\x1f\xba\xb2\xe3\x16\x2f\x84\x35\xd4\xff\xb4\x8f\x82\x55\xa8\x4a\xc3\xae\x4a\x2a\x08\x52\x3a\x85\xae\x63\x80\xa9\xd0\x9f\x7c\x49\x3c\x38\x11\xc5\x0e\xd7\xcb\x1f\x8b\x69\x11\xb7\x99\xd6\xcb\x15\xff\x7f\x52\x8f\x3a\x80\x9f\x7c\x5e\xdb\xad\xf5\x2a\xac\x22\x08\xc3\x4d\xb5\x8d\xcb\xeb\xb3\xfa\x68\xd8\xf5\xdd\x53\x40\x04\xa1\x92\x8b\x1c\xb1\xdf\x16\x57\xf6\x62\x9e\x8e\x5f\x9b\x67\x8b\x88\x9a\xae\x25\xf3\xbe\xd3\x5d\x10\x16\x8b\xac\x5a\xe5\x79\xf0\xb3\x37\x72\xaa\xf1\xb7\x4c\x0f\xbe\xa7\x5b\x80\x03\x37\xb9\xbc\xcf\x90\x86\x93\x85\xac\xaa\x70\x37\x30\xd5\x73\xf9\xd0\xd1\x46\x50\xd8\xc3\xd8\x4f\xa0\xfb\xab\xa2\x22\xed\x30\x67\xe0\x2e\x17\x28\xa8\x3e\x95\x80\x8a\x1c\x9d\x84\x26\x97\x87\x03\x72\x16\x27\x7a\x15\x0f\x24\xc8\x08\x68\xc6\xab\x84\xa5\x38\x3c\x7c\xed\x04\x47\x8c\x4e\x1b\x11\x4a\x76\x84\xcc\x0f\xe5\x4e\xd1\xe1\x8a\xd5\xb0\x30\xa7\x6c\x70\xd0\x3a\xdd\xc2\xf8\xff\x7f\x5d\x9d\x2a\x43\xee\x58",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1421,
+-		(unsigned char *) "\x30\x82\x05\x89\x30\x82\x04\x71\xa0\x03\x02\x01\x02\x02\x01\x4e\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x31\x30\x30\x31\x31\x34\x31\x37\x33\x33\x31\x32\x5a\x17\x0d\x31\x36\x30\x31\x31\x34\x31\x37\x33\x33\x31\x32\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x32\x35\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xe1\xe2\x60\xb7\xce\x51\xb7\x66\x8e\x48\x60\xfb\x0b\xa8\xba\x5a\x51\xd4\xd8\x2a\x65\xf4\xd2\x96\xed\xa3\x58\x99\xa2\x89\xa8\x55\x86\x85\x61\xad\x08\xff\xb3\x12\x16\x75\xd2\x38\xfa\x1c\xee\x9a\xa0\x62\x5a\x91\xe1\xcc\xe1\xc9\x0d\x35\x7e\x17\x5f\x7f\x14\xac\x01\x75\xe4\x5f\x4a\x5f\x2d\x22\xcb\x49\xd4\x82\xb1\x19\x17\xae\x6d\x32\x38\x29\x72\x97\x0b\x9b\x6e\x15\xd0\x23\x08\x7b\x2d\x4b\x44\xbb\xa1\x15\xc9\x96\x6e\xa6\xd9\x14\x02\x88\x9c\x5e\xdf\xf9\x82\x31\x14\x46\xa8\x8b\x01\x3e\xe4\xae\xae\xfa\x53\x50\x37\x54\xba\x64\x53\x68\xa1\xa2\x8f\x7c\x80\x97\xf9\x3b\xf2\x8f\xe5\xf2\xff\x46\xf8\x8a\xec\x58\x25\x80\x77\x46\x60\x61\xba\x6e\x60\x3e\x1f\x7a\x3c\xa4\xd7\x17\x0e\x57\x9f\xa3\x2e\xb7\x40\x8a\x80\xb6\xe3\xd7\xd7\xcf\x6d\x01\x13\xf2\x80\x93\x47\xf3\xb9\x69\x9b\x0b\x56\x7d\xf7\x8b\x40\xa8\x70\xc2\x4e\x8d\x04\x19\x7e\x8b\x39\x54\x23\x0f\xbb\x8a\xf0\x7c\x77\xd5\xe9\x84\x56\xcc\x05\xb7\x43\x72\xfe\xef\x62\x42\x07\x85\x48\x4f\x44\xe9\x82\xf4\x10\x96\xb4\xb1\x23\xc5\xe8\x1f\x7b\xea\x9b\x93\x0b\xff\xcb\xee\x84\xcc\x32\x07\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x2e\x0b\x65\xf9\xd6\x65\xde\x4b\xa3\x25\x75\xa4\xa1\x2e\x85\x21\x40\x73\xb9\x0a\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x96\x0b\xc8\x16\xbb\x92\x62\xe8\x12\x8d\x60\x25\xe6\x12\xac\x77\xb1\x93\x96\xa5\xaa\x58\xf8\x1f\x80\x33\xd5\xcc\x7e\x2d\x2c\xb1\x84\x4e\x2b\xd6\x45\x0f\x0d\x38\xb5\x3a\xa6\x88\x9d\x59\xae\xf0\xce\xa5\x7a\xc5\xf8\xee\x9d\x79\xe3\xa7\x73\x5e\x6c\xbb\xb8\xab\x64\x48\xbc\x3b\xba\x5a\x1a\x5d\x55\x53\x98\xf4\x68\x54\x8e\x35\xb8\x23\x07\xb6\xa4\x7c\x75\xc5\x14\xa3\x22\x9e\x9f\x11\xb6\x16\x30\x91\x2c\xd8\x9e\xa0\x02\xac\xa2\xe1\xc7\x83\x41\xe1\xc1\xcd\x62\x84\x58\x37\x91\x03\x5c\x38\x58\x30\x1c\x11\x61\xd2\x01\x49\x84\x6a\xe0\x71\x04\x74\xbb\x94\x70\x7a\xf9\xf0\xcf\x3b\x16\xe9\x79\xb5\x0b\xa2\x05\xc2\x72\x03\xe5\xdf\x60\x3a\x64\x72\xb3\x03\x06\x40\x12\xd1\xd3\x0b\xa3\x0b\x9e\x42\x6d\xb0\xeb\x95\x47\x9a\x36\x46\x82\x24\x65\x53\xd5\xbc\x16\x08\x5f\x20\xee\x57\x5c\x02\x24\xd9\xc7\xd4\x16\xbc\x4b\x88\x18\x3a\xcc\x0c\x2a\x23\x71\x7d\x08\xc1\x7f\xf6\xb2\xf1\x13\xa7\xed\x82\x4e\xec\x0b\xe1\x13\xae\xc2\x35\x81\x40\xd5\x0e\x9e\xd7\x79\x18\xdd\x3e\x67\x0f\x43\xb0\x76\xd2\xa8\xce\x7a\x6d\x77\xfa\x27\xc9\x58\xad\xb1\x69\xda\x17",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1421,
+-		(unsigned char *) "\x30\x82\x05\x89\x30\x82\x04\x71\xa0\x03\x02\x01\x02\x02\x01\x48\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x39\x30\x31\x32\x36\x32\x30\x31\x38\x35\x39\x5a\x17\x0d\x31\x35\x30\x31\x32\x35\x32\x30\x31\x38\x35\x39\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x32\x32\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\x9b\xfc\xe1\xab\x1f\xf1\x70\x34\x45\x05\x5f\x09\xfc\x1c\xd7\xd5\x26\x93\xd2\x90\x69\xb3\x1e\xce\xd8\x12\x53\x70\x94\x42\x0c\xfc\xa5\x2e\xce\x7f\xbe\x68\x84\x83\x84\x2c\x8f\x1d\xe2\xdf\xa7\xdb\x05\xd5\x23\xf3\xa1\x87\x78\xd4\x2a\xbe\x31\x75\x48\xc2\xf7\x30\x6b\x4b\x15\x25\x3c\x98\x0b\xc7\x10\x2d\x55\xcf\x28\x76\xb3\xbb\x43\x20\x72\xa2\xc3\x01\x61\x12\xde\xea\xae\xbd\xd2\xe4\x96\x0e\x7a\xed\x94\x61\x24\xfb\xad\x99\xda\xe2\x66\x15\xcd\xd5\xbb\x77\xef\x81\x4f\x61\x2d\xcf\xa9\xab\x55\x18\xe8\x5a\xbf\x89\x8d\x29\xce\x20\x5b\x40\x13\x31\x56\x92\x60\x41\x06\xcb\x0a\xa1\x33\xfe\x6e\x4b\x8f\x5b\x1d\x5e\x29\x97\xe3\x81\xf4\xbd\xe9\x04\x3d\xd1\x32\xc6\xa0\x6d\xc0\x93\x87\x01\x17\x41\x87\x01\xc2\x23\x2d\xb1\xfe\xb0\x69\x07\xc8\xc2\x9f\x13\xca\x84\x6d\xd1\xfd\x72\xbf\xbe\x9a\xbd\x6a\x60\x73\x56\x88\x3a\xc6\xad\x1b\xc4\x17\xbd\x0d\x1b\xe3\x52\x63\xfc\xaf\xc1\xfb\xcc\x2f\x6e\x35\xd2\xdd\x3a\xd8\x10\xd1\xc4\x28\xb7\xb6\x6c\xff\x93\xe0\xf6\x72\xf0\x29\x13\x67\x0b\x38\x3c\x19\x28\x8d\x6c\x19\x93\x49\x3d\x5b\x3d\x97\x84\xd7\x1d\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x28\x30\x1f\x51\x51\x8e\xd5\xdd\xad\xa1\xcb\x20\xc2\x58\x15\x46\x30\xa6\x44\x4f\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\xa7\xde\x56\x35\x63\xce\xf9\xb4\xfe\xd8\xff\xb9\x2c\x0d\xee\x9e\xb6\xa8\x56\xd5\x41\xfd\x26\x7e\x67\xfc\xb2\x90\x8d\xab\xd9\x38\xe6\x77\x55\xcd\x37\xa8\x5e\xb9\xd7\xbc\x63\x24\x87\x91\xce\xbb\x97\xbd\x98\xe8\xe5\x38\x57\xce\xfb\x0e\x33\x6d\xb4\x94\x99\xef\xb9\x41\xd8\xa5\x18\x16\x01\xee\xff\xe6\xbc\xec\xf8\x06\xd1\xd4\xc1\x6a\x00\xf6\xed\xb8\x6f\xde\xe3\x0b\x98\x54\x1b\x80\x01\x9d\xcd\xa1\x47\xcf\x0e\x33\xcf\x28\x89\xb2\x49\xfa\x7b\x86\xfc\x9e\xe2\xc9\x96\x9e\x38\xb1\x1f\x24\xb3\xcc\x14\x05\xb2\x63\x38\x51\x6b\x39\x68\x49\xbf\x99\x82\x73\x59\x13\xe1\xdd\x46\xd2\x2a\xf3\xba\x64\x09\x51\x9f\x96\xba\xba\x66\xb3\xb8\xe1\x9c\x13\xf4\x86\xe4\x41\x0b\x28\x7a\xdd\x95\xda\x75\x37\xb0\xaf\xf8\x67\xbe\xf1\xac\x3c\x47\xec\x62\xf0\xd3\x36\x09\x73\x45\x17\xf8\xbe\x2a\x16\x9b\xbc\x7e\x87\x45\x1c\xc3\xd9\xc9\xeb\x4b\x27\xcd\x46\xad\x57\xb6\xbe\xc0\x35\xa8\x12\xfa\x11\x48\xdb\xc4\xda\xf1\xea\xea\xf4\x0f\x40\xfc\x6e\xd7\x9e\x57\x75\x77\xbc\xac\x0c\x97\xec\x52\x0e\xbe\xa7\x98\xb5\x78\x7e\x7c\xd6\xc5\x9f\x3d\x7c\x23\xa7\xff\x25",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1080,
+-		(unsigned char *) "\x30\x82\x04\x34\x30\x82\x03\x1c\xa0\x03\x02\x01\x02\x02\x01\x0b\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x31\x30\x39\x31\x33\x34\x37\x32\x37\x5a\x17\x0d\x31\x32\x30\x31\x30\x38\x31\x33\x34\x37\x32\x37\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x31\x32\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xd5\x1f\x40\xa1\x77\xb4\xee\x7b\x98\xa0\xc8\x7d\xe4\xd3\x83\xe8\x2b\x70\xd5\x22\x93\x6a\xbd\x65\x73\x79\x0d\xaa\x36\xcc\x09\x8f\xb1\x34\x9f\xa9\xb6\x6a\xb6\xf1\x62\x3b\xbd\x3e\xb9\xe4\x46\xf2\x1b\xc7\x03\xb0\x36\x8b\x13\x48\x3d\x4b\x85\xcf\xbf\x35\x68\x34\x10\xca\xdf\xd7\xce\xb2\x29\x5a\xac\x94\x3e\xa2\xa4\x3c\x26\x39\x54\x38\x86\x58\xe0\xfd\x6b\xd2\x10\xf6\x09\x36\x21\x56\x0c\x88\xa9\xea\xac\x34\x14\x2b\x35\x11\x29\x88\xc1\x09\xc2\xa5\x88\x23\x0d\x40\x34\x1a\xe6\x5c\x4a\x1e\x1f\x17\x8d\xbb\xa5\x46\xc1\x97\x02\x03\x01\x00\x01\xa3\x82\x01\x89\x30\x82\x01\x85\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\xaa\x97\x45\x80\x89\x01\xd2\xbe\x2c\x98\x07\x72\x1c\x58\xd3\xeb\xbf\xcb\x8e\x68\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xe1\x06\x03\x55\x1d\x1f\x04\x81\xd9\x30\x81\xd6\x30\x3a\xa0\x38\xa0\x36\x86\x34\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x97\xa0\x81\x94\xa0\x81\x91\x86\x81\x8e\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x25\x33\x66\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x25\x33\x62\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\xa4\x3c\xdb\x1d\xfa\xd5\x5c\xf5\x70\xe9\xb6\x10\xf7\x9e\xc9\xf7\x20\x13\x26\xa7\x6a\x5a\x81\x4d\x56\x6b\x66\xa8\x36\xa3\x64\x97\x4e\xc7\x17\x0d\xba\x80\xf1\x01\x05\x06\x49\x59\xf2\xc9\x5d\x7e\x75\xe7\x8b\x22\x3d\xe9\xdd\x38\xed\x77\xa3\xf0\x40\x1b\xdc\xaa\xb2\x1a\x53\x49\xd1\x45\x61\xe1\xc4\xdf\xfa\xe1\x1e\x0a\x3c\xda\x7f\x5c\xb0\x39\x6f\x69\x0f\xc1\x6b\x0c\x2f\x3a\xd0\x11\x56\x12\xf9\x8f\xcf\x1d\xf0\x51\x57\x98\xbe\x9b\x64\x7a\x9c\xa4\x02\x9e\x6f\x8e\xa0\x40\x93\x82\xae\x46\xe7\x2f\x43\xa3\x33\x19\x0a\x4c\xab\xa7\xdb\x8c\x3e\x20\xbd\x74\x76\xb6\xa2\x5f\x03\xdc\x3d\xb2\xe0\xbc\x6a\x2a\x17\xbf\x2b\x44\x53\xcc\x38\x99\xd8\xe3\x2d\xee\xc5\x2d\x11\x39\x68\x14\xf7\xe2\xc9\x53\x7a\xb0\x8e\xfe\x82\x5c\x8f\x78\xba\x3b\xb2\xdd\x5d\xdb\x1d\xc0\x5f\x98\x59\xac\x26\x36\xf0\x05\x4b\xb8\xab\x35\x22\x20\x0b\x44\xd7\x1e\xd3\xee\x72\x73\xfa\xc1\xaa\x79\xe7\xa6\x0f\x8c\x59\xd7\x29\x45\xe5\x4b\x43\xf3\x8f\xbe\x46\x94\x4c\xfe\x88\x50\x5f\xfb\xa1\xd7\xb5\xb3\x19\xff\xf7\xce\x19\x59\xb4\xfa\xf8\x09\x82\x76\xe9\x7b\x7e\xd2\xc9\x26",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1427,
+-		(unsigned char *) "\x30\x82\x05\x8f\x30\x82\x04\x77\xa0\x03\x02\x01\x02\x02\x01\x49\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x39\x30\x31\x32\x36\x31\x36\x34\x33\x32\x35\x5a\x17\x0d\x31\x35\x30\x31\x32\x35\x31\x36\x34\x33\x32\x35\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x32\x33\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xbd\xf4\x29\x4d\x57\x93\x44\x03\x07\x8d\x06\x1f\xae\xfa\x3c\x34\x56\x34\x40\xe7\xb1\x18\x7f\x6c\x25\x6e\x17\x85\x05\x05\x23\xe9\xf6\xc5\x50\x25\x4f\x81\xe4\x23\x30\x42\x71\x69\xea\xf7\xb8\x9e\xf7\x6f\xac\xde\x5d\xaa\xfc\xd6\xe0\x8d\xbc\x6b\xee\x7d\x99\x95\x22\x3b\xb3\x58\xc6\xb1\x52\x1c\xb2\xa8\xbf\x31\x40\x22\x06\xfe\x8d\x28\xd2\xa9\x50\x55\x6a\x1e\x07\x70\xf8\xa6\x48\xc9\x6d\xfd\xae\xec\xbe\x80\x6c\x3d\xcf\x90\xd4\x07\xa2\x4e\x91\x14\x03\xbf\x57\x59\x12\xf5\x74\xde\x43\x96\x5a\x5a\xb9\xcf\xb9\x47\xe8\x7f\xd0\x8e\xb0\xf8\xd8\xe9\x4b\x34\x5e\xcc\x4b\x17\x8e\x02\xf0\x12\xbf\xf2\x04\x6c\x1d\x13\xbf\xab\x1c\xde\x0d\x09\xec\xcb\x9b\x56\xed\xd9\x90\xe7\x96\xa5\x7f\x26\x65\x61\xc1\xc4\x9b\x68\x24\xa5\xcd\xd2\x79\x23\x6f\xc3\x3c\xc1\x85\x1e\x48\xf9\x3e\x50\x71\x62\xa0\x41\xba\x72\x44\xa5\x43\xe3\xa5\x72\x6e\xcd\xce\xab\xda\xcb\x84\xd2\x1a\xbf\x1f\x6e\x72\x11\x3f\x2d\x99\x1f\x6d\xb0\xfb\x05\x30\xce\xe6\xec\x23\x2a\x65\x47\x1f\x78\x9c\x0d\x9f\x4c\x24\x75\x6c\x76\xd2\xd5\x3b\x17\x44\x16\xb2\x8a\x28\x48\xd7\xb9\x0d\xaf\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x5b\x96\x2d\x31\xa5\xe1\xf6\x9a\x6a\x5c\x5e\x81\x51\x36\x61\x1e\x96\x24\x19\xd1\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x3e\xf6\xf6\xe4\x0f\xd4\x57\xcd\xbe\xed\xe9\xc4\x45\x52\xda\x45\x5b\x18\xa6\x36\x39\x30\x0a\xb6\x7e\xeb\xf6\x89\xfc\xa7\x62\x2e\xb3\x3f\x83\x7d\xe1\x12\x1a\x86\xd3\x63\x94\xf4\x74\xf4\xce\x71\x97\xea\xfb\xc4\x6a\x3a\x5d\xe2\x99\xa7\xac\xc3\xe2\x36\xf8\xe8\x78\xf4\xd8\xc4\x50\xee\x8a\x81\x55\xfa\x8a\x83\x65\x0c\xc5\xf2\x4d\xcc\xe9\x1f\x8f\x7b\x46\xdd\x03\x0a\x9c\xea\xe2\xac\x63\x77\x07\xcb\x32\x54\xdb\x08\x55\xb2\x58\x00\x7d\x5c\xa6\xb9\x16\x3c\x5f\x65\x6d\x2f\x05\xce\x5a\x3f\x9a\xdb\x49\xcb\x92\xa3\xa1\xd9\x6f\x51\xd4\xf5\xc0\x08\xc1\xa3\x39\x5b\xd0\x41\x63\x81\xc4\x94\x65\x64\x63\x29\x4c\x5d\xf0\x5f\x71\x87\x6a\x9d\x96\x92\xe5\xc7\x82\xfd\x2d\x74\xd7\x02\x6c\xca\xe2\xdb\xa0\xb3\xdb\x71\xd5\x0e\x86\x3e\x3e\x17\x89\xbd\x6e\x42\x17\x1b\xb4\xf6\x39\xf9\x1a\xbd\xe6\x2e\x2c\x9b\x0e\x37\x3b\x10\x5f\x44\xfe\x7b\xb5\x94\x58\xd6\x71\x25\xe5\x39\xd1\x23\xba\x34\x00\xc1\x43\x6d\xb8\xf4\x0e\x97\xab\xb2\x30\xf6\x88\xa7\x8e\x8e\x8a\x10\x03\x84\x74\xdc\xae\x4d\xf9\xe5\x99\x74\x1a\xa9\xa2\x0a\x6d\x0b\x07\x15\x94\xc5\x3f\x63",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1421,
+-		(unsigned char *) "\x30\x82\x05\x89\x30\x82\x04\x71\xa0\x03\x02\x01\x02\x02\x01\x4b\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x39\x30\x31\x32\x36\x31\x36\x33\x38\x34\x35\x5a\x17\x0d\x31\x35\x30\x31\x32\x35\x31\x36\x33\x38\x34\x35\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x32\x33\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xd6\xa7\x86\x23\x1c\x6d\x02\xd8\x98\x9a\x24\x7f\xa5\xff\x5b\xa3\x98\x9a\xeb\xb5\xd4\x7f\x1d\xab\x7a\x49\x4a\xed\x61\x9f\xf9\xc8\x16\x61\xb8\x8f\xf1\xfe\x69\x71\x2e\xc5\x4e\x62\xa5\x28\x96\x0b\xfa\x3b\x55\x66\xc6\x47\x01\xd8\xf7\x23\x77\x3a\x6b\xb3\xdf\xb0\x36\x32\xf3\x5e\x14\x59\xd1\xe6\x1f\xd3\xdc\x1b\xd1\x2f\x10\x26\xc5\xa6\x15\xc1\x9a\xf4\x18\x7b\x31\x8b\x97\x64\xeb\x30\xc5\xb0\x02\x69\x3b\xda\x5f\x87\xb1\xef\x8a\xf8\x8e\xfe\x5f\x86\xea\xfe\x84\x5a\xae\x7f\xa1\x17\x26\xb4\x02\x91\x53\x9b\x7d\xa8\x55\x42\x4d\xfe\x4f\xec\x8e\xcd\x92\xf5\xe3\xfd\x0e\x34\x94\x52\xa0\xcb\x14\x57\x77\x65\xa0\x15\xfc\x48\xd1\x0a\x06\x92\x89\xca\xed\xeb\xb2\x71\xc7\xb7\x28\xe0\x20\x97\xfd\x07\x53\xfb\x3a\xff\x3c\x9a\xb9\x1c\x5c\xa5\x4f\x3e\x59\x59\xa3\x8b\x70\xd7\x9d\x6a\xf0\xbd\xfb\xd5\xd2\xfc\x9f\xbd\x8f\xa7\xc8\xcc\xc4\xa1\xa5\x81\x2a\xca\x2e\x92\x90\x50\xc4\x88\x43\xf3\xaa\x94\xee\x54\xed\xa6\xb2\x88\x59\xed\xc3\x91\x10\x94\x6d\x0f\x64\x34\xc4\xda\x0e\xcd\x73\x51\x60\x0d\x87\xc6\x99\x19\x4b\x51\x94\xad\x65\x02\xef\x0d\x8d\xc5\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\xaa\x41\xf7\x12\xa3\x1c\x83\x0d\x2b\xd7\x8a\x3c\x3d\xc5\xfc\x6c\x52\x4f\xcd\x58\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x50\x41\xda\x23\xd3\x8e\x1e\x02\x5d\x48\x7e\xd4\x31\x5e\x66\x80\xa3\xf1\xcb\xf5\xb0\x4a\xbe\xea\x0f\x6c\x61\xa4\x72\x46\x39\x48\x99\x5c\x43\xe8\x93\x59\x39\xdf\xb5\x18\x01\x5c\x32\x4b\x50\x9c\x3f\xd4\xca\x43\xfd\x60\x32\x4b\x96\xbd\x98\x5f\x0c\x70\x9d\xd0\xdc\x33\x2e\x3e\x4d\xed\x95\x52\xae\xe2\x38\x9e\x63\x7f\xcd\x6c\x14\x78\x00\x76\x7f\x6a\x70\x6c\x9e\xe4\xab\x58\x42\x0c\x1e\x2c\x07\x53\xde\xc9\xa4\x2f\x8d\x8e\xc7\xbd\x6c\xde\xb3\x8a\x81\xdb\x48\xe3\xc3\xe2\xad\x94\x4b\xdf\xca\x79\x93\x38\x69\x38\xa8\x7c\x36\xcc\x73\xb7\xdb\x4f\x19\x1b\x47\x83\xe9\x8b\x9a\x3c\xaa\x5b\x0f\x87\xeb\x1d\xf9\xa9\x03\xcd\xa4\x7e\x6f\xa4\xa3\x8b\x1a\x4a\x7a\xae\x96\xd7\xb0\x26\x64\x9a\xc9\x7e\xf0\x17\x17\xba\x24\x6f\x8d\xa7\x95\x02\xce\xfd\x72\xf0\x99\xb5\x1f\xf4\x82\x06\x63\xf6\x50\xd4\x73\xfa\xc8\x7b\x3e\x24\x02\x90\x8a\x4d\x1f\xa6\x43\x15\x55\x59\x15\x08\x7a\x0e\xcf\x86\x58\xea\x81\x10\x2f\x92\xce\xb9\x54\xbe\xd8\x94\x13\xf1\xce\x6a\x81\x47\xba\xc0\x4e\x84\x32\xd4\x71\x1e\x85\xea\x24\x89\x15\x97\x6d\xaa\x4d\xaf\x2b\x0c\x8e\x79",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1348,
+-		(unsigned char *) "\x30\x82\x05\x40\x30\x82\x04\x28\xa0\x03\x02\x01\x02\x02\x01\x28\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x38\x30\x34\x32\x33\x32\x30\x35\x37\x33\x30\x5a\x17\x0d\x31\x34\x30\x34\x32\x33\x31\x39\x35\x37\x33\x30\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x31\x39\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xd6\x03\x90\x43\xcb\x44\xae\x09\xed\xc3\xd2\x46\x2b\x5a\xf4\xf0\x3e\x7a\xe3\xc4\x23\x48\xdf\x90\xf8\x89\x47\x4f\x86\x07\x57\x17\x50\x03\x7a\xcf\xf7\x83\x39\xa0\x66\x40\x5a\x44\xd4\xa8\xcd\x96\xc0\x48\xd3\x9e\x89\x91\x49\x60\xa5\x21\x93\xd3\xeb\x92\xb1\xf4\x45\xfc\x1c\x28\xd7\xeb\x8c\x28\x0a\xe3\x38\x5f\x4d\x01\x3a\x46\xb6\xc8\x54\x9e\x33\xa7\x95\xfd\x97\x28\xa1\x35\x0e\x98\x63\xdb\xf2\x11\xba\xc4\x8c\x34\xa7\xcf\xcd\x87\x42\xd3\x3f\x95\xff\xdb\x26\x5a\xf0\x34\x8f\x17\x2d\x80\xcd\x54\xaa\x4e\x94\xb5\x32\xe8\xfe\xbb\xd7\x11\x04\xc9\xf4\x74\x42\xe3\xf0\xe5\x90\xdb\xd4\xc1\x70\x50\xd0\xc7\xea\x28\x67\x16\xf5\xb9\x69\xdf\x5e\xaf\xf9\x31\xb4\x3b\x84\xdf\x3e\xb4\x57\x61\x59\x33\x66\xb4\x62\xea\x3f\x01\x2e\xd9\x97\xe1\x8d\x5a\xc5\x30\x84\x75\x57\xdb\xc1\xd2\x87\xf4\x7a\x30\xb2\x81\x72\xec\x5c\x5f\x9b\x53\xf6\x01\xf5\xa9\x3a\xa5\xb8\xb9\xaf\x3c\x33\xca\x40\x89\xce\xee\xfe\x8f\xfb\x42\x82\xc2\x43\x9d\xf0\xe4\x83\x2d\x8e\x2e\x36\xd4\x7f\x99\x33\xd7\x43\xd8\x5e\xb3\x15\x6d\x4d\x4c\xd3\x5f\x1c\x30\x18\x4e\x9a\xd4\xde\x03\x02\x03\x01\x00\x01\xa3\x82\x02\x11\x30\x82\x02\x0d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x80\xfd\x72\xcb\x16\x6c\xf5\x8d\x6f\xeb\x40\x1c\x61\x64\x3c\xe3\x61\x3b\xbb\x92\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x57\x06\x03\x55\x1d\x20\x04\x50\x30\x4e\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\xa5\x27\x3b\x6b\x61\x75\x82\x8c\xd3\x1c\x37\xbd\xc0\xf5\x00\xbd\x81\x38\x70\x59\x87\x33\x57\xc1\x72\xae\x51\x66\xc9\xd4\xc5\x1c\x0f\xa7\x0a\x1c\xba\x71\xed\x2a\x66\xfc\x8d\xa8\x59\x3c\xcc\xc3\x60\xda\x39\x8a\xbe\xf2\x08\x81\xc9\x92\xae\x19\x42\x69\x89\x05\x84\x34\x44\x23\x0d\x8c\x04\x1c\xb5\xc5\xc3\x3c\xd9\x1b\x1c\xe6\xc2\x9d\x6b\xcf\x8b\x3a\x0e\x97\x16\x27\x74\xa2\x5d\xfd\xc5\x28\xda\xef\xbf\xf4\x8b\x19\xc9\x69\x5d\xe3\x58\xa6\x32\xee\xa8\x2c\x90\xd0\x09\xbf\x36\x1e\x40\xf3\x02\x44\xf8\xa9\xee\xe7\x63\x41\xea\x2f\x98\xb5\x8a\xae\x9a\xff\xe5\x45\x6e\x6b\x63\x36\xfa\xd8\xaf\xa1\xd0\x24\xf8\x5a\x24\x93\x7e\x80\xf5\xf1\x18\xa5\x10\xec\x62\xfb\x21\x3b\x40\x8f\x4c\x82\xd6\x6f\x4b\xd4\xec\xa6\xc9\x5a\xb6\x5b\xa9\x8f\x06\xe9\x49\xb1\x44\x46\x70\x3e\x8f\xfa\xc8\x48\x32\x73\x40\x22\x7c\x4a\x70\x89\xe2\x7d\x77\x19\x48\x98\xc5\xeb\x05\x9e\x44\x5e\x6b\x84\x3e\x81\x0a\xea\x17\x8e\x09\x08\xe4\x7c\x4e\x50\xb3\x2a\x5a\xe5\x41\x7d\x7c\x43\xd2\xaa\x88\x64\x33\xd3\x6f\x9c\xa5\x80\x79\xb6\xe6\xf2\xc0\x67\x9c\x33\xba\x57\xd2\x3d",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1360,
+-		(unsigned char *) "\x30\x82\x05\x4c\x30\x82\x04\x34\xa0\x03\x02\x01\x02\x02\x01\x2c\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x38\x30\x32\x30\x35\x31\x35\x33\x36\x34\x33\x5a\x17\x0d\x31\x38\x30\x32\x30\x34\x31\x34\x33\x36\x34\x33\x5a\x30\x63\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x1e\x30\x1c\x06\x03\x55\x04\x03\x13\x15\x44\x6f\x44\x20\x49\x6e\x74\x65\x72\x6d\x65\x64\x69\x61\x74\x65\x20\x43\x41\x2d\x31\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\x99\x5c\x9e\x21\x37\x15\xb6\x75\x37\x29\x09\xce\xcf\xaa\xa7\x22\x4e\x09\xe5\x98\xfd\x0b\x44\x03\x17\xfe\xb2\xbc\x26\x0b\xe4\xdf\x6b\x7a\xb4\xb4\x13\xbf\x63\xd6\x99\x71\xb8\x76\x25\xcf\xa0\x5b\x78\x50\x1d\xc9\x52\x0e\x4f\x89\x87\xdc\x0b\xae\x17\xe8\xaa\xa4\x30\xa6\xc9\x78\x7a\xf9\xbc\xb6\x85\x95\x5c\x9c\x8d\x68\x08\x99\xb4\x3a\x3e\x70\x2b\xef\xf3\x58\x35\x97\x70\x32\xd6\x4f\xaf\x64\x9f\x3f\x74\xa3\x1c\x22\x4f\xa7\x74\x8c\x2b\xa1\xab\xbc\x23\x0f\xd0\x41\x4b\xa2\x91\x0a\x60\xb3\x3b\x8b\x4f\xf2\xef\xb4\x83\x34\xd7\xa9\x5f\x90\xba\x88\x07\x15\x02\x35\xe1\xd6\x00\x79\x8d\x19\xf1\x41\x7c\x92\x56\xcc\x75\xb5\xe8\xeb\x8f\xc1\xb7\xa7\xdc\x31\x3e\x8c\x3b\x93\xec\xe0\xd1\xee\xdd\x61\xab\x95\x32\xbf\x7b\x18\xa3\x95\x2c\xf7\xea\x7f\x29\x9a\xe9\xde\x6f\xcd\xde\xe0\x8b\x1e\xd7\x94\x77\x5e\x82\xd7\x04\x79\x22\x72\xbe\x22\x61\xf2\x93\xf2\x65\x73\xfa\x1b\x43\xd9\x3c\xef\xe9\xcc\x74\xc2\x39\x5b\x79\x43\xae\x54\xe1\xc1\x3e\x90\xb5\xb9\x07\xce\xb4\xb3\xec\x9c\x6b\xe6\xdd\x8f\x1d\x7c\xc9\xdb\x9a\xab\xb0\x6f\x24\x6b\x02\x17\x7d\x69\x02\x03\x01\x00\x01\xa3\x82\x02\x11\x30\x82\x02\x0d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\xd3\xd4\x72\xce\xa5\x97\x6c\x3a\xfa\x9a\xd4\xd2\x83\xff\x73\x03\xdb\x53\x4d\xa3\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x01\x30\x57\x06\x03\x55\x1d\x20\x04\x50\x30\x4e\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x80\x91\xd8\x4f\xfb\x6d\x12\x07\x57\x9d\x7b\x6f\x7b\x56\x00\x50\x8b\xaf\xe1\x79\x9e\xe8\x75\xfd\xc1\x37\xb0\x71\xdf\xaa\x91\x49\x56\x8d\x94\xfe\xc9\xe3\xc1\xd9\x85\x00\x17\x64\x4f\x96\x4d\x34\x44\x4b\x29\x6f\xd7\x11\xfc\x1b\xbe\xef\xb8\x0b\x60\xe5\x8e\xa7\xc3\x21\xe3\x68\xca\xae\x25\xbe\x80\xd0\x2d\xb9\x0a\x11\xac\x32\x08\x57\x5b\xc4\xe5\xea\x64\x6b\x5b\x39\x4b\xf3\x47\xfa\xe7\x92\x19\x32\xed\x69\xa3\xa4\x7e\x96\x3a\x85\x52\x1d\x86\x2a\xb8\x5c\x7d\x69\xbd\x46\x1b\xae\xa0\x70\x26\x87\xb9\xce\x64\x64\xeb\xea\xe0\x7b\x80\xf1\x24\xb0\xfe\xe7\xbc\x8c\x61\xa0\x6e\xad\xb7\xfe\x04\x97\xa7\x21\x03\xf4\x47\x00\x41\x9b\xcb\x8d\xf1\x56\x1b\x48\x9d\x4c\xa1\x5f\xdf\x0a\x6a\x39\x22\xb3\x06\x84\x21\x97\xd9\xc1\x88\x99\x58\x7f\xfb\x81\x1c\x3e\x43\xea\xee\x68\x8f\x0b\x86\xcb\x1c\x76\x51\x07\x70\xf7\xf8\xec\x91\xc1\xd0\x87\x78\x3f\x6f\x30\xaa\x00\x0b\xa7\xf8\x06\x6c\x39\x1b\xe5\x16\xbf\x2b\xb7\x2c\xa5\xb1\xf9\xa6\xb5\x97\x19\xe9\x40\xc5\x68\x94\x2e\xb3\xfb\xf3\xf0\xee\x6f\x16\x81\x94\xb8\x20\x24\x2d\x62\x8d\xbf\x67\xad\x2e\x94",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1421,
+-		(unsigned char *) "\x30\x82\x05\x89\x30\x82\x04\x71\xa0\x03\x02\x01\x02\x02\x01\x50\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x31\x30\x30\x31\x31\x34\x31\x37\x33\x38\x30\x35\x5a\x17\x0d\x31\x36\x30\x31\x31\x34\x31\x37\x33\x38\x30\x35\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x32\x36\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xc2\xe4\x71\xba\xff\x44\x1f\xa5\x11\xe5\x8e\x58\x1a\x35\x7e\x04\x42\x7c\xfb\x54\xe1\xce\x5e\x25\xa3\xf0\x03\xc0\xab\x6c\x2b\x3e\x00\x8b\x1f\xca\x8d\x46\x13\x11\x17\x4d\x15\xe9\x90\xe6\xe9\x9d\xd7\xd3\xd2\x8d\xe6\x97\x56\xbc\x5c\x68\xae\xff\x1f\xe9\x4c\x2e\x46\x41\x06\xb6\x8d\x0d\x31\xec\x73\x41\x22\x07\x77\xee\x44\xbe\x3b\x60\xb3\x42\x94\x64\x47\xef\x24\x5f\xc5\xba\xb6\xdc\x43\x31\x04\xcf\xc1\xda\x5f\x23\xbd\x70\x95\x5c\x3f\xa6\x58\x2b\x5e\x18\xac\xd1\x90\xd3\xd6\xad\x56\x10\x5b\x27\x40\xeb\x90\xc2\x4c\x7c\xab\x17\x66\xc2\x29\x96\x23\x75\x7f\x0c\x0b\x00\xe7\xe7\x0b\xf9\x28\xf2\x95\xd3\xa9\x6f\x9d\x28\x4f\x62\xea\x69\xce\x8c\x06\x48\x7f\xca\x1c\x29\x44\x35\x73\x36\x4a\xe8\x9e\x7b\xd4\x37\xcf\x9a\x93\x3c\x53\x54\xe6\x1c\x93\xb5\xef\x79\x69\x74\x44\x08\x6a\x4d\xef\x12\xd8\x2f\x63\xaf\x99\xcb\x45\x3b\x8a\x09\x74\x14\x2f\xcd\xfb\x5e\x26\x60\x68\x61\x20\x82\x57\x71\x14\x6f\x25\x3c\x3d\xaf\x0f\xda\x37\x9a\x6d\xfc\xa6\x45\x8c\xbe\xb5\xdb\xe2\x94\x0b\xd0\x47\xc2\xb6\x54\xa3\x32\x9a\x69\xfa\x22\x37\xd4\xda\x3b\x38\x99\x02\x03\x01\x00\x01\xa3\x82\x02\x5a\x30\x82\x02\x56\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x6a\x5f\xb9\xf4\x7a\x36\x2c\xe2\x75\xf0\xbb\x64\x32\xc1\xf1\xb4\x4c\xa5\x2c\xfd\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x81\x9f\x06\x03\x55\x1d\x20\x04\x81\x97\x30\x81\x94\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x7a\x3e\x6c\xac\x06\xcf\xf2\x6e\xcb\xfd\xed\xb0\x68\xd2\xc2\x96\xf4\xe3\x3c\x37\x10\x2d\x66\x95\xa7\x1d\x56\x69\x1d\x4a\x26\x29\xa5\x2f\x55\xe6\x3f\xd3\xb0\x32\x45\x8d\x14\xa1\xdb\x75\xa4\x6d\x98\xfc\x6e\xf5\xca\x7e\xd8\xca\xce\x52\xa4\x85\x01\x98\x9d\x19\x22\x60\x5a\xca\xc2\x2e\xf5\x22\x13\x0b\x18\xad\x6b\xc6\x1c\xf2\xd9\xa6\x92\xb4\xfb\x90\x07\x18\xaf\x42\x9b\x2b\x50\x2a\xc5\x2d\x03\xe8\x06\x2c\x9f\xf6\x79\x1e\x89\x4d\x2d\x39\x76\x20\x5f\xc8\x98\xa8\xde\x0e\x61\x0a\x2c\xbe\x0a\x04\x5e\x36\x75\xcf\x6d\x6b\x05\xed\x2a\x5e\xa3\x0c\x72\x90\xcc\x98\xce\x2c\xf9\xa9\x97\x1b\xc5\xfc\xdf\xc0\x2c\xa5\x90\x39\xac\xa0\xaf\x63\xdc\x63\x86\xaa\xcc\x1d\x3f\xe7\xdb\x62\xda\x12\x0b\x63\x3c\x43\x49\xf8\x05\x39\x55\x2d\xc6\x80\x96\x51\x01\x64\x51\x5c\xcb\x26\x7a\xea\xb6\xa8\x29\x80\xe2\x77\xc2\xe8\x8c\x16\x72\x85\x7d\x6f\x8e\x34\xa5\x5f\x50\xbd\xc3\x4e\x8d\xf5\x7a\x7d\xc8\xd6\x61\xae\xdc\xfa\x48\x12\x54\x12\x1d\x48\x5e\x96\xf0\xe5\xfb\xa8\xa1\x75\x61\x4c\x56\x82\x2d\x88\xd7\x18\xb9\x09\x55\xbf\xb1\x7e\x59\x94\xc2\x2c\x60\x93",
+-		2048
+-	},
+-	{
+-		{0},
+-		0,
+-		1080,
+-		(unsigned char *) "\x30\x82\x04\x34\x30\x82\x03\x1c\xa0\x03\x02\x01\x02\x02\x01\x17\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x36\x30\x31\x32\x33\x31\x36\x34\x39\x32\x34\x5a\x17\x0d\x31\x32\x30\x31\x32\x32\x31\x36\x34\x39\x32\x34\x5a\x30\x57\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x12\x30\x10\x06\x03\x55\x04\x03\x13\x09\x44\x4f\x44\x20\x43\x41\x2d\x31\x33\x30\x81\x9f\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x81\x8d\x00\x30\x81\x89\x02\x81\x81\x00\xd2\x34\xf5\x7c\xb6\x90\xd9\xec\x09\x44\xa5\xac\xde\x3d\xac\xd1\xb2\xff\x41\xda\x73\xf5\xba\x8e\x28\x99\x41\xd5\x51\x92\xf6\x8c\x00\xc8\x71\x4d\x25\x3f\xb8\x2e\x0f\x5a\xef\x9b\x4b\x81\x6c\xce\x72\x1a\x9a\x43\xb3\xb7\x61\xd7\xc0\xd4\x8a\xc2\x43\x12\x4d\xce\xad\xb4\xe3\x82\x73\x3a\xf0\x35\xee\x50\xfd\x16\xba\xe0\x95\x6b\x61\x62\x39\xa6\x44\xa8\xea\x4d\x26\xf4\x97\x5e\x69\x30\x35\x47\xda\xb0\xd8\x28\xfa\x51\x6f\x14\xbc\x9a\x83\x38\x21\x89\x33\x66\x29\x8e\x0e\xe1\xe5\x53\x3b\x94\x2e\xe3\xff\x6c\x13\x48\x12\xdd\x02\x03\x01\x00\x01\xa3\x82\x01\x89\x30\x82\x01\x85\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x64\x64\x43\x25\xa4\x6c\xe7\x0d\x22\x1d\x65\xac\xc0\xe4\x75\x37\xcc\x04\xda\xda\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x30\x06\x03\x55\x1d\x20\x04\x29\x30\x27\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x81\xe1\x06\x03\x55\x1d\x1f\x04\x81\xd9\x30\x81\xd6\x30\x3a\xa0\x38\xa0\x36\x86\x34\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\x97\xa0\x81\x94\xa0\x81\x91\x86\x81\x8e\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x63\x68\x61\x6d\x62\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x25\x33\x66\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x72\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x6c\x69\x73\x74\x25\x33\x62\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x2f\xb6\x63\xa2\x72\x24\x92\xdb\x78\xa6\x47\x77\xc8\x3c\x43\x4d\x52\x1f\x03\xa5\xa6\x7f\x72\xb8\xa3\x3f\x2e\xa1\xde\x83\x3b\x53\x04\xf9\xdb\x2a\x36\xc0\xa8\x8e\x3c\x5d\xf3\x73\xb7\xb8\xe8\xae\x78\xf7\x07\xea\xc4\x30\xa3\xe9\x09\x4b\x82\xf6\x12\xed\xa8\xb5\xcf\x70\x54\x42\x4a\xa1\x18\x85\x8b\x6f\x83\x7b\x9e\xa5\x79\xf3\x2b\x60\x58\xd8\x4e\xfe\xff\xc3\xc2\xee\x2e\xee\x0f\xa1\x78\xbd\xe4\xbc\x60\x13\x30\xbd\x5d\x32\xf5\x4c\xfd\x75\x1a\x10\xbd\x29\x2f\x5e\x75\x96\x64\x30\x06\xed\x19\x3e\xd1\x22\x77\x0a\x3e\x70\x56\xf0\xba\x4b\xa2\x05\x46\x94\x0d\x03\x02\x9b\xa6\x6d\x2a\x40\x90\x03\x6b\x34\x18\xf8\x01\x87\xee\xd6\xbc\x63\xb6\xad\xc4\x89\xfa\x82\x7c\x61\x4e\x96\x43\xc8\xd0\x88\x97\xbd\xac\x15\xa6\xbe\x4d\x99\x42\xfd\xa0\x9d\xaa\xd7\x94\x6b\xaa\x1b\x5d\x75\x1a\x30\x26\xe0\xad\xbf\x77\xae\x48\x9a\xfe\xe7\xee\x78\x24\x4d\x0b\x71\x55\xbd\x26\xff\xff\x9b\xf2\x1e\xda\x48\x48\x7b\xc4\xe4\xde\x3c\x70\x7b\xa0\xad\x5c\x82\x66\x2c\x45\x13\xe8\x5c\x57\x18\xb7\x1e\x95\xc2\xfd\x95\x18\x1c\x06\x07\xae\x0d\x40\x3c\x09\xc7\x14\x6e",
+-		1024
+-	},
+-	{
+-		{0},
+-		0,
+-		1354,
+-		(unsigned char *) "\x30\x82\x05\x46\x30\x82\x04\x2e\xa0\x03\x02\x01\x02\x02\x01\x2b\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x30\x5b\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x16\x30\x14\x06\x03\x55\x04\x03\x13\x0d\x44\x6f\x44\x20\x52\x6f\x6f\x74\x20\x43\x41\x20\x32\x30\x1e\x17\x0d\x30\x38\x30\x34\x32\x33\x32\x31\x30\x38\x35\x36\x5a\x17\x0d\x31\x34\x30\x34\x32\x33\x32\x30\x30\x38\x35\x36\x5a\x30\x5d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x44\x6f\x44\x31\x0c\x30\x0a\x06\x03\x55\x04\x0b\x13\x03\x50\x4b\x49\x31\x18\x30\x16\x06\x03\x55\x04\x03\x13\x0f\x44\x4f\x44\x20\x45\x4d\x41\x49\x4c\x20\x43\x41\x2d\x32\x30\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xb7\x1a\x90\x89\x1c\x80\x0b\xdb\xa1\xba\x25\xec\x2e\xa3\xf6\x2d\x01\x88\x55\xe6\x16\xd1\x4f\x9d\xc9\x53\x9c\xa6\x29\xf9\x88\x41\xf1\xdd\x9d\x32\x26\x9f\x07\x33\x21\xb6\x47\x41\x02\x20\x3c\xa5\xd2\x4a\xcb\xbb\xcb\x81\x4f\x61\x41\xd0\xf6\xc8\xee\x68\xa6\xc6\xf7\x78\x7a\xb4\x2c\x50\x1d\xfe\x8b\x32\xb6\x5a\x32\x79\x91\x30\x51\xf0\x21\x4a\x98\xa9\x12\xd3\x2e\x74\x99\x4f\xe6\xfa\xd5\xb8\x27\x88\xf8\xc9\x21\xa0\xc5\xb3\x7d\xb7\x56\xaa\x7b\x97\x43\x9c\x20\x34\x4e\x81\x89\x3a\x8e\x3c\x16\x12\x8c\xbb\xa8\xb3\x8c\x60\xd7\x79\xbc\xef\xe1\x2b\xb4\x7c\x91\x04\x27\x8e\x73\x4e\x48\x34\x02\xe5\xfb\xae\xb4\xce\x83\x9d\xd8\x95\xe4\x14\xf8\x33\xdf\x36\xac\x4e\xf8\xe9\x52\x39\xd7\x56\xe4\x32\xc2\x4d\x6e\x48\x37\x6f\xf5\xe5\x46\x37\x12\x63\x32\x49\xc2\x4f\x8b\xfe\x34\x99\xc8\xec\xf8\xe6\xdf\xae\x86\xa0\x7f\x3d\x48\x20\x63\xa4\x49\x2d\x41\x3e\xfe\x9d\x42\x7c\x81\x46\xe6\x1d\x92\xe3\x74\xd2\x02\x08\x54\x88\x60\x2b\x65\x31\xa9\x73\x80\xfa\x97\xf8\x6a\x36\xd4\x83\x2b\x64\xf0\xcd\x61\x61\xe1\xc2\x58\x94\xb6\xca\xe2\x31\xb2\xd9\x1a\x61\x02\x03\x01\x00\x01\xa3\x82\x02\x11\x30\x82\x02\x0d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x86\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x49\x74\xbb\x0c\x5e\xba\x7a\xfe\x02\x54\xef\x7b\xa0\xc6\x95\xc6\x09\x80\x70\x96\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\xb2\xbf\x6e\x00\x6d\xb9\x40\x49\x2f\x60\x0a\xf4\x78\xd5\x79\x84\x25\xa9\x31\xba\x30\x0c\x06\x03\x55\x1d\x24\x04\x05\x30\x03\x80\x01\x00\x30\x12\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x08\x30\x06\x01\x01\xff\x02\x01\x00\x30\x57\x06\x03\x55\x1d\x20\x04\x50\x30\x4e\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x05\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x09\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x0a\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x12\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x13\x30\x0b\x06\x09\x60\x86\x48\x01\x65\x02\x01\x0b\x14\x30\x3f\x06\x03\x55\x1d\x1f\x04\x38\x30\x36\x30\x34\xa0\x32\xa0\x30\x86\x2e\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x63\x72\x6c\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x81\xfe\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x81\xf1\x30\x81\xee\x30\x3f\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x33\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x67\x65\x74\x49\x73\x73\x75\x65\x64\x54\x6f\x3f\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x30\x20\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x01\x86\x14\x68\x74\x74\x70\x3a\x2f\x2f\x6f\x63\x73\x70\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x30\x81\x88\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x7c\x6c\x64\x61\x70\x3a\x2f\x2f\x63\x72\x6c\x2e\x67\x64\x73\x2e\x64\x69\x73\x61\x2e\x6d\x69\x6c\x2f\x63\x6e\x25\x33\x64\x44\x6f\x44\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x25\x32\x30\x32\x25\x32\x63\x6f\x75\x25\x33\x64\x50\x4b\x49\x25\x32\x63\x6f\x75\x25\x33\x64\x44\x6f\x44\x25\x32\x63\x6f\x25\x33\x64\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x25\x32\x63\x63\x25\x33\x64\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x05\x05\x00\x03\x82\x01\x01\x00\x6d\x05\x65\x3f\xc1\xd9\xd5\xf1\xb2\x06\xd6\x08\xcd\x8e\xe5\x8b\xa0\xe6\x46\x02\x7d\xa5\xa6\x64\x9b\x2f\x13\x12\xb4\x01\x98\xa1\xf5\x8c\x3a\x81\x4b\x05\x23\xa6\xed\xcd\xeb\xb0\x05\x2b\x44\x31\x4e\x04\xd7\x6d\x43\x1d\xda\x29\x51\xab\xf9\xc1\xaf\x96\x74\xe1\x68\x1e\x48\x4f\x4e\x5c\xbc\xca\xb0\x24\x43\xa2\xec\x40\x2b\x11\x02\xdb\x08\x23\x5c\x95\xbc\x35\x76\x35\xd0\x62\xb1\x76\xf2\xd9\x39\xff\xc0\xb5\xd8\xa8\xdb\xae\xa1\x69\xfa\xa5\xfe\x5d\xf4\x3e\x05\xb5\x0c\x85\xf7\xcc\x3e\xd0\xc2\xb0\x44\x5b\x09\xc3\xe6\x83\x5c\xce\x2e\x4b\x75\x28\xa9\xf8\xed\x58\x2c\x96\x4b\x9d\x26\x06\xbd\x76\x86\x8d\x37\x24\x24\x54\x1d\xcf\xcc\x17\x51\x08\xf0\x86\x92\x7c\x47\xbf\xb7\xed\xfb\x38\x5d\x14\x6e\x2e\xea\x53\xd3\xaa\xe1\xae\xfb\x26\x90\xf4\xfa\xf4\xef\x59\x6b\x75\x6f\x2f\x28\x59\x9b\x1f\x1e\xbe\xd7\x9d\xde\xae\x55\x5d\x2b\x14\x9f\x16\x9a\x0b\x70\x86\xf3\x91\x42\xd3\x23\x68\xa2\xf2\xbf\x36\x37\xaf\x14\xba\x80\x6f\x61\x47\x32\xbe\x87\x4c\x77\x79\x6e\xa8\x59\xcc\xc4\x17\x14\x39\x23\xbd\xae\x21\x9c\xfd\xb9\xba\xf8\x73\xdc\xe0\xa7\x1a",
+-		2048
+-=======
+ 	/* certs/dod/cert-0.crt */
+ 	{
+ 		CACKEY_ID_TYPE_CERT_ONLY, /* id_type */
+@@ -516,5 +270,4 @@
+ 		2060, /* certificate_len */
+ 		(unsigned char *) "\x30\x82\x08\x08\x30\x82\x06\xf0\xa0\x03\x02\x01\x02\x02\x04\x4a\x61\xd2\xa5\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x0b\x05\x00\x30\x81\x8e\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x23\x30\x21\x06\x03\x55\x04\x0b\x13\x1a\x44\x65\x70\x61\x72\x74\x6d\x65\x6e\x74\x20\x6f\x66\x20\x74\x68\x65\x20\x54\x72\x65\x61\x73\x75\x72\x79\x31\x22\x30\x20\x06\x03\x55\x04\x0b\x13\x19\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x41\x75\x74\x68\x6f\x72\x69\x74\x69\x65\x73\x31\x1c\x30\x1a\x06\x03\x55\x04\x0b\x13\x13\x55\x53\x20\x54\x72\x65\x61\x73\x75\x72\x79\x20\x52\x6f\x6f\x74\x20\x43\x41\x30\x1e\x17\x0d\x31\x31\x30\x31\x32\x32\x31\x33\x33\x39\x30\x36\x5a\x17\x0d\x32\x31\x30\x31\x32\x32\x31\x34\x30\x39\x30\x36\x5a\x30\x78\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x0d\x30\x0b\x06\x03\x55\x04\x0b\x13\x04\x4e\x41\x53\x41\x31\x22\x30\x20\x06\x03\x55\x04\x0b\x13\x19\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x41\x75\x74\x68\x6f\x72\x69\x74\x69\x65\x73\x31\x1c\x30\x1a\x06\x03\x55\x04\x0b\x13\x13\x4e\x41\x53\x41\x20\x4f\x70\x65\x72\x61\x74\x69\x6f\x6e\x61\x6c\x20\x43\x41\x30\x82\x01\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x00\x30\x82\x01\x0a\x02\x82\x01\x01\x00\xb7\x70\xc7\x05\x85\xde\x5b\xb4\xe6\xed\x10\x20\xbc\x4d\x35\xaa\xdd\x81\x06\xe9\xcd\x6a\xa4\x5f\xcd\xa2\xd9\x30\xd1\x21\x9e\x2c\xfd\x94\xee\xc7\x54\x1c\xca\x3e\x86\x97\x6f\xeb\xbd\xb9\xb2\xfa\xec\xdd\xc1\x61\xd3\x88\xf7\x7a\x33\x2f\x30\x3f\x9a\x0c\xac\x19\x45\x43\x6b\x68\x0a\xb5\x51\x93\xbe\xcd\x3d\x4f\x74\xc8\x7d\xa6\x5c\xa6\x36\xb5\x75\x0d\x4b\x82\x94\x25\xef\xac\x47\xaf\x38\xa5\x3d\x98\x79\x3d\x88\xd8\xb7\x6b\x65\xea\xfe\x74\xf9\x93\x06\x8c\x0b\xa9\xa9\xe4\x23\x0b\x66\xa1\xd2\x64\xde\x5f\xc0\xc1\x43\x4c\x4f\xf7\x7b\xff\x74\x61\x7d\x15\x3d\x0d\x0a\x8f\x4a\x40\xe7\xbe\x8c\x5e\xaa\x04\xb8\x52\x75\x59\xf8\x23\x77\xe6\x86\x58\xe0\xa4\x7a\x08\xf9\x3b\x60\x63\xc9\x32\x46\xa6\x98\x11\x22\x59\xd1\x07\xf2\xdd\x6a\x31\x37\x7e\xc8\xd8\x87\x5b\xf0\x20\x90\x5c\x0f\x02\xd6\xe9\x57\x1f\x1e\x61\x89\x44\xd9\x12\x1d\xef\x7f\x8b\xb6\x93\x5b\xe3\x3b\xd5\xed\x1f\x0a\xa4\x33\xbd\xb7\x8e\xeb\x04\x9c\x43\x66\x14\xb0\xb9\xb5\x63\x4f\x27\xf2\xd8\x0a\x26\xba\xd6\xb7\x9b\xcd\x6a\x91\xf0\x73\x9c\xcf\x44\xce\x75\xe3\xd2\x60\x49\x58\x57\x02\x03\x01\x00\x01\xa3\x82\x04\x81\x30\x82\x04\x7d\x30\x0e\x06\x03\x55\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x06\x30\x0f\x06\x03\x55\x1d\x13\x01\x01\xff\x04\x05\x30\x03\x01\x01\xff\x30\x5d\x06\x03\x55\x1d\x20\x04\x56\x30\x54\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x06\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x08\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x07\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x0d\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x11\x30\x0c\x06\x0a\x60\x86\x48\x01\x65\x03\x02\x01\x03\x10\x30\x82\x01\x0f\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x01\x04\x82\x01\x01\x30\x81\xfe\x30\x2d\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x21\x68\x74\x74\x70\x3a\x2f\x2f\x70\x6b\x69\x2e\x74\x72\x65\x61\x73\x2e\x67\x6f\x76\x2f\x6e\x6f\x63\x61\x5f\x61\x69\x61\x2e\x70\x37\x63\x30\x81\xcc\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x02\x86\x81\xbf\x6c\x64\x61\x70\x3a\x2f\x2f\x6c\x64\x61\x70\x2e\x74\x72\x65\x61\x73\x2e\x67\x6f\x76\x2f\x6f\x75\x3d\x55\x53\x25\x32\x30\x54\x72\x65\x61\x73\x75\x72\x79\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x2c\x6f\x75\x3d\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x25\x32\x30\x41\x75\x74\x68\x6f\x72\x69\x74\x69\x65\x73\x2c\x6f\x75\x3d\x44\x65\x70\x61\x72\x74\x6d\x65\x6e\x74\x25\x32\x30\x6f\x66\x25\x32\x30\x74\x68\x65\x25\x32\x30\x54\x72\x65\x61\x73\x75\x72\x79\x2c\x6f\x3d\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x2c\x63\x3d\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x2c\x63\x72\x6f\x73\x73\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x50\x61\x69\x72\x3b\x62\x69\x6e\x61\x72\x79\x30\x81\xed\x06\x08\x2b\x06\x01\x05\x05\x07\x01\x0b\x04\x81\xe0\x30\x81\xdd\x30\x2d\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x05\x86\x21\x68\x74\x74\x70\x3a\x2f\x2f\x70\x6b\x69\x2e\x74\x72\x65\x61\x73\x2e\x67\x6f\x76\x2f\x6e\x6f\x63\x61\x5f\x73\x69\x61\x2e\x70\x37\x63\x30\x81\xab\x06\x08\x2b\x06\x01\x05\x05\x07\x30\x05\x86\x81\x9e\x6c\x64\x61\x70\x3a\x2f\x2f\x6c\x63\x2e\x6e\x61\x73\x61\x2e\x67\x6f\x76\x2f\x6f\x75\x3d\x4e\x41\x53\x41\x25\x32\x30\x4f\x70\x65\x72\x61\x74\x69\x6f\x6e\x61\x6c\x25\x32\x30\x43\x41\x2c\x6f\x75\x3d\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x25\x32\x30\x41\x75\x74\x68\x6f\x72\x69\x74\x69\x65\x73\x2c\x6f\x75\x3d\x4e\x41\x53\x41\x2c\x6f\x3d\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x2c\x63\x3d\x55\x53\x3f\x63\x41\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x3b\x62\x69\x6e\x61\x72\x79\x2c\x63\x72\x6f\x73\x73\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x50\x61\x69\x72\x3b\x62\x69\x6e\x61\x72\x79\x30\x82\x01\x9b\x06\x03\x55\x1d\x1f\x04\x82\x01\x92\x30\x82\x01\x8e\x30\x81\xa9\xa0\x81\xa6\xa0\x81\xa3\xa4\x81\xa0\x30\x81\x9d\x31\x0b\x30\x09\x06\x03\x55\x04\x06\x13\x02\x55\x53\x31\x18\x30\x16\x06\x03\x55\x04\x0a\x13\x0f\x55\x2e\x53\x2e\x20\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x31\x23\x30\x21\x06\x03\x55\x04\x0b\x13\x1a\x44\x65\x70\x61\x72\x74\x6d\x65\x6e\x74\x20\x6f\x66\x20\x74\x68\x65\x20\x54\x72\x65\x61\x73\x75\x72\x79\x31\x22\x30\x20\x06\x03\x55\x04\x0b\x13\x19\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x41\x75\x74\x68\x6f\x72\x69\x74\x69\x65\x73\x31\x1c\x30\x1a\x06\x03\x55\x04\x0b\x13\x13\x55\x53\x20\x54\x72\x65\x61\x73\x75\x72\x79\x20\x52\x6f\x6f\x74\x20\x43\x41\x31\x0d\x30\x0b\x06\x03\x55\x04\x03\x13\x04\x43\x52\x4c\x31\x30\x81\xdf\xa0\x81\xdc\xa0\x81\xd9\x86\x2c\x68\x74\x74\x70\x3a\x2f\x2f\x70\x6b\x69\x2e\x74\x72\x65\x61\x73\x2e\x67\x6f\x76\x2f\x55\x53\x5f\x54\x72\x65\x61\x73\x75\x72\x79\x5f\x52\x6f\x6f\x74\x5f\x43\x41\x2e\x63\x72\x6c\x86\x81\xa8\x6c\x64\x61\x70\x3a\x2f\x2f\x6c\x64\x61\x70\x2e\x74\x72\x65\x61\x73\x2e\x67\x6f\x76\x2f\x6f\x75\x3d\x55\x53\x25\x32\x30\x54\x72\x65\x61\x73\x75\x72\x79\x25\x32\x30\x52\x6f\x6f\x74\x25\x32\x30\x43\x41\x2c\x6f\x75\x3d\x43\x65\x72\x74\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x25\x32\x30\x41\x75\x74\x68\x6f\x72\x69\x74\x69\x65\x73\x2c\x6f\x75\x3d\x44\x65\x70\x61\x72\x74\x6d\x65\x6e\x74\x25\x32\x30\x6f\x66\x25\x32\x30\x74\x68\x65\x25\x32\x30\x54\x72\x65\x61\x73\x75\x72\x79\x2c\x6f\x3d\x55\x2e\x53\x2e\x25\x32\x30\x47\x6f\x76\x65\x72\x6e\x6d\x65\x6e\x74\x2c\x63\x3d\x55\x53\x3f\x63\x65\x72\x74\x69\x66\x69\x63\x61\x74\x65\x52\x65\x76\x6f\x63\x61\x74\x69\x6f\x6e\x4c\x69\x73\x74\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80\x14\x68\x84\x15\x48\x8c\x54\x70\x7f\x2d\x12\x58\x0e\xec\x1c\x78\xef\x3c\x2e\x59\x64\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14\x07\x2e\x9a\x6a\x58\x83\x21\x53\xc9\x68\x62\x52\x63\xf6\x6d\x4b\x32\x3a\x9e\x82\x30\x19\x06\x09\x2a\x86\x48\x86\xf6\x7d\x07\x41\x00\x04\x0c\x30\x0a\x1b\x04\x56\x37\x2e\x31\x03\x02\x00\x81\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x0b\x05\x00\x03\x82\x01\x01\x00\x2c\x22\xc7\x46\xe6\x02\x3a\x5b\x1f\x5d\x04\xbd\xda\xbb\x4b\xf0\x37\x2b\x5f\x5c\x31\x8d\xb8\xb4\x56\xbf\xce\xed\x59\x6d\x83\xea\xb2\x24\x10\x82\x7c\x18\xb3\x62\x9a\x17\x39\xf7\x64\x9b\xfe\xdf\x05\x94\xa2\xe3\x05\xc9\x2c\x97\xf7\xe7\xca\x20\x14\x6c\x0f\x62\x5e\x96\x43\x47\xb2\x52\x7b\x98\xc2\xd9\x18\xb2\x31\xb0\x56\x40\x28\xd4\xf6\x79\x63\x1e\x0d\x9d\x1f\x98\x7c\x86\x2c\x8f\x33\xd7\xbb\xf0\x01\x5c\x43\x13\x9d\xb9\x09\xa8\xe6\x63\xa7\xf8\x66\x82\xda\x73\x46\x6e\x7a\x36\x73\xd4\x00\x9b\x75\x8a\xe2\x56\x93\xc3\x55\x03\x97\x1c\xad\x2c\xf8\x20\xb0\x9a\xce\x23\x3a\x86\x96\x92\x06\x98\x51\x7b\x6f\x9e\x78\x54\xe5\xe2\x73\x6a\x27\xf8\xc2\xa5\xe3\x4f\xc9\xf2\xd7\x86\xf4\xc1\x03\xd1\xcd\xe2\xb5\x46\x7d\xeb\x7a\xd4\xa8\x2c\x0e\x6d\x27\xbe\xc0\x33\xe5\xae\x3c\x65\x78\xde\x2a\x00\xa0\x12\xe3\x28\x55\x35\x75\xe0\xbb\xc3\x3c\xd7\xdb\x0e\x2d\x73\x24\x53\xe0\x43\x65\xa1\x83\xe9\xf9\xdc\xec\x2b\x3b\xf7\xa7\x09\xeb\xf9\x8e\x74\x56\x84\x3c\xbd\xe5\xd2\x8f\xb1\x94\x1e\xaa\x1d\x7c\x53\xf7\x6a\x94\x47\xc1\xa1\x85\x8f\x4b\xc4\x1e\x8d", /* certificate */
+ 		2048 /* keysize */
+->>>>>>> trunk
+ 	},
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/patches/07-test.c.patch	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,321 @@
+In-house patch created to clear any merge conflicts from source in archive
+repo to build properly on Solaris.
+
+--- CACKey-0.7.4/test.c	2016-05-19 14:16:48.242123597 -0400
++++ CACKey-0.7.4/test.c	2015-07-16 12:20:20.000000000 -0400
+@@ -1,248 +1,11 @@
+-<<<<<<< HEAD
+ #include "mypkcs11.h"
+ 
+-=======
+->>>>>>> trunk
+ #include <sys/types.h>
+ #include <string.h>
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ 
+-<<<<<<< HEAD
+-=======
+-#ifdef CACKEY_TEST_AFL
+-#include <sys/types.h>
+-#include <fcntl.h>
+-
+-static unsigned char *inputData;
+-static unsigned long inputDataLen;
+-
+-/* Include the CACKey source */
+-#include "cackey.c"
+-
+-#undef CACKEY_DEBUG_PRINTF
+-#define CACKEY_DEBUG_PRINTF(x...) /**/
+-#undef malloc
+-#undef realloc
+-#undef strdup
+-
+-/* Fake a smartcard */
+-const SCARD_IO_REQUEST g_rgSCardT0Pci, g_rgSCardT1Pci;
+-static int scard_inTransaction = 0;
+-static LONG scard_protocol;
+-
+-
+-PCSC_API LONG SCardEstablishContext(DWORD dwScope, LPCVOID pvReserved1, LPCVOID pvReserved2, LPSCARDCONTEXT phContext) {
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	*phContext = 42;
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-
+-PCSC_API LONG SCardIsValidContext(SCARDCONTEXT hContext) {
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	if (hContext != 42) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-
+-PCSC_API LONG SCardListReaders(SCARDCONTEXT hContext, LPCSTR mszGroups, LPSTR mszReaders, LPDWORD pcchReaders) {
+-	static char *readers = "READER0";
+-
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	if (hContext != 42) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	*pcchReaders = strlen(readers) + 1;
+-
+-	if (mszReaders == NULL) {
+-		return(SCARD_S_SUCCESS);
+-	}
+-
+-	memcpy(mszReaders, readers, *pcchReaders);
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-
+-PCSC_API LONG SCardBeginTransaction(SCARDHANDLE hCard) {
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	if (hCard != 99) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	if (scard_inTransaction) {
+-		return(SCARD_E_SHARING_VIOLATION);
+-	}
+-
+-	scard_inTransaction = 1;
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-PCSC_API LONG SCardEndTransaction(SCARDHANDLE hCard, DWORD dwDisposition) {
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	if (hCard != 99) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	scard_inTransaction = 0;
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-
+-PCSC_API LONG SCardStatus(SCARDHANDLE hCard, LPSTR mszReaderName, LPDWORD pcchReaderLen, LPDWORD pdwState, LPDWORD pdwProtocol, LPBYTE pbAtr, LPDWORD pcbAtrLen) {
+-	LONG scardlistreaders_ret;
+-
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	if (hCard != 99) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	*pdwState = 0;
+-	scardlistreaders_ret = SCardListReaders(42, NULL, mszReaderName, pcchReaderLen);
+-	if (scardlistreaders_ret != SCARD_S_SUCCESS) {
+-		return(scardlistreaders_ret);
+-	}
+-
+-	*pdwProtocol = scard_protocol;
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-
+-PCSC_API LONG SCardConnect(SCARDCONTEXT hContext, LPCSTR szReader, DWORD dwShareMode, DWORD dwPreferredProtocols, LPSCARDHANDLE phCard, LPDWORD pdwActiveProtocol) {
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	if (hContext != 42) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	if ((dwPreferredProtocols & SCARD_PROTOCOL_T0) == SCARD_PROTOCOL_T0) {
+-		*pdwActiveProtocol = SCARD_PROTOCOL_T0;
+-	} else {
+-		*pdwActiveProtocol = SCARD_PROTOCOL_T1;
+-	}
+-
+-	scard_protocol = *pdwActiveProtocol;
+-
+-	*phCard = 99;
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-
+-PCSC_API LONG SCardDisconnect(SCARDHANDLE hCard, DWORD dwDisposition) {
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	if (hCard != 99) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-
+-PCSC_API LONG SCardReconnect(SCARDHANDLE hCard, DWORD dwShareMode, DWORD dwPreferredProtocols, DWORD dwInitialization, LPDWORD pdwActiveProtocol) {
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	if (hCard != 99) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	return(SCardConnect(42, NULL, dwShareMode, dwPreferredProtocols, NULL, pdwActiveProtocol));
+-}
+-
+-PCSC_API LONG SCardReleaseContext(SCARDCONTEXT hContext) {
+-	CACKEY_DEBUG_PRINTF("Called");
+-
+-	if (hContext != 42) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-
+-PCSC_API LONG SCardTransmit(SCARDHANDLE hCard, const SCARD_IO_REQUEST *pioSendPci, LPCBYTE pbSendBuffer, DWORD cbSendLength, SCARD_IO_REQUEST *pioRecvPci, LPBYTE pbRecvBuffer, LPDWORD pcbRecvLength) {
+-	CACKEY_DEBUG_PRINTF("Called");
+-	unsigned int bytesToRead;
+-
+-	if (hCard != 99) {
+-		return(SCARD_E_INVALID_HANDLE);
+-	}
+-
+-	if (inputDataLen <= 1) {
+-		*pcbRecvLength = 0;
+-
+-		return(SCARD_S_SUCCESS);
+-	}
+-
+-	bytesToRead = (inputData[0] << 8) | inputData[1];
+-
+-	inputData    += 2;
+-	inputDataLen -= 2;
+-
+-	if (bytesToRead > inputDataLen) {
+-		bytesToRead = inputDataLen;
+-	}
+-
+-	if (bytesToRead > *pcbRecvLength) {
+-		return(SCARD_E_INSUFFICIENT_BUFFER);
+-	}
+-
+-	*pcbRecvLength = bytesToRead;
+-
+-	memcpy(pbRecvBuffer, inputData, bytesToRead);
+-
+-	inputData += bytesToRead;
+-	inputDataLen -= bytesToRead;
+-
+-	return(SCARD_S_SUCCESS);
+-}
+-
+-static void loadTestData(const char *fileName) {
+-	ssize_t read_ret;
+-	int fd;
+-
+-	if (fileName == NULL) {
+-		goto cleanup;
+-	}
+-
+-	fd = open(fileName, O_RDONLY);
+-	if (fd < 0) {
+-		goto cleanup;
+-	}
+-
+-	inputDataLen = 16384;
+-	inputData = malloc(inputDataLen);
+-
+-	read_ret = read(fd, inputData, inputDataLen);
+-	if (read_ret < 0) {
+-		goto cleanup;
+-	}
+-
+-	inputDataLen = read_ret;
+-	inputData = realloc(inputData, inputDataLen);
+-
+-	close(fd);
+-
+-cleanup:
+-
+-	return;
+-}
+-#else
+-#include "mypkcs11.h"
+-
+-static void loadTestData(const char *filename) {
+-	return;
+-}
+-#endif
+->>>>>>> trunk
+ 
+ static char *pkcs11_attribute_to_name(CK_ATTRIBUTE_TYPE attrib) {
+ 	static char retbuf[1024];
+@@ -475,10 +238,7 @@
+ 			return(1);
+ 		}
+ 
+-<<<<<<< HEAD
+-=======
+ 		printf("    Id     : %lu\n", (unsigned long) slots[currSlot]);
+->>>>>>> trunk
+ 		printf("    Desc   : %.*s\n", 32, slotInfo.slotDescription);
+ 		printf("    ManufID: %.*s\n", 32, slotInfo.manufacturerID);
+ 		printf("    HWVers : %i.%i\n", slotInfo.hardwareVersion.major, slotInfo.hardwareVersion.minor);
+@@ -570,32 +330,19 @@
+ 
+ 	chk_rv = C_OpenSession(slots[0], CKF_SERIAL_SESSION, NULL, NULL, &hSession);
+ 	if (chk_rv == CKR_OK) {
+-<<<<<<< HEAD
+-		if ((tokenInfo.flags & CKF_LOGIN_REQUIRED) == CKF_LOGIN_REQUIRED) {
+-=======
+ 		chk_rv = C_GetTokenInfo(slots[0], &tokenInfo);
+ 		if (chk_rv != CKR_OK) {
+ 			return(1);
+ 		}
+ 
+ 		if ((tokenInfo.flags & CKF_LOGIN_REQUIRED) == CKF_LOGIN_REQUIRED && (tokenInfo.flags & CKF_PROTECTED_AUTHENTICATION_PATH) == 0) {
+->>>>>>> trunk
+ 			fgets_ret = NULL;
+ 
+ 			while (fgets_ret == NULL) {
+ 				printf("** ENTER PIN: ");
+ 				fflush(stdout);
+ 
+-<<<<<<< HEAD
+ 				fgets_ret = fgets((char *) user_pin, sizeof(user_pin), stdin);
+-=======
+-#ifdef CACKEY_TEST_AFL
+-				memcpy(user_pin, "0000000", 8);
+-				fgets_ret = (char *) user_pin;
+-#else
+-				fgets_ret = fgets((char *) user_pin, sizeof(user_pin), stdin);
+-#endif
+->>>>>>> trunk
+ 			}
+ 
+ 			if (strlen((char *) user_pin) >= 1) {
+@@ -873,22 +620,11 @@
+ 	return(0);
+ }
+ 
+-<<<<<<< HEAD
+ int main(void) {
+-=======
+-int main(int argc, char **argv) {
+->>>>>>> trunk
+ 	int retval = 0, ck_retval;
+ 
+ 	printf("Testing libcackey...\n");
+ 
+-<<<<<<< HEAD
+-=======
+-	if (argc > 1) {
+-		loadTestData(argv[1]);
+-	}
+-
+->>>>>>> trunk
+ 	ck_retval = main_pkcs11();
+ 
+ 	if (ck_retval != 0) {
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cackey/patches/README	Wed Jul 06 18:48:42 2016 -0700
@@ -0,0 +1,43 @@
+CDDL HEADER START
+
+ The contents of this file are subject to the terms of the
+ Common Development and Distribution License (the "License").
+ You may not use this file except in compliance with the License.
+
+ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ or http://www.opensolaris.org/os/licensing.
+ See the License for the specific language governing permissions
+ and limitations under the License.
+
+ When distributing Covered Code, include this CDDL HEADER in each
+ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ If applicable, add the following below this CDDL HEADER, with the
+ fields enclosed by brackets "[]" replaced with your own identifying
+ information: Portions Copyright [yyyy] [name of copyright owner]
+ 
+CDDL HEADER END
+
+Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+
+
+The patches found here were created to solve some issues in the PKCS#11
+middleware for CAC/PIV smartcards source code from:
+"The Code Conservatory" http://conservatory.github.io/ 
+
+The issue with this source code used from github
+https://github.com/Conservatory/CACKey
+appears to have come from merge conflict markers that resulted from the
+merge which originally created the repository.
+
+For example, the Makefile ends up with lots of git merge lines such as:
+<<<<<< HEAD
+>>>>>>> trunk
+
+it seems as though the various merge conflicts arose from the merge and
+pull request when the github source repository was attempted to be updated
+to latest version of CACKey.
+
+There were a lot of conflict markers resulting from that merge that now
+have been resolved with these patches and when applied to the source code,
+it will now compile and build on Solaris.
+