mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
After validating the post-encryption checksum on an encrypted page, Mariabackup should decrypt the page and validate the pre-encryption checksum as well. This should reduce the probability of accepting invalid pages as valid ones. This is a backport and refactoring of a patch that was originally written by Thirunarayanan Balathandayuthapani for the 10.2 branch.
7 lines
295 B
Plaintext
7 lines
295 B
Plaintext
--innodb-encrypt-log=ON
|
|
--plugin-load-add=$FILE_KEY_MANAGEMENT_SO
|
|
--loose-file-key-management
|
|
--loose-file-key-management-filekey=FILE:$MTR_SUITE_DIR/filekeys-data.key
|
|
--loose-file-key-management-filename=$MTR_SUITE_DIR/filekeys-data.enc
|
|
--loose-file-key-management-encryption-algorithm=aes_cbc
|