commit | 1bad7db4a146e91cc2e9db72a92935ce9df5d24a | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Jun 07 16:29:44 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Jun 22 10:45:47 2022 +0200 |
tree | f0793498211c85ec498771cf903897b9930c202c | |
parent | d543ae0e684d1d045570096549e1f6461292e32f [diff] |
BUG/MINOR: ssl: Do not look for key in extra files if already in pem A bug was introduced by commit 9bf3a1f67eb3bc6f02abcabf8ab141840c7a1db2 "BUG/MINOR: ssl: Fix crash when no private key is found in pem". If a private key is already contained in a pem file, we will still look for a .key file and load its private key if it exists when we should not. This patch should be backported to all branches where the original fix was backported (all the way to 2.2).