e70d882
Don't test EDH-RSA-DES-CBC-SHA cipher, it seems to be removed from openssl
e70d882
which now makes mariadb/mysql FTBFS because openssl_1 test fails
e70d882
e70d882
Related: #1044565
e70d882
e70d882
e70d882
diff -up mariadb-5.5.34/mysql-test/r/openssl_1.result.p20 mariadb-5.5.34/mysql-test/r/openssl_1.result
e70d882
--- mariadb-5.5.34/mysql-test/r/openssl_1.result.p20	2014-01-06 11:51:18.878640731 +0100
e70d882
+++ mariadb-5.5.34/mysql-test/r/openssl_1.result	2014-01-06 11:51:45.364678942 +0100
e70d882
@@ -196,8 +196,6 @@ Ssl_cipher	DHE-RSA-AES256-SHA
e70d882
 Variable_name	Value
e70d882
 Ssl_cipher	EDH-RSA-DES-CBC3-SHA
e70d882
 Variable_name	Value
e70d882
-Ssl_cipher	EDH-RSA-DES-CBC-SHA
e70d882
-Variable_name	Value
e70d882
 Ssl_cipher	RC4-SHA
e70d882
 select 'is still running; no cipher request crashed the server' as result from dual;
e70d882
 result
e70d882
diff -up mariadb-5.5.34/mysql-test/t/openssl_1.test.p20 mariadb-5.5.34/mysql-test/t/openssl_1.test
e70d882
--- mariadb-5.5.34/mysql-test/t/openssl_1.test.p20	2014-01-06 11:51:18.830640662 +0100
e70d882
+++ mariadb-5.5.34/mysql-test/t/openssl_1.test	2014-01-06 11:51:18.879640733 +0100
e70d882
@@ -218,7 +218,7 @@ DROP TABLE t1;
e70d882
 # Common ciphers to openssl and yassl
e70d882
 --exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=DHE-RSA-AES256-SHA
e70d882
 --exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=EDH-RSA-DES-CBC3-SHA
e70d882
---exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=EDH-RSA-DES-CBC-SHA
e70d882
+#--exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=EDH-RSA-DES-CBC-SHA
e70d882
 --exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=RC4-SHA
e70d882
 --disable_query_log
e70d882
 --disable_result_log