mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
@@ -965,6 +965,9 @@ static int ssl_tls13_postprocess_server_finished_message( mbedtls_ssl_context *s
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* randbytes is not used again */
|
||||||
|
mbedtls_platform_zeroize( ssl->handshake->randbytes,
|
||||||
|
sizeof( ssl->handshake->randbytes ) );
|
||||||
transform_application =
|
transform_application =
|
||||||
mbedtls_calloc( 1, sizeof( mbedtls_ssl_transform ) );
|
mbedtls_calloc( 1, sizeof( mbedtls_ssl_transform ) );
|
||||||
if( transform_application == NULL )
|
if( transform_application == NULL )
|
||||||
|
Reference in New Issue
Block a user