/usr/lib/mysql-testsuite/r/ssl-sha512.result is in mysql-testsuite-5.6 5.6.16-1~exp1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | CREATE USER u1@localhost IDENTIFIED BY 'secret';
GRANT SELECT ON test.* TO u1@localhost REQUIRE SSL;
Variable_name Value
have_openssl YES
have_ssl YES
ssl_ca MYSQL_TEST_DIR/std_data/ca-sha512.pem
ssl_capath
ssl_cert MYSQL_TEST_DIR/std_data/server-cert-sha512.pem
ssl_cipher
ssl_crl
ssl_crlpath
ssl_key MYSQL_TEST_DIR/std_data/server-key-sha512.pem
DROP USER u1@localhost;
|