File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,6 @@ Ssl_cipher DHE-RSA-AES256-SHA
198
198
Variable_name Value
199
199
Ssl_cipher EDH-RSA-DES-CBC3-SHA
200
200
Variable_name Value
201
- Ssl_cipher EDH-RSA-DES-CBC-SHA
202
- Variable_name Value
203
201
Ssl_cipher RC4-SHA
204
202
select 'is still running; no cipher request crashed the server' as result from dual;
205
203
result
Original file line number Diff line number Diff line change @@ -222,7 +222,6 @@ DROP TABLE t1;
222
222
# Common ciphers to openssl and yassl
223
223
--exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=DHE-RSA-AES256-SHA
224
224
--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
226
225
--exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=RC4-SHA
227
226
--disable_query_log
228
227
--disable_result_log
You can’t perform that action at this time.
0 commit comments