1## OpenCA::X509
2##
3## Copyright (C) 1998-1999 Massimiliano Pala (madwolf@openca.org)
4## All rights reserved.
5##
6## This library is free for commercial and non-commercial use as long as
7## the following conditions are aheared to.  The following conditions
8## apply to all code found in this distribution, be it the RC4, RSA,
9## lhash, DES, etc., code; not just the SSL code.  The documentation
10## included with this distribution is covered by the same copyright terms
11##
12## Copyright remains Massimiliano Pala's, and as such any Copyright notices
13## in the code are not to be removed.
14## If this package is used in a product, Massimiliano Pala should be given
15## attribution as the author of the parts of the library used.
16## This can be in the form of a textual message at program startup or
17## in documentation (online or textual) provided with the package.
18##
19## Redistribution and use in source and binary forms, with or without
20## modification, are permitted provided that the following conditions
21## are met:
22## 1. Redistributions of source code must retain the copyright
23##    notice, this list of conditions and the following disclaimer.
24## 2. Redistributions in binary form must reproduce the above copyright
25##    notice, this list of conditions and the following disclaimer in the
26##    documentation and/or other materials provided with the distribution.
27## 3. All advertising materials mentioning features or use of this software
28##    must display the following acknowledgement:
29##    "This product includes OpenCA software written by Massimiliano Pala
30##     (madwolf@openca.org) and the OpenCA Group (www.openca.org)"
31## 4. If you include any Windows specific code (or a derivative thereof) from
32##    some directory (application code) you must include an acknowledgement:
33##    "This product includes OpenCA software (www.openca.org)"
34##
35## THIS SOFTWARE IS PROVIDED BY OPENCA DEVELOPERS ``AS IS'' AND
36## ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
38## ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
39## FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
40## DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
41## OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42## HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
43## LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
44## OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45## SUCH DAMAGE.
46##
47## The licence and distribution terms for any publically available version or
48## derivative of this code cannot be changed.  i.e. this code cannot simply be
49## copied and put under another distribution licence
50## [including the GNU Public Licence.]
51##
52