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 and do your
     SSL_CTX_new() */
  SSL_CTX_set_cipher_list(sslctx, "EXP");
  .
  .
  /* do ssl communications... */

> -----Original Message-----
> From: Tewari, Vijay [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 27, 2000 11:37 AM
> To: 'Open-SSL'
> Subject: 40 bit encryption
> 
> 
> Hi,
> How would I support 40 bit encryption in 
> an SSL application built using OpenSSL.
> 
> Regards
> Vijay
> 
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to