summaryrefslogtreecommitdiff
path: root/test/recipes/70-test_tls13cookie.t
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2020-05-24 11:11:27 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2021-10-06 15:18:09 +0200
commit39ed07454d8df794a36e2b6788043842a22b0909 (patch)
tree877d569b63d196c6e6f9f0e2d75a90e3ddbb7e7d /test/recipes/70-test_tls13cookie.t
parent6f6a5e0c7c41b6b3639e51f435cd98bb3ae061bc (diff)
downloadopenssl-new-39ed07454d8df794a36e2b6788043842a22b0909.tar.gz
Remove OPENSSL_ia32cap overrides in various test scripts
The removed override was: OPENSSL_ia32cap=~0x200000200000000 which disables AESNI codepaths and PCLMULQDQ (useful for ghash). It is unclear why this was done, but it probably just hides bugs. [extended tests] Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16693)
Diffstat (limited to 'test/recipes/70-test_tls13cookie.t')
-rw-r--r--test/recipes/70-test_tls13cookie.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/recipes/70-test_tls13cookie.t b/test/recipes/70-test_tls13cookie.t
index a4b2a6222b..cc0cfd3aff 100644
--- a/test/recipes/70-test_tls13cookie.t
+++ b/test/recipes/70-test_tls13cookie.t
@@ -26,8 +26,6 @@ plan skip_all => "$test_name needs the sock feature enabled"
plan skip_all => "$test_name needs TLS1.3 enabled"
if disabled("tls1_3") || (disabled("ec") && disabled("dh"));
-$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
-
use constant {
COOKIE_ONLY => 0,
COOKIE_AND_KEY_SHARE => 1