Re: [openssl.org #1372] default config should diable idea

2014-07-06 Thread Andrey Kulikov
The last patents for IDEA expired in 2012. Now it's free to use.


On 3 July 2014 21:24, Rich Salz via RT r...@openssl.org wrote:

 As the changelog says for 0.9.8,
 (IDEA remains enabled despite being patented. This is because IDEA
 is frequently required for interoperability, and there is no license
 fee for non-commercial use. As before, no-idea can be used to
 avoid this algorithm.)

 __
 OpenSSL Project http://www.openssl.org
 Development Mailing List   openssl-dev@openssl.org
 Automated List Manager   majord...@openssl.org



[openssl.org #1372] default config should diable idea

2014-07-03 Thread Rich Salz via RT
As the changelog says for 0.9.8,
(IDEA remains enabled despite being patented. This is because IDEA
is frequently required for interoperability, and there is no license
fee for non-commercial use. As before, no-idea can be used to
avoid this algorithm.)

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


[openssl.org #1372] default config should diable idea

2006-08-09 Thread Jim Jewett via RT

rc5 and mdc2 are disabled by default, because of legal concerns.  The
same reasoning should apply to idea.

(in Configure)

   my %disabled = ( # what = comment
gmp= default,
+ idea  = default,
mdc2   = default,
rc5= default,
shared = default,
zlib   = default,
zlib-dynamic   = default
  );


-jJ

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]