Skip to content

Commit

Permalink
Removing RC4-SHA cipher as support has been removed from Boring
Browse files Browse the repository at this point in the history
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: [email protected]

Differential Revision: https://phabricator.intern.facebook.com/D5224453

Tasks: 19018343

Signature: t1:5224453:1497122564:37cff1b44ef735e2b7f11ff1ef8e706761f373f0
  • Loading branch information
anirbanr-fb committed Jun 10, 2017
1 parent fe0f5bb commit 3a7334c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions mysql-test/r/openssl_1.result
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion mysql-test/t/openssl_1.test
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a7334c

Please sign in to comment.