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