~vadim-tk/percona-server/percona-5.5.15-galera

« back to all changes in this revision

Viewing changes to mysql-test/t/ssl_8k_key.test

  • Committer: root
  • Date: 2011-09-10 16:37:18 UTC
  • Revision ID: root@r815.office.percona.com-20110910163718-ydh4zj8hcdgoyavb
Porting Galera to 5.5.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- source include/have_ssl_communication.inc
 
2
#
 
3
# Bug#29784 YaSSL assertion failure when reading 8k key.
 
4
#
 
5
--exec $MYSQL --ssl --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
 
6
 
 
7
##  This test file is for testing encrypted communication only, not other
 
8
##  encryption routines that the SSL library happens to provide!