commit | 696f317f13151e4427e3f9a8b560730ed6a7bb40 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Feb 07 20:45:24 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Feb 07 20:55:35 2020 +0100 |
tree | a518e3cd832278e57bfcffc3cc6d7f81efd702bd | |
parent | 817c4e39e51f5be7161eceb21985e87b633321cb [diff] |
BUG/MEDIUM: ssl/cli: 'commit ssl cert' wrong SSL_CTX init The code which is supposed to apply the bind_conf configuration on the SSL_CTX was not called correctly. Indeed it was called with the previous SSL_CTX so the new ones were left with default settings. For example the ciphers were not changed. This patch fixes #429. Must be backported in 2.1.