]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: "bundle" is not an OpenSSL wording
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 Oct 2020 16:08:18 +0000 (18:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 2 Oct 2020 16:11:47 +0000 (18:11 +0200)
commit51f784bcf9a3e92c035ca5df3b4e570d45774e7c
tree7ab22ad031b92db339eb338337c7a4386218d940
parentfac0f645dff9fb1854db32da9fa7c317eaaeede1
CLEANUP: ssl: "bundle" is not an OpenSSL wording

There is a confusion between the HAProxy bundle and OpenSSL. OpenSSL
does not have "bundles" but multiple certificates in the same store.

Fix a commentary in the crt-list code.
src/ssl_crtlist.c