~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

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