| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | |||||
| * | New encryption API. Piece-wise encryption. | Sergei Golubchik | 2015-09-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Instead of encrypt(src, dst, key, iv) that encrypts all data in one go, now we have encrypt_init(key,iv), encrypt_update(src,dst), and encrypt_finish(dst). This also causes collateral changes in the internal my_crypt.cc encryption functions and in the encryption service. There are wrappers to provide the old all-at-once encryption functionality. But binlog events are often written piecewise, they'll need the new api. | ||||
| * | move debug_ and example_key_management plugins to test component | Sergei Golubchik | 2015-04-10 | 1 | -1/+1 |
| | | |||||
| * | Add encryption key id to the API as a distinct concept | Sergei Golubchik | 2015-04-09 | 1 | -2/+11 |
| | | | | | which is separate from the encryption key version | ||||
| * | renames to follow single consistent naming style | Sergei Golubchik | 2015-04-09 | 1 | -1/+1 |
| | | | | | with namespace prefixes | ||||
| * | encryption plugin controls the encryption | Sergei Golubchik | 2015-04-09 | 1 | -1/+2 |
| | | | | | | | | | | * no --encryption-algorithm option anymore * encrypt/decrypt methods in the encryption plugin * ecnrypt/decrypt methods in the encryption_km service * file_km plugin has --file-key-management-encryption-algorithm * debug_km always uses aes_cbc * example_km changes between aes_cbc and aes_ecb for different key versions | ||||
| * | rename "encryption key management plugin" to "encryption plugin" | Sergei Golubchik | 2015-04-09 | 1 | -4/+4 |
| | | | | | because it's going to do more than just key management | ||||
| * | optimize encryption api | Sergei Golubchik | 2015-04-08 | 1 | -16/+13 |
| | | | | | | only one encryption key lookup in most cases instead of three (has_key, get_key_size, get_key). | ||||
| * | rename plugins to remove "_plugin" from the plugin name | Sergei Golubchik | 2015-04-08 | 2 | -0/+94 |
