mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-22221: MariaDB with WolfSSL doesn't support AES-GCM cipher for SSL
Enable AES-GCM for SSL (only). AES-GCM for encryption plugins remains disabled (aes-t fails, on some bug in GCM or CTR padding)
This commit is contained in:
6
mysql-test/main/wolfssl.test
Normal file
6
mysql-test/main/wolfssl.test
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Various tests that require WolfSSL
|
||||
#
|
||||
--source include/have_ssl_communication.inc
|
||||
--source include/not_embedded.inc
|
||||
SELECT @@ssl_cipher;
|
Reference in New Issue
Block a user