Skip to content

Commit a4cfd32

Browse files
committed
main.openssl_1 failure
don't test a cipher that was removed from recent openssl versions
1 parent c73b987 commit a4cfd32

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

mysql-test/r/openssl_1.result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ Ssl_cipher DHE-RSA-AES256-SHA
198198
Variable_name Value
199199
Ssl_cipher EDH-RSA-DES-CBC3-SHA
200200
Variable_name Value
201-
Ssl_cipher EDH-RSA-DES-CBC-SHA
202-
Variable_name Value
203201
Ssl_cipher RC4-SHA
204202
select 'is still running; no cipher request crashed the server' as result from dual;
205203
result

mysql-test/t/openssl_1.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ DROP TABLE t1;
222222
# Common ciphers to openssl and yassl
223223
--exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=DHE-RSA-AES256-SHA
224224
--exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=EDH-RSA-DES-CBC3-SHA
225-
--exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=EDH-RSA-DES-CBC-SHA
226225
--exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=RC4-SHA
227226
--disable_query_log
228227
--disable_result_log

0 commit comments

Comments
 (0)