[MDEV-7797] file_key_management_plugin uses static IV for a key Created: 2015-03-18 Updated: 2015-03-20 Resolved: 2015-03-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.1.3 |
| Fix Version/s: | 10.1.4 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
We should use random IV that is not reused and has no assiciation to key. This naturally requires that used IV is stored to file space (similar way as in example_key_management_plugin version). |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2015-03-20 ] |
|
commit 3578419b778876fc1e7ec2a6994b9273b5d2b166 Currently crypt data is written to file space always. Use Beatify code to confort InnoDB coding styles. Conflicts: |