commit | 4f902b88323927c9d25d391a809e3678ac31df41 | [log] [tgz] |
---|---|---|
author | Remi Gacogne <rgacogne@aquaray.fr> | Thu May 28 16:23:00 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 28 18:03:27 2015 +0200 |
tree | 636a054d6d455b7e6a90c343c5ce0f14397956f2 | |
parent | be1ccaea927d17e9019424c074b7aa250a6fe641 [diff] |
BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value being overwritten Hervé Commowick reported that the logic used to avoid complaining about ssl-default-dh-param not being set when static DH params are present in the certificate file was clearly wrong when more than one sni_ctx is used. This patch stores whether static DH params are being used for each SSL_CTX individually, and does not overwrite the value of tune.ssl.default-dh-param.