]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: ssl-load-extra-del-ext work only with .crt
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 23 Oct 2020 15:35:12 +0000 (17:35 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 23 Oct 2020 16:41:08 +0000 (18:41 +0200)
commit089c13850fe46c9e52db9a84b47f7c6485dd8273
treef7a8ab4cc65eae06d172a180ba8b92d64f825e0a
parent2fbe6940f4cce550928fd665df4a48b9d0df99b5
MEDIUM: ssl: ssl-load-extra-del-ext work only with .crt

In order to be compatible with the "set ssl cert" command of the CLI,
this patch restrict the ssl-load-extra-del-ext to files with a ".crt"
extension in the configuration.

Related to issue #785.

Should be backported where 8e8581e ("MINOR: ssl: 'ssl-load-extra-del-ext'
removes the certificate extension") was backported.
doc/configuration.txt
src/ssl_ckch.c