1*eda14cbcSMatt Macy 2*eda14cbcSMatt Macy LICENSE ISSUES 3*eda14cbcSMatt Macy ============== 4*eda14cbcSMatt Macy 5*eda14cbcSMatt Macy The OpenSSL toolkit stays under a dual license, i.e. both the conditions of 6*eda14cbcSMatt Macy the OpenSSL License and the original SSLeay license apply to the toolkit. 7*eda14cbcSMatt Macy See below for the actual license texts. Actually both licenses are BSD-style 8*eda14cbcSMatt Macy Open Source licenses. In case of any license issues related to OpenSSL 9*eda14cbcSMatt Macy please contact openssl-core@openssl.org. 10*eda14cbcSMatt Macy 11*eda14cbcSMatt Macy OpenSSL License 12*eda14cbcSMatt Macy --------------- 13*eda14cbcSMatt Macy 14*eda14cbcSMatt Macy/* ==================================================================== 15*eda14cbcSMatt Macy * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. 16*eda14cbcSMatt Macy * 17*eda14cbcSMatt Macy * Redistribution and use in source and binary forms, with or without 18*eda14cbcSMatt Macy * modification, are permitted provided that the following conditions 19*eda14cbcSMatt Macy * are met: 20*eda14cbcSMatt Macy * 21*eda14cbcSMatt Macy * 1. Redistributions of source code must retain the above copyright 22*eda14cbcSMatt Macy * notice, this list of conditions and the following disclaimer. 23*eda14cbcSMatt Macy * 24*eda14cbcSMatt Macy * 2. Redistributions in binary form must reproduce the above copyright 25*eda14cbcSMatt Macy * notice, this list of conditions and the following disclaimer in 26*eda14cbcSMatt Macy * the documentation and/or other materials provided with the 27*eda14cbcSMatt Macy * distribution. 28*eda14cbcSMatt Macy * 29*eda14cbcSMatt Macy * 3. All advertising materials mentioning features or use of this 30*eda14cbcSMatt Macy * software must display the following acknowledgment: 31*eda14cbcSMatt Macy * "This product includes software developed by the OpenSSL Project 32*eda14cbcSMatt Macy * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 33*eda14cbcSMatt Macy * 34*eda14cbcSMatt Macy * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 35*eda14cbcSMatt Macy * endorse or promote products derived from this software without 36*eda14cbcSMatt Macy * prior written permission. For written permission, please contact 37*eda14cbcSMatt Macy * openssl-core@openssl.org. 38*eda14cbcSMatt Macy * 39*eda14cbcSMatt Macy * 5. Products derived from this software may not be called "OpenSSL" 40*eda14cbcSMatt Macy * nor may "OpenSSL" appear in their names without prior written 41*eda14cbcSMatt Macy * permission of the OpenSSL Project. 42*eda14cbcSMatt Macy * 43*eda14cbcSMatt Macy * 6. Redistributions of any form whatsoever must retain the following 44*eda14cbcSMatt Macy * acknowledgment: 45*eda14cbcSMatt Macy * "This product includes software developed by the OpenSSL Project 46*eda14cbcSMatt Macy * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 47*eda14cbcSMatt Macy * 48*eda14cbcSMatt Macy * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 49*eda14cbcSMatt Macy * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 50*eda14cbcSMatt Macy * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 51*eda14cbcSMatt Macy * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 52*eda14cbcSMatt Macy * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 53*eda14cbcSMatt Macy * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 54*eda14cbcSMatt Macy * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 55*eda14cbcSMatt Macy * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 56*eda14cbcSMatt Macy * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 57*eda14cbcSMatt Macy * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 58*eda14cbcSMatt Macy * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 59*eda14cbcSMatt Macy * OF THE POSSIBILITY OF SUCH DAMAGE. 60*eda14cbcSMatt Macy * ==================================================================== 61*eda14cbcSMatt Macy * 62*eda14cbcSMatt Macy * This product includes cryptographic software written by Eric Young 63*eda14cbcSMatt Macy * (eay@cryptsoft.com). This product includes software written by Tim 64*eda14cbcSMatt Macy * Hudson (tjh@cryptsoft.com). 65*eda14cbcSMatt Macy * 66*eda14cbcSMatt Macy */ 67*eda14cbcSMatt Macy 68*eda14cbcSMatt Macy Original SSLeay License 69*eda14cbcSMatt Macy ----------------------- 70*eda14cbcSMatt Macy 71*eda14cbcSMatt Macy/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 72*eda14cbcSMatt Macy * All rights reserved. 73*eda14cbcSMatt Macy * 74*eda14cbcSMatt Macy * This package is an SSL implementation written 75*eda14cbcSMatt Macy * by Eric Young (eay@cryptsoft.com). 76*eda14cbcSMatt Macy * The implementation was written so as to conform with Netscapes SSL. 77*eda14cbcSMatt Macy * 78*eda14cbcSMatt Macy * This library is free for commercial and non-commercial use as long as 79*eda14cbcSMatt Macy * the following conditions are aheared to. The following conditions 80*eda14cbcSMatt Macy * apply to all code found in this distribution, be it the RC4, RSA, 81*eda14cbcSMatt Macy * lhash, DES, etc., code; not just the SSL code. The SSL documentation 82*eda14cbcSMatt Macy * included with this distribution is covered by the same copyright terms 83*eda14cbcSMatt Macy * except that the holder is Tim Hudson (tjh@cryptsoft.com). 84*eda14cbcSMatt Macy * 85*eda14cbcSMatt Macy * Copyright remains Eric Young's, and as such any Copyright notices in 86*eda14cbcSMatt Macy * the code are not to be removed. 87*eda14cbcSMatt Macy * If this package is used in a product, Eric Young should be given attribution 88*eda14cbcSMatt Macy * as the author of the parts of the library used. 89*eda14cbcSMatt Macy * This can be in the form of a textual message at program startup or 90*eda14cbcSMatt Macy * in documentation (online or textual) provided with the package. 91*eda14cbcSMatt Macy * 92*eda14cbcSMatt Macy * Redistribution and use in source and binary forms, with or without 93*eda14cbcSMatt Macy * modification, are permitted provided that the following conditions 94*eda14cbcSMatt Macy * are met: 95*eda14cbcSMatt Macy * 1. Redistributions of source code must retain the copyright 96*eda14cbcSMatt Macy * notice, this list of conditions and the following disclaimer. 97*eda14cbcSMatt Macy * 2. Redistributions in binary form must reproduce the above copyright 98*eda14cbcSMatt Macy * notice, this list of conditions and the following disclaimer in the 99*eda14cbcSMatt Macy * documentation and/or other materials provided with the distribution. 100*eda14cbcSMatt Macy * 3. All advertising materials mentioning features or use of this software 101*eda14cbcSMatt Macy * must display the following acknowledgement: 102*eda14cbcSMatt Macy * "This product includes cryptographic software written by 103*eda14cbcSMatt Macy * Eric Young (eay@cryptsoft.com)" 104*eda14cbcSMatt Macy * The word 'cryptographic' can be left out if the routines from the library 105*eda14cbcSMatt Macy * being used are not cryptographic related :-). 106*eda14cbcSMatt Macy * 4. If you include any Windows specific code (or a derivative thereof) from 107*eda14cbcSMatt Macy * the apps directory (application code) you must include an acknowledgement: 108*eda14cbcSMatt Macy * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 109*eda14cbcSMatt Macy * 110*eda14cbcSMatt Macy * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 111*eda14cbcSMatt Macy * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 112*eda14cbcSMatt Macy * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 113*eda14cbcSMatt Macy * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 114*eda14cbcSMatt Macy * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 115*eda14cbcSMatt Macy * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 116*eda14cbcSMatt Macy * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 117*eda14cbcSMatt Macy * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 118*eda14cbcSMatt Macy * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 119*eda14cbcSMatt Macy * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 120*eda14cbcSMatt Macy * SUCH DAMAGE. 121*eda14cbcSMatt Macy * 122*eda14cbcSMatt Macy * The licence and distribution terms for any publically available version or 123*eda14cbcSMatt Macy * derivative of this code cannot be changed. i.e. this code cannot simply be 124*eda14cbcSMatt Macy * copied and put under another distribution licence 125*eda14cbcSMatt Macy * [including the GNU Public Licence.] 126*eda14cbcSMatt Macy */ 127*eda14cbcSMatt Macy 128