mariadb/mysys_ssl
Yuchen Pei 051e5c3739 MDEV-34712 Add support to sha2 and pbkdf2 key derivation in file_key_management
Add two new variables:

file_key_management_digest={sha1|sha224|sha256|sha384|sha512}

This specify the digest function to use in key derivation of the key
used for decryption of the keyfile.

file_key_management_use_pbkdf2=N

This specify whether pbkdf2 is used in the key derivation, and if
so (N != 0), how many iterations.
2025-03-18 18:28:20 +01:00
..
CMakeLists.txt MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
my_crypt.cc MDEV-34712 Add support to sha2 and pbkdf2 key derivation in file_key_management 2025-03-18 18:28:20 +01:00
my_md5.cc MDEV-27778 md5 in FIPS crashes with OpenSSL 3.0.0 2022-07-04 12:49:11 +02:00
my_sha.inl Merge branch '10.3' into 10.4 2022-01-30 09:46:52 +01:00
my_sha1.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
my_sha224.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
my_sha256.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
my_sha384.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
my_sha512.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
openssl.c MDEV-35838 libressl support differences in CRYPTO_set_mem_functions 2025-01-14 12:13:22 +11:00