 Copyright (c) 1998-2017 The OpenSSL Project.  All rights reserved.
   16:  *
   17:  * Redistribution and use in source and binary forms, with or without
   18:  * modification, are permitted provided that the following conditions
   19:  * are met:
   20:  *
   21:  * 1. Redistributions of source code must retain the above copyright
   22:  *    notice, this list of conditions and the following disclaimer. 
   23:  *
   24:  * 2. Redistributions in binary form must reproduce the above copyright
   25:  *    notice, this list of conditions and the following disclaimer in
   26:  *    the documentation and/or other materials provided with the
   27:  *    distribution.
   28:  *
   29:  * 3. All advertising materials mentioning features or use of this
   30:  *    software must display the following acknowledgment:
   31:  *    "This product includes software developed by the OpenSSL Project
   32:  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
   33:  *
   34:  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   35:  *    endorse or promote products derived from this software without
   36:  *    prior written permission. For written permission, please contact
   37:  *    openssl-core@openssl.org.
   38:  *
   39:  * 5. Products derived from this software may not be called "OpenSSL"
   40:  *    nor may "OpenSSL" appear in their names without prior written
   41:  *    permission of the OpenSSL Project.
   42:  *
   43:  * 6. Redistributions of any form whatsoever must retain the following
   44:  *    acknowledgment:
   45:  *    "This product includes software developed by the OpenSSL Project
   46:  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
   47:  *
   48:  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
   49:  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   50:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   51:  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
   52:  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   53:  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   54:  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   55:  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   56:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   57:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   58:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   59:  * OF THE POSSIBILITY OF SUCH DAMAGE.

 Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
    3:  * All rights reserved.
    4:  *
    5:  * This package is an SSL implementation written
    6:  * by Eric Young (eay@cryptsoft.com).
    7:  * The implementation was written so as to conform with Netscapes SSL.
    8:  *
    9:  * This library is free for commercial and non-commercial use as long as
   10:  * the following conditions are aheared to.  The following conditions
   11:  * apply to all code found in this distribution, be it the RC4, RSA,
   12:  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
   13:  * included with this distribution is covered by the same copyright terms
   14:  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
   15:  *
   16:  * Copyright remains Eric Young's, and as such any Copyright notices in
   17:  * the code are not to be removed.
   18:  * If this package is used in a product, Eric Young should be given attribution
   19:  * as the author of the parts of the library used.
   20:  * This can be in the form of a textual message at program startup or
   21:  * in documentation (online or textual) provided with the package.
   22:  *
   23:  * Redistribution and use in source and binary forms, with or without
   24:  * modification, are permitted provided that the following conditions
   25:  * are met:
   26:  * 1. Redistributions of source code must retain the copyright
   27:  *    notice, this list of conditions and the following disclaimer.
   28:  * 2. Redistributions in binary form must reproduce the above copyright
   29:  *    notice, this list of conditions and the following disclaimer in the
   30:  *    documentation and/or other materials provided with the distribution.
   31:  * 3. All advertising materials mentioning features or use of this software
   32:  *    must display the following acknowledgement:
   33:  *    "This product includes cryptographic software written by
   34:  *     Eric Young (eay@cryptsoft.com)"
   35:  *    The word 'cryptographic' can be left out if the rouines from the library
   36:  *    being used are not cryptographic related :-).
   37:  * 4. If you include any Windows specific code (or a derivative thereof) from
   38:  *    the apps directory (application code) you must include an acknowledgement:
   39:  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
   40:  *
   41:  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
   42:  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   43:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   44:  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   45:  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   46:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   47:  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   48:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   49:  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   50:  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   51:  * SUCH DAMAGE.
Copyright (c) 2004, Richard Levitte <richard@levitte.org>
    5:  * Redistribution and use in source and binary forms, with or without
    6:  * modification, are permitted provided that the following conditions
    7:  * are met:
    8:  * 1. Redistributions of source code must retain the above copyright
    9:  *    notice, this list of conditions and the following disclaimer.
   10:  * 2. Redistributions in binary form must reproduce the above copyright
   11:  *    notice, this list of conditions and the following disclaimer in the
   12:  *    documentation and/or other materials provided with the distribution.
   13:  *
   14:  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   15:  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   16:  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   17:  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   18:  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   19:  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   20:  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   21:  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   22:  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   23:  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   24:  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) 2004 Kungliga Tekniska Högskolan
    7:  * (Royal Institute of Technology, Stockholm, Sweden).
    8:  * All rights reserved.
    9:  *
   10:  * Redistribution and use in source and binary forms, with or without
   11:  * modification, are permitted provided that the following conditions
   12:  * are met:
   14:  * 1. Redistributions of source code must retain the above copyright
   15:  *    notice, this list of conditions and the following disclaimer.
   17:  * 2. Redistributions in binary form must reproduce the above copyright
   18:  *    notice, this list of conditions and the following disclaimer in the
   19:  *    documentation and/or other materials provided with the distribution.
   21:  * 3. Neither the name of the Institute nor the names of its contributors
   22:  *    may be used to endorse or promote products derived from this software
   23:  *    without specific prior written permission.
   24:  *
   25:  * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
   26:  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   27:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   28:  * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
   29:  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   30:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   31:  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   32:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   33:  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   34:  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   35:  * SUCH DAMAGE.
   36:  */
