aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-03-02 20:22:58 +0000
committerBodo Möller <bodo@openssl.org>2005-03-02 20:22:58 +0000
commitaf1048c25c7c11eaf5f7b0b8d11ae34157348c5e (patch)
tree40626edbb04dcc534450a689aed3f5c770063e4e
parentecc5ef8793b993b13da6403cd445fed11a409540 (diff)
downloadopenssl-af1048c25c7c11eaf5f7b0b8d11ae34157348c5e.tar.gz
Take MDC2 patent into account.
-rw-r--r--FAQ4
-rw-r--r--README2
2 files changed, 4 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index 12f3d24d16..de52f45d29 100644
--- a/FAQ
+++ b/FAQ
@@ -167,8 +167,8 @@ you if you want to use OpenSSL. For information on intellectual
property rights, please consult a lawyer. The OpenSSL team does not
offer legal advice.
-You can configure OpenSSL so as not to use RC5 and IDEA by using
- ./config no-rc5 no-idea
+You can configure OpenSSL so as not to use IDEA, MDC2 and RC5 by using
+ ./config no-idea no-mdc2 no-rc5
* Can I use OpenSSL with GPL software?
diff --git a/README b/README
index 2ab8488bf3..faebdf980e 100644
--- a/README
+++ b/README
@@ -111,6 +111,8 @@
should be contacted if that algorithm is to be used; their web page is
http://www.ascom.ch/.
+ The MDC2 algorithm is patented by IBM.
+
INSTALLATION
------------