commit | 80296b4bd502764d00699f0ffe5f65658ffb7142 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Apr 05 10:19:30 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Apr 05 10:19:30 2022 +0200 |
tree | d93532047e572cedfff20ed123994426e2fc903d | |
parent | 0dbf03871f5c3acb7b72bba05060c401889018c3 [diff] |
BUG/MINOR: ssl: handle X509_get_default_cert_dir() returning NULL ssl_store_load_locations_file() is using X509_get_default_cert_dir() when using '@system-ca' as a parameter. This function could return a NULL if OpenSSL was built with a X509_CERT_DIR set to NULL, this is uncommon but let's fix this. No backport needed, 2.6 only. Fix issue #1637.