mirror of
https://github.com/MariaDB/server.git
synced 2025-12-01 17:39:21 +03:00
Two problems: - Read/Write outside of buffer at memcpy() because of incorrect parameters . OPENSSL_assert(EVP_CIPHER_CTX_iv_length(&ctx.ctx) == iv_length); // ECB does not use IV, thus incorrect assertion Added: mysql-test/include/encryption_algorithms.combinations to run tests with methods cbc, ecb and ctr in those systems where they are available (see suite.pm).
8 lines
229 B
PHP
8 lines
229 B
PHP
-- source encryption_algorithms.inc
|
|
|
|
if (`select count(*) = 0 from information_schema.plugins
|
|
where plugin_name = 'example_key_management_plugin' and plugin_status='active'`)
|
|
{
|
|
--skip Needs example_key_management_plugin
|
|
}
|