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 |
|
Tim Duesterhus
|
a9334df5a9
|
CLEANUP: reg-tests: Remove obsolete no-htx parameter for reg-tests
The legacy HTTP subsystem has been removed. HTX is always enabled.
|
2021-06-04 15:41:21 +02:00 |
|
Remi Tricot-Le Breton
|
a3b2e099c2
|
REGTESTS: ssl: Add "set/commit ssl crl-file" test
This file adds tests for the new "set ssl crl-file" and "commit ssl
crl-file" commands which allow the hot update of CRL file through CLI
commands.
|
2021-05-17 10:50:24 +02:00 |
|