Skip to content

Make pss_encode and pss_verify take already hashed buffers #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2016

Conversation

roblabla
Copy link
Contributor

This would align the two function with the equivalent calls from OpenSSL,
RSA_verify_PKCS1_PSS and RSA_padding_add_PKCS1_PSS.

I need this because I'm making a PureJS implementation of the URSA API,
piggybacked by node-rsa. Because URSA is using the low-level PSS ops, it sends
me the hashes instead of the raw messages.

@roblabla roblabla force-pushed the feature-rawPSSOps branch from e4164d7 to debdcee Compare June 26, 2016 13:26
@rzcoder
Copy link
Owner

rzcoder commented Jun 26, 2016

@roblabla roblabla force-pushed the feature-rawPSSOps branch from debdcee to 0da8fd1 Compare June 26, 2016 15:57
@roblabla
Copy link
Contributor Author

Durr. I had it fixed, but forgot to commit before pushing 😅

@rzcoder rzcoder merged commit 618fba9 into rzcoder:master Jun 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants