[MDEV-7697] Client reports ERROR 2006 (MySQL server has gone away) or ERROR 2013 (Lost connection to MySQL server during query) while executing AES* functions under SSL Created: 2015-03-10  Updated: 2015-05-03  Resolved: 2015-05-03

Status: Closed
Project: MariaDB Server
Component/s: SSL
Affects Version/s: 10.0, 10.1
Fix Version/s: 10.0.18, 10.1.5

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Fixed Votes: 1
Labels: None


 Description   

MariaDB [(none)]> show status like 'Ssl_cipher';
+---------------+---------------------------+
| Variable_name | Value                     |
+---------------+---------------------------+
| Ssl_cipher    | DHE-RSA-AES256-GCM-SHA384 |
+---------------+---------------------------+
1 row in set (0.01 sec)
 
MariaDB [(none)]> select aes_decrypt('MySQL','adf');
+----------------------------+
| aes_decrypt('MySQL','adf') |
+----------------------------+
| NULL                       |
+----------------------------+
1 row in set (0.00 sec)
 
MariaDB [(none)]> select aes_decrypt('MySQL','adf');
ERROR 2013 (HY000): Lost connection to MySQL server during query


Generated at Thu Feb 08 07:21:35 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.