commit | 4348232231f8ac652c166c5cf49e5024fac40751 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Mon Jul 18 18:42:52 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Jul 18 18:49:27 2022 +0200 |
tree | c9768a11752e1964a3c665c5ab0255f6cfc3621d | |
parent | 3bda80789c88e032fc4bd72e5d775841aeb046c4 [diff] |
BUG/MINOR: ssl: allow duplicate certificates in ca-file directories It looks like OpenSSL 1.0.2 returns an error when trying to insert a certificate whis is already present in a X509_STORE. This patch simply ignores the X509_R_CERT_ALREADY_IN_HASH_TABLE error if emitted. Should fix part of issue #1780. Must be backported in 2.6.