commit | 5ed73ff6de713a91c5486f09136c08947d84819a | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Thu Oct 27 13:08:42 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Sat Nov 19 20:12:34 2022 +0800 |
tree | e87972d71e726a6fd518fd7df925824bbb77f9bf | |
parent | 6848a619229a9d12542ab721009002bef92cf245 [diff] [blame] |
Add NEW_SESSION_TICKET* into handshake over states All state list after HANDSHAKE_OVER as is_handshakeover Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index da90b23..df57c9f 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -7544,7 +7544,7 @@ #endif mbedtls_ssl_handshake_wrapup_free_hs_transform( ssl ); - ssl->state++; + ssl->state = MBEDTLS_SSL_HANDSHAKE_OVER; MBEDTLS_SSL_DEBUG_MSG( 3, ( "<= handshake wrapup" ) ); }