Fwd: [openssl-users] OpenSSL: RC4 and IDEA algorithms

2013-01-25 Thread sarju tambe
Thanks for information. just confirmation: In OpenSSL 0.98x, is RC5 and Camellia disabled in Configure file ? *code* # All of the following is disabled by default (RC5 was enabled before 0.9.8): my %disabled = ( # what = comment [or special keyword experimental]

Re: [openssl-users] OpenSSL: RC4 and IDEA algorithms

2013-01-23 Thread Erwann Abalea
Camellia is freely available on several licenses (BSD, GPL, MPL). IDEA's patent has expired (2011 un Europe, 2012 in Japan+USA). RC4 is an RSA trademark, no patent has been asked on the algorithm itself. RC5 is still patented, by RSA. -- Erwann ABALEA - aquadiemoctus: aujourd'hui (oui, je

Re: OpenSSL: RC4 and IDEA algorithms

2013-01-23 Thread Michael Sierchio
RC4 is not patented - RC4 is a Trademark of RSA Security. On Wed, Jan 23, 2013 at 8:36 AM, sarju tambe sarjuta...@gmail.com wrote: In OpenSSL(README File, openssl version-0.98x), there are 4 patented algorithms RC5, RC4, IDEA, Camellia out of which RC5 and Camellia are disabled in Configure

Re: OpenSSL: RC4 and IDEA algorithms

2013-01-23 Thread Jakob Bohm
(I am not a lawyer, this is not legal advise) On 1/23/2013 5:36 PM, sarju tambe wrote: In OpenSSL(README File, openssl version-0.98x), there are 4 patented algorithms RC5, RC4, IDEA, Camellia out of which RC5 and Camellia are disabled in Configure file. Because OpenSSL 0.9.8 is old, the

RE: OpenSSL: RC4 and IDEA algorithms

2013-01-23 Thread John A. Wallace
said message. Does that sound right? -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl- us...@openssl.org] On Behalf Of sarju tambe Sent: Wednesday, January 23, 2013 10:36 AM To: openssl-users@openssl.org Subject: OpenSSL: RC4 and IDEA algorithms

Re: OpenSSL: RC4 and IDEA algorithms

2013-01-23 Thread Jeffrey Walton
-users@openssl.org Subject: OpenSSL: RC4 and IDEA algorithms In OpenSSL(README File, openssl version-0.98x), there are 4 patented algorithms RC5, RC4, IDEA, Camellia out of which RC5 and Camellia are disabled in Configure file. In README file, for RC4 we need to take RSA Security's permission

RE: OpenSSL: RC4 and IDEA algorithms

2013-01-23 Thread John A. Wallace
...@openssl.org] On Behalf Of Jeffrey Walton Sent: Wednesday, January 23, 2013 7:27 PM To: openssl-users@openssl.org Subject: Re: OpenSSL: RC4 and IDEA algorithms On Wed, Jan 23, 2013 at 3:02 PM, John A. Wallace jw72...@verizon.net wrote: I also have questions about this issue. Am I correct