mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 12:11:27 -05:00 
			
		
		
		
	Add accessor functions. Add unit tests for the accessor functions. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			297 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			297 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Features
 | 
						|
   * The structures mbedtls_ssl_config and mbedtls_ssl_context now store
 | 
						|
     a piece of user data which is reserved for the application. The user
 | 
						|
     data can be either a pointer or an integer.
 | 
						|
   * Add an accessor function to get the configuration associated with
 | 
						|
     an SSL context.
 |