summaryrefslogtreecommitdiff
path: root/storage/maria/ma_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+0
|/
* Fixed warnings and one memory loss found by valgrindMonty2016-02-021-0/+3
* MDEV-8724 Assertion `rc == 0' failed in ma_decrypt on reading an Aria tablemariadb-10.1.11Monty2016-01-281-28/+38
* Cleanups, fixed warnings from valgrind, fixed failing tests (because on chang...Monty2015-07-101-0/+4
* just like tempfiles: use key id 2 for temp Aria tablesSergei Golubchik2015-06-021-5/+21
* Identical key derivation code in XtraDB/InnoDB/AriaSergei Golubchik2015-05-151-166/+55
* cleanup, use encryption_key_id_exists() where appropriateSergei Golubchik2015-05-131-2/+1
* MDEV-8040 make aria encryption use real keysSergei Golubchik2015-05-131-12/+132
* Add encryption key id to the API as a distinct conceptSergei Golubchik2015-04-091-4/+13
* remove now-empty my_aes.{h,cc}Sergei Golubchik2015-04-091-4/+4
* renames to follow single consistent naming styleSergei Golubchik2015-04-091-7/+7
* encryption plugin controls the encryptionSergei Golubchik2015-04-091-13/+8
* pass the correct key length to encryption routinesSergei Golubchik2015-04-081-4/+2
* Don't crash the server if en-/decryption fails in AriaSergei Golubchik2015-04-081-36/+38
* encryption cleanup: small changesSergei Golubchik2015-04-051-11/+22
* Push for testing of encryptionMonty2015-02-101-0/+461