Comment 8 for bug 963420

Revision history for this message
cc (codecrumb) wrote :

It would be helpful if you could isolate the cipher and protocol being used.

Try something from the client to the source like "openssl s_client -connect <SOURCE>:443 -tls1"

It should return the cipher that is being used.

As I commented on bug 940230, you should also test the relative speed of the cipher using "openssl speed <cipher>".

This should help isolate where the regression is.

Given that openssl affects so many packages, I think it's important that this be resolved asap as it'll have significant performance ramifications as evidenced by this bug.