Oups.. sorry, i did not read the whole thread.  ;(

I used that with openssl 0.9.8a without any problem.

Maybe this is due to some parameter settings.
here is what i use:
char *cipher_list = "AES256-SHA:AES128-SHA:NULL-MD:NULL-SHA";
/* note: CipherSuite separator ":" */

If you're writing your own client/server, maybe you could send the part of the 
ode...
You could also test you server with openssl s_client tool, and you client with 
openssl s_server.

Hope it could help

Fred


-----Original Message-----
From:   [EMAIL PROTECTED] on behalf of Basel Katt
Sent:   Wed 5/24/2006 12:02 PM
To:     openssl-users@openssl.org
Cc:     
Subject:        RE: AES ciphers, are they supported?
Hello,
   
  thanks for the hint.
   
  But if you refer to my first message in this threat you will see that I tried 
this function previously, and it works correctly with all other ciphers except 
for the AES128-SHA and AES256-SHA. 
   
   
  Thanks again
   
  --Basel

Frédéric Donnat <[EMAIL PROTECTED]> schrieb:
    Hi

the folowinfg function shoudl do it.

from openssl/include/ssl.h
int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str);

Refers to ttthe man for further explanation.

regards

Fred


                
---------------------------------
Yahoo! Mail - Sie denken an Ihre Sicherheit?  Das tun wir auch. 


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to