mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
* no --encryption-algorithm option anymore * encrypt/decrypt methods in the encryption plugin * ecnrypt/decrypt methods in the encryption_km service * file_km plugin has --file-key-management-encryption-algorithm * debug_km always uses aes_cbc * example_km changes between aes_cbc and aes_ecb for different key versions
7 lines
105 B
PHP
7 lines
105 B
PHP
--source encryption_algorithms.inc
|
|
|
|
if (!$FILE_KEY_MANAGEMENT_SO)
|
|
{
|
|
--skip Needs file_key_management
|
|
}
|