commit | 9bf3a1f67eb3bc6f02abcabf8ab141840c7a1db2 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon May 09 11:07:13 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue May 17 15:51:41 2022 +0200 |
tree | 6a89f13ae0f3264178f95733a12feba0bbdc92f7 | |
parent | 7198c700bc1881c115062d9a4019b960ab0e0b57 [diff] |
BUG/MINOR: ssl: Fix crash when no private key is found in pem If no private key can be found in a bind line's certificate and ssl-load-extra-files is set to none we end up trying to call X509_check_private_key with a NULL key, which crashes. This fix should be backported to all stable branches.