Copyright (c) 1998-2017 The OpenSSL Project.  All rights reserved.
 
   89:  * Redistribution and use in source and binary forms, with or without
   90:  * modification, are permitted provided that the following conditions
   91:  * are met:
   92:  *
   93:  * 1. Redistributions of source code must retain the above copyright
   94:  *    notice, this list of conditions and the following disclaimer. 
   95:  *
   96:  * 2. Redistributions in binary form must reproduce the above copyright
   97:  *    notice, this list of conditions and the following disclaimer in
   98:  *    the documentation and/or other materials provided with the
   99:  *    distribution.
  100:  *
  101:  * 3. All advertising materials mentioning features or use of this
  102:  *    software must display the following acknowledgment:
  103:  *    "This product includes software developed by the OpenSSL Project
  104:  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  105:  *
  106:  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  107:  *    endorse or promote products derived from this software without
  108:  *    prior written permission. For written permission, please contact
  109:  *    openssl-core@openssl.org.
  110:  *
  111:  * 5. Products derived from this software may not be called "OpenSSL"
  112:  *    nor may "OpenSSL" appear in their names without prior written
  113:  *    permission of the OpenSSL Project.
  114:  *
  115:  * 6. Redistributions of any form whatsoever must retain the following
  116:  *    acknowledgment:
  117:  *    "This product includes software developed by the OpenSSL Project
  118:  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  119:  *
  120:  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  121:  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  122:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  123:  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  124:  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  125:  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  126:  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  127:  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  128:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  129:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  130:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  131:  * OF THE POSSIBILITY OF SUCH DAMAGE.

Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
All rights reserved.
  146:  * This package is an SSL implementation written
  147:  * by Eric Young (eay@cryptsoft.com).
  148:  * The implementation was written so as to conform with Netscapes SSL.
  149:  * 
  150:  * This library is free for commercial and non-commercial use as long as
  151:  * the following conditions are aheared to.  The following conditions
  152:  * apply to all code found in this distribution, be it the RC4, RSA,
  153:  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  154:  * included with this distribution is covered by the same copyright terms
  155:  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  156:  * 
  157:  * Copyright remains Eric Young's, and as such any Copyright notices in
  158:  * the code are not to be removed.
  159:  * If this package is used in a product, Eric Young should be given attribution
  160:  * as the author of the parts of the library used.
  161:  * This can be in the form of a textual message at program startup or
  162:  * in documentation (online or textual) provided with the package.
  163:  * 
  164:  * Redistribution and use in source and binary forms, with or without
  165:  * modification, are permitted provided that the following conditions
  166:  * are met:
  167:  * 1. Redistributions of source code must retain the copyright
  168:  *    notice, this list of conditions and the following disclaimer.
  169:  * 2. Redistributions in binary form must reproduce the above copyright
  170:  *    notice, this list of conditions and the following disclaimer in the
  171:  *    documentation and/or other materials provided with the distribution.
  172:  * 3. All advertising materials mentioning features or use of this software
  173:  *    must display the following acknowledgement:
  174:  *    "This product includes cryptographic software written by
  175:  *     Eric Young (eay@cryptsoft.com)"
  176:  *    The word 'cryptographic' can be left out if the rouines from the library
  177:  *    being used are not cryptographic related :-).
  178:  * 4. If you include any Windows specific code (or a derivative thereof) from 
  179:  *    the apps directory (application code) you must include an acknowledgement:
  180:  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  181:  * 
  182:  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  183:  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  184:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  185:  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  186:  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  187:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  188:  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  189:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  190:  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  191:  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  192:  * SUCH DAMAGE.
Copyright (c) 2012, Intel Corporation                                     *
All rights reserved.                                                      *
                                                                             *
    7: *  Redistribution and use in source and binary forms, with or without        *
    8: *  modification, are permitted provided that the following conditions are    *
    9: *  met:                                                                      *
   10: *                                                                            *
   11: *  *  Redistributions of source code must retain the above copyright         *
   12: *     notice, this list of conditions and the following disclaimer.          *
   13: *                                                                            *
   14: *  *  Redistributions in binary form must reproduce the above copyright      *
   15: *     notice, this list of conditions and the following disclaimer in the    *
   16: *     documentation and/or other materials provided with the                 *
   17: *     distribution.                                                          *
   18: *                                                                            *
   19: *  *  Neither the name of the Intel Corporation nor the names of its         *
   20: *     contributors may be used to endorse or promote products derived from   *
   21: *     this software without specific prior written permission.               *
   22: *                                                                            *
   23: *                                                                            *
   24: *  THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY          *
   25: *  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE         *
   26: *  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR        *
   27: *  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR            *
   28: *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,     *
   29: *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,       *
   30: *  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR        *
   31: *  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF    *
   32: *  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING      *
   33: *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS        *
   34: *  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
Copyright (c) 2002 Bob Beck <beck@openbsd.org>
Copyright (c) 2002 Theo de Raadt
Copyright (c) 2002 Markus Friedl
Copyright (c) 2004, Richard Levitte <richard@levitte.org>
    7:  * Redistribution and use in source and binary forms, with or without
    8:  * modification, are permitted provided that the following conditions
    9:  * are met:
   10:  * 1. Redistributions of source code must retain the above copyright
   11:  *    notice, this list of conditions and the following disclaimer.
   12:  * 2. Redistributions in binary form must reproduce the above copyright
   13:  *    notice, this list of conditions and the following disclaimer in the
   14:  *    documentation and/or other materials provided with the distribution.
   15:  *
   16:  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
   17:  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   18:  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   19:  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
   20:  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   21:  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   22:  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   23:  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   24:  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   25:  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.
    4:  * Redistribution and use in source and binary forms, with or without
    5:  * modification, are permitted provided that the following conditions
    6:  * are met:
    7:  * 1. Redistributions of source code must retain the above copyright
    8:  *    notice, this list of conditions and the following disclaimer.
    9:  * 2. Neither the name of author nor the names of its contributors may
   10:  *    be used to endorse or promote products derived from this software
   11:  *    without specific prior written permission.
   12:  *
   13:  * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   14:  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   15:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   16:  * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
   17:  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   18:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   19:  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   20:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   21:  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   22:  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   23:  * SUCH DAMAGE.
