be carefull with some typo error. My openssl 0.9.7e does not accept this "RSA-AES256", but accept "RSA:AES256".
Just have a look at 0.9.7e ouput: [] # openssl version OpenSSL 0.9.7e 25 Oct 2004 [] linux # openssl s_client -connect 195.30.6.166:443 -cipher RSA-AES256 CONNECTED(00000003) 21115:error:140740B5:SSL routines:SSL23_CLIENT_HELLO:no ciphers available:s23_clnt.c:275: [] linux # openssl s_client -connect 195.30.6.166:443 -cipher RSA:AES256 ... New, TLSv1/SSLv3, Cipher is AES256-SHA Server public key is 1024 bit SSL-Session: Protocol : TLSv1 Cipher : AES256-SHA ... Things are the same with last openssl 0.9.7i. Fred -----Original Message----- From: Daniel Tiefnig [mailto:[EMAIL PROTECTED] Sent: Wed 11/30/2005 6:24 PM To: openssl-users@openssl.org Cc: Subject: Re: cipher suite names in 0.9.8 Frédéric Donnat wrote: > I think you made an error: > - RSA with AES and SHA is: AES256-SHA Hmm, I allready thougth that "RSA-AES256" may not be valid. So this is a bug in openssl 0.9.7e, as it does accept "RSA-AES256" as a cipher selection? > Hope it could help, Thanks for your response. lg, daniel ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]