mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
@@ -1063,7 +1063,7 @@ static int ssl_tls13_prepare_finished_message( mbedtls_ssl_context *ssl )
|
||||
if( ssl->conf->endpoint == MBEDTLS_SSL_IS_CLIENT )
|
||||
{
|
||||
mbedtls_platform_zeroize( &ssl->handshake->tls13_hs_secrets,
|
||||
sizeof(ssl->handshake->tls13_hs_secrets));
|
||||
sizeof( ssl->handshake->tls13_hs_secrets ) );
|
||||
}
|
||||
if( ret != 0 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user