Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.3.3-1
Description
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
AES_ENCRYPT(text, key, [IV [, algorithm]])
|
and @@block_encryption_mode variable as in 5.7
NOTE:
- change in behavior: AES_ENCRYPT(str, key) can no longer be used in persistent virtual columns (and alike)
- New system variable block_encryption_mode
Attachments
Issue Links
- blocks
-
MDEV-11476 AES_ENCRYPT/DECRYPT: Improper key sizes aren't handled correctly
-
- Open
-
- causes
-
MDEV-31633 Assertion `!item->null_value' failed in Type_handler::Item_send_str
-
- Closed
-
- is blocked by
-
MDEV-10332 Server 10.2: Add support for OpenSSL 1.1
-
- Closed
-
- is duplicated by
-
MDEV-28721 Initialization vector for AES_{EN,DE}CRYPT
-
- Closed
-
- is part of
-
MDEV-28906 MySQL 8.0 desired compatibility
-
- Open
-
- relates to
-
MDEV-31474 KDF() function
-
- Closed
-
-
MDEV-33659 Server crashed at Create_func_aes_decrypt::create_native
-
- Closed
-
- links to
Ok to push