BUG/MINOR: ssl: Missing ssl_conf pointer check when checking ocsp update inconsistencies
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 10 Jan 2023 10:44:15 +0000 (11:44 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 11 Jan 2023 10:20:26 +0000 (11:20 +0100)
commit8c99081d38eb294f4ec21bc6ed85d8cd85b4cd70
treeae9bb8eadc96e5252865913a092b43a514c48385
parent71237a14572d7229957fb912e41b572ee06d8249
BUG/MINOR: ssl: Missing ssl_conf pointer check when checking ocsp update inconsistencies

The ssl_conf might be NULL when processing ocsp_update option in
crt-lists.

This patch fixes GitHub issue #1995.
It does not need to be backported.
src/ssl_crtlist.c