3.0 design: remove the SP 800-90 entropy testing entry.
[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
10         ./config no-idea no-mdc2 no-rc5
11
12 *   Can I use OpenSSL with GPL software?
13
14     On many systems including the major Linux and BSD distributions, yes (the
15     GPL does not place restrictions on using libraries that are part of the
16     normal operating system distribution).
17
18     On other systems, the situation is less clear. Some GPL software copyright
19     holders claim that you infringe on their rights if you use OpenSSL with
20     their software on operating systems that don't normally include OpenSSL.
21
22     If you develop open source software that uses OpenSSL, you may find it
23     useful to choose an other license than the GPL, or state explicitly that
24     "This program is released under the GPL with the additional exemption that
25     compiling, linking, and/or using OpenSSL is allowed."  If you are using
26     GPL software developed by others, you may want to ask the copyright holder
27     for permission to use their software with OpenSSL.
28