commit | 83918e2ef13a5e7629a701d712ae4eede6bd19a5 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Mar 16 17:21:51 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Mar 16 17:29:10 2020 +0100 |
tree | 7d7ba2a9e17ec6bb4d633f9b568126c6b9a8fafb | |
parent | 6be66ec7a9b9774c1aa9f07f9808806b60ca353c [diff] |
BUG/MINOR: ssl: can't open directories anymore The commit 6be66ec ("MINOR: ssl: directories are loaded like crt-list") broke the directory loading of the certificates. The <crtlist> wasn't filled by the crtlist_load_cert_dir() function. And the entries were not correctly initialized. Leading to a segfault during startup.