From 079864ef542bdb5688a29b3ac5e3071fd5d942ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 2 Jan 2020 11:58:00 +0100 Subject: [PATCH] Add test for record compression in ssl-opt.sh Deprecated but still needs to be tested. Signed-off-by: Simon Butcher --- tests/ssl-opt.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index cd0b031194..00ed391508 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -1150,6 +1150,18 @@ run_test "Default, choose highest security suite and hash, DTLS" \ -s "client hello v3, signature_algorithm ext: 6" \ -s "ECDHE curve: secp521r1" +requires_config_enabled MBEDTLS_ZLIB_SUPPORT +run_test "Default (compression enabled)" \ + "$P_SRV debug_level=3" \ + "$P_CLI debug_level=3" \ + 0 \ + -s "Allocating compression buffer" \ + -c "Allocating compression buffer" \ + -s "Record expansion is unknown (compression)" \ + -c "Record expansion is unknown (compression)" \ + -S "error" \ + -C "error" + # Test current time in ServerHello requires_config_enabled MBEDTLS_HAVE_TIME run_test "ServerHello contains gmt_unix_time" \