RSA PSS Salt length #165
Unanswered
Ramakrishnan Sreenivasa Mallan (sreenivr)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am trying to sign using RSA-PSS algorithm using the TPM. I am using the Java version of this library. Is there a way to specify the salt length used by the MGF1 within the RSA-PSS while using this library ? I believe this library uses default salt length if we don't specify it which is not working in certain situations.
Thanks
Ram
All reactions