363N/A The OpenSSL toolkit stays under a dual license,
i.e. both the conditions of
363N/A the OpenSSL License and the original SSLeay license apply to the toolkit.
363N/A See below for the actual license texts. Actually both licenses are BSD-style
363N/A Open Source licenses. In case of any license issues related to OpenSSL
363N/A please contact openssl-core@openssl.org.
363N/A/* ====================================================================
6962N/A * Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.
363N/A * Redistribution and use in source and binary forms, with or without
363N/A * modification, are permitted provided that the following conditions
363N/A * 1. Redistributions of source code must retain the above copyright
363N/A * notice, this list of conditions and the following disclaimer.
363N/A * 2. Redistributions in binary form must reproduce the above copyright
363N/A * notice, this list of conditions and the following disclaimer in
363N/A * the documentation
and/or other materials provided with the
363N/A * 3. All advertising materials mentioning features or use of this
363N/A * software must display the following acknowledgment:
363N/A * "This product includes software developed by the OpenSSL Project
363N/A * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
363N/A * endorse or promote products derived from this software without
363N/A * prior written permission. For written permission, please contact
363N/A * openssl-core@openssl.org.
363N/A * 5. Products derived from this software may not be called "OpenSSL"
363N/A * nor may "OpenSSL" appear in their names without prior written
363N/A * permission of the OpenSSL Project.
363N/A * 6. Redistributions of any form whatsoever must retain the following
363N/A * "This product includes software developed by the OpenSSL Project
363N/A * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
363N/A * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
363N/A * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
363N/A * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
363N/A * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
363N/A * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
363N/A * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
363N/A * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
363N/A * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
363N/A * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
363N/A * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
363N/A * OF THE POSSIBILITY OF SUCH DAMAGE.
363N/A * ====================================================================
363N/A * This product includes cryptographic software written by Eric Young
363N/A * (eay@cryptsoft.com). This product includes software written by Tim
363N/A * Hudson (tjh@cryptsoft.com).
363N/A Original SSLeay License
363N/A -----------------------
363N/A/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
363N/A * This package is an SSL implementation written
363N/A * by Eric Young (eay@cryptsoft.com).
363N/A * The implementation was written so as to conform with Netscapes SSL.
363N/A * This library is free for commercial and non-commercial use as long as
363N/A * the following conditions are aheared to. The following conditions
363N/A * apply to all code found in this distribution, be it the RC4, RSA,
363N/A * lhash, DES, etc., code; not just the SSL code. The SSL documentation
363N/A * included with this distribution is covered by the same copyright terms
363N/A * except that the holder is Tim Hudson (tjh@cryptsoft.com).
363N/A * Copyright remains Eric Young's, and as such any Copyright notices in
363N/A * the code are not to be removed.
363N/A * If this package is used in a product, Eric Young should be given attribution
363N/A * as the author of the parts of the library used.
363N/A * This can be in the form of a textual message at program startup or
363N/A * in documentation (online or textual) provided with the package.
363N/A * Redistribution and use in source and binary forms, with or without
363N/A * modification, are permitted provided that the following conditions
363N/A * 1. Redistributions of source code must retain the copyright
363N/A * notice, this list of conditions and the following disclaimer.
363N/A * 2. Redistributions in binary form must reproduce the above copyright
363N/A * notice, this list of conditions and the following disclaimer in the
363N/A * documentation
and/or other materials provided with the distribution.
363N/A * 3. All advertising materials mentioning features or use of this software
363N/A * must display the following acknowledgement:
363N/A * "This product includes cryptographic software written by
363N/A * Eric Young (eay@cryptsoft.com)"
363N/A * The word 'cryptographic' can be left out if the rouines from the library
363N/A * being used are not cryptographic related :-).
363N/A * 4. If you include any Windows specific code (or a derivative thereof) from
363N/A * the apps directory (application code) you must include an acknowledgement:
363N/A * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
363N/A * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
363N/A * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
363N/A * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
363N/A * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
363N/A * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
363N/A * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
363N/A * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
363N/A * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
363N/A * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
363N/A * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
363N/A * The licence and distribution terms for any publically available version or
363N/A * derivative of this code cannot be changed.
i.e. this code cannot simply be
363N/A * copied and put under another distribution licence
363N/A * [including the GNU Public Licence.]