mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-30 10:45:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Security
 | |
|    * Fix a stack buffer overflow in mbedtls_ecdsa_der_to_raw() and
 | |
|      mbedtls_ecdsa_raw_to_der() when the bits parameter is larger than the
 | |
|      largest supported curve. In some configurations with PSA disabled,
 | |
|      all values of bits are affected. This never happens in internal library
 | |
|      calls, but can affect applications that call these functions directly.
 |