Hi,

I think you made an error:
 - RSA with AES and SHA is:  AES256-SHA
 
Just have a look at openssl ciphers -v ouput.

[EMAIL PROTECTED] gcb]$ LD_LIBRARY_PATH=/usr/local/ossl-0.9.8/lib 
/usr/local/ossl-0.9.8/bin/openssl ciphers  -v | grep AES
DHE-RSA-AES256-SHA      SSLv3 Kx=DH       Au=RSA  Enc=AES(256)  Mac=SHA1
DHE-DSS-AES256-SHA      SSLv3 Kx=DH       Au=DSS  Enc=AES(256)  Mac=SHA1
AES256-SHA              SSLv3 Kx=RSA      Au=RSA  Enc=AES(256)  Mac=SHA1
DHE-RSA-AES128-SHA      SSLv3 Kx=DH       Au=RSA  Enc=AES(128)  Mac=SHA1
DHE-DSS-AES128-SHA      SSLv3 Kx=DH       Au=DSS  Enc=AES(128)  Mac=SHA1
AES128-SHA              SSLv3 Kx=RSA      Au=RSA  Enc=AES(128)  Mac=SHA1

Hope it could help,

Fred

-----Original Message-----
From:   Daniel Tiefnig [mailto:[EMAIL PROTECTED]
Sent:   Wed 11/30/2005 11:54 AM
To:     openssl-users@openssl.org
Cc:     
Subject:        cipher suite names in 0.9.8
Hej,

there seems to be a change in how openssl interpretes cipher suite names
between (at least) 0.9.7e and 0.9.8.

With 0.9.7e one gets:
$ openssl s_client -cipher RSA-AES256
connect: Connection refused

And with 0.9.8:
$ openssl s_client -cipher RSA-AES256
error setting cipher list

So, is this intended? Is it a bug in 0.9.8? Is it a bug in 0.9.7e? Why
has this changed?


TIA for any helpfull comments,
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]

Reply via email to