]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Detect more OCSP update inconsistencies
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 9 Jan 2023 11:02:46 +0000 (12:02 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 9 Jan 2023 14:43:41 +0000 (15:43 +0100)
commitfc92b8bda549632985f9d861165975290cfa7791
tree6d955e45403510987ab2e9fde4e12cff5d1be4a2
parent14d7f0eb486481badeea89bfa4b7a446479b4321
MINOR: ssl: Detect more OCSP update inconsistencies

If a configuration such as the following was included in a crt-list
file, it would not have raised a warning about 'ocsp-update'
inconsistencies for the concerned certificate:
    cert.pem [ocsp-update on]
    cert.pem
because the second line as a NULL entry->ssl_conf.
src/ssl_crtlist.c