mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	- Proper sequence of ciphersuites
This commit is contained in:
		
							parent
							
								
									1ace1fdd4c
								
							
						
					
					
						commit
						ef75f25be7
					
				@ -1825,13 +1825,17 @@ int ssl_default_ciphers[] =
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(POLARSSL_AES_C)
 | 
			
		||||
    SSL_RSA_AES_128_SHA,
 | 
			
		||||
    SSL_RSA_AES_256_SHA,
 | 
			
		||||
#endif
 | 
			
		||||
#if defined(POLARSSL_CAMELLIA_C)
 | 
			
		||||
    SSL_RSA_CAMELLIA_128_SHA,
 | 
			
		||||
    SSL_RSA_CAMELLIA_256_SHA,
 | 
			
		||||
#endif
 | 
			
		||||
#if defined(POLARSSL_AES_C)
 | 
			
		||||
    SSL_RSA_AES_128_SHA,
 | 
			
		||||
#endif
 | 
			
		||||
#if defined(POLARSSL_CAMELLIA_C)
 | 
			
		||||
    SSL_RSA_CAMELLIA_128_SHA,
 | 
			
		||||
#endif
 | 
			
		||||
#if defined(POLARSSL_DES_C)
 | 
			
		||||
    SSL_RSA_DES_168_SHA,
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user