CLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use its own context
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 09:53:23 +0000 (11:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commita2fcca0939ddf46cfffdd121d599db206a5b6d21
tree6a27f0b44e9035372c1e2e8716c9159233962925
parent170b35bb9588500106067c6c22de3d708e314da1
CLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use its own context

These commands were using cli.i0/p0/p1 and in a not very clean way since
they use the same parser but with different types depending on the I/O
handler. Given there was no explanation about what the variables were
supposed to be, they were named based on best guess and placed into a
new "show_crtlist_ctx" structure.
src/ssl_crtlist.c