mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Fix impact evaluation
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
		
				
					committed by
					
						
						Manuel Pégourié-Gonnard
					
				
			
			
				
	
			
			
			
						parent
						
							d80d8a40ee
						
					
				
				
					commit
					8641102bc1
				
			@@ -2,5 +2,5 @@ Security
 | 
				
			|||||||
   * Fix a potential heap buffer overread in TLS 1.2 server-side when
 | 
					   * Fix a potential heap buffer overread in TLS 1.2 server-side when
 | 
				
			||||||
     MBEDTLS_USE_PSA_CRYPTO is enabled, an opaque key (created with
 | 
					     MBEDTLS_USE_PSA_CRYPTO is enabled, an opaque key (created with
 | 
				
			||||||
     mbedtls_pk_setup_opaque()) is provisioned, and a static ECDH ciphersuite
 | 
					     mbedtls_pk_setup_opaque()) is provisioned, and a static ECDH ciphersuite
 | 
				
			||||||
     is selected. This may result in an application crash. No path to
 | 
					     is selected. This may result in an application crash or potentially an
 | 
				
			||||||
     information leak has been identified.
 | 
					     information leak.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user