2019-01-30 06:25:50 +00:00
|
|
|
diff -up mariadb-10.3.9/mysql-test/main/ssl_cipher.test.fixtest mariadb-10.3.9/mysql-test/main/ssl_cipher.test
|
2019-06-11 20:53:26 +00:00
|
|
|
--- mariadb-10.3.13/mysql-test/main/ssl_cipher.test 2019-02-20 08:59:09.000000000 +0100
|
|
|
|
+++ mariadb-10.3.13/mysql-test/main/ssl_cipher.test_patched 2019-02-22 11:22:01.250256060 +0100
|
|
|
|
@@ -97,7 +97,9 @@ drop user mysqltest_1@localhost;
|
|
|
|
let $restart_parameters=--ssl-cipher=AES128-SHA;
|
|
|
|
source include/restart_mysqld.inc;
|
2019-01-30 06:25:50 +00:00
|
|
|
connect (ssl_con,localhost,root,,,,,SSL);
|
|
|
|
+--replace_regex /TLS_AES_.*/AES128-SHA/
|
|
|
|
SHOW STATUS LIKE 'Ssl_cipher';
|
|
|
|
+--replace_regex /TLS_AES_.*/AES128-SHA/
|
|
|
|
SHOW STATUS LIKE 'Ssl_cipher_list';
|
|
|
|
disconnect ssl_con;
|
2019-06-11 20:53:26 +00:00
|
|
|
connection default;
|