155714Skris
255714Skris  LICENSE ISSUES
355714Skris  ==============
455714Skris
5325335Sjkim  The OpenSSL toolkit stays under a double license, i.e. both the conditions of
655714Skris  the OpenSSL License and the original SSLeay license apply to the toolkit.
755714Skris  See below for the actual license texts. Actually both licenses are BSD-style
855714Skris  Open Source licenses. In case of any license issues related to OpenSSL
955714Skris  please contact openssl-core@openssl.org.
1055714Skris
1155714Skris  OpenSSL License
1255714Skris  ---------------
1355714Skris
1455714Skris/* ====================================================================
15331638Sjkim * Copyright (c) 1998-2018 The OpenSSL Project.  All rights reserved.
1655714Skris *
1755714Skris * Redistribution and use in source and binary forms, with or without
1855714Skris * modification, are permitted provided that the following conditions
1955714Skris * are met:
2055714Skris *
2155714Skris * 1. Redistributions of source code must retain the above copyright
2255714Skris *    notice, this list of conditions and the following disclaimer. 
2355714Skris *
2455714Skris * 2. Redistributions in binary form must reproduce the above copyright
2555714Skris *    notice, this list of conditions and the following disclaimer in
2655714Skris *    the documentation and/or other materials provided with the
2755714Skris *    distribution.
2855714Skris *
2955714Skris * 3. All advertising materials mentioning features or use of this
3055714Skris *    software must display the following acknowledgment:
3155714Skris *    "This product includes software developed by the OpenSSL Project
3255714Skris *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
3355714Skris *
3455714Skris * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
3555714Skris *    endorse or promote products derived from this software without
3655714Skris *    prior written permission. For written permission, please contact
3755714Skris *    openssl-core@openssl.org.
3855714Skris *
3955714Skris * 5. Products derived from this software may not be called "OpenSSL"
4055714Skris *    nor may "OpenSSL" appear in their names without prior written
4155714Skris *    permission of the OpenSSL Project.
4255714Skris *
4355714Skris * 6. Redistributions of any form whatsoever must retain the following
4455714Skris *    acknowledgment:
4555714Skris *    "This product includes software developed by the OpenSSL Project
4655714Skris *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
4755714Skris *
4855714Skris * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
4955714Skris * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5055714Skris * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
5155714Skris * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
5255714Skris * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5355714Skris * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
5455714Skris * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5555714Skris * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5655714Skris * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
5755714Skris * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5855714Skris * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
5955714Skris * OF THE POSSIBILITY OF SUCH DAMAGE.
6055714Skris * ====================================================================
6155714Skris *
6255714Skris * This product includes cryptographic software written by Eric Young
6355714Skris * (eay@cryptsoft.com).  This product includes software written by Tim
6455714Skris * Hudson (tjh@cryptsoft.com).
6555714Skris *
6655714Skris */
6755714Skris
6855714Skris Original SSLeay License
6955714Skris -----------------------
7055714Skris
7155714Skris/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
7255714Skris * All rights reserved.
7355714Skris *
7455714Skris * This package is an SSL implementation written
7555714Skris * by Eric Young (eay@cryptsoft.com).
7655714Skris * The implementation was written so as to conform with Netscapes SSL.
7755714Skris * 
7855714Skris * This library is free for commercial and non-commercial use as long as
7955714Skris * the following conditions are aheared to.  The following conditions
8055714Skris * apply to all code found in this distribution, be it the RC4, RSA,
8155714Skris * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
8255714Skris * included with this distribution is covered by the same copyright terms
8355714Skris * except that the holder is Tim Hudson (tjh@cryptsoft.com).
8455714Skris * 
8555714Skris * Copyright remains Eric Young's, and as such any Copyright notices in
8655714Skris * the code are not to be removed.
8755714Skris * If this package is used in a product, Eric Young should be given attribution
8855714Skris * as the author of the parts of the library used.
8955714Skris * This can be in the form of a textual message at program startup or
9055714Skris * in documentation (online or textual) provided with the package.
9155714Skris * 
9255714Skris * Redistribution and use in source and binary forms, with or without
9355714Skris * modification, are permitted provided that the following conditions
9455714Skris * are met:
9555714Skris * 1. Redistributions of source code must retain the copyright
9655714Skris *    notice, this list of conditions and the following disclaimer.
9755714Skris * 2. Redistributions in binary form must reproduce the above copyright
9855714Skris *    notice, this list of conditions and the following disclaimer in the
9955714Skris *    documentation and/or other materials provided with the distribution.
10055714Skris * 3. All advertising materials mentioning features or use of this software
10155714Skris *    must display the following acknowledgement:
10255714Skris *    "This product includes cryptographic software written by
10355714Skris *     Eric Young (eay@cryptsoft.com)"
10455714Skris *    The word 'cryptographic' can be left out if the rouines from the library
10555714Skris *    being used are not cryptographic related :-).
10655714Skris * 4. If you include any Windows specific code (or a derivative thereof) from 
10755714Skris *    the apps directory (application code) you must include an acknowledgement:
10855714Skris *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
10955714Skris * 
11055714Skris * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
11155714Skris * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
11255714Skris * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
11355714Skris * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
11455714Skris * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
11555714Skris * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
11655714Skris * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
11755714Skris * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
11855714Skris * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
11955714Skris * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
12055714Skris * SUCH DAMAGE.
12155714Skris * 
12255714Skris * The licence and distribution terms for any publically available version or
12355714Skris * derivative of this code cannot be changed.  i.e. this code cannot simply be
12455714Skris * copied and put under another distribution licence
12555714Skris * [including the GNU Public Licence.]
12655714Skris */
12755714Skris
128