d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * ====================================================================
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence *
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * Redistribution and use in source and binary forms, with or without
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * modification, are permitted provided that the following conditions
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * are met:
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence *
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * 1. Redistributions of source code must retain the above copyright
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * notice, this list of conditions and the following disclaimer.
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence *
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * 2. Redistributions in binary form must reproduce the above copyright
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * notice, this list of conditions and the following disclaimer in
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * the documentation and/or other materials provided with the
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * distribution.
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence *
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * 3. All advertising materials mentioning features or use of this
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * software must display the following acknowledgment:
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence * "This product includes software developed by the OpenSSL Project
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer *
ee6fe1d1975604af266af6c370fc6193dae80fddMichael Sawyer * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer * endorse or promote products derived from this software without
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer * prior written permission. For written permission, please contact
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer * licensing@OpenSSL.org.
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer *
126c8d0c085dedfbd52931a3c0579189f49d6690Brian Wellington * 5. Products derived from this software may not be called "OpenSSL"
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer * nor may "OpenSSL" appear in their names without prior written
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer * permission of the OpenSSL Project.
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer *
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer * 6. Redistributions of any form whatsoever must retain the following
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer * acknowledgment:
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer * "This product includes software developed by the OpenSSL Project
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer *
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*
* This product includes cryptographic software written by Eric Young
* (eay@cryptsoft.com). This product includes software written by Tim
* Hudson (tjh@cryptsoft.com).