10Sstevel@tonic-gate 20Sstevel@tonic-gate LICENSE ISSUES 30Sstevel@tonic-gate ============== 40Sstevel@tonic-gate 50Sstevel@tonic-gate The OpenSSL toolkit stays under a dual license, i.e. both the conditions of 60Sstevel@tonic-gate the OpenSSL License and the original SSLeay license apply to the toolkit. 70Sstevel@tonic-gate See below for the actual license texts. Actually both licenses are BSD-style 80Sstevel@tonic-gate Open Source licenses. In case of any license issues related to OpenSSL 90Sstevel@tonic-gate please contact openssl-core@openssl.org. 100Sstevel@tonic-gate 110Sstevel@tonic-gate OpenSSL License 120Sstevel@tonic-gate --------------- 130Sstevel@tonic-gate 140Sstevel@tonic-gate/* ==================================================================== 15*2139Sjp161948 * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. 160Sstevel@tonic-gate * 170Sstevel@tonic-gate * Redistribution and use in source and binary forms, with or without 180Sstevel@tonic-gate * modification, are permitted provided that the following conditions 190Sstevel@tonic-gate * are met: 200Sstevel@tonic-gate * 210Sstevel@tonic-gate * 1. Redistributions of source code must retain the above copyright 220Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer. 230Sstevel@tonic-gate * 240Sstevel@tonic-gate * 2. Redistributions in binary form must reproduce the above copyright 250Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer in 260Sstevel@tonic-gate * the documentation and/or other materials provided with the 270Sstevel@tonic-gate * distribution. 280Sstevel@tonic-gate * 290Sstevel@tonic-gate * 3. All advertising materials mentioning features or use of this 300Sstevel@tonic-gate * software must display the following acknowledgment: 310Sstevel@tonic-gate * "This product includes software developed by the OpenSSL Project 320Sstevel@tonic-gate * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 330Sstevel@tonic-gate * 340Sstevel@tonic-gate * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 350Sstevel@tonic-gate * endorse or promote products derived from this software without 360Sstevel@tonic-gate * prior written permission. For written permission, please contact 370Sstevel@tonic-gate * openssl-core@openssl.org. 380Sstevel@tonic-gate * 390Sstevel@tonic-gate * 5. Products derived from this software may not be called "OpenSSL" 400Sstevel@tonic-gate * nor may "OpenSSL" appear in their names without prior written 410Sstevel@tonic-gate * permission of the OpenSSL Project. 420Sstevel@tonic-gate * 430Sstevel@tonic-gate * 6. Redistributions of any form whatsoever must retain the following 440Sstevel@tonic-gate * acknowledgment: 450Sstevel@tonic-gate * "This product includes software developed by the OpenSSL Project 460Sstevel@tonic-gate * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 470Sstevel@tonic-gate * 480Sstevel@tonic-gate * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 490Sstevel@tonic-gate * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 500Sstevel@tonic-gate * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 510Sstevel@tonic-gate * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 520Sstevel@tonic-gate * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 530Sstevel@tonic-gate * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 540Sstevel@tonic-gate * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 550Sstevel@tonic-gate * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 560Sstevel@tonic-gate * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 570Sstevel@tonic-gate * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 580Sstevel@tonic-gate * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 590Sstevel@tonic-gate * OF THE POSSIBILITY OF SUCH DAMAGE. 600Sstevel@tonic-gate * ==================================================================== 610Sstevel@tonic-gate * 620Sstevel@tonic-gate * This product includes cryptographic software written by Eric Young 630Sstevel@tonic-gate * (eay@cryptsoft.com). This product includes software written by Tim 640Sstevel@tonic-gate * Hudson (tjh@cryptsoft.com). 650Sstevel@tonic-gate * 660Sstevel@tonic-gate */ 670Sstevel@tonic-gate 680Sstevel@tonic-gate Original SSLeay License 690Sstevel@tonic-gate ----------------------- 700Sstevel@tonic-gate 710Sstevel@tonic-gate/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 720Sstevel@tonic-gate * All rights reserved. 730Sstevel@tonic-gate * 740Sstevel@tonic-gate * This package is an SSL implementation written 750Sstevel@tonic-gate * by Eric Young (eay@cryptsoft.com). 760Sstevel@tonic-gate * The implementation was written so as to conform with Netscapes SSL. 770Sstevel@tonic-gate * 780Sstevel@tonic-gate * This library is free for commercial and non-commercial use as long as 790Sstevel@tonic-gate * the following conditions are aheared to. The following conditions 800Sstevel@tonic-gate * apply to all code found in this distribution, be it the RC4, RSA, 810Sstevel@tonic-gate * lhash, DES, etc., code; not just the SSL code. The SSL documentation 820Sstevel@tonic-gate * included with this distribution is covered by the same copyright terms 830Sstevel@tonic-gate * except that the holder is Tim Hudson (tjh@cryptsoft.com). 840Sstevel@tonic-gate * 850Sstevel@tonic-gate * Copyright remains Eric Young's, and as such any Copyright notices in 860Sstevel@tonic-gate * the code are not to be removed. 870Sstevel@tonic-gate * If this package is used in a product, Eric Young should be given attribution 880Sstevel@tonic-gate * as the author of the parts of the library used. 890Sstevel@tonic-gate * This can be in the form of a textual message at program startup or 900Sstevel@tonic-gate * in documentation (online or textual) provided with the package. 910Sstevel@tonic-gate * 920Sstevel@tonic-gate * Redistribution and use in source and binary forms, with or without 930Sstevel@tonic-gate * modification, are permitted provided that the following conditions 940Sstevel@tonic-gate * are met: 950Sstevel@tonic-gate * 1. Redistributions of source code must retain the copyright 960Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer. 970Sstevel@tonic-gate * 2. Redistributions in binary form must reproduce the above copyright 980Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer in the 990Sstevel@tonic-gate * documentation and/or other materials provided with the distribution. 1000Sstevel@tonic-gate * 3. All advertising materials mentioning features or use of this software 1010Sstevel@tonic-gate * must display the following acknowledgement: 1020Sstevel@tonic-gate * "This product includes cryptographic software written by 1030Sstevel@tonic-gate * Eric Young (eay@cryptsoft.com)" 1040Sstevel@tonic-gate * The word 'cryptographic' can be left out if the rouines from the library 1050Sstevel@tonic-gate * being used are not cryptographic related :-). 1060Sstevel@tonic-gate * 4. If you include any Windows specific code (or a derivative thereof) from 1070Sstevel@tonic-gate * the apps directory (application code) you must include an acknowledgement: 1080Sstevel@tonic-gate * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 1090Sstevel@tonic-gate * 1100Sstevel@tonic-gate * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 1110Sstevel@tonic-gate * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1120Sstevel@tonic-gate * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1130Sstevel@tonic-gate * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1140Sstevel@tonic-gate * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1150Sstevel@tonic-gate * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1160Sstevel@tonic-gate * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1170Sstevel@tonic-gate * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1180Sstevel@tonic-gate * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1190Sstevel@tonic-gate * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1200Sstevel@tonic-gate * SUCH DAMAGE. 1210Sstevel@tonic-gate * 1220Sstevel@tonic-gate * The licence and distribution terms for any publically available version or 1230Sstevel@tonic-gate * derivative of this code cannot be changed. i.e. this code cannot simply be 1240Sstevel@tonic-gate * copied and put under another distribution licence 1250Sstevel@tonic-gate * [including the GNU Public Licence.] 1260Sstevel@tonic-gate */ 1270Sstevel@tonic-gate 128