BUG/MINOR: ssl: can't open directories anymore
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Mar 2020 16:21:51 +0000 (17:21 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 16 Mar 2020 16:29:10 +0000 (17:29 +0100)
commit83918e2ef13a5e7629a701d712ae4eede6bd19a5
tree7d7ba2a9e17ec6bb4d633f9b568126c6b9a8fafb
parent6be66ec7a9b9774c1aa9f07f9808806b60ca353c
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.
src/ssl_sock.c