aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_sslrecords.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_sslrecords.t
parent6f6a5e0c7c41b6b3639e51f435cd98bb3ae061bc (diff)
downloadopenssl-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_sslrecords.t')
-rw-r--r--test/recipes/70-test_sslrecords.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t
index 318c9235b0..30d9136bbc 100644
--- a/test/recipes/70-test_sslrecords.t
+++ b/test/recipes/70-test_sslrecords.t
@@ -28,7 +28,6 @@ plan skip_all => "$test_name needs the sock feature enabled"
plan skip_all => "$test_name needs TLSv1.2 enabled"
if disabled("tls1_2");
-$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
my $proxy = TLSProxy::Proxy->new(
\&add_empty_recs_filter,
cmdstr(app(["openssl"]), display => 1),