[MDEV-20181] MDB docs advise (require?) use of deprecated openssl key derivation method Created: 2019-07-25 Updated: 2022-05-30 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Encryption, SSL |
| Affects Version/s: | 10.4.6, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | pgnd | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Environment: |
mysqld -V |
||
| Description |
|
running
setting up at-rest encryption, encrypting the keyfile https://mariadb.com/kb/en/library/file-key-management-encryption-plugin/#encrypting-the-key-fileexec , as instructed,
warns
|
| Comments |
| Comment by Sergei Golubchik [ 2019-08-12 ] |
|
This is the hard-coded behavior or file_key_management plugin. To use a different key derivation method, the plugin needs to be extended to understand it. And, most probably, to be able to read old encrypted files, it'll need to auto-detect used key derivation. |
| Comment by Samuel Jonatan Boczek [ 2022-05-30 ] |
|
Sorry for digging up this old issue, but it has been bugging me lately. Due to the nature of openssl I don't think it's possible to auto-detect used key derivation.
I would also propose the ability to specify iterations on the password deriving the encryption key (openssl -iter argument)
|