This file is indexed.

/usr/lib/mysql-testsuite/r/ssl_crl.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
14
15
16
17
18
19
20
21
22
23
# test --crl for the client : should connect
Variable_name	Value
have_openssl	YES
have_ssl	YES
ssl_ca	MYSQL_TEST_DIR/std_data/crl-ca-cert.pem
ssl_capath	
ssl_cert	MYSQL_TEST_DIR/std_data/crl-server-cert.pem
ssl_cipher	
ssl_crl	MYSQL_TEST_DIR/std_data/crl-client-revoked.crl
ssl_crlpath	
ssl_key	MYSQL_TEST_DIR/std_data/crl-server-key.pem
# test --crlpath for the client : should connect
Variable_name	Value
have_openssl	YES
have_ssl	YES
ssl_ca	MYSQL_TEST_DIR/std_data/crl-ca-cert.pem
ssl_capath	
ssl_cert	MYSQL_TEST_DIR/std_data/crl-server-cert.pem
ssl_cipher	
ssl_crl	MYSQL_TEST_DIR/std_data/crl-client-revoked.crl
ssl_crlpath	
ssl_key	MYSQL_TEST_DIR/std_data/crl-server-key.pem
# try logging in with a certificate in the server's --ssl-crl : should fail