Update comments
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
df0a71a0b0
commit
66adf3155c
1 changed files with 1 additions and 1 deletions
|
@ -2100,7 +2100,7 @@ void perform_handshake( handshake_test_options* options )
|
||||||
|
|
||||||
TEST_ASSERT( mbedtls_ssl_is_handshake_over( &client.ssl ) == 1 );
|
TEST_ASSERT( mbedtls_ssl_is_handshake_over( &client.ssl ) == 1 );
|
||||||
|
|
||||||
/* Workaround for TLS1.3 */
|
/* Make sure server state is moved to HANDSHAKE_OVER also. */
|
||||||
TEST_ASSERT( mbedtls_move_handshake_to_state( &(server.ssl),
|
TEST_ASSERT( mbedtls_move_handshake_to_state( &(server.ssl),
|
||||||
&(client.ssl),
|
&(client.ssl),
|
||||||
MBEDTLS_SSL_HANDSHAKE_OVER )
|
MBEDTLS_SSL_HANDSHAKE_OVER )
|
||||||
|
|
Loading…
Reference in a new issue