mariadb/mysys_ssl
Jan Lindström a3e68b4a55 MDEV-7772: SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundled
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).
2015-03-17 07:00:14 +02:00
..
CMakeLists.txt yassl builds: don't hide mysys_ssl symbols that cannot possibly collide with openssl 2015-02-15 22:14:33 +01:00
my_aes.cc MDEV-7772: SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundled 2015-03-17 07:00:14 +02:00
my_crypt.cc cmake-time detection for EVP_aes_128_ctr() 2015-02-10 10:21:18 +01:00
my_md5.cc MDEV-7397: SIGSEGV on inserting into a key-less table 2014-12-31 19:52:35 -05:00
my_rnd.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
my_sha1.cc extend SHA1 service. cleanup of sha1 wrappers 2014-10-01 23:38:28 +02:00
my_sha2.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00