RE: 40 bit encryption

2000-06-27 Thread Erwann ABALEA
On Tue, 27 Jun 2000, Tewari, Vijay wrote: > Thanks. I was not interested in any particular cipher suite. Actually > we are trying to run some experinments to determine the impact on tput > on going from 40 to 128 bit ciphers. I am assuming that EXP-RC4-MD5 is 40 > bit > while RC4-MD5 is 128 bit .

Re: 40 bit encryption

2000-06-27 Thread Taral
On 27 Jun, Tewari, Vijay wrote: > Hi, > How would I support 40 bit encryption in > an SSL application built using OpenSSL. It's already supported by default. Taral __ OpenSSL Project http://www.

RE: 40 bit encryption

2000-06-27 Thread Tewari, Vijay
- From: Wade L. Scholine [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 10:00 AM To: '[EMAIL PROTECTED]' Subject: RE: 40 bit encryption You need to be a little more specific. Is there some specific cipher you require, or are you just trying to comply with export control r

RE: 40 bit encryption

2000-06-27 Thread Wade L. Scholine
You need to be a little more specific. Is there some specific cipher you require, or are you just trying to comply with export control regulations? Probably the easiest approach, if the latter is true, is to do something like this: SSL_CTX *sslctx; . . . /* figure out your SSL_METHOD a

Re: 40 bit encryption

2000-06-27 Thread Ng Pheng Siong
On Tue, Jun 27, 2000 at 08:36:59AM -0700, Tewari, Vijay wrote: > How would I support 40 bit encryption in > an SSL application built using OpenSSL. Use an export cipher. Type "openssl ciphers". The cipher EXP-RC4-MD5 is a 40-bit cipher. Which particular cipher you use depends on whether you c