Remove FAQ about PKCS12 macros
[openssl-web.git] / docs / faq-1-legal.txt
1 Legal Questions
2
3 * Do I need patent licenses to use OpenSSL?
4
5 For information on intellectual property rights, please consult a lawyer.
6 The OpenSSL team does not offer legal advice.
7
8 You can configure OpenSSL so as not to use IDEA, MDC2 and RC5 by using
9 <PRE>
10     ./config no-idea no-mdc2 no-rc5
11 </PRE>
12
13 * Can I use OpenSSL with GPL software?
14
15 On many systems including the major Linux and BSD distributions, yes (the
16 GPL does not place restrictions on using libraries that are part of the
17 normal operating system distribution).
18
19 On other systems, the situation is less clear. Some GPL software copyright
20 holders claim that you infringe on their rights if you use OpenSSL with
21 their software on operating systems that don't normally include OpenSSL.
22
23 If you develop open source software that uses OpenSSL, you may find it
24 useful to choose an other license than the GPL, or state explicitly that
25 "This program is released under the GPL with the additional exemption that
26 compiling, linking, and/or using OpenSSL is allowed."  If you are using
27 GPL software developed by others, you may want to ask the copyright holder
28 for permission to use their software with OpenSSL.