xref: /xnu-11215.81.4/bsd/crypto/doc/KernelCrypto.txt (revision d4514f0bc1d3f944c22d92e68b646ac3fb40d452)
1*d4514f0bSApple OSS Distributions Original SSLeay License
2*d4514f0bSApple OSS Distributions -----------------------
3*d4514f0bSApple OSS Distributions
4*d4514f0bSApple OSS Distributions/* Copyright (C) 1995-1998 Eric Young ([email protected])
5*d4514f0bSApple OSS Distributions * All rights reserved.
6*d4514f0bSApple OSS Distributions *
7*d4514f0bSApple OSS Distributions * This package is an SSL implementation written
8*d4514f0bSApple OSS Distributions * by Eric Young ([email protected]).
9*d4514f0bSApple OSS Distributions * The implementation was written so as to conform with Netscapes SSL.
10*d4514f0bSApple OSS Distributions *
11*d4514f0bSApple OSS Distributions * This library is free for commercial and non-commercial use as long as
12*d4514f0bSApple OSS Distributions * the following conditions are aheared to.  The following conditions
13*d4514f0bSApple OSS Distributions * apply to all code found in this distribution, be it the RC4, RSA,
14*d4514f0bSApple OSS Distributions * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
15*d4514f0bSApple OSS Distributions * included with this distribution is covered by the same copyright terms
16*d4514f0bSApple OSS Distributions * except that the holder is Tim Hudson ([email protected]).
17*d4514f0bSApple OSS Distributions *
18*d4514f0bSApple OSS Distributions * Copyright remains Eric Young's, and as such any Copyright notices in
19*d4514f0bSApple OSS Distributions * the code are not to be removed.
20*d4514f0bSApple OSS Distributions * If this package is used in a product, Eric Young should be given attribution
21*d4514f0bSApple OSS Distributions * as the author of the parts of the library used.
22*d4514f0bSApple OSS Distributions * This can be in the form of a textual message at program startup or
23*d4514f0bSApple OSS Distributions * in documentation (online or textual) provided with the package.
24*d4514f0bSApple OSS Distributions *
25*d4514f0bSApple OSS Distributions * Redistribution and use in source and binary forms, with or without
26*d4514f0bSApple OSS Distributions * modification, are permitted provided that the following conditions
27*d4514f0bSApple OSS Distributions * are met:
28*d4514f0bSApple OSS Distributions * 1. Redistributions of source code must retain the copyright
29*d4514f0bSApple OSS Distributions *    notice, this list of conditions and the following disclaimer.
30*d4514f0bSApple OSS Distributions * 2. Redistributions in binary form must reproduce the above copyright
31*d4514f0bSApple OSS Distributions *    notice, this list of conditions and the following disclaimer in the
32*d4514f0bSApple OSS Distributions *    documentation and/or other materials provided with the distribution.
33*d4514f0bSApple OSS Distributions * 3. All advertising materials mentioning features or use of this software
34*d4514f0bSApple OSS Distributions *    must display the following acknowledgement:
35*d4514f0bSApple OSS Distributions *    "This product includes cryptographic software written by
36*d4514f0bSApple OSS Distributions *     Eric Young ([email protected])"
37*d4514f0bSApple OSS Distributions *    The word 'cryptographic' can be left out if the rouines from the library
38*d4514f0bSApple OSS Distributions *    being used are not cryptographic related :-).
39*d4514f0bSApple OSS Distributions * 4. If you include any Windows specific code (or a derivative thereof) from
40*d4514f0bSApple OSS Distributions *    the apps directory (application code) you must include an acknowledgement:
41*d4514f0bSApple OSS Distributions *    "This product includes software written by Tim Hudson ([email protected])"
42*d4514f0bSApple OSS Distributions *
43*d4514f0bSApple OSS Distributions * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
44*d4514f0bSApple OSS Distributions * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45*d4514f0bSApple OSS Distributions * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
46*d4514f0bSApple OSS Distributions * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
47*d4514f0bSApple OSS Distributions * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
48*d4514f0bSApple OSS Distributions * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
49*d4514f0bSApple OSS Distributions * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
50*d4514f0bSApple OSS Distributions * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
51*d4514f0bSApple OSS Distributions * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
52*d4514f0bSApple OSS Distributions * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
53*d4514f0bSApple OSS Distributions * SUCH DAMAGE.
54*d4514f0bSApple OSS Distributions *
55*d4514f0bSApple OSS Distributions * The licence and distribution terms for any publically available version or
56*d4514f0bSApple OSS Distributions * derivative of this code cannot be changed.  i.e. this code cannot simply be
57*d4514f0bSApple OSS Distributions * copied and put under another distribution licence
58*d4514f0bSApple OSS Distributions * [including the GNU Public Licence.]
59*d4514f0bSApple OSS Distributions */
60*d4514f0bSApple OSS Distributions
61*d4514f0bSApple OSS Distributions ---------------------------------------------------------------------------
62*d4514f0bSApple OSS Distributions License for Dr. Brian Gladman's SHA2 implementation
63*d4514f0bSApple OSS Distributions ---------------------------------------------------------------------------
64*d4514f0bSApple OSS Distributions
65*d4514f0bSApple OSS Distributions Copyright (c) 2002, Dr Brian Gladman, Worcester, UK.   All rights reserved.
66*d4514f0bSApple OSS Distributions
67*d4514f0bSApple OSS Distributions LICENSE TERMS
68*d4514f0bSApple OSS Distributions
69*d4514f0bSApple OSS Distributions The free distribution and use of this software in both source and binary
70*d4514f0bSApple OSS Distributions form is allowed (with or without changes) provided that:
71*d4514f0bSApple OSS Distributions
72*d4514f0bSApple OSS Distributions   1. distributions of this source code include the above copyright
73*d4514f0bSApple OSS Distributions      notice, this list of conditions and the following disclaimer;
74*d4514f0bSApple OSS Distributions
75*d4514f0bSApple OSS Distributions   2. distributions in binary form include the above copyright
76*d4514f0bSApple OSS Distributions      notice, this list of conditions and the following disclaimer
77*d4514f0bSApple OSS Distributions      in the documentation and/or other associated materials;
78*d4514f0bSApple OSS Distributions
79*d4514f0bSApple OSS Distributions   3. the copyright holder's name is not used to endorse products
80*d4514f0bSApple OSS Distributions      built using this software without specific written permission.
81*d4514f0bSApple OSS Distributions
82*d4514f0bSApple OSS Distributions ALTERNATIVELY, provided that this notice is retained in full, this product
83*d4514f0bSApple OSS Distributions may be distributed under the terms of the GNU General Public License (GPL),
84*d4514f0bSApple OSS Distributions in which case the provisions of the GPL apply INSTEAD OF those given above.
85*d4514f0bSApple OSS Distributions
86*d4514f0bSApple OSS Distributions DISCLAIMER
87*d4514f0bSApple OSS Distributions
88*d4514f0bSApple OSS Distributions This software is provided 'as is' with no explicit or implied warranties
89*d4514f0bSApple OSS Distributions in respect of its properties, including, but not limited to, correctness
90*d4514f0bSApple OSS Distributions and/or fitness for purpose.
91*d4514f0bSApple OSS Distributions
92*d4514f0bSApple OSS Distributions ---------------------------------------------------------------------------
93*d4514f0bSApple OSS Distributions License for Dr. Brian Gladman's AES implementation
94*d4514f0bSApple OSS Distributions ---------------------------------------------------------------------------
95*d4514f0bSApple OSS Distributions Copyright (c) 2003, Dr Brian Gladman, Worcester, UK.   All rights reserved.
96*d4514f0bSApple OSS Distributions
97*d4514f0bSApple OSS Distributions LICENSE TERMS
98*d4514f0bSApple OSS Distributions
99*d4514f0bSApple OSS Distributions The free distribution and use of this software in both source and binary
100*d4514f0bSApple OSS Distributions form is allowed (with or without changes) provided that:
101*d4514f0bSApple OSS Distributions
102*d4514f0bSApple OSS Distributions   1. distributions of this source code include the above copyright
103*d4514f0bSApple OSS Distributions      notice, this list of conditions and the following disclaimer;
104*d4514f0bSApple OSS Distributions
105*d4514f0bSApple OSS Distributions   2. distributions in binary form include the above copyright
106*d4514f0bSApple OSS Distributions      notice, this list of conditions and the following disclaimer
107*d4514f0bSApple OSS Distributions      in the documentation and/or other associated materials;
108*d4514f0bSApple OSS Distributions
109*d4514f0bSApple OSS Distributions   3. the copyright holder's name is not used to endorse products
110*d4514f0bSApple OSS Distributions      built using this software without specific written permission.
111*d4514f0bSApple OSS Distributions
112*d4514f0bSApple OSS Distributions ALTERNATIVELY, provided that this notice is retained in full, this product
113*d4514f0bSApple OSS Distributions may be distributed under the terms of the GNU General Public License (GPL),
114*d4514f0bSApple OSS Distributions in which case the provisions of the GPL apply INSTEAD OF those given above.
115*d4514f0bSApple OSS Distributions
116*d4514f0bSApple OSS Distributions DISCLAIMER
117*d4514f0bSApple OSS Distributions
118*d4514f0bSApple OSS Distributions This software is provided 'as is' with no explicit or implied warranties
119*d4514f0bSApple OSS Distributions in respect of its properties, including, but not limited to, correctness
120*d4514f0bSApple OSS Distributions and/or fitness for purpose.
121*d4514f0bSApple OSS Distributions
122*d4514f0bSApple OSS Distributions
123*d4514f0bSApple OSS Distributions---------------------------------------------------------------------------
124*d4514f0bSApple OSS Distributions License for Dr. Brian Gladman's XTS implementation
125*d4514f0bSApple OSS Distributions ---------------------------------------------------------------------------
126*d4514f0bSApple OSS Distributions
127*d4514f0bSApple OSS DistributionsCopyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
128*d4514f0bSApple OSS Distributions
129*d4514f0bSApple OSS DistributionsLICENSE TERMS
130*d4514f0bSApple OSS Distributions
131*d4514f0bSApple OSS DistributionsThe free distribution and use of this software is allowed (with or without
132*d4514f0bSApple OSS Distributionschanges) provided that:
133*d4514f0bSApple OSS Distributions
134*d4514f0bSApple OSS Distributions1. source code distributions include the above copyright notice, this
135*d4514f0bSApple OSS Distributions   list of conditions and the following disclaimer;
136*d4514f0bSApple OSS Distributions
137*d4514f0bSApple OSS Distributions2. binary distributions include the above copyright notice, this list
138*d4514f0bSApple OSS Distributions   of conditions and the following disclaimer in their documentation;
139*d4514f0bSApple OSS Distributions
140*d4514f0bSApple OSS Distributions3. the name of the copyright holder is not used to endorse products
141*d4514f0bSApple OSS Distributions   built using this software without specific written permission.
142*d4514f0bSApple OSS Distributions
143*d4514f0bSApple OSS DistributionsDISCLAIMER
144*d4514f0bSApple OSS Distributions
145*d4514f0bSApple OSS DistributionsThis software is provided 'as is' with no explicit or implied warranties
146*d4514f0bSApple OSS Distributionsin respect of its properties, including, but not limited to, correctness
147*d4514f0bSApple OSS Distributionsand/or fitness for purpose.
148*d4514f0bSApple OSS Distributions
149*d4514f0bSApple OSS Distributions
150