projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecc5ef8
)
Take MDC2 patent into account.
author
Bodo Möller
<bodo@openssl.org>
Wed, 2 Mar 2005 20:22:58 +0000
(20:22 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Wed, 2 Mar 2005 20:22:58 +0000
(20:22 +0000)
FAQ
patch
|
blob
|
history
README
patch
|
blob
|
history
diff --git
a/FAQ
b/FAQ
index 12f3d24d16d0d6a06205a1eecd3d3c87622d7a16..de52f45d293da056ff498ee8d976d207e476fd1b 100644
(file)
--- 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 2ab8488bf38a84c4c11f5645b8a89d9ab3e3c555..faebdf980ec294336a07ba39dd87eeeaa782063c 100644
(file)
--- 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
------------