Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt
PSA: fix salt length for PSS verification
This commit is contained in:
commit
4313d3ac87
8 changed files with 314 additions and 49 deletions
5
ChangeLog.d/psa_alg_rsa_pss.txt
Normal file
5
ChangeLog.d/psa_alg_rsa_pss.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
Bugfix
|
||||
* Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length.
|
||||
This algorithm now accepts only the same salt length for verification
|
||||
that it produces when signing, as documented. Use the new algorithm
|
||||
PSA_ALG_RSA_PSS_ANY_SALT to accept any salt length. Fixes #4946.
|
Loading…
Add table
Add a link
Reference in a new issue