1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #29784 YaSSL assertion failure when reading 8k key.

Fixed the yassl base64 decoding to correctly allocate a maximum decoded buffer size.
This commit is contained in:
dkatz@damien-katzs-computer.local
2007-07-17 14:43:56 -04:00
parent 8d7365a4b0
commit 491d945ab6
5 changed files with 159 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
-- source include/have_ssl.inc
#
# Bug#29784 YaSSL assertion failure when reading 8k key.
#
--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