CLEANUP: ssl/cli: use a local context for "show crlfile"
authorWilly Tarreau <w@1wt.eu>
Wed, 4 May 2022 17:38:57 +0000 (19:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commitf3e8b3e877d91bdc1d8436837bfe409908bfb656
tree16c1c8cff4d7e8baa0fb3819ddb3b7e9b6e359ff
parent50c2f1e0cde8b1d62bb57289e6112b9e77ca0dc5
CLEANUP: ssl/cli: use a local context for "show crlfile"

Now this command doesn't share any context anymore with "show cafile"
nor with the other commands. The previous "cur_cafile_entry" field from
the applet's ssl context was removed as not used anymore. Everything was
moved to show_crlfile_ctx which only has 3 fields.
include/haproxy/applet-t.h
src/ssl_ckch.c