MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 9 May 2022 08:30:51 +0000 (10:30 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 9 May 2022 08:41:51 +0000 (10:41 +0200)
commit589570df1fafa2ce68720a64b7ffe1ebcd91666c
tree3092dbf7b4e011f1c4f044cf6b0865c60b1bf0e3
parente4b93eb947362da8509ce28ace622684db62968e
MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt

Ignore the files starting with a dot when trying to load a directory
with the "crt" directive.

Should fix issue #1689.
doc/configuration.txt
src/ssl_crtlist.c