mysql-server/mysql-test/t/ssl_8k_key.test
2025-03-05 14:31:37 +07:00

16 lines
782 B
Text

#Want to skip this test from daily Valgrind execution
--source include/no_valgrind_without_big.inc
--source include/allowed_ciphers.inc
#echo Suppress expiration warning by the server check: no CA
call mtr.add_suppression("Failed to validate certificate .*");
call mtr.add_suppression("Server certificate .* verification has failed. Check logs for more details");
#
# Bug#29784 YaSSL assertion failure when reading 8k key.
#
--replace_regex $ALLOWED_CIPHERS_REGEX
--exec $MYSQL --ssl-mode=REQUIRED --ssl-key=$MYSQL_TEST_DIR/std_data/client-key.pem --ssl-cert=$MYSQL_TEST_DIR/std_data/client-cert.pem -e "SHOW STATUS LIKE 'ssl_Cipher'" 2>&1
## This test file is for testing encrypted communication only, not other
## encryption routines that the SSL library happens to provide!