Copyright 1999 Bodo Moeller.  All rights reserved.
    8: 
    9:  This is free software; you can redistributed and/or modify it
   10:  unter the terms of either
   11:    -  the GNU General Public License as published by the
   12:       Free Software Foundation, version 1, or (at your option)
   13:       any later version,
   14:  or
   15:    -  the following license:
   16: */
   17: /*-
   18:  * Redistribution and use in source and binary forms, with or without
   19:  * modification, are permitted provided that each of the following
   20:  * conditions is met:
   21:  *
   22:  * 1. Redistributions qualify as "freeware" or "Open Source Software" under
   23:  *    one of the following terms:
   25:  *    (a) Redistributions are made at no charge beyond the reasonable cost of
   26:  *        materials and delivery.
   27:  *
   28:  *    (b) Redistributions are accompanied by a copy of the Source Code
   29:  *        or by an irrevocable offer to provide a copy of the Source Code
   30:  *        for up to three years at the cost of materials and delivery.
   31:  *        Such redistributions must allow further use, modification, and
   32:  *        redistribution of the Source Code under substantially the same
   33:  *        terms as this license.
   34:  *
   35:  * 2. Redistributions of source code must retain the above copyright
   36:  *    notice, this list of conditions and the following disclaimer.
   37:  *
   38:  * 3. Redistributions in binary form must reproduce the above copyright
   39:  *    notice, this list of conditions and the following disclaimer in
   40:  *    the documentation and/or other materials provided with the
   41:  *    distribution.
   43:  * 4. All advertising materials mentioning features or use of this
   44:  *    software must display the following acknowledgment:
   45:  *    "This product includes software developed by Bodo Moeller."
   46:  *    (If available, substitute umlauted o for oe.)
   48:  * 5. Redistributions of any form whatsoever must retain the following
   49:  *    acknowledgment:
   50:  *    "This product includes software developed by Bodo Moeller."
   51:  *
   52:  * THIS SOFTWARE IS PROVIDED BY BODO MOELLER ``AS IS'' AND ANY
   53:  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   54:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   55:  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL BODO MOELLER OR
   56:  * HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   57:  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   58:  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   59:  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   60:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   61:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   62:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   63:  * OF THE POSSIBILITY OF SUCH DAMAGE.
   64:  */
Copyright (c) 2001-$year The OpenSSL Project.  All rights reserved.\n",
  403: " *\n",
  404: " * Redistribution and use in source and binary forms, with or without\n",
  405: " * modification, are permitted provided that the following conditions\n",
  406: " * are met:\n",
  407: " *\n",
  408: " * 1. Redistributions of source code must retain the above copyright\n",
  409: " *    notice, this list of conditions and the following disclaimer. \n",
  410: " *\n",
  411: " * 2. Redistributions in binary form must reproduce the above copyright\n",
  412: " *    notice, this list of conditions and the following disclaimer in\n",
  413: " *    the documentation and/or other materials provided with the\n",
  414: " *    distribution.\n",
  415: " *\n",
  416: " * 3. All advertising materials mentioning features or use of this\n",
  417: " *    software must display the following acknowledgment:\n",
  418: " *    \"This product includes software developed by the OpenSSL Project\n",
  419: " *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)\"\n",
  420: " *\n",
  421: " * 4. The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to\n",
  422: " *    endorse or promote products derived from this software without\n",
  423: " *    prior written permission. For written permission, please contact\n",
  424: " *    openssl-core\@openssl.org.\n",
  425: " *\n",
  426: " * 5. Products derived from this software may not be called \"OpenSSL\"\n",
  427: " *    nor may \"OpenSSL\" appear in their names without prior written\n",
  428: " *    permission of the OpenSSL Project.\n",
  429: " *\n",
  430: " * 6. Redistributions of any form whatsoever must retain the following\n",
  431: " *    acknowledgment:\n",
  432: " *    \"This product includes software developed by the OpenSSL Project\n",
  433: " *    for use in the OpenSSL Toolkit (http://www.openssl.org/)\"\n",
  434: " *\n",
  435: " * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY\n",
  436: " * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n",
  437: " * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n",
  438: " * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR\n",
  439: " * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n",
  440: " * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n",
  441: " * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n",
  442: " * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n",
  443: " * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n",
  444: " * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n",
  445: " * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n",
  446: " * OF THE POSSIBILITY OF SUCH DAMAGE.\n",
 
