Commit af1048c2 authored by Bodo Möller's avatar Bodo Möller
Browse files

Take MDC2 patent into account.

parent ecc5ef87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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?
+2 −0
Original line number Diff line number Diff line
@@ -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
 ------------