parallaxsecond / parsec-book

Parsec documentation
https://parallaxsecond.github.io/parsec-book
Apache License 2.0
12 stars 17 forks source link

Add invalid padding warnings to decryption ops #148

Closed ionut-arm closed 1 year ago

ionut-arm commented 2 years ago

Adding PsaErrorInvalidPadding and a related warning on psa_asymmetric_decrypt and psa_cipher_decrypt to notify clients of the need for mitigations.

Signed-off-by: Ionut Mihalcea ionut.mihalcea@arm.com