Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f94d467d
Commit
f94d467d
authored
Jun 18, 2023
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable AES-CTR with wolfssl
apparently it works now just fine, tests don't fail anymore
parent
75f5cc47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/ssl.cmake
cmake/ssl.cmake
+1
-1
No files found.
cmake/ssl.cmake
View file @
f94d467d
...
...
@@ -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 O
FF CACHE INTERNAL
"wolfssl does support AES-CTR, but differently from openssl
"
)
SET
(
HAVE_EncryptAes128Ctr O
N 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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment