mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Add change log and migration guide
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
		
							parent
							
								
									cee427002b
								
							
						
					
					
						commit
						d5d04962ef
					
				
							
								
								
									
										2
									
								
								ChangeLog.d/remove-enable-weak-ciphersuites.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								ChangeLog.d/remove-enable-weak-ciphersuites.txt
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					Removals
 | 
				
			||||||
 | 
					   * Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option. Fixes #4416.
 | 
				
			||||||
@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					Remove the configuration to enable weak ciphersuites in SSL / TLS
 | 
				
			||||||
 | 
					-----------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This does not affect users who use the default `config.h`, as this option was
 | 
				
			||||||
 | 
					already off by default.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If you were using a weak cipher, please switch to any of the modern,
 | 
				
			||||||
 | 
					recommended ciphersuites (based on AES-GCM, AES-CCM or ChachaPoly for example)
 | 
				
			||||||
 | 
					and if your peer doesn't support any, encourage them to upgrade their software.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If you were using a ciphersuite without encryption, you just have to
 | 
				
			||||||
 | 
					enable MBEDTLS_CIPHER_NULL_CIPHER now.
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user