mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Remove reference to removed item
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
		
							parent
							
								
									9d3417845c
								
							
						
					
					
						commit
						ce53b3afd6
					
				@ -916,13 +916,6 @@ This affects users manually checking for the following error codes:
 | 
				
			|||||||
- `MBEDTLS_ERR_SSL_BAD_HS_XXX`
 | 
					- `MBEDTLS_ERR_SSL_BAD_HS_XXX`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Migration paths:
 | 
					Migration paths:
 | 
				
			||||||
- `MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED` and `MBEDTLS_ERR_SSL_INVALID_VERIFY_HASH`
 | 
					 | 
				
			||||||
  should never be returned from Mbed TLS, and there is no need to check for it.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  Users should simply remove manual checks for those codes, and let the Mbed TLS
 | 
					 | 
				
			||||||
  team know if — contrary to the team's understanding — there is in fact a situation
 | 
					 | 
				
			||||||
  where one of them was ever returned.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- `MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE` has been removed, and
 | 
					- `MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE` has been removed, and
 | 
				
			||||||
  `MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL` is returned instead if the user's own certificate
 | 
					  `MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL` is returned instead if the user's own certificate
 | 
				
			||||||
  is too large to fit into the output buffers.
 | 
					  is too large to fit into the output buffers.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user