mariadb/mysys_ssl
Sergei Golubchik acd992d4b7 MDEV-8022 Assertion `rc == 0' failed in ma_encrypt on dropping an encrypted Aria table
fix encryption of the last partial block

* now really encrypt it, using key and iv
* support the case of very short plaintext (less than one block)
* recommend aes_ctr over aes_cbc, because the former
  doesn't have problems with partial blocks
2015-05-13 14:27:17 +02:00
..
CMakeLists.txt remove now-empty my_aes.{h,cc} 2015-04-09 18:42:44 +02:00
my_crypt.cc MDEV-8022 Assertion `rc == 0' failed in ma_encrypt on dropping an encrypted Aria table 2015-05-13 14:27:17 +02: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
my_sha1.cc extend SHA1 service. cleanup of sha1 wrappers 2014-10-01 23:38:28 +02:00
my_sha2.cc