William Lallemand
2f52fdb52e
REGTESTS: ssl: enable show_ssl_ocspresponse.vtc again
...
Since we disabled boringssl from the CI we can enable this test again.
2021-09-30 15:28:30 +02:00
Marcin Deranek
310a260e4a
MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-size
...
Deprecate tune.ssl.capture-cipherlist-size in favor of
tune.ssl.capture-buffer-size which better describes the purpose of the
setting.
2021-08-26 19:52:04 +02:00
Tim Duesterhus
4ee192f072
REGTESTS: Replace REQUIRE_BINARIES with 'command -v'
...
This migrates the tests to the native `feature cmd` functionality of VTest.
2021-06-17 14:59:55 +02:00
Tim Duesterhus
c9570483b0
REGTESTS: Replace REQUIRE_OPTIONS with 'haproxy -cc' for 2.5+ tests
...
This migrates the tests for HAProxy versions that support '-cc' to the native
VTest functionality.
2021-06-17 14:59:55 +02:00
Tim Duesterhus
5efc48dcf1
REGTESTS: Replace REQUIRE_VERSION=2.5 with 'haproxy -cc'
...
This is safe, because running `haproxy -cc 'version_atleast(2.5-dev0)'` on
HAProxy 2.4 will also result in an exit code of 1.
2021-06-17 14:59:55 +02:00
William Lallemand
0061323114
REGTESTS: ssl: show_ssl_ocspresponce.vtc is broken with BoringSSL
...
The `show ssl ocsp-response` feature is not available with BoringSSL,
but we don't have a way to disable this feature only with boringSSL on
the CI. Disable the reg-test until we do.
2021-06-11 10:03:08 +02:00
Remi Tricot-Le Breton
2a77c62c18
REGTESTS: ssl: Add "show ssl ocsp-response" test
...
This file adds tests for the new "show ssl ocsp-response" command and
the new "show ssl cert foo.pem.ocsp" and "show ssl cert *foo.pem.ocsp"
special cases. They are all used to display information about an OCSP
response, committed or not.
2021-06-10 16:44:11 +02:00