]> git.kaiwu.me - haproxy.git/commit
CLEANUP: ssl/ocsp: remove the deprecated parsing code for "ocsp-update"
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 30 Apr 2024 17:29:24 +0000 (19:29 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 17 May 2024 15:35:51 +0000 (17:35 +0200)
commitdb09c2168f9657594c14e2130361984d623ea6a8
tree2c963e06dbc048819eb0e6e11130ccd8df6f70a7
parentd6169320766de6006e777144e63239c583d59106
CLEANUP: ssl/ocsp: remove the deprecated parsing code for "ocsp-update"

Remove the "ocsp-update" keyword handling from the crt-list.

The code was made as an exception everywhere so we could activate the
ocsp-update for an individual certificate.

The feature will still exists but will be parsed as a "crt-store"
keyword which will still be usable in a "crt-list". This will appear in
future commits.

This commit also disable the reg-tests for now.
include/haproxy/listener-t.h
include/haproxy/ssl_ckch-t.h
include/haproxy/ssl_ocsp.h
reg-tests/ssl/ocsp_auto_update.vtc
reg-tests/ssl/ocsp_compat_check.vtc
src/cfgparse-ssl.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_ocsp.c
src/ssl_sock.c