1145132Sanholt
2145132Sanholt  LICENSE ISSUES
3145132Sanholt  ==============
4145132Sanholt
5145132Sanholt  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
6145132Sanholt  the OpenSSL License and the original SSLeay license apply to the toolkit.
7145132Sanholt  See below for the actual license texts. Actually both licenses are BSD-style
8145132Sanholt  Open Source licenses. In case of any license issues related to OpenSSL
9145132Sanholt  please contact openssl-core@openssl.org.
10145132Sanholt
11145132Sanholt  OpenSSL License
12145132Sanholt  ---------------
13145132Sanholt
14145132Sanholt/* ====================================================================
15145132Sanholt * Copyright (c) 1998-2016 The OpenSSL Project.  All rights reserved.
16145132Sanholt *
17145132Sanholt * Redistribution and use in source and binary forms, with or without
18145132Sanholt * modification, are permitted provided that the following conditions
19145132Sanholt * are met:
20145132Sanholt *
21145132Sanholt * 1. Redistributions of source code must retain the above copyright
22145132Sanholt *    notice, this list of conditions and the following disclaimer. 
23145132Sanholt *
24145132Sanholt * 2. Redistributions in binary form must reproduce the above copyright
25145132Sanholt *    notice, this list of conditions and the following disclaimer in
26145132Sanholt *    the documentation and/or other materials provided with the
27145132Sanholt *    distribution.
28145132Sanholt *
29145132Sanholt * 3. All advertising materials mentioning features or use of this
30145132Sanholt *    software must display the following acknowledgment:
31152909Sanholt *    "This product includes software developed by the OpenSSL Project
32152909Sanholt *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
33152909Sanholt *
34182080Srnoland * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
35182080Srnoland *    endorse or promote products derived from this software without
36182080Srnoland *    prior written permission. For written permission, please contact
37182080Srnoland *    openssl-core@openssl.org.
38182080Srnoland *
39182080Srnoland * 5. Products derived from this software may not be called "OpenSSL"
40182080Srnoland *    nor may "OpenSSL" appear in their names without prior written
41182080Srnoland *    permission of the OpenSSL Project.
42145132Sanholt *
43145132Sanholt * 6. Redistributions of any form whatsoever must retain the following
44183833Srnoland *    acknowledgment:
45183833Srnoland *    "This product includes software developed by the OpenSSL Project
46183833Srnoland *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
47183833Srnoland *
48183833Srnoland * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
49183833Srnoland * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50183833Srnoland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
51183833Srnoland * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
52183833Srnoland * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
53183833Srnoland * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
54183833Srnoland * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
55183833Srnoland * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
56183833Srnoland * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
57183833Srnoland * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
58183833Srnoland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
59183833Srnoland * OF THE POSSIBILITY OF SUCH DAMAGE.
60183833Srnoland * ====================================================================
61183833Srnoland *
62183833Srnoland * This product includes cryptographic software written by Eric Young
63203287Srnoland * (eay@cryptsoft.com).  This product includes software written by Tim
64203287Srnoland * Hudson (tjh@cryptsoft.com).
65145132Sanholt *
66145132Sanholt */
67145132Sanholt
68145132Sanholt Original SSLeay License
69145132Sanholt -----------------------
70145132Sanholt
71145132Sanholt/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
72145132Sanholt * All rights reserved.
73145132Sanholt *
74183573Srnoland * This package is an SSL implementation written
75183573Srnoland * by Eric Young (eay@cryptsoft.com).
76215367Snwhitehorn * The implementation was written so as to conform with Netscapes SSL.
77183573Srnoland * 
78183573Srnoland * This library is free for commercial and non-commercial use as long as
79182080Srnoland * the following conditions are aheared to.  The following conditions
80145132Sanholt * apply to all code found in this distribution, be it the RC4, RSA,
81145132Sanholt * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
82145132Sanholt * included with this distribution is covered by the same copyright terms
83145132Sanholt * except that the holder is Tim Hudson (tjh@cryptsoft.com).
84145132Sanholt * 
85145132Sanholt * Copyright remains Eric Young's, and as such any Copyright notices in
86207066Srnoland * the code are not to be removed.
87145132Sanholt * If this package is used in a product, Eric Young should be given attribution
88145132Sanholt * as the author of the parts of the library used.
89145132Sanholt * This can be in the form of a textual message at program startup or
90145132Sanholt * in documentation (online or textual) provided with the package.
91145132Sanholt * 
92145132Sanholt * Redistribution and use in source and binary forms, with or without
93145132Sanholt * modification, are permitted provided that the following conditions
94145132Sanholt * are met:
95145132Sanholt * 1. Redistributions of source code must retain the copyright
96145132Sanholt *    notice, this list of conditions and the following disclaimer.
97145132Sanholt * 2. Redistributions in binary form must reproduce the above copyright
98145132Sanholt *    notice, this list of conditions and the following disclaimer in the
99145132Sanholt *    documentation and/or other materials provided with the distribution.
100145132Sanholt * 3. All advertising materials mentioning features or use of this software
101145132Sanholt *    must display the following acknowledgement:
102145132Sanholt *    "This product includes cryptographic software written by
103145132Sanholt *     Eric Young (eay@cryptsoft.com)"
104152909Sanholt *    The word 'cryptographic' can be left out if the rouines from the library
105145132Sanholt *    being used are not cryptographic related :-).
106145132Sanholt * 4. If you include any Windows specific code (or a derivative thereof) from 
107145132Sanholt *    the apps directory (application code) you must include an acknowledgement:
108145132Sanholt *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
109145132Sanholt * 
110145132Sanholt * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
111145132Sanholt * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
112145132Sanholt * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
113145132Sanholt * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
114145132Sanholt * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
115145132Sanholt * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
116 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
117 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
118 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
119 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
120 * SUCH DAMAGE.
121 * 
122 * The licence and distribution terms for any publically available version or
123 * derivative of this code cannot be changed.  i.e. this code cannot simply be
124 * copied and put under another distribution licence
125 * [including the GNU Public Licence.]
126 */
127
128