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 .
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.
-
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
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
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