Skip to content

Added support for PSS alogrithm varations #59

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 6 commits into from
Jan 20, 2025

Conversation

digitalrbnz
Copy link
Contributor

Ammended the sign and verify functions to support PSS algorithm variations. Resolving a bug causing invalid signature response due to incorrect byte size used during sign process. Support now added for PS256/384/512 and corresponding byte size.

#58

Credit to user613 for identifing the issue.

@jonasroussel
Copy link
Owner

Nice one! I've just read your conversation on the issue and indeed I forgot this speficiation when I implemented the PSS.

LGTM but can you modify the tests to take this change?

@digitalrbnz
Copy link
Contributor Author

Nice one! I've just read your conversation on the issue and indeed I forgot this speficiation when I implemented the PSS.

LGTM but can you modify the tests to take this change?

No problem. Will update the tests asap.

@jonasroussel jonasroussel merged commit b3aebe5 into jonasroussel:main Jan 20, 2025
2 checks passed
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