mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Add missing zeroize for sensitive tag data.
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
719c1324a1
commit
06b6b8c8d6
|
|
@ -1760,6 +1760,8 @@ psa_status_t psa_driver_wrapper_aead_verify(
|
|||
status = PSA_ERROR_INVALID_SIGNATURE;
|
||||
}
|
||||
|
||||
mbedtls_platform_zeroize( check_tag, sizeof( check_tag ) );
|
||||
|
||||
return( status );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue