haproxy/reg-tests/ssl
Remi Tricot-Le Breton 2a22e16cb8 MEDIUM: ssl: Add "show ssl ca-file" CLI command
This patch adds the "show ssl ca-file [<cafile>[:index]]" CLI command.
This command can be used to display the list of all the known CA files
when no specific file name is specified, or to display the details of a
specific CA file when a name is given. If an index is given as well, the
command will only display the certificate having the specified index in
the CA file (if it exists).
The details displayed for each certificate are the same as the ones
showed when using the "show ssl cert" command on a single certificate.

This fixes a subpart of GitHub issue #1057.
2021-05-17 10:50:24 +02:00
..
add_ssl_crt-list.vtc BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" 2021-03-23 19:29:46 +01:00
ca-auth.crt
cert1-example.com.pem.ecdsa REGTESTS: ssl: "set ssl cert" and multi-certificates bundle 2021-04-02 15:47:17 +02:00
cert1-example.com.pem.rsa REGTESTS: ssl: "set ssl cert" and multi-certificates bundle 2021-04-02 15:47:17 +02:00
cert2-example.com.pem.ecdsa REGTESTS: ssl: "set ssl cert" and multi-certificates bundle 2021-04-02 15:47:17 +02:00
cert2-example.com.pem.rsa REGTESTS: ssl: "set ssl cert" and multi-certificates bundle 2021-04-02 15:47:17 +02:00
client1.pem
client2_expired.pem
client3_revoked.pem
common.crt
common.key
common.pem
crl-auth.pem
del_ssl_crt-list.vtc BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one 2021-03-26 13:06:39 +01:00
ecdsa.crt
ecdsa.key
ecdsa.pem
filters.crt-list
localhost.crt-list
README
set_cafile_client.pem REGTESTS: ssl: Add new ca-file update tests 2021-05-17 10:50:24 +02:00
set_cafile_interCA1.crt REGTESTS: ssl: Add new ca-file update tests 2021-05-17 10:50:24 +02:00
set_cafile_interCA2.crt REGTESTS: ssl: Add new ca-file update tests 2021-05-17 10:50:24 +02:00
set_cafile_rootCA.crt REGTESTS: ssl: Add new ca-file update tests 2021-05-17 10:50:24 +02:00
set_cafile_server.pem REGTESTS: ssl: Add new ca-file update tests 2021-05-17 10:50:24 +02:00
set_default_cert.crt-list BUG/MINOR: ssl: Fix update of default certificate 2021-03-26 13:06:29 +01:00
set_default_cert.pem BUG/MINOR: ssl: Fix update of default certificate 2021-03-26 13:06:29 +01:00
set_ssl_cafile.vtc MEDIUM: ssl: Add "show ssl ca-file" CLI command 2021-05-17 10:50:24 +02:00
set_ssl_cert_bundle.vtc REGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken 2021-04-02 17:13:55 +02:00
set_ssl_cert_noext.vtc
set_ssl_cert.vtc BUG/MINOR: ssl: Fix update of default certificate 2021-03-26 13:06:29 +01:00
set_ssl_server_cert.vtc MINOR: ssl/cli: flush the server session cache upon 'commit ssl cert' 2021-02-03 18:51:01 +01:00
simple.crt-list
ssl_client_auth.vtc
ssl_client_samples.vtc REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2 2020-11-13 17:12:30 +01:00
ssl_crt-list_filters.vtc
ssl_frontend_samples.vtc
ssl_server_samples.vtc REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2 2020-11-13 17:12:30 +01:00
ssl_simple_crt-list.vtc CLEANUP: assorted typo fixes in the code and comments 2020-12-21 11:24:48 +01:00
wrong_ctx_storage.vtc

File list:
 - common.pem: PEM file which may be used by most of the VTC files.