]> git.ipfire.org Git - thirdparty/strongswan.git/blob - LICENSE
removed reference to radij.c code
[thirdparty/strongswan.git] / LICENSE
1 Except for the DES library, MD2 and MD5 code, the PKCS#11 headers, and
2 linux/net/ipsec/radij.c this software is under the GNU Public License,
3 see the file COPYING.
4
5 See the file CREDITS for details on origins of more of the code.
6
7 The DES library is under a BSD style license, see
8 src/libcrypto/libdes/COPYRIGHT.
9 Note that this software has a advertising clause in it.
10
11 The MD2 implementation is from RSA Data Security Inc., so this package must
12 include the following phrase: "RSA Data Security, Inc. MD2 Message Digest
13 Algorithm" It is not under the GPL; see details in src/pluto/md2.c.
14
15 The MD5 implementation is from RSA Data Security Inc., so this package must
16 include the following phrase: "derived from the RSA Data Security, Inc.
17 MD5 Message-Digest Algorithm". It is not under the GPL; see details in
18 src/pluto/md5.c
19
20 The PKCS#11 header files in programs/pluto/rsaref/ are from RSA Security Inc.,
21 so they must include the following phrase: "RSA Security Inc. PKCS#11
22 Cryptographic Token Interface (Cryptoki)". The headers are not under the GPL;
23 see details in src/pluto/rsaref/pkcs11.h.
24
25 In addition to the terms set out under the GPL, permission is granted to
26 link the software against the libdes, MD2, and MD5 libraries just mentioned.