mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	Problem is that if you use bundled yassl AES_CTR is not supported. There is a way to detect that but as we really want to keep this test enabled did not add skip for missing support. Changed method to AES_CBC as there is no need to use AES_CTR.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			437 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			437 B
		
	
	
	
		
			Text
		
	
	
	
	
	
[crypt]
 | 
						|
innodb_encrypt_tables=ON
 | 
						|
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
 | 
						|
loose-file-key-management
 | 
						|
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
 | 
						|
file-key-management-encryption-algorithm=aes_cbc
 | 
						|
 | 
						|
[clear]
 | 
						|
innodb_encrypt_tables=OFF
 | 
						|
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
 | 
						|
loose-file-key-management
 | 
						|
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
 | 
						|
file-key-management-encryption-algorithm=aes_cbc
 | 
						|
 |