commit | c1eab8c96f06dc8c28086955477aafff987da6db | [log] [tgz] |
---|---|---|
author | Remi Gacogne <rgacogne[at]aquaray[dot]fr> | Thu Jun 12 18:20:11 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 12 20:52:41 2014 +0200 |
tree | cfeb43a523aa96f2245eb4c365378e81327f8a72 | |
parent | f46cd6e4ec3ab1bc30d432e5fce358da5d545d12 [diff] |
MEDIUM: ssl: fix detection of ephemeral diffie-hellman key exchange by using the cipher description. In OpenSSL, the name of a cipher using ephemeral diffie-hellman for key exchange can start with EDH, but also DHE, EXP-EDH or EXP1024-DHE. We work around this issue by using the cipher's description instead of the cipher's name. Hopefully the description is less likely to change in the future.