10. License

[TOP]

Challenge PKI Test Suite License

Challenge PKI Test Suite 2.0 is distributed under the following license.




* CHALLENGE PKI TEST SUITE LICENSE 1.0 * 



Copyright (c) 2003,2004 Challenge PKI Project

https://www.jnsa.org/mpki/



All rights reserved.



Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are

met:



- Redistributions of source code must retain the above copyright

  notice, this list of conditions and the following disclaimer.



- Redistributions in binary form must reproduce the above copyright

  notice, this list of conditions and the following disclaimer in the

  documentation and/or other materials provided with the distribution.



- Neither the name of the Challenge PKI Project nor the names of its

  contributors may be used to endorse or promote products derived from

  this software without specific prior written permission.



THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

"AS IS" AND ANY EXPRESS 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 COPYRIGHT

OWNER OR 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.

Other Licenses for RPM binary package

The binary package of this test suite uses the AiCrypto as cryptographic library and dumpasn1 to see ASN.1 structure.

AiCrypto License


 ----------------

 AiCrypto License

 ----------------

 The following text is aicrypto license. This AiCrypto License is

 included all AiCrypto library codes and applicasion codes. 



/*

 * Copyright (C) 1998-2003

 * Akira Iwata & Takuto Okuno

 * Akira Iwata Laboratory,

 * Nagoya Institute of Technology in Japan.

 *

 * All rights reserved.

 *

 * This software is written by Takuto Okuno(usapato@anet.ne.jp)

 * And if you want to contact us, send an email to Kimitake Wakayama

 * (wakayama@nitech.ac.jp)

 *

 * Redistribution and use in source and binary forms, with or without modification,

 * are permitted provided that the following conditions are met:

 * 

 * 1. Redistributions of source code must retain the above copyright notice,

 *    this list of conditions and the following disclaimer.

 *

 * 2. Redistributions in binary form must reproduce the above copyright notice,

 *    this list of conditions and the following disclaimer in the documentation

 *    and/or other materials provided with the distribution.

 *

 * 3. All advertising materials mentioning features or use of this software must

 *    display the following acknowledgment:

 *    "This product includes software developed by Akira Iwata Laboratory,

 *    Nagoya Institute of Technology in Japan (http://mars.elcom.nitech.ac.jp/)."

 *

 * 4. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by Akira Iwata Laboratory,

 *     Nagoya Institute of Technology in Japan (http://mars.elcom.nitech.ac.jp/)."

 *

 *   THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.

 *   AKIRA IWATA LABORATORY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS

 *   SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,

 *   IN NO EVENT SHALL AKIRA IWATA LABORATORY BE LIABLE FOR ANY SPECIAL,

 *   INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING

 *   FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,

 *   NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION

 *   WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

 *

 */



 -------------

 Other License

 -------------

 -- MD2 and MD5 --

 Please note that MD2 and MD5 includes RSA Data Security, Inc. LICENSE.

 Those are based on RFC1319 and RFC1321 document. And copyright distribution

 is followed in ok_md2.h ok_md5.h .



 -- PRNG --

 PRNG (pseudo random number generator) is originally created by Lutz Jaenicke.

 More details are written in rand/00design and rand/00readme document.

 Also, original C source codes, such as rand.c.org and seed.c.org are remained

 in rand directory.

Dumpasn1 License


/* ASN.1 object dumping code, copyright Peter Gutmann

   , based on ASN.1 dump program by David Kemp

   , with contributions from various people including

   Matthew Hamrick , Bruno Couillard

   , Hallvard Furuseth

   , Geoff Thorpe , David Boyce

   , John Hughes , Life is hard,

   and then you die , Hans-Olof Hermansson

   , Tor Rustad ,

   Kjetil Barvik , James Sweeny ,

   Chris Ridd , and several other people whose names

   I've misplaced.  This code grew slowly over time without much design or

   planning, with features being tacked on as required.  It's not

   representative of my normal coding style.



   Available from http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c.

   Last updated 22 February 2003 (version 20030222, if you prefer it that

   way).  To build under Windows, use 'cl /MD dumpasn1.c'.  To build on OS390

   or z/OS, use '/bin/c89 -D OS390 -o dumpasn1 dumpasn1.c'.



   This version of dumpasn1 requires a config file dumpasn1.cfg to be present

   in the same location as the program itself or in a standard directory

   where binaries live (it will run without it but will display a warning

   message, you can configure the path either by hardcoding it in or using an

   environment variable as explained further down).  The config file is

   available from http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.cfg.



   This code assumes that the input data is binary, having come from a MIME-

   aware mailer or been piped through a decoding utility if the original

   format used base64 encoding.  If you need to decode it, it's recommended

   that you use a utility like uudeview, which will strip virtually any kind

   of encoding (MIME, PEM, PGP, whatever) to recover the binary original.



   You can use this code in whatever way you want, as long as you don't try

   to claim you wrote it.



   Editing notes: Tabs to 4, phasers to stun (and in case anyone wants to

   complain about that, see "Program Indentation and Comprehensiblity",

   Richard Miara, Joyce Musselman, Juan Navarro, and Ben Shneiderman,

   Communications of the ACM, Vol.26, No.11 (November 1983), p.861) */



IPA/JNSA Challenge PKI Test Suite © 2002-2004