REGTESTS: ssl: Add tests for ocsp auto update mechanism
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 20 Dec 2022 10:11:16 +0000 (11:11 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 21 Dec 2022 10:21:07 +0000 (11:21 +0100)
commit2f275fb338f0a14add0a20534058cca914aa555f
tree5880e4d8e97891f648381ce8e3a6ca9348a8f3dd
parentd5d779663715d30ae04644b1e627db641313455d
REGTESTS: ssl: Add tests for ocsp auto update mechanism

Tests a subpart of the ocsp auto update feature. It will mainly focus on
the 'auto' mode since the 'on' one relies strongly on timers way too
long to be used in a regtest context.
15 files changed:
reg-tests/ssl/ocsp_auto_update.vtc [new file with mode: 0644]
reg-tests/ssl/ocsp_update/index.txt [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert/server_ocsp.pem.ecdsa [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert/server_ocsp.pem.ecdsa.issuer [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert/server_ocsp.pem.ecdsa.ocsp [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert/server_ocsp.pem.rsa [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert/server_ocsp.pem.rsa.issuer [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert/server_ocsp.pem.rsa.ocsp [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert_ecdsa_no_update.crt-list [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert_no_ocsp/server_ocsp_ecdsa.pem [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert_no_ocsp/server_ocsp_rsa.pem [new file with mode: 0644]
reg-tests/ssl/ocsp_update/multicert_rsa.crt-list [new file with mode: 0644]
reg-tests/ssl/ocsp_update/ocsp.haproxy.com.pem [new file with mode: 0644]
reg-tests/ssl/ocsp_update/ocsp_update_rootca.crt [new file with mode: 0644]