From 3a7334cadddb57c7576a029a9973f4603ed81658 Mon Sep 17 00:00:00 2001 From: Anirban Rahut Date: Sat, 10 Jun 2017 13:13:51 -0700 Subject: [PATCH] Removing RC4-SHA cipher as support has been removed from Boring Summary: boring SSL has removed support in its latest version for RC4-SHA. Hence removing from test. Test Plan: This is a test Reviewers: abalsara, avr Reviewed By: avr Subscribers: webscalesql-eng@fb.com Differential Revision: https://phabricator.intern.facebook.com/D5224453 Tasks: 19018343 Signature: t1:5224453:1497122564:37cff1b44ef735e2b7f11ff1ef8e706761f373f0 --- mysql-test/r/openssl_1.result | 2 -- mysql-test/t/openssl_1.test | 1 - 2 files changed, 3 deletions(-) diff --git a/mysql-test/r/openssl_1.result b/mysql-test/r/openssl_1.result index a7329693a45a..9a2ea651fdde 100644 --- a/mysql-test/r/openssl_1.result +++ b/mysql-test/r/openssl_1.result @@ -195,8 +195,6 @@ Variable_name Value Ssl_cipher ECDHE-RSA-AES256-GCM-SHA384 Variable_name Value Ssl_cipher AES256-SHA -Variable_name Value -Ssl_cipher RC4-SHA select 'is still running; no cipher request crashed the server' as result from dual; result is still running; no cipher request crashed the server diff --git a/mysql-test/t/openssl_1.test b/mysql-test/t/openssl_1.test index f87b31e0d7ea..4f1991fe5752 100644 --- a/mysql-test/t/openssl_1.test +++ b/mysql-test/t/openssl_1.test @@ -214,7 +214,6 @@ DROP TABLE t1; # Common ciphers to openssl and yassl --exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=ECDHE-RSA-AES256-GCM-SHA384 --exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=AES256-SHA ---exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=RC4-SHA --disable_query_log --disable_result_log