mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
enable AES-CTR with wolfssl
apparently it works now just fine, tests don't fail anymore
This commit is contained in:
parent
75f5cc478f
commit
f94d467d32
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ MACRO (MYSQL_USE_BUNDLED_SSL)
|
|||
SET(SSL_INCLUDE_DIRS ${INC_DIRS})
|
||||
SET(SSL_DEFINES "-DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS")
|
||||
SET(HAVE_ERR_remove_thread_state ON CACHE INTERNAL "wolfssl doesn't have ERR_remove_thread_state")
|
||||
SET(HAVE_EncryptAes128Ctr OFF CACHE INTERNAL "wolfssl does support AES-CTR, but differently from openssl")
|
||||
SET(HAVE_EncryptAes128Ctr ON CACHE INTERNAL "wolfssl does support AES-CTR")
|
||||
SET(HAVE_EncryptAes128Gcm OFF CACHE INTERNAL "wolfssl does not support AES-GCM")
|
||||
SET(HAVE_X509_check_host ON CACHE INTERNAL "wolfssl does support X509_check_host")
|
||||
CHANGE_SSL_SETTINGS("bundled")
|
||||
|
|
Loading…
Reference in a new issue