Type:
Task
Priority:
Critical
Resolution:
Fixed
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
Sergei Golubchik
made changes -
2015-11-17 21:03
Field
Original Value
New Value
Fix Version/s
10.2
[ 14601
]
Sergei Golubchik
made changes -
2015-11-17 21:32
Description
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, algorithm]])
{noformat}
and {{@@ block_encryption_mode}} variable as in 5.7
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, algorithm]])
{noformat}
and {{@@block_encryption_mode}} variable as in 5.7
Georg Richter
made changes -
2016-10-07 06:13
Assignee
Georg Richter
[ georg
]
Georg Richter
made changes -
2016-11-03 06:51
Assignee
Georg Richter
[ georg
]
Sergei Golubchik
[ serg
]
Status
Open
[ 1
]
In Review
[ 10002
]
Sergei Golubchik
made changes -
2016-12-14 19:43
Assignee
Sergei Golubchik
[ serg
]
Georg Richter
[ georg
]
Status
In Review
[ 10002
]
Stalled
[ 10000
]
Georg Richter
made changes -
2016-12-15 16:13
Fix Version/s
10.2.4
[ 22116
]
Fix Version/s
10.2
[ 14601
]
Georg Richter
made changes -
2016-12-15 16:21
Description
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, algorithm]])
{noformat}
and {{@@block_encryption_mode}} variable as in 5.7
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, AAD [ USING algorithm]]])
{noformat}
and {{@@block_encryption_mode}} variable as in 5.7
Georg Richter
made changes -
2016-12-15 16:22
Fix Version/s
10.2
[ 14601
]
Fix Version/s
10.2.4
[ 22116
]
Sergei Golubchik
made changes -
2017-05-29 19:26
Fix Version/s
10.3
[ 22126
]
Fix Version/s
10.2
[ 14601
]
Sergei Golubchik
made changes -
2018-02-14 12:14
Fix Version/s
10.4
[ 22408
]
Fix Version/s
10.3
[ 22126
]
Sergei Golubchik
made changes -
2018-11-08 12:30
Assignee
Georg Richter
[ georg
]
Sergei Golubchik
[ serg
]
Ralf Gebhardt
made changes -
2018-11-10 19:10
Epic Link
PT-73
[ 68549
]
Sergei Golubchik
made changes -
2019-06-04 08:53
Labels
upstream-fixed
beginner-friendly upstream-fixed
Sergei Golubchik
made changes -
2019-09-03 14:05
Fix Version/s
10.5
[ 23123
]
Fix Version/s
10.4
[ 22408
]
Ralf Gebhardt
made changes -
2019-09-23 08:56
Epic Link
PT-73
[ 68549
]
Sergei Golubchik
made changes -
2021-12-06 21:22
Workflow
MariaDB v3
[ 72420
]
MariaDB v4
[ 131654
]
Ian Gilfillan
made changes -
2022-06-20 12:18
Labels
beginner-friendly upstream-fixed
beginner-friendly compat80 upstream-fixed
Sergei Golubchik
made changes -
2022-06-20 15:55
Priority
Major
[ 3
]
Critical
[ 2
]
AirFocus
made changes -
2022-08-09 16:11
Description
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, AAD [ USING algorithm]]])
{noformat}
and {{@@block_encryption_mode}} variable as in 5.7
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, AAD [ USING algorithm]]])
{noformat}
and {{@@block_encryption_mode}} variable as in 5.7
Ralf Gebhardt
made changes -
2022-09-20 13:37
Fix Version/s
10.12
[ 28320
]
Fix Version/s
10.11
[ 27614
]
Sergei Golubchik
made changes -
2022-10-19 19:44
Remote Link
This issue links to "CVE-2022-21592 (Web Link)"
[ 34537
]
Sergei Golubchik
made changes -
2022-12-28 13:01
Fix Version/s
11.1
[ 28549
]
Fix Version/s
11.0
[ 28320
]
Ralf Gebhardt
made changes -
2023-04-11 09:58
Fix Version/s
11.2
[ 28603
]
Fix Version/s
11.1
[ 28549
]
Sergei Golubchik
made changes -
2023-06-13 13:01
Status
Stalled
[ 10000
]
In Progress
[ 3
]
Sergei Golubchik
made changes -
2023-06-13 16:20
Status
In Progress
[ 3
]
In Testing
[ 10301
]
Sergei Golubchik
made changes -
2023-06-15 16:00
Status
In Testing
[ 10301
]
Stalled
[ 10000
]
Sergei Golubchik
made changes -
2023-06-15 16:00
Assignee
Sergei Golubchik
[ serg
]
Oleksandr Byelkin
[ sanja
]
Status
Stalled
[ 10000
]
In Review
[ 10002
]
Sergei Golubchik
made changes -
2023-06-19 17:01
Status
In Review
[ 10002
]
In Testing
[ 10301
]
Sergei Golubchik
made changes -
2023-06-19 17:01
Assignee
Oleksandr Byelkin
[ sanja
]
Ramesh Sivaraman
[ JIRAUSER48189
]
Sergei Golubchik
made changes -
2023-06-19 17:04
Description
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, AAD [ USING algorithm]]])
{noformat}
and {{@@block_encryption_mode}} variable as in 5.7
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, algorithm]])
{noformat}
and {{@@block_encryption_mode}} variable as in 5.7
Lena Startseva
made changes -
2023-06-20 06:49
Assignee
Ramesh Sivaraman
[ JIRAUSER48189
]
Lena Startseva
[ JIRAUSER50478
]
Ralf Gebhardt
made changes -
2023-06-26 10:59
Labels
beginner-friendly compat80 upstream-fixed
Preview_11.2 beginner-friendly compat80 upstream-fixed
Lena Startseva
made changes -
2023-07-25 06:07
Assignee
Lena Startseva
[ JIRAUSER50478
]
Sergei Golubchik
[ serg
]
Status
In Testing
[ 10301
]
Stalled
[ 10000
]
Sergei Golubchik
made changes -
2023-08-02 13:52
Component/s
Encryption
[ 11200
]
Fix Version/s
11.2.1
[ 29034
]
Fix Version/s
11.2
[ 28603
]
Resolution
Fixed
[ 1
]
Status
Stalled
[ 10000
]
Closed
[ 6
]
Ralf Gebhardt
made changes -
2023-08-04 14:39
Description
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, algorithm]])
{noformat}
and {{@@block_encryption_mode}} variable as in 5.7
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, algorithm]])
{noformat}
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)
Ralf Gebhardt
made changes -
2023-08-04 14:41
Description
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, algorithm]])
{noformat}
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)
extend AES_ENCRYPT() and AES_DECRYPT() to support IV and the algorithm. Something like
{noformat}
AES_ENCRYPT(text, key, [IV [, algorithm]])
{noformat}
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_
{"report":{"fcp":1837.0999999046326,"ttfb":527.4000000953674,"pageVisibility":"visible","entityId":54020,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"43a40b91-3b1a-4908-84d0-31630876f2ec","navigationType":0,"readyForUser":1929.6999998092651,"redirectCount":0,"resourceLoadedEnd":1504.5999999046326,"resourceLoadedStart":593.1999998092651,"resourceTiming":[{"duration":138.7000002861023,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":593.1999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":593.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":731.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":191.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":593.5999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":593.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":785.5,"responseStart":0,"secureConnectionStart":0},{"duration":712.8000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":593.6999998092651,"connectEnd":593.6999998092651,"connectStart":593.6999998092651,"domainLookupEnd":593.6999998092651,"domainLookupStart":593.6999998092651,"fetchStart":593.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":788.0999999046326,"responseEnd":1306.5,"responseStart":816.6999998092651,"secureConnectionStart":593.6999998092651},{"duration":910.5999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":594,"connectEnd":594,"connectStart":594,"domainLookupEnd":594,"domainLookupStart":594,"fetchStart":594,"redirectEnd":0,"redirectStart":0,"requestStart":792.4000000953674,"responseEnd":1504.5999999046326,"responseStart":927.2999997138977,"secureConnectionStart":594},{"duration":233.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":594.1999998092651,"connectEnd":594.1999998092651,"connectStart":594.1999998092651,"domainLookupEnd":594.1999998092651,"domainLookupStart":594.1999998092651,"fetchStart":594.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":792.5999999046326,"responseEnd":828,"responseStart":813.0999999046326,"secureConnectionStart":594.1999998092651},{"duration":357.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":594.5999999046326,"connectEnd":594.5999999046326,"connectStart":594.5999999046326,"domainLookupEnd":594.5999999046326,"domainLookupStart":594.5999999046326,"fetchStart":594.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":792.6999998092651,"responseEnd":952.5,"responseStart":867.9000000953674,"secureConnectionStart":594.5999999046326},{"duration":356.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":594.9000000953674,"connectEnd":594.9000000953674,"connectStart":594.9000000953674,"domainLookupEnd":594.9000000953674,"domainLookupStart":594.9000000953674,"fetchStart":594.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":793.0999999046326,"responseEnd":951.0999999046326,"responseStart":828.5999999046326,"secureConnectionStart":594.9000000953674},{"duration":185.10000038146973,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":600.7999997138977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":600.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":785.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":350.7999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":601,"connectEnd":601,"connectStart":601,"domainLookupEnd":601,"domainLookupStart":601,"fetchStart":601,"redirectEnd":0,"redirectStart":0,"requestStart":793.4000000953674,"responseEnd":951.7999997138977,"responseStart":842.7999997138977,"secureConnectionStart":601},{"duration":184.69999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":601.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":601.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":786.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":379.7999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":601.5,"connectEnd":601.5,"connectStart":601.5,"domainLookupEnd":601.5,"domainLookupStart":601.5,"fetchStart":601.5,"redirectEnd":0,"redirectStart":0,"requestStart":793.5999999046326,"responseEnd":981.2999997138977,"responseStart":843.5,"secureConnectionStart":601.5},{"duration":883.0999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":603.0999999046326,"connectEnd":603.0999999046326,"connectStart":603.0999999046326,"domainLookupEnd":603.0999999046326,"domainLookupStart":603.0999999046326,"fetchStart":603.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1059.1999998092651,"responseEnd":1486.1999998092651,"responseStart":1481.2999997138977,"secureConnectionStart":603.0999999046326},{"duration":858.4000000953674,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":628.7999997138977,"connectEnd":628.7999997138977,"connectStart":628.7999997138977,"domainLookupEnd":628.7999997138977,"domainLookupStart":628.7999997138977,"fetchStart":628.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":1222.2999997138977,"responseEnd":1487.1999998092651,"responseStart":1482.9000000953674,"secureConnectionStart":628.7999997138977},{"duration":268.2000002861023,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1437.6999998092651,"connectEnd":1437.6999998092651,"connectStart":1437.6999998092651,"domainLookupEnd":1437.6999998092651,"domainLookupStart":1437.6999998092651,"fetchStart":1437.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1673.4000000953674,"responseEnd":1705.9000000953674,"responseStart":1705.1999998092651,"secureConnectionStart":1437.6999998092651},{"duration":370.59999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1780.1999998092651,"connectEnd":1780.1999998092651,"connectStart":1780.1999998092651,"domainLookupEnd":1780.1999998092651,"domainLookupStart":1780.1999998092651,"fetchStart":1780.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":2119.4000000953674,"responseEnd":2150.7999997138977,"responseStart":2150.199999809265,"secureConnectionStart":1780.1999998092651}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":213,"responseStart":527,"responseEnd":673,"domLoading":572,"domInteractive":2084,"domContentLoadedEventStart":2084,"domContentLoadedEventEnd":2168,"domComplete":2786,"loadEventStart":2786,"loadEventEnd":2786,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1972.1999998092651},{"name":"bigPipe.sidebar-id.end","time":1978.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.start","time":1978.6999998092651},{"name":"bigPipe.activity-panel-pipe-id.end","time":1996.9000000953674},{"name":"activityTabFullyLoaded","time":2198.4000000953674}],"measures":[],"correlationId":"126ec80a9ddbc0","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":245,"dbReadsTimeInMs":66,"dbConnsTimeInMs":84,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}