mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Introduce only one combinations file and and rule for aes_ctr to
suite.pm so that it is not used if not available.
This commit is contained in:
8
mysql-test/include/encryption_algorithms.combinations
Normal file
8
mysql-test/include/encryption_algorithms.combinations
Normal file
@@ -0,0 +1,8 @@
|
||||
[cbc]
|
||||
encryption-algorithm=aes_cbc
|
||||
|
||||
[ecb]
|
||||
encryption-algorithm=aes_ecb
|
||||
|
||||
[ctr]
|
||||
encryption-algorithm=aes_ctr
|
||||
Reference in New Issue
Block a user