mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Add change log entry for mbedtls_ms_time
				
					
				
			Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
		
							
								
								
									
										7
									
								
								ChangeLog.d/add-milliseconds-time-api.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								ChangeLog.d/add-milliseconds-time-api.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
API changes
 | 
			
		||||
   * Add `mbedtls_ms_time` function, `mbedtls_ms_time_t` type to get
 | 
			
		||||
     milliseconds. That is required for TLS 1.3 ticket lifetime. And
 | 
			
		||||
     `mbedtls_ms_time` allows alternative implementation with
 | 
			
		||||
     `MBEDTLS_PLATFORM_MS_TIME_ALT`, `MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO` and
 | 
			
		||||
     `MBEDTLS_PRINTF_MS_TIME`.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user