Frédéric Donnat wrote:
> be carefull with some typo error.
>
> My openssl 0.9.7e does not accept this "RSA-AES256",
It does NOT? Strange.
> but accept "RSA:AES256".
Sure, as this specifies two cipher preferences, "RSA" or "AES256"...
> Things are the same with last openssl 0.9.7i.
I'll take i
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,
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