mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			266 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			266 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Bugfix
 | 
						|
   * Fix error handling when creating a key in a dynamic secure element
 | 
						|
     (feature enabled by MBEDTLS_PSA_CRYPTO_SE_C). In a low memory condition,
 | 
						|
     the creation could return PSA_SUCCESS but using or destroying the key
 | 
						|
     would not work. Fixes #8537.
 |