mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Update function name
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
		
							parent
							
								
									be7b21da22
								
							
						
					
					
						commit
						685472bfb6
					
				@ -29,6 +29,7 @@
 | 
			
		||||
#include "mbedtls/debug.h"
 | 
			
		||||
#include "mbedtls/oid.h"
 | 
			
		||||
#include "mbedtls/platform.h"
 | 
			
		||||
#include "mbedtls/constant_time.h"
 | 
			
		||||
#include <string.h>
 | 
			
		||||
 | 
			
		||||
#include "ssl_misc.h"
 | 
			
		||||
@ -903,7 +904,7 @@ static int ssl_tls13_parse_finished_message( mbedtls_ssl_context *ssl,
 | 
			
		||||
                           expected_verify_data_len );
 | 
			
		||||
 | 
			
		||||
    /* Semantic validation */
 | 
			
		||||
    if( mbedtls_ssl_safer_memcmp( buf,
 | 
			
		||||
    if( mbedtls_ct_memcmp( buf,
 | 
			
		||||
                           expected_verify_data,
 | 
			
		||||
                           expected_verify_data_len ) != 0 )
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user