MEDIUM: ssl: Add "show ssl crl-file" CLI command
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 20 Apr 2021 15:58:01 +0000 (17:58 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 17 May 2021 08:50:24 +0000 (10:50 +0200)
commit51e28b6beef87be668d5e280292389011d0d8ca0
tree9d9885a8b3fb7f622772ad727a0c98a0de03448e
parenteef8e7b8bc267869fbf6d1734a96c16a3d5f9487
MEDIUM: ssl: Add "show ssl crl-file" CLI command

This patch adds the "show ssl crl-file [<crlfile>]" CLI command. This
command can be used to display the list of all the known CRL files when
no specific file name is specified, or to display the details of a
specific CRL file when a name is given.
The details displayed for a specific CRL file are inspired by the ones
shown by a "openssl crl -text -noout -in <filename>".
src/ssl_ckch.c