mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
acd992d4b7
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
my_crypt.cc | ||
my_md5.cc | ||
my_rnd.cc | ||
my_sha1.cc | ||
my_sha2.cc |