mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
491d945ab6
Fixed the yassl base64 decoding to correctly allocate a maximum decoded buffer size.
6 lines
255 B
Text
6 lines
255 B
Text
-- 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
|
|
|