mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library
- Add new submodule for WolfSSL - Build and use wolfssl and wolfcrypt instead of yassl/taocrypt - Use HAVE_WOLFSSL instead of HAVE_YASSL - Increase MY_AES_CTX_SIZE, to avoid compile time asserts in my_crypt.cc (sizeof(EVP_CIPHER_CTX) is larger on WolfSSL)
This commit is contained in:
@ -43,7 +43,7 @@ drop user ssl_user1@localhost, ssl_user2@localhost, ssl_user3@localhost, ssl_use
|
||||
#
|
||||
# Bug#21611 Slave can't connect when master-ssl-cipher specified
|
||||
# - Apparently selecting a cipher doesn't work at all
|
||||
# - Use a cipher that both yaSSL and OpenSSL supports
|
||||
# - Use a cipher that both WolfSSL and OpenSSL supports
|
||||
#
|
||||
--write_file $MYSQLTEST_VARDIR/tmp/test.sql
|
||||
SHOW STATUS LIKE 'Ssl_cipher';
|
||||
|
Reference in New Issue
Block a user