mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 11:15:33 +02: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). |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| my_aes.cc | ||
| my_crypt.cc | ||
| my_md5.cc | ||
| my_rnd.cc | ||
| my_sha1.cc | ||
| my_sha2.cc | ||