diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 056d5515dc..7a7238cc6d 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -3772,7 +3772,7 @@ psa_status_t psa_aead_finish( psa_aead_operation_t *operation, psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; *ciphertext_length = 0; - *tag_length = 0; + *tag_length = tag_size; if( operation->id == 0 ) {