commit | 75b15f790f2be0600483476c1505fec0ce898e35 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu Jan 23 10:56:05 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Jan 23 11:08:46 2020 +0100 |
tree | de918fbdaf83ddee2dd4c5ae1f39aba320399216 | |
parent | d0142e7224e874380b3f2c5f651557ffe74155c0 [diff] |
BUG/MINOR: ssl/cli: free the previous ckch content once a PEM is loaded When using "set ssl cert" on the CLI, if we load a new PEM, the previous sctl, issuer and OCSP response are still loaded. This doesn't make any sense since they won't be usable with a new private key. This patch free the previous data. Should be backported in 2.1.