diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-28 12:59:19 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-28 12:59:19 -0300 |
commit | f67481558db6c0f746fdbed4d7d5e2c82b45980e (patch) | |
tree | 579cf461ed529f9ee26fa1b531c1e513b426074b /mysql-test/t/ssl_8k_key-master.opt | |
parent | 060db3d325931a7a43e06e9346f5a699e85f1e77 (diff) | |
download | mariadb-git-f67481558db6c0f746fdbed4d7d5e2c82b45980e.tar.gz |
Bug#53463: YaSSL patch appears to be reverted
The problem is that the fix Bug#29784 was mistakenly
reverted when updating YaSSL to a newer version.
The solution is to re-apply the fix and this time
actually add a meaningful test case so that possible
regressions are caught.
extra/yassl/taocrypt/src/coding.cpp:
Fixed buffer allocation to compute the proper maximum
decoded size: (EncodedLength * 3/4) + 3
mysql-test/std_data/server8k-cert.pem:
Update certificate.
mysql-test/std_data/server8k-key.pem:
Update key.
mysql-test/t/ssl_8k_key-master.opt:
Start the server using the certificate and key that
triggers the problem.
Diffstat (limited to 'mysql-test/t/ssl_8k_key-master.opt')
-rw-r--r-- | mysql-test/t/ssl_8k_key-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/ssl_8k_key-master.opt b/mysql-test/t/ssl_8k_key-master.opt new file mode 100644 index 00000000000..b58ca7f39f0 --- /dev/null +++ b/mysql-test/t/ssl_8k_key-master.opt @@ -0,0 +1 @@ +--loose-ssl-key=$MYSQL_TEST_DIR/std_data/server8k-key.pem --loose-ssl-cert=$MYSQL_TEST_DIR/std_data/server8k-cert.pem |