1
0
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:
Jan Lindström
2015-03-16 12:47:32 +02:00
parent 7c21ea9f50
commit e7b1d7350f
11 changed files with 8 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
[cbc]
encryption-algorithm=aes_cbc
[ecb]
encryption-algorithm=aes_ecb
[ctr]
encryption-algorithm=aes_ctr