commit | d8c195a326ca4154a18c11ba0ef90f5e00579ed0 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Thu May 26 11:20:13 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu May 26 19:36:07 2022 +0200 |
tree | c0edbb7c5b3a12891ac906f8a7b89672371e83fe | |
parent | 8e5b9589b30dfb0801f5ae58493eea6d2fd83a34 [diff] |
BUG/MINOR: ssl/lua: use correctly cert_ext in CertCache.set() Fix a typo that lead to using the wrong pointer when loading a certificate, which lead to always using the pem loader for every parameeter. Use the cert_ext->load() ptr instead of cert_exts->load() which was the first element of the cert_exts[] array. Enhance the error message with the field name. Should fix issue #1716