1Bugfix
2   * Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length.
3     This algorithm now accepts only the same salt length for verification
4     that it produces when signing, as documented. Use the new algorithm
5     PSA_ALG_RSA_PSS_ANY_SALT to accept any salt length. Fixes #4946.
6