1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

wolfssl: enable chacha cyphers and secure negotiation

compaitibility with:
* chacha - mobile devices
* secure negotiation - openssl 3
This commit is contained in:
Sergei Golubchik
2023-08-02 20:52:53 +02:00
parent a49b9314c1
commit 28f7725731
3 changed files with 10 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ extern "C" {
/* The max key length of all supported algorithms */
#define MY_AES_MAX_KEY_LENGTH 32
#define MY_AES_CTX_SIZE 656
#define MY_AES_CTX_SIZE 1024
enum my_aes_mode {
MY_AES_ECB, MY_AES_CBC