You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The handling of the admin-set maximum buffer size (for responses) is inconsistent - some operations perform the check (e.g., psa_generate_random in the MbedCrypto provider), others do not (e.g., psa_generate_random in the TPM provider). Ideally, this should be checked consistently, for every (successful) response about to be sent out. We need to figure out if we want to impose this check on other buffers as well (for example, on the output of symmetric encryption or decryption operations).
The text was updated successfully, but these errors were encountered:
The handling of the admin-set maximum buffer size (for responses) is inconsistent - some operations perform the check (e.g.,
psa_generate_random
in the MbedCrypto provider), others do not (e.g.,psa_generate_random
in the TPM provider). Ideally, this should be checked consistently, for every (successful) response about to be sent out. We need to figure out if we want to impose this check on other buffers as well (for example, on the output of symmetric encryption or decryption operations).The text was updated successfully, but these errors were encountered: