summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-12-10 11:05:19 +0000
committerMatt Caswell <matt@openssl.org>2017-12-11 09:41:59 +0000
commitef178b4eabe7183c5c85a961f4855c277ee7e220 (patch)
treebd3e4cec08efcdbec46885043b9555f751cbc3c5 /test/recipes
parent3b69eb302e237e6e6d75df6325b844e9a7fd0e27 (diff)
Don't expect a POLY1305 ciphersuite when using no-poly1305
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4891)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/80-test_ssl_new.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index c5472ebf0f..415c5c3bb8 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -66,6 +66,7 @@ my %conf_dependent_tests = (
"19-mac-then-encrypt.conf" => !$is_default_tls,
"20-cert-select.conf" => !$is_default_tls || $no_dh || $no_dsa,
"22-compression.conf" => !$is_default_tls,
+ "25-cipher.conf" => disabled("poly1305"),
);
# Add your test here if it should be skipped for some compile-time