mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
@@ -2100,7 +2100,7 @@ void perform_handshake( handshake_test_options* options )
|
||||
|
||||
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),
|
||||
&(client.ssl),
|
||||
MBEDTLS_SSL_HANDSHAKE_OVER )
|
||||
|
||||
Reference in New Issue
Block a